CSIT-1394: Modify existing comparison tables
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
37     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
38     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
39     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
40     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
41     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
42     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
43     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
44     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
45     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
46     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
47     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
48     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
49
50     # Detailed test configurations
51     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
52     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
53     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
54     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
55     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
56     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
57     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
58     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
59     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
60     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
61     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
62     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
63
64     # Detailed tests operational data
65     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
66     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
67     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
68     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
69     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
70
71     # .css patch file to fix tables generated by Sphinx
72     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
73     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
74
75   urls:
76     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
77     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
78     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/1810/robot-plugin.zip"
79     # URL[VIRL,DNV]: "http://download.it/from/nexus"
80     URL[NEXUS]: "https://docs.fd.io/csit"
81     DIR[NEXUS]: "report/_static/archive"
82
83   make-dirs:
84   # List the directories which are created while preparing the environment.
85   # All directories MUST be defined in "paths" section.
86   - "DIR[WORKING,DATA]"
87   - "DIR[STATIC,VPP]"
88   - "DIR[STATIC,DPDK]"
89   - "DIR[STATIC,ARCH]"
90   - "DIR[BUILD,LATEX]"
91   - "DIR[WORKING,SRC]"
92   - "DIR[WORKING,SRC,STATIC]"
93
94   remove-dirs:
95   # List the directories which are deleted while cleaning the environment.
96   # All directories MUST be defined in "paths" section.
97   #- "DIR[BUILD,HTML]"
98   - "DIR[WORKING,DATA]"
99
100   build-dirs:
101   # List the directories where the results (build) is stored.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[BUILD,HTML]"
104   - "DIR[BUILD,LATEX]"
105
106 -
107   type: "configuration"
108
109   limits:
110     nic:
111       x520: 24460000
112       x553: 29761905
113       x710: 35800000
114       xxv710: 35800000
115       xl710: 35800000
116
117     link:
118       10ge: 14880952.38
119       25ge: 37202380.95
120       40ge: 59523809.52
121       100ge: 148809523.81
122
123     pci:
124       pci-g3-x8: 74404761.90
125       pci-g3-x16: 148809523.81
126
127   data-sets:
128
129     # Denverton:
130     intel-dnv-vpp:
131       intel-dnv-vpp-release-1810:
132       - 1
133
134     # VPP Performance
135     vpp-performance-changes-3n-hsw:
136       csit-vpp-perf-1804-all:
137       - 21  # sel
138       - 22  # sel
139       - 23  # sel
140       - 24  # sel
141       - 27  # sel
142       - 28  # sel
143       - 29  # sel
144       - 30  # sel
145       - 31  # sel
146       - 35  # sel
147       csit-vpp-perf-verify-1807-3n-hsw:
148       - 11  # NDRPDR full 1
149       - 22  # NDRPDR full 2
150       - 45  # NDRPDR full 3
151       - 46  # NDRPDR full 4
152       - 15  # NDRPDR sel
153       - 16  # NDRPDR sel
154       - 19  # NDRPDR sel
155       - 18  # NDRPDR sel
156       - 20  # NDRPDR sel
157       - 38  # NDRPDR sel
158       - 40  # NDRPDR sel
159       - 44  # NDRPDR sel
160       - 47  # NDRPDR sel
161       csit-vpp-perf-verify-1810-3n-hsw:
162       - 8   # NDRPDR sel
163       - 12  # NDRPDR sel
164       - 14  # NDRPDR sel
165       - 18  # NDRPDR sel
166       - 23  # NDRPDR sel
167       - 25  # NDRPDR sel
168       - 38  # NDRPDR sel
169       - 39  # NDRPDR sel
170       - 41  # NDRPDR sel
171       - 42  # NDRPDR sel
172
173     vpp-performance-changes-3n-skx:
174       csit-vpp-perf-verify-1807-3n-skx:
175       - 33  # NDRPDR sel
176       - 35  # NDRPDR sel
177       - 37  # NDRPDR sel
178       - 38  # NDRPDR sel
179       - 39  # NDRPDR sel
180       - 43  # NDRPDR sel
181       - 44  # NDRPDR sel
182       - 49  # NDRPDR sel
183       - 50  # NDRPDR sel
184       - 56  # NDRPDR sel
185       csit-vpp-perf-verify-1810-3n-skx:
186       - 10  # NDRPDR sel
187       - 14  # NDRPDR sel
188       - 15  # NDRPDR sel
189       - 16  # NDRPDR sel
190       - 17  # NDRPDR sel
191       - 19  # NDRPDR sel
192       - 20  # NDRPDR sel
193       - 21  # NDRPDR sel
194       - 22  # NDRPDR sel
195       - 25  # NDRPDR sel
196
197     vpp-performance-changes-2n-skx:
198       csit-vpp-perf-verify-1807-2n-skx:
199       - 26  # NDRPDR sel
200       - 28  # NDRPDR sel
201       - 29  # NDRPDR sel
202       - 30  # NDRPDR sel
203       - 34  # NDRPDR sel
204       - 35  # NDRPDR sel
205       - 36  # NDRPDR sel
206       - 39  # NDRPDR sel
207       - 40  # NDRPDR sel
208       - 42  # NDRPDR sel
209       csit-vpp-perf-verify-1810-2n-skx:
210       - 9   # NDRPDR sel
211       - 13  # NDRPDR sel
212       - 14  # NDRPDR sel
213       - 19  # NDRPDR sel
214       - 20  # NDRPDR sel
215       - 21  # NDRPDR sel
216       - 22  # NDRPDR sel
217       - 23  # NDRPDR sel
218       - 24  # NDRPDR sel
219       - 27  # NDRPDR sel
220
221     vpp-compare-testbeds:
222       csit-vpp-perf-verify-1810-3n-hsw:
223       - 8   # NDRPDR sel
224       - 12  # NDRPDR sel
225       - 14  # NDRPDR sel
226       - 18  # NDRPDR sel
227       - 23  # NDRPDR sel
228       - 25  # NDRPDR sel
229       - 38  # NDRPDR sel
230       - 39  # NDRPDR sel
231       - 41  # NDRPDR sel
232       - 42  # NDRPDR sel
233       csit-vpp-perf-verify-1810-3n-skx:
234       - 24  # NDRPDR full
235       - 10  # NDRPDR sel
236       - 14  # NDRPDR sel
237       - 15  # NDRPDR sel
238       - 16  # NDRPDR sel
239       - 17  # NDRPDR sel
240       - 19  # NDRPDR sel
241       - 20  # NDRPDR sel
242       - 21  # NDRPDR sel
243       - 22  # NDRPDR sel
244       - 25  # NDRPDR sel
245
246     vpp-compare-testbeds-mrr:
247       csit-vpp-perf-verify-1810-3n-hsw:
248       - 9   # MRR sel
249       csit-vpp-perf-verify-1810-3n-skx:
250       - 9   # MRR sel
251       - 11  # MRR sel
252       - 12  # MRR sel
253       - 13  # MRR sel
254
255     vpp-compare-topologies:
256       csit-vpp-perf-verify-1810-3n-skx:
257       - 10  # NDRPDR sel
258       - 14  # NDRPDR sel
259       - 15  # NDRPDR sel
260       - 16  # NDRPDR sel
261       - 17  # NDRPDR sel
262       - 19  # NDRPDR sel
263       - 20  # NDRPDR sel
264       - 21  # NDRPDR sel
265       - 22  # NDRPDR sel
266       - 25  # NDRPDR sel
267       csit-vpp-perf-verify-1810-2n-skx:
268       - 9   # NDRPDR sel
269       - 13  # NDRPDR sel
270       - 14  # NDRPDR sel
271       - 19  # NDRPDR sel
272       - 20  # NDRPDR sel
273       - 21  # NDRPDR sel
274       - 22  # NDRPDR sel
275       - 23  # NDRPDR sel
276       - 24  # NDRPDR sel
277       - 27  # NDRPDR sel
278
279     vpp-compare-topologies-mrr:
280       csit-vpp-perf-verify-1810-3n-skx:
281       - 9   # MRR sel
282       - 11  # MRR sel
283       - 12  # MRR sel
284       - 13  # MRR sel
285       csit-vpp-perf-verify-1810-2n-skx:
286       - 8   # MRR sel
287       - 10  # MRR sel
288       - 11  # MRR sel
289       - 12  # MRR sel
290
291     vpp-performance-changes-3n-hsw-mrr:
292       csit-vpp-perf-check-1804:
293       - 6   # mrr - sel
294       - 13  # mrr - sel
295       - 14  # mrr - sel
296       - 15  # mrr - sel
297       - 16  # mrr - sel
298       - 17  # mrr - sel
299       - 19  # mrr - sel
300       - 20  # mrr - sel
301       - 21  # mrr - sel
302       - 22  # mrr - sel
303       csit-vpp-perf-verify-1807-3n-hsw:
304       - 8   # MRR full
305       - 9   # MRR sel
306       - 21  # MRR sel
307       - 31  # MRR sel
308       - 33  # MRR sel
309       - 36  # MRR sel
310       - 41  # MRR sel
311       - 42  # MRR sel
312       - 48  # MRR sel
313       csit-vpp-perf-verify-1810-3n-hsw:
314       - 9   # MRR sel
315
316     vpp-performance-changes-3n-skx-mrr:
317       csit-vpp-perf-verify-1807-3n-skx:
318       - 28  # MRR sel
319       - 32  # MRR sel
320       - 36  # MRR sel
321       - 42  # MRR sel
322       - 47  # MRR sel
323       - 48  # MRR sel
324       - 51  # MRR sel
325       - 52  # MRR sel
326       - 53  # MRR sel
327       - 54  # MRR sel
328       csit-vpp-perf-verify-1810-3n-skx:
329       - 9   # MRR sel
330       - 11  # MRR sel
331       - 12  # MRR sel
332       - 13  # MRR sel
333
334     vpp-performance-changes-2n-skx-mrr:
335       csit-vpp-perf-verify-1807-2n-skx:
336       - 31  # MRR sel
337       - 33  # MRR sel
338       - 37  # MRR sel
339       - 38  # MRR sel
340       - 41  # MRR sel
341       - 43  # MRR sel
342       - 44  # MRR sel
343       - 45  # MRR sel
344       - 46  # MRR sel
345       - 47  # MRR sel
346       csit-vpp-perf-verify-1810-2n-skx:
347       - 8   # MRR sel
348       - 10  # MRR sel
349       - 11  # MRR sel
350       - 12  # MRR sel
351
352     vpp-perf-results-3n-hsw:
353       csit-vpp-perf-verify-1810-3n-hsw:
354       - 20  # NDRPDR full
355       - 21  # NDRPDR full
356       - 22  # NDRPDR full
357       - 27  # NDRPDR full
358
359     vpp-perf-results-3n-skx:
360       csit-vpp-perf-verify-1810-3n-skx:
361       - 23  # NDRPDR full
362       - 24  # NDRPDR full
363
364     vpp-perf-results-2n-skx:
365       csit-vpp-perf-verify-1810-2n-skx:
366       - 25  # NDRPDR full
367       - 26  # NDRPDR full
368
369     vpp-mrr-results-3n-hsw:
370       csit-vpp-perf-verify-1810-3n-hsw:
371       - 9   # MRR sel
372
373     vpp-mrr-results-3n-skx:
374       csit-vpp-perf-verify-1810-3n-skx:
375       - 9   # MRR sel
376
377     vpp-mrr-results-2n-skx:
378       csit-vpp-perf-verify-1810-2n-skx:
379       - 8   # MRR sel
380
381     plot-throughput-speedup-analysis-3n-hsw:
382       csit-vpp-perf-verify-1810-3n-hsw:
383       - 8   # NDRPDR sel
384       - 12  # NDRPDR sel
385       - 14  # NDRPDR sel
386       - 18  # NDRPDR sel
387       - 23  # NDRPDR sel
388       - 25  # NDRPDR sel
389       - 38  # NDRPDR sel
390       - 39  # NDRPDR sel
391       - 41  # NDRPDR sel
392       - 42  # NDRPDR sel
393
394     plot-throughput-speedup-analysis-3n-skx:
395       csit-vpp-perf-verify-1810-3n-skx:
396       - 24  # NDRPDR full
397       - 10  # NDRPDR sel
398       - 14  # NDRPDR sel
399       - 15  # NDRPDR sel
400       - 16  # NDRPDR sel
401       - 17  # NDRPDR sel
402       - 19  # NDRPDR sel
403       - 20  # NDRPDR sel
404       - 21  # NDRPDR sel
405       - 22  # NDRPDR sel
406       - 25  # NDRPDR sel
407
408     plot-throughput-speedup-analysis-2n-skx:
409       csit-vpp-perf-verify-1810-2n-skx:
410       - 9   # NDRPDR sel
411       - 13  # NDRPDR sel
412       - 14  # NDRPDR sel
413       - 19  # NDRPDR sel
414       - 20  # NDRPDR sel
415       - 21  # NDRPDR sel
416       - 22  # NDRPDR sel
417       - 23  # NDRPDR sel
418       - 24  # NDRPDR sel
419       - 27  # NDRPDR sel
420
421     plot-vpp-throughput-latency-3n-hsw:
422       csit-vpp-perf-verify-1810-3n-hsw:
423       - 8   # NDRPDR sel
424       - 12  # NDRPDR sel
425       - 14  # NDRPDR sel
426       - 18  # NDRPDR sel
427       - 23  # NDRPDR sel
428       - 25  # NDRPDR sel
429       - 38  # NDRPDR sel
430       - 39  # NDRPDR sel
431       - 41  # NDRPDR sel
432       - 42  # NDRPDR sel
433
434     plot-vpp-throughput-latency-3n-skx:
435       csit-vpp-perf-verify-1810-3n-skx:
436       - 24  # NDRPDR full
437       - 10  # NDRPDR sel
438       - 14  # NDRPDR sel
439       - 15  # NDRPDR sel
440       - 16  # NDRPDR sel
441       - 17  # NDRPDR sel
442       - 19  # NDRPDR sel
443       - 20  # NDRPDR sel
444       - 21  # NDRPDR sel
445       - 22  # NDRPDR sel
446       - 25  # NDRPDR sel
447
448     plot-vpp-throughput-latency-2n-skx:
449       csit-vpp-perf-verify-1810-2n-skx:
450       - 9   # NDRPDR sel
451       - 13  # NDRPDR sel
452       - 14  # NDRPDR sel
453       - 19  # NDRPDR sel
454       - 20  # NDRPDR sel
455       - 21  # NDRPDR sel
456       - 22  # NDRPDR sel
457       - 23  # NDRPDR sel
458       - 24  # NDRPDR sel
459       - 27  # NDRPDR sel
460
461     plot-vpp-http-server-performance:
462       csit-vpp-perf-verify-1810-3n-hsw:
463       - 28  # WRK
464       - 29  # WRK
465       - 30  # WRK
466       - 31  # WRK
467       - 32  # WRK
468       - 33  # WRK
469       - 34  # WRK
470       - 35  # WRK
471       - 36  # WRK
472       - 37  # WRK
473
474     # VPP Functional
475     vpp-func-results-ubuntu:
476       csit-vpp-functional-1810-ubuntu1604-virl:
477       - 44
478
479     vpp-func-results-centos:
480       csit-vpp-functional-1810-centos7-virl:
481       - 44
482
483     vpp-device-results-ubuntu:
484       csit-vpp-device-1810-ubuntu1804-1n-skx:
485       - 2
486
487     # VPP Ligato
488     ligato-perf-results-3n-hsw:
489       csit-ligato-perf-verify-1810-3n-hsw:
490       - 5   # full
491
492     plot-ligato-throughput-speedup-analysis-3n-hsw:
493       csit-ligato-perf-verify-1810-3n-hsw:
494       - 5   # full
495       - 6   # sel
496       - 8   # sel
497       - 9   # sel
498       - 11  # sel
499       - 12  # sel
500       - 13  # sel
501       - 14  # sel
502       - 16  # sel
503       - 17  # sel
504       - 18  # sel
505
506     plot-ligato-throughput-latency-3n-hsw:
507       csit-ligato-perf-verify-1810-3n-hsw:
508       - 5   # full
509       - 6   # sel
510       - 8   # sel
511       - 9   # sel
512       - 11  # sel
513       - 12  # sel
514       - 13  # sel
515       - 14  # sel
516       - 16  # sel
517       - 17  # sel
518       - 18  # sel
519
520     # DPDK Performance
521     dpdk-performance-changes-3n-hsw:
522       csit-dpdk-perf-1804-all:
523       - 4
524       - 5
525       - 6
526       - 7
527       - 8
528       - 9
529       - 10
530       - 11
531       - 12
532       - 13
533       csit-dpdk-perf-verify-1807-3n-hsw:
534       - 11
535       - 12  # full
536       - 14
537       - 15
538       - 16
539       - 17
540       - 20
541       - 21
542       - 22
543       - 23
544       csit-dpdk-perf-verify-1810-3n-hsw:
545       - 1   # NDRPDR sel
546       - 2   # NDRPDR sel
547       - 3   # NDRPDR sel
548       - 4   # NDRPDR sel
549       - 5   # NDRPDR sel
550       - 6   # NDRPDR sel
551       - 7   # NDRPDR sel
552       - 8   # NDRPDR sel
553       - 9   # NDRPDR sel
554       - 10  # NDRPDR sel
555
556     dpdk-performance-changes-3n-skx:
557       csit-dpdk-perf-verify-1807-3n-skx:
558       - 1   # NDRPDR sel
559       - 2   # NDRPDR sel
560       - 3   # NDRPDR sel
561       - 6   # NDRPDR sel
562       - 7   # NDRPDR sel
563       - 8   # NDRPDR sel
564       - 9   # NDRPDR sel
565       - 10  # NDRPDR sel
566       - 11  # NDRPDR sel
567       - 12  # NDRPDR sel
568       csit-dpdk-perf-verify-1810-3n-skx:
569       - 3   # NDRPDR sel
570       - 4   # NDRPDR sel
571       - 6   # NDRPDR sel
572       - 7   # NDRPDR sel
573       - 8   # NDRPDR sel
574       - 9   # NDRPDR sel
575       - 10  # NDRPDR sel
576       - 11  # NDRPDR sel
577       - 12  # NDRPDR sel
578       - 13  # NDRPDR sel
579
580     dpdk-compare-testbeds:
581       csit-dpdk-perf-verify-1810-3n-skx:
582       - 3   # NDRPDR sel
583       - 4   # NDRPDR sel
584       - 6   # NDRPDR sel
585       - 7   # NDRPDR sel
586       - 8   # NDRPDR sel
587       - 9   # NDRPDR sel
588       - 10  # NDRPDR sel
589       - 11  # NDRPDR sel
590       - 12  # NDRPDR sel
591       - 13  # NDRPDR sel
592       csit-dpdk-perf-verify-1810-3n-hsw:
593       - 1   # NDRPDR sel
594       - 2   # NDRPDR sel
595       - 3   # NDRPDR sel
596       - 4   # NDRPDR sel
597       - 5   # NDRPDR sel
598       - 6   # NDRPDR sel
599       - 7   # NDRPDR sel
600       - 8   # NDRPDR sel
601       - 9   # NDRPDR sel
602       - 10  # NDRPDR sel
603
604     dpdk-compare-topologies:
605       csit-dpdk-perf-verify-1810-3n-skx:
606       - 3   # NDRPDR sel
607       - 4   # NDRPDR sel
608       - 6   # NDRPDR sel
609       - 7   # NDRPDR sel
610       - 8   # NDRPDR sel
611       - 9   # NDRPDR sel
612       - 10  # NDRPDR sel
613       - 11  # NDRPDR sel
614       - 12  # NDRPDR sel
615       - 13  # NDRPDR sel
616       csit-dpdk-perf-verify-1810-2n-skx:
617       - 3   # NDRPDR sel
618       - 4   # NDRPDR sel
619       - 5   # NDRPDR sel
620       - 7   # NDRPDR sel
621       - 8   # NDRPDR sel
622       - 9   # NDRPDR sel
623       - 10  # NDRPDR sel
624       - 11  # NDRPDR sel
625       - 12  # NDRPDR sel
626       - 13  # NDRPDR sel
627
628     dpdk-perf-results-3n-hsw:
629       csit-dpdk-perf-verify-1810-3n-hsw:
630       - 1
631
632     dpdk-perf-results-3n-skx:
633       csit-dpdk-perf-verify-1810-3n-skx:
634       - 3   # NDRPDR sel
635
636     dpdk-perf-results-2n-skx:
637       csit-dpdk-perf-verify-1810-2n-skx:
638       - 3
639
640     plot-dpdk-throughput-latency-3n-hsw:
641       csit-dpdk-perf-verify-1810-3n-hsw:
642       - 1   # NDRPDR sel
643       - 2   # NDRPDR sel
644       - 3   # NDRPDR sel
645       - 4   # NDRPDR sel
646       - 5   # NDRPDR sel
647       - 6   # NDRPDR sel
648       - 7   # NDRPDR sel
649       - 8   # NDRPDR sel
650       - 9   # NDRPDR sel
651       - 10  # NDRPDR sel
652
653     plot-dpdk-throughput-latency-3n-skx:
654       csit-dpdk-perf-verify-1810-3n-skx:
655       - 3   # NDRPDR sel
656       - 4   # NDRPDR sel
657       - 6   # NDRPDR sel
658       - 7   # NDRPDR sel
659       - 8   # NDRPDR sel
660       - 9   # NDRPDR sel
661       - 10  # NDRPDR sel
662       - 11  # NDRPDR sel
663       - 12  # NDRPDR sel
664       - 13  # NDRPDR sel
665
666     plot-dpdk-throughput-latency-2n-skx:
667       csit-dpdk-perf-verify-1810-2n-skx:
668       - 3   # NDRPDR sel
669       - 4   # NDRPDR sel
670       - 5   # NDRPDR sel
671       - 7   # NDRPDR sel
672       - 8   # NDRPDR sel
673       - 9   # NDRPDR sel
674       - 10  # NDRPDR sel
675       - 11  # NDRPDR sel
676       - 12  # NDRPDR sel
677       - 13  # NDRPDR sel
678
679     # HoneyComb Functional
680     hc-func-results:
681       csit-hc2vpp-verify-func-1810-ubuntu1604:
682       - 3
683
684     # NSH SFC Functional
685     nsh-func-results:
686       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
687       - 1
688
689     # DMM Functional
690     dmm-func-results:
691       csit-dmm-functional-1810-ubuntu1604-virl:
692       - 1
693
694   plot-layouts:
695
696     plot-cps:
697       titlefont:
698         size: 18
699       xaxis:
700         title: "<b>Test Cases [Index]</b>"
701         titlefont:
702           size: 16
703         autorange: True
704         fixedrange: False
705         gridcolor: "rgb(230, 230, 230)"
706         linecolor: "rgb(220, 220, 220)"
707         linewidth: 1
708         showgrid: True
709         showline: True
710         showticklabels: True
711         tickcolor: "rgb(220, 220, 220)"
712         tickmode: "linear"
713         tickfont:
714           size: 16
715         zeroline: False
716       yaxis:
717         title: "<b>Connections Per Second [cps]</b>"
718         titlefont:
719           size: 16
720         gridcolor: "rgb(230, 230, 230)"
721         hoverformat: ".4s"
722         linecolor: "rgb(220, 220, 220)"
723         linewidth: 1
724         rangemode: "tozero"
725         showgrid: True
726         showline: True
727         showticklabels: True
728         tickcolor: "rgb(220, 220, 220)"
729         tickformat: ".3s"
730         tickfont:
731           size: 16
732         zeroline: False
733       boxmode: "group"
734       boxgroupgap: 0.5
735       autosize: False
736       margin:
737         t: 50
738         b: 20
739         l: 80
740         r: 20
741       showlegend: True
742       legend:
743         orientation: "h"
744         font:
745           size: 16
746       width: 700
747       height: 800
748
749     plot-rps:
750       titlefont:
751         size: 18
752       xaxis:
753         title: "<b>Test Cases [Index]</b>"
754         titlefont:
755           size: 16
756         autorange: True
757         fixedrange: False
758         gridcolor: "rgb(230, 230, 230)"
759         linecolor: "rgb(220, 220, 220)"
760         linewidth: 1
761         showgrid: True
762         showline: True
763         showticklabels: True
764         tickcolor: "rgb(220, 220, 220)"
765         tickmode: "linear"
766         tickfont:
767           size: 16
768         zeroline: False
769       yaxis:
770         title: "<b>Requests Per Second [rps]</b>"
771         titlefont:
772           size: 16
773         gridcolor: "rgb(230, 230, 230)"
774         hoverformat: ".4s"
775         linecolor: "rgb(220, 220, 220)"
776         linewidth: 1
777         rangemode: "tozero"
778         showgrid: True
779         showline: True
780         showticklabels: True
781         tickcolor: "rgb(230, 230, 230)"
782         tickformat: ".3s"
783         tickfont:
784           size: 16
785         zeroline: False
786       boxmode: "group"
787       boxgroupgap: 0.5
788       autosize: False
789       margin:
790         t: 50
791         b: 20
792         l: 80
793         r: 20
794       showlegend: True
795       legend:
796         orientation: "h"
797         font:
798           size: 16
799       width: 700
800       height: 800
801
802     plot-throughput:
803       titlefont:
804         size: 18
805       xaxis:
806         title: "<b>Test Cases [Index]</b>"
807         titlefont:
808           size: 16
809         autorange: True
810         fixedrange: False
811         gridcolor: "rgb(230, 230, 230)"
812         linecolor: "rgb(220, 220, 220)"
813         linewidth: 1
814         showgrid: True
815         showline: True
816         showticklabels: True
817         tickcolor: "rgb(220, 220, 220)"
818         tickmode: "linear"
819         tickfont:
820           size: 16
821         zeroline: False
822       yaxis:
823         title: "<b>Packet Throughput [Mpps]</b>"
824         titlefont:
825           size: 16
826         gridcolor: "rgb(230, 230, 230)"
827         hoverformat: ".4s"
828         tickformat: ".3s"
829         linecolor: "rgb(220, 220, 220)"
830         linewidth: 1
831         showgrid: True
832         showline: True
833         showticklabels: True
834         tickcolor: "rgb(220, 220, 220)"
835         tickfont:
836           size: 16
837         zeroline: False
838         range: [0,50]
839       boxmode: "group"
840       boxgroupgap: 0.5
841       autosize: False
842       margin:
843         t: 50
844         b: 20
845         l: 80
846         r: 20
847       showlegend: True
848       legend:
849         orientation: "h"
850         font:
851           size: 16
852       width: 700
853       height: 900
854
855     plot-throughput-speedup-analysis:
856       titlefont:
857         size: 18
858       xaxis:
859         title: "<b>Number of Cores [Qty]</b>"
860         titlefont:
861           size: 16
862         autorange: True
863         fixedrange: False
864         gridcolor: "rgb(230, 230, 230)"
865         linecolor: "rgb(220, 220, 220)"
866         linewidth: 1
867         showgrid: True
868         showline: True
869         showticklabels: True
870         tickcolor: "rgb(238, 238, 238)"
871         tickmode: "linear"
872         tickfont:
873           size: 16
874         zeroline: False
875       yaxis:
876         title: "<b>Packet Throughput [Mpps]</b>"
877         titlefont:
878           size: 16
879         type: "linear"
880         gridcolor: "rgb(230, 230, 230)"
881         hoverformat: ".4s"
882         linecolor: "rgb(220, 220, 220)"
883         linewidth: 1
884         showgrid: True
885         showline: True
886         showticklabels: True
887         tickcolor: "rgb(220, 220, 220)"
888         tickformat: ".4s"
889         tickfont:
890           size: 16
891         zeroline: True
892         rangemode: "tozero"
893         # range: [0,100]
894       legend:
895         orientation: "h"
896         font:
897           size: 16
898         xanchor: "left"
899         yanchor: "top"
900         x: 0
901         y: -0.2
902         bgcolor: "rgba(255, 255, 255, 0)"
903         bordercolor: "rgba(255, 255, 255, 0)"
904         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
905       autosize: False
906       margin:
907           't': 50
908           'b': 150
909           'l': 85
910           'r': 10
911       showlegend: True
912       width: 700
913       height: 700
914       hoverlabel:
915         namelength: -1
916       annotations: [
917         {
918           text: "_ _          __          ...",
919           align: "left",
920           showarrow: False,
921           xref: "paper",
922           yref: "paper",
923           xanchor: "left",
924           yanchor: "top",
925           x: 0,
926           y: -0.13,
927           font: {
928             family: "Consolas, Courier New",
929             size: 15
930           },
931         },
932         {
933           text: "    Perfect     Measured     Limit",
934           align: "left",
935           showarrow: False,
936           xref: "paper",
937           yref: "paper",
938           xanchor: "left",
939           yanchor: "top",
940           x: 0,
941           y: -0.15,
942           font: {
943             family: "Consolas, Courier New",
944             size: 15
945           },
946         },
947       ]
948
949     plot-latency:
950       titlefont:
951         size: 18
952       xaxis:
953         title: "<b>Direction</b>"
954         titlefont:
955           size: 16
956         autorange: True
957         fixedrange: False
958         gridcolor: "rgb(230, 230, 230)"
959         linecolor: "rgb(220, 220, 220)"
960         linewidth: 1
961         showgrid: True
962         showline: True
963         showticklabels: False
964         tickcolor: "rgb(220, 220, 220)"
965         tickmode: "linear"
966         tickfont:
967           size: 16
968         zeroline: False
969       yaxis:
970         title: "<b>Packet Latency [uSec]</b>"
971         titlefont:
972           size: 16
973         type: "linear"
974         gridcolor: "rgb(230, 230, 230)"
975         hoverformat: ".4s"
976         linecolor: "rgb(220, 220, 220)"
977         linewidth: 1
978         showgrid: True
979         showline: True
980         showticklabels: True
981         tickcolor: "rgb(220, 220, 220)"
982         tickformat: ".4s"
983         tickfont:
984           size: 16
985         zeroline: True
986         rangemode: "tozero"
987       legend:
988         orientation: "h"
989         font:
990           size: 16
991         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
992       autosize: False
993       margin:
994           't': 50
995           'b': 150
996           'l': 80
997           'r': 10
998       showlegend: True
999       width: 700
1000       height: 700
1001       hoverlabel:
1002         namelength: -1
1003
1004 -
1005   type: "static"
1006   src-path: "{DIR[RST]}"
1007   dst-path: "{DIR[WORKING,SRC]}"
1008
1009 -
1010   type: "input"
1011   general:
1012     file-name: "robot-plugin.zip"
1013     file-format: ".zip"
1014     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1015     extract: "robot-plugin/output.xml"
1016
1017   builds:
1018
1019     intel-dnv-vpp-release-1810:
1020     - 1
1021
1022     csit-vpp-perf-1804-all:
1023     - 21  # sel
1024     - 22  # sel
1025     - 23  # sel
1026     - 24  # sel
1027     - 27  # sel
1028     - 28  # sel
1029     - 29  # sel
1030     - 30  # sel
1031     - 31  # sel
1032     - 35  # sel
1033     csit-vpp-perf-verify-1807-3n-hsw:
1034     - 8   # MRR full
1035     - 9   # MRR sel
1036     - 21  # MRR sel
1037     - 31  # MRR sel
1038     - 33  # MRR sel
1039     - 36  # MRR sel
1040     - 41  # MRR sel
1041     - 42  # MRR sel
1042     - 48  # MRR sel
1043     - 11  # NDRPDR full 1
1044     - 22  # NDRPDR full 2
1045     - 45  # NDRPDR full 3
1046     - 46  # NDRPDR full 4
1047     - 15  # NDRPDR sel
1048     - 16  # NDRPDR sel
1049     - 19  # NDRPDR sel
1050     - 18  # NDRPDR sel
1051     - 20  # NDRPDR sel
1052     - 38  # NDRPDR sel
1053     - 40  # NDRPDR sel
1054     - 44  # NDRPDR sel
1055     - 47  # NDRPDR sel
1056     - 24  # WRK
1057     - 25  # WRK
1058     - 23  # WRK
1059     - 26  # WRK
1060     - 27  # WRK
1061     - 28  # WRK
1062     - 29  # WRK
1063     - 30  # WRK
1064     - 32  # WRK
1065     - 35  # WRK
1066     csit-vpp-perf-verify-1810-3n-hsw:
1067     - 9   # MRR sel
1068     - 20  # NDRPDR full
1069     - 21  # NDRPDR full
1070     - 22  # NDRPDR full
1071     - 27  # NDRPDR full
1072     - 8   # NDRPDR sel
1073     - 12  # NDRPDR sel
1074     - 14  # NDRPDR sel
1075     - 18  # NDRPDR sel
1076     - 23  # NDRPDR sel
1077     - 25  # NDRPDR sel
1078     - 38  # NDRPDR sel
1079     - 39  # NDRPDR sel
1080     - 41  # NDRPDR sel
1081     - 42  # NDRPDR sel
1082     - 28  # WRK
1083     - 29  # WRK
1084     - 30  # WRK
1085     - 31  # WRK
1086     - 32  # WRK
1087     - 33  # WRK
1088     - 34  # WRK
1089     - 35  # WRK
1090     - 36  # WRK
1091     - 37  # WRK
1092     csit-vpp-perf-verify-1807-3n-skx:
1093     - 31  # MRR full
1094     - 28  # MRR sel
1095     - 32  # MRR sel
1096     - 36  # MRR sel
1097     - 42  # MRR sel
1098     - 47  # MRR sel
1099     - 48  # MRR sel
1100     - 51  # MRR sel
1101     - 52  # MRR sel
1102     - 53  # MRR sel
1103     - 54  # MRR sel
1104     - 40  # NDRPDR full 1
1105     - 41  # NDRPDR full 2
1106     - 33  # NDRPDR sel
1107     - 35  # NDRPDR sel
1108     - 37  # NDRPDR sel
1109     - 38  # NDRPDR sel
1110     - 39  # NDRPDR sel
1111     - 43  # NDRPDR sel
1112     - 44  # NDRPDR sel
1113     - 49  # NDRPDR sel
1114     - 50  # NDRPDR sel
1115     - 56  # NDRPDR sel
1116     csit-vpp-perf-verify-1810-3n-skx:
1117     - 9   # MRR sel
1118     - 11  # MRR sel
1119     - 12  # MRR sel
1120     - 13  # MRR sel
1121     - 23  # NDRPDR full
1122     - 24  # NDRPDR full
1123     - 10  # NDRPDR sel
1124     - 14  # NDRPDR sel
1125     - 15  # NDRPDR sel
1126     - 16  # NDRPDR sel
1127     - 17  # NDRPDR sel
1128     - 19  # NDRPDR sel
1129     - 20  # NDRPDR sel
1130     - 21  # NDRPDR sel
1131     - 22  # NDRPDR sel
1132     - 25  # NDRPDR sel
1133     csit-vpp-perf-verify-1807-2n-skx:
1134     - 27  # MRR full
1135     - 31  # MRR sel
1136     - 33  # MRR sel
1137     - 37  # MRR sel
1138     - 38  # MRR sel
1139     - 41  # MRR sel
1140     - 43  # MRR sel
1141     - 44  # MRR sel
1142     - 45  # MRR sel
1143     - 46  # MRR sel
1144     - 47  # MRR sel
1145     - 32  # NDRPDR full
1146     - 26  # NDRPDR sel
1147     - 28  # NDRPDR sel
1148     - 29  # NDRPDR sel
1149     - 30  # NDRPDR sel
1150     - 34  # NDRPDR sel
1151     - 35  # NDRPDR sel
1152     - 36  # NDRPDR sel
1153     - 39  # NDRPDR sel
1154     - 40  # NDRPDR sel
1155     - 42  # NDRPDR sel
1156     csit-vpp-perf-verify-1810-2n-skx:
1157     - 8   # MRR sel
1158     - 10  # MRR sel
1159     - 11  # MRR sel
1160     - 12  # MRR sel
1161     - 25  # NDRPDR full
1162     - 26  # NDRPDR full
1163     - 9   # NDRPDR sel
1164     - 13  # NDRPDR sel
1165     - 14  # NDRPDR sel
1166     - 19  # NDRPDR sel
1167     - 20  # NDRPDR sel
1168     - 21  # NDRPDR sel
1169     - 22  # NDRPDR sel
1170     - 23  # NDRPDR sel
1171     - 24  # NDRPDR sel
1172     - 27  # NDRPDR sel
1173     csit-vpp-perf-check-1804:
1174     - 5   # mrr - full
1175     - 6   # mrr - sel
1176     - 13  # mrr - sel
1177     - 14  # mrr - sel
1178     - 15  # mrr - sel
1179     - 16  # mrr - sel
1180     - 17  # mrr - sel
1181     - 19  # mrr - sel
1182     - 20  # mrr - sel
1183     - 21  # mrr - sel
1184     - 22  # mrr - sel
1185     csit-ligato-perf-verify-1810-3n-hsw:
1186     - 5   # full
1187     - 6   # sel
1188     - 8   # sel
1189     - 9   # sel
1190     - 11  # sel
1191     - 12  # sel
1192     - 13  # sel
1193     - 14  # sel
1194     - 16  # sel
1195     - 17  # sel
1196     - 18  # sel
1197     csit-dpdk-perf-1804-all:
1198     - 4
1199     - 5
1200     - 6
1201     - 7
1202     - 8
1203     - 9
1204     - 10
1205     - 11
1206     - 12
1207     - 13
1208     csit-dpdk-perf-verify-1807-3n-hsw:
1209     - 11
1210     - 12  # full
1211     - 14
1212     - 15
1213     - 16
1214     - 17
1215     - 20
1216     - 21
1217     - 22
1218     - 23
1219     csit-dpdk-perf-verify-1810-3n-hsw:
1220     - 1   # NDRPDR sel
1221     - 2   # NDRPDR sel
1222     - 3   # NDRPDR sel
1223     - 4   # NDRPDR sel
1224     - 5   # NDRPDR sel
1225     - 6   # NDRPDR sel
1226     - 7   # NDRPDR sel
1227     - 8   # NDRPDR sel
1228     - 9   # NDRPDR sel
1229     - 10  # NDRPDR sel
1230     csit-dpdk-perf-verify-1807-3n-skx:
1231     - 1   # NDRPDR sel
1232     - 2   # NDRPDR sel
1233     - 3   # NDRPDR sel
1234     - 6   # NDRPDR sel
1235     - 7   # NDRPDR sel
1236     - 8   # NDRPDR sel
1237     - 9   # NDRPDR sel
1238     - 10  # NDRPDR sel
1239     - 11  # NDRPDR sel
1240     - 12  # NDRPDR sel
1241     csit-dpdk-perf-verify-1810-3n-skx:
1242     - 3   # NDRPDR sel
1243     - 4   # NDRPDR sel
1244     - 6   # NDRPDR sel
1245     - 7   # NDRPDR sel
1246     - 8   # NDRPDR sel
1247     - 9   # NDRPDR sel
1248     - 10  # NDRPDR sel
1249     - 11  # NDRPDR sel
1250     - 12  # NDRPDR sel
1251     - 13  # NDRPDR sel
1252     csit-dpdk-perf-verify-1810-2n-skx:
1253     - 3   # NDRPDR sel
1254     - 4   # NDRPDR sel
1255     - 5   # NDRPDR sel
1256     - 7   # NDRPDR sel
1257     - 8   # NDRPDR sel
1258     - 9   # NDRPDR sel
1259     - 10  # NDRPDR sel
1260     - 11  # NDRPDR sel
1261     - 12  # NDRPDR sel
1262     - 13  # NDRPDR sel
1263
1264     csit-vpp-functional-1810-ubuntu1604-virl:
1265     - 44
1266     csit-vpp-functional-1810-centos7-virl:
1267     - 44
1268     csit-vpp-device-1810-ubuntu1804-1n-skx:
1269     - 2
1270     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1271     - 1
1272     csit-dmm-functional-1810-ubuntu1604-virl:
1273     - 1
1274     csit-hc2vpp-verify-func-1810-ubuntu1604:
1275     - 3
1276
1277 -
1278   type: "output"
1279   output: "report"
1280   format:
1281     html:
1282     - full
1283     pdf:
1284     - minimal
1285
1286 ################################################################################
1287 ###                               T A B L E S                                ###
1288 ################################################################################
1289
1290 ################################################################################
1291 # VPP
1292
1293 # VPP Performance Changes 3n-hsw 1t1c pdr 
1294 -
1295   type: "table"
1296   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1297   algorithm: "table_performance_comparison"
1298   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1299   history:
1300     -
1301       title: "rls1804"
1302       data:
1303         csit-vpp-perf-1804-all:
1304         - 21  # sel
1305         - 22  # sel
1306         - 23  # sel
1307         - 24  # sel
1308         - 27  # sel
1309         - 28  # sel
1310         - 29  # sel
1311         - 30  # sel
1312         - 31  # sel
1313         - 35  # sel
1314   reference:
1315     title: "rls1807"
1316     data:
1317       csit-vpp-perf-verify-1807-3n-hsw:
1318       - 11  # NDRPDR full 1
1319       - 22  # NDRPDR full 2
1320       - 45  # NDRPDR full 3
1321       - 46  # NDRPDR full 4
1322       - 15  # NDRPDR sel
1323       - 16  # NDRPDR sel
1324       - 19  # NDRPDR sel
1325       - 18  # NDRPDR sel
1326       - 20  # NDRPDR sel
1327       - 38  # NDRPDR sel
1328       - 40  # NDRPDR sel
1329       - 44  # NDRPDR sel
1330       - 47  # NDRPDR sel
1331   compare:
1332     title: "rls1810"
1333     data:
1334       csit-vpp-perf-verify-1810-3n-hsw:
1335       - 8   # NDRPDR sel
1336       - 12  # NDRPDR sel
1337       - 14  # NDRPDR sel
1338       - 18  # NDRPDR sel
1339       - 23  # NDRPDR sel
1340       - 25  # NDRPDR sel
1341       - 38  # NDRPDR sel
1342       - 39  # NDRPDR sel
1343       - 41  # NDRPDR sel
1344       - 42  # NDRPDR sel
1345   data: "vpp-performance-changes-3n-hsw"
1346   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1347   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1348   parameters:
1349   - "name"
1350   - "parent"
1351   - "throughput"
1352
1353 # VPP Performance Changes 3n-hsw 2t2c pdr
1354 -
1355   type: "table"
1356   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
1357   algorithm: "table_performance_comparison"
1358   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
1359   history:
1360     -
1361       title: "rls1804"
1362       data:
1363         csit-vpp-perf-1804-all:
1364         - 21  # sel
1365         - 22  # sel
1366         - 23  # sel
1367         - 24  # sel
1368         - 27  # sel
1369         - 28  # sel
1370         - 29  # sel
1371         - 30  # sel
1372         - 31  # sel
1373         - 35  # sel
1374   reference:
1375     title: "rls1807"
1376     data:
1377       csit-vpp-perf-verify-1807-3n-hsw:
1378       - 11  # NDRPDR full 1
1379       - 22  # NDRPDR full 2
1380       - 45  # NDRPDR full 3
1381       - 46  # NDRPDR full 4
1382       - 15  # NDRPDR sel
1383       - 16  # NDRPDR sel
1384       - 19  # NDRPDR sel
1385       - 18  # NDRPDR sel
1386       - 20  # NDRPDR sel
1387       - 38  # NDRPDR sel
1388       - 40  # NDRPDR sel
1389       - 44  # NDRPDR sel
1390       - 47  # NDRPDR sel
1391   compare:
1392     title: "rls1810"
1393     data:
1394       csit-vpp-perf-verify-1810-3n-hsw:
1395       - 8   # NDRPDR sel
1396       - 12  # NDRPDR sel
1397       - 14  # NDRPDR sel
1398       - 18  # NDRPDR sel
1399       - 23  # NDRPDR sel
1400       - 25  # NDRPDR sel
1401       - 38  # NDRPDR sel
1402       - 39  # NDRPDR sel
1403       - 41  # NDRPDR sel
1404       - 42  # NDRPDR sel
1405   data: "vpp-performance-changes-3n-hsw"
1406   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1407   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1408   parameters:
1409   - "name"
1410   - "parent"
1411   - "throughput"
1412
1413 # VPP Performance Changes 3n-hsw 1t1c ndr
1414 -
1415   type: "table"
1416   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
1417   algorithm: "table_performance_comparison"
1418   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
1419   history:
1420     -
1421       title: "rls1804"
1422       data:
1423         csit-vpp-perf-1804-all:
1424         - 21  # sel
1425         - 22  # sel
1426         - 23  # sel
1427         - 24  # sel
1428         - 27  # sel
1429         - 28  # sel
1430         - 29  # sel
1431         - 30  # sel
1432         - 31  # sel
1433         - 35  # sel
1434   reference:
1435     title: "rls1807"
1436     data:
1437       csit-vpp-perf-verify-1807-3n-hsw:
1438       - 11  # NDRPDR full 1
1439       - 22  # NDRPDR full 2
1440       - 45  # NDRPDR full 3
1441       - 46  # NDRPDR full 4
1442       - 15  # NDRPDR sel
1443       - 16  # NDRPDR sel
1444       - 19  # NDRPDR sel
1445       - 18  # NDRPDR sel
1446       - 20  # NDRPDR sel
1447       - 38  # NDRPDR sel
1448       - 40  # NDRPDR sel
1449       - 44  # NDRPDR sel
1450       - 47  # NDRPDR sel
1451   compare:
1452     title: "rls1810"
1453     data:
1454       csit-vpp-perf-verify-1810-3n-hsw:
1455       - 8   # NDRPDR sel
1456       - 12  # NDRPDR sel
1457       - 14  # NDRPDR sel
1458       - 18  # NDRPDR sel
1459       - 23  # NDRPDR sel
1460       - 25  # NDRPDR sel
1461       - 38  # NDRPDR sel
1462       - 39  # NDRPDR sel
1463       - 41  # NDRPDR sel
1464       - 42  # NDRPDR sel
1465   data: "vpp-performance-changes-3n-hsw"
1466   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1467   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1468   parameters:
1469   - "name"
1470   - "parent"
1471   - "throughput"
1472
1473 # VPP Performance Changes 3n-hsw 2t2c ndr
1474 -
1475   type: "table"
1476   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
1477   algorithm: "table_performance_comparison"
1478   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
1479   history:
1480     -
1481       title: "rls1804"
1482       data:
1483         csit-vpp-perf-1804-all:
1484         - 21  # sel
1485         - 22  # sel
1486         - 23  # sel
1487         - 24  # sel
1488         - 27  # sel
1489         - 28  # sel
1490         - 29  # sel
1491         - 30  # sel
1492         - 31  # sel
1493         - 35  # sel
1494   reference:
1495     title: "rls1807"
1496     data:
1497       csit-vpp-perf-verify-1807-3n-hsw:
1498       - 11  # NDRPDR full 1
1499       - 22  # NDRPDR full 2
1500       - 45  # NDRPDR full 3
1501       - 46  # NDRPDR full 4
1502       - 15  # NDRPDR sel
1503       - 16  # NDRPDR sel
1504       - 19  # NDRPDR sel
1505       - 18  # NDRPDR sel
1506       - 20  # NDRPDR sel
1507       - 38  # NDRPDR sel
1508       - 40  # NDRPDR sel
1509       - 44  # NDRPDR sel
1510       - 47  # NDRPDR sel
1511   compare:
1512     title: "rls1810"
1513     data:
1514       csit-vpp-perf-verify-1810-3n-hsw:
1515       - 8   # NDRPDR sel
1516       - 12  # NDRPDR sel
1517       - 14  # NDRPDR sel
1518       - 18  # NDRPDR sel
1519       - 23  # NDRPDR sel
1520       - 25  # NDRPDR sel
1521       - 38  # NDRPDR sel
1522       - 39  # NDRPDR sel
1523       - 41  # NDRPDR sel
1524       - 42  # NDRPDR sel
1525   data: "vpp-performance-changes-3n-hsw"
1526   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1527   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1528   parameters:
1529   - "name"
1530   - "parent"
1531   - "throughput"
1532
1533 # VPP Performance Changes 3n-skx 2t1c pdr 
1534 -
1535   type: "table"
1536   title: "VPP Performance Changes 3n-skx 2t1c pdr"
1537   algorithm: "table_performance_comparison"
1538   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
1539   reference:
1540     title: "rls1807"
1541     data:
1542       csit-vpp-perf-verify-1807-3n-skx:
1543       - 33  # NDRPDR sel
1544       - 35  # NDRPDR sel
1545       - 37  # NDRPDR sel
1546       - 38  # NDRPDR sel
1547       - 39  # NDRPDR sel
1548       - 43  # NDRPDR sel
1549       - 44  # NDRPDR sel
1550       - 49  # NDRPDR sel
1551       - 50  # NDRPDR sel
1552       - 56  # NDRPDR sel
1553   compare:
1554     title: "rls1810"
1555     data:
1556       csit-vpp-perf-verify-1810-3n-skx:
1557       - 10  # NDRPDR sel
1558       - 14  # NDRPDR sel
1559       - 15  # NDRPDR sel
1560       - 16  # NDRPDR sel
1561       - 17  # NDRPDR sel
1562       - 19  # NDRPDR sel
1563       - 20  # NDRPDR sel
1564       - 21  # NDRPDR sel
1565       - 22  # NDRPDR sel
1566       - 25  # NDRPDR sel
1567   data: "vpp-performance-changes-3n-skx"
1568   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1569   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1570   parameters:
1571   - "name"
1572   - "parent"
1573   - "throughput"
1574
1575 # VPP Performance Changes 3n-skx 4t2c pdr
1576 -
1577   type: "table"
1578   title: "VPP Performance Changes 3n-skx 4t2c pdr"
1579   algorithm: "table_performance_comparison"
1580   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
1581   reference:
1582     title: "rls1807"
1583     data:
1584       csit-vpp-perf-verify-1807-3n-skx:
1585       - 33  # NDRPDR sel
1586       - 35  # NDRPDR sel
1587       - 37  # NDRPDR sel
1588       - 38  # NDRPDR sel
1589       - 39  # NDRPDR sel
1590       - 43  # NDRPDR sel
1591       - 44  # NDRPDR sel
1592       - 49  # NDRPDR sel
1593       - 50  # NDRPDR sel
1594       - 56  # NDRPDR sel
1595   compare:
1596     title: "rls1810"
1597     data:
1598       csit-vpp-perf-verify-1810-3n-skx:
1599       - 10  # NDRPDR sel
1600       - 14  # NDRPDR sel
1601       - 15  # NDRPDR sel
1602       - 16  # NDRPDR sel
1603       - 17  # NDRPDR sel
1604       - 19  # NDRPDR sel
1605       - 20  # NDRPDR sel
1606       - 21  # NDRPDR sel
1607       - 22  # NDRPDR sel
1608       - 25  # NDRPDR sel
1609   data: "vpp-performance-changes-3n-skx"
1610   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1611   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1612   parameters:
1613   - "name"
1614   - "parent"
1615   - "throughput"
1616
1617 # VPP Performance Changes 3n-skx 2t1c ndr
1618 -
1619   type: "table"
1620   title: "VPP Performance Changes 3n-skx 2t1c ndr"
1621   algorithm: "table_performance_comparison"
1622   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
1623   reference:
1624     title: "rls1807"
1625     data:
1626       csit-vpp-perf-verify-1807-3n-skx:
1627       - 33  # NDRPDR sel
1628       - 35  # NDRPDR sel
1629       - 37  # NDRPDR sel
1630       - 38  # NDRPDR sel
1631       - 39  # NDRPDR sel
1632       - 43  # NDRPDR sel
1633       - 44  # NDRPDR sel
1634       - 49  # NDRPDR sel
1635       - 50  # NDRPDR sel
1636       - 56  # NDRPDR sel
1637   compare:
1638     title: "rls1810"
1639     data:
1640       csit-vpp-perf-verify-1810-3n-skx:
1641       - 10  # NDRPDR sel
1642       - 14  # NDRPDR sel
1643       - 15  # NDRPDR sel
1644       - 16  # NDRPDR sel
1645       - 17  # NDRPDR sel
1646       - 19  # NDRPDR sel
1647       - 20  # NDRPDR sel
1648       - 21  # NDRPDR sel
1649       - 22  # NDRPDR sel
1650       - 25  # NDRPDR sel
1651   data: "vpp-performance-changes-3n-skx"
1652   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1653   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1654   parameters:
1655   - "name"
1656   - "parent"
1657   - "throughput"
1658
1659 # VPP Performance Changes 3n-skx 4t2c ndr
1660 -
1661   type: "table"
1662   title: "VPP Performance Changes 3n-skx 4t2c ndr"
1663   algorithm: "table_performance_comparison"
1664   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
1665   reference:
1666     title: "rls1807"
1667     data:
1668       csit-vpp-perf-verify-1807-3n-skx:
1669       - 33  # NDRPDR sel
1670       - 35  # NDRPDR sel
1671       - 37  # NDRPDR sel
1672       - 38  # NDRPDR sel
1673       - 39  # NDRPDR sel
1674       - 43  # NDRPDR sel
1675       - 44  # NDRPDR sel
1676       - 49  # NDRPDR sel
1677       - 50  # NDRPDR sel
1678       - 56  # NDRPDR sel
1679   compare:
1680     title: "rls1810"
1681     data:
1682       csit-vpp-perf-verify-1810-3n-skx:
1683       - 10  # NDRPDR sel
1684       - 14  # NDRPDR sel
1685       - 15  # NDRPDR sel
1686       - 16  # NDRPDR sel
1687       - 17  # NDRPDR sel
1688       - 19  # NDRPDR sel
1689       - 20  # NDRPDR sel
1690       - 21  # NDRPDR sel
1691       - 22  # NDRPDR sel
1692       - 25  # NDRPDR sel
1693   data: "vpp-performance-changes-3n-skx"
1694   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1695   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1696   parameters:
1697   - "name"
1698   - "parent"
1699   - "throughput"
1700
1701 # VPP Performance Changes 2n-skx 2t1c pdr 
1702 -
1703   type: "table"
1704   title: "VPP Performance Changes 2n-skx 2t1c pdr"
1705   algorithm: "table_performance_comparison"
1706   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
1707   reference:
1708     title: "rls1807"
1709     data:
1710       csit-vpp-perf-verify-1807-2n-skx:
1711       - 26  # NDRPDR sel
1712       - 28  # NDRPDR sel
1713       - 29  # NDRPDR sel
1714       - 30  # NDRPDR sel
1715       - 34  # NDRPDR sel
1716       - 35  # NDRPDR sel
1717       - 36  # NDRPDR sel
1718       - 39  # NDRPDR sel
1719       - 40  # NDRPDR sel
1720       - 42  # NDRPDR sel
1721   compare:
1722     title: "rls1810"
1723     data:
1724       csit-vpp-perf-verify-1810-2n-skx:
1725       - 9   # NDRPDR sel
1726       - 13  # NDRPDR sel
1727       - 14  # NDRPDR sel
1728       - 19  # NDRPDR sel
1729       - 20  # NDRPDR sel
1730       - 21  # NDRPDR sel
1731       - 22  # NDRPDR sel
1732       - 23  # NDRPDR sel
1733       - 24  # NDRPDR sel
1734       - 27  # NDRPDR sel
1735   data: "vpp-performance-changes-2n-skx"
1736   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1737   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1738   parameters:
1739   - "name"
1740   - "parent"
1741   - "throughput"
1742
1743 # VPP Performance Changes 2n-skx 4t2c pdr
1744 -
1745   type: "table"
1746   title: "VPP Performance Changes 2n-skx 4t2c pdr"
1747   algorithm: "table_performance_comparison"
1748   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
1749   reference:
1750     title: "rls1807"
1751     data:
1752       csit-vpp-perf-verify-1807-2n-skx:
1753       - 26  # NDRPDR sel
1754       - 28  # NDRPDR sel
1755       - 29  # NDRPDR sel
1756       - 30  # NDRPDR sel
1757       - 34  # NDRPDR sel
1758       - 35  # NDRPDR sel
1759       - 36  # NDRPDR sel
1760       - 39  # NDRPDR sel
1761       - 40  # NDRPDR sel
1762       - 42  # NDRPDR sel
1763   compare:
1764     title: "rls1810"
1765     data:
1766       csit-vpp-perf-verify-1810-2n-skx:
1767       - 9   # NDRPDR sel
1768       - 13  # NDRPDR sel
1769       - 14  # NDRPDR sel
1770       - 19  # NDRPDR sel
1771       - 20  # NDRPDR sel
1772       - 21  # NDRPDR sel
1773       - 22  # NDRPDR sel
1774       - 23  # NDRPDR sel
1775       - 24  # NDRPDR sel
1776       - 27  # NDRPDR sel
1777   data: "vpp-performance-changes-2n-skx"
1778   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1779   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1780   parameters:
1781   - "name"
1782   - "parent"
1783   - "throughput"
1784
1785 # VPP Performance Changes 2n-skx 2t1c ndr
1786 -
1787   type: "table"
1788   title: "VPP Performance Changes 2n-skx 2t1c ndr"
1789   algorithm: "table_performance_comparison"
1790   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
1791   reference:
1792     title: "rls1807"
1793     data:
1794       csit-vpp-perf-verify-1807-2n-skx:
1795       - 26  # NDRPDR sel
1796       - 28  # NDRPDR sel
1797       - 29  # NDRPDR sel
1798       - 30  # NDRPDR sel
1799       - 34  # NDRPDR sel
1800       - 35  # NDRPDR sel
1801       - 36  # NDRPDR sel
1802       - 39  # NDRPDR sel
1803       - 40  # NDRPDR sel
1804       - 42  # NDRPDR sel
1805   compare:
1806     title: "rls1810"
1807     data:
1808       csit-vpp-perf-verify-1810-2n-skx:
1809       - 9   # NDRPDR sel
1810       - 13  # NDRPDR sel
1811       - 14  # NDRPDR sel
1812       - 19  # NDRPDR sel
1813       - 20  # NDRPDR sel
1814       - 21  # NDRPDR sel
1815       - 22  # NDRPDR sel
1816       - 23  # NDRPDR sel
1817       - 24  # NDRPDR sel
1818       - 27  # NDRPDR sel
1819   data: "vpp-performance-changes-2n-skx"
1820   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1821   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1822   parameters:
1823   - "name"
1824   - "parent"
1825   - "throughput"
1826
1827 # VPP Performance Changes 2n-skx 4t2c ndr
1828 -
1829   type: "table"
1830   title: "VPP Performance Changes 2n-skx 4t2c ndr"
1831   algorithm: "table_performance_comparison"
1832   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
1833   reference:
1834     title: "rls1807"
1835     data:
1836       csit-vpp-perf-verify-1807-2n-skx:
1837       - 26  # NDRPDR sel
1838       - 28  # NDRPDR sel
1839       - 29  # NDRPDR sel
1840       - 30  # NDRPDR sel
1841       - 34  # NDRPDR sel
1842       - 35  # NDRPDR sel
1843       - 36  # NDRPDR sel
1844       - 39  # NDRPDR sel
1845       - 40  # NDRPDR sel
1846       - 42  # NDRPDR sel
1847   compare:
1848     title: "rls1810"
1849     data:
1850       csit-vpp-perf-verify-1810-2n-skx:
1851       - 9   # NDRPDR sel
1852       - 13  # NDRPDR sel
1853       - 14  # NDRPDR sel
1854       - 19  # NDRPDR sel
1855       - 20  # NDRPDR sel
1856       - 21  # NDRPDR sel
1857       - 22  # NDRPDR sel
1858       - 23  # NDRPDR sel
1859       - 24  # NDRPDR sel
1860       - 27  # NDRPDR sel
1861   data: "vpp-performance-changes-2n-skx"
1862   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1863   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1864   parameters:
1865   - "name"
1866   - "parent"
1867   - "throughput"
1868
1869 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
1870 -
1871   type: "table"
1872   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
1873   algorithm: "table_performance_comparison"
1874   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
1875   reference:
1876     title: "3-Node Hsw"
1877     data:
1878       csit-vpp-perf-verify-1810-3n-hsw:
1879       - 8   # NDRPDR sel
1880       - 12  # NDRPDR sel
1881       - 14  # NDRPDR sel
1882       - 18  # NDRPDR sel
1883       - 23  # NDRPDR sel
1884       - 25  # NDRPDR sel
1885       - 38  # NDRPDR sel
1886       - 39  # NDRPDR sel
1887       - 41  # NDRPDR sel
1888       - 42  # NDRPDR sel
1889   compare:
1890     title: "3-Node Skx"
1891     data:
1892       csit-vpp-perf-verify-1810-3n-skx:
1893       - 10  # NDRPDR sel
1894       - 14  # NDRPDR sel
1895       - 15  # NDRPDR sel
1896       - 16  # NDRPDR sel
1897       - 17  # NDRPDR sel
1898       - 19  # NDRPDR sel
1899       - 20  # NDRPDR sel
1900       - 21  # NDRPDR sel
1901       - 22  # NDRPDR sel
1902       - 25  # NDRPDR sel
1903   data: "vpp-compare-testbeds"
1904   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1905   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
1906   parameters:
1907   - "name"
1908   - "parent"
1909   - "throughput"
1910
1911 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
1912 -
1913   type: "table"
1914   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
1915   algorithm: "table_performance_comparison"
1916   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
1917   reference:
1918     title: "3-Node Hsw"
1919     data:
1920       csit-vpp-perf-verify-1810-3n-hsw:
1921       - 8   # NDRPDR sel
1922       - 12  # NDRPDR sel
1923       - 14  # NDRPDR sel
1924       - 18  # NDRPDR sel
1925       - 23  # NDRPDR sel
1926       - 25  # NDRPDR sel
1927       - 38  # NDRPDR sel
1928       - 39  # NDRPDR sel
1929       - 41  # NDRPDR sel
1930       - 42  # NDRPDR sel
1931   compare:
1932     title: "3-Node Skx"
1933     data:
1934       csit-vpp-perf-verify-1810-3n-skx:
1935       - 10  # NDRPDR sel
1936       - 14  # NDRPDR sel
1937       - 15  # NDRPDR sel
1938       - 16  # NDRPDR sel
1939       - 17  # NDRPDR sel
1940       - 19  # NDRPDR sel
1941       - 20  # NDRPDR sel
1942       - 21  # NDRPDR sel
1943       - 22  # NDRPDR sel
1944       - 25  # NDRPDR sel
1945   data: "vpp-compare-testbeds"
1946   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1947   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
1948   parameters:
1949   - "name"
1950   - "parent"
1951   - "throughput"
1952
1953 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
1954 -
1955   type: "table"
1956   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
1957   algorithm: "table_performance_comparison"
1958   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
1959   reference:
1960     title: "3-Node Hsw"
1961     data:
1962       csit-vpp-perf-verify-1810-3n-hsw:
1963       - 8   # NDRPDR sel
1964       - 12  # NDRPDR sel
1965       - 14  # NDRPDR sel
1966       - 18  # NDRPDR sel
1967       - 23  # NDRPDR sel
1968       - 25  # NDRPDR sel
1969       - 38  # NDRPDR sel
1970       - 39  # NDRPDR sel
1971       - 41  # NDRPDR sel
1972       - 42  # NDRPDR sel
1973   compare:
1974     title: "3-Node Skx"
1975     data:
1976       csit-vpp-perf-verify-1810-3n-skx:
1977       - 10  # NDRPDR sel
1978       - 14  # NDRPDR sel
1979       - 15  # NDRPDR sel
1980       - 16  # NDRPDR sel
1981       - 17  # NDRPDR sel
1982       - 19  # NDRPDR sel
1983       - 20  # NDRPDR sel
1984       - 21  # NDRPDR sel
1985       - 22  # NDRPDR sel
1986       - 25  # NDRPDR sel
1987   data: "vpp-compare-testbeds"
1988   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1989   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
1990   parameters:
1991   - "name"
1992   - "parent"
1993   - "throughput"
1994
1995 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
1996 -
1997   type: "table"
1998   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
1999   algorithm: "table_performance_comparison"
2000   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2001   reference:
2002     title: "3-Node Hsw"
2003     data:
2004       csit-vpp-perf-verify-1810-3n-hsw:
2005       - 8   # NDRPDR sel
2006       - 12  # NDRPDR sel
2007       - 14  # NDRPDR sel
2008       - 18  # NDRPDR sel
2009       - 23  # NDRPDR sel
2010       - 25  # NDRPDR sel
2011       - 38  # NDRPDR sel
2012       - 39  # NDRPDR sel
2013       - 41  # NDRPDR sel
2014       - 42  # NDRPDR sel
2015   compare:
2016     title: "3-Node Skx"
2017     data:
2018       csit-vpp-perf-verify-1810-3n-skx:
2019       - 10  # NDRPDR sel
2020       - 14  # NDRPDR sel
2021       - 15  # NDRPDR sel
2022       - 16  # NDRPDR sel
2023       - 17  # NDRPDR sel
2024       - 19  # NDRPDR sel
2025       - 20  # NDRPDR sel
2026       - 21  # NDRPDR sel
2027       - 22  # NDRPDR sel
2028       - 25  # NDRPDR sel
2029   data: "vpp-compare-testbeds"
2030   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2031   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2032   parameters:
2033   - "name"
2034   - "parent"
2035   - "throughput"
2036
2037 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2038 -
2039   type: "table"
2040   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2041   algorithm: "table_performance_comparison"
2042   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2043   reference:
2044     title: "3-Node Skx"
2045     data:
2046       csit-vpp-perf-verify-1810-3n-skx:
2047       - 10  # NDRPDR sel
2048       - 14  # NDRPDR sel
2049       - 15  # NDRPDR sel
2050       - 16  # NDRPDR sel
2051       - 17  # NDRPDR sel
2052       - 19  # NDRPDR sel
2053       - 20  # NDRPDR sel
2054       - 21  # NDRPDR sel
2055       - 22  # NDRPDR sel
2056       - 25  # NDRPDR sel
2057   compare:
2058     title: "2-Node Skx"
2059     data:
2060       csit-vpp-perf-verify-1810-2n-skx:
2061       - 9   # NDRPDR sel
2062       - 13  # NDRPDR sel
2063       - 14  # NDRPDR sel
2064       - 19  # NDRPDR sel
2065       - 20  # NDRPDR sel
2066       - 21  # NDRPDR sel
2067       - 22  # NDRPDR sel
2068       - 23  # NDRPDR sel
2069       - 24  # NDRPDR sel
2070       - 27  # NDRPDR sel
2071   data: "vpp-compare-topologies"
2072   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2073   filter: "'NDRPDR' and '1C'"
2074   parameters:
2075   - "name"
2076   - "parent"
2077   - "throughput"
2078
2079 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2080 -
2081   type: "table"
2082   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2083   algorithm: "table_performance_comparison"
2084   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2085   reference:
2086     title: "3-Node Skx"
2087     data:
2088       csit-vpp-perf-verify-1810-3n-skx:
2089       - 10  # NDRPDR sel
2090       - 14  # NDRPDR sel
2091       - 15  # NDRPDR sel
2092       - 16  # NDRPDR sel
2093       - 17  # NDRPDR sel
2094       - 19  # NDRPDR sel
2095       - 20  # NDRPDR sel
2096       - 21  # NDRPDR sel
2097       - 22  # NDRPDR sel
2098       - 25  # NDRPDR sel
2099   compare:
2100     title: "2-Node Skx"
2101     data:
2102       csit-vpp-perf-verify-1810-2n-skx:
2103       - 9   # NDRPDR sel
2104       - 13  # NDRPDR sel
2105       - 14  # NDRPDR sel
2106       - 19  # NDRPDR sel
2107       - 20  # NDRPDR sel
2108       - 21  # NDRPDR sel
2109       - 22  # NDRPDR sel
2110       - 23  # NDRPDR sel
2111       - 24  # NDRPDR sel
2112       - 27  # NDRPDR sel
2113   data: "vpp-compare-topologies"
2114   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2115   filter: "'NDRPDR' and '2C'"
2116   parameters:
2117   - "name"
2118   - "parent"
2119   - "throughput"
2120
2121 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2122 -
2123   type: "table"
2124   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2125   algorithm: "table_performance_comparison"
2126   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2127   reference:
2128     title: "3-Node Skx"
2129     data:
2130       csit-vpp-perf-verify-1810-3n-skx:
2131       - 10  # NDRPDR sel
2132       - 14  # NDRPDR sel
2133       - 15  # NDRPDR sel
2134       - 16  # NDRPDR sel
2135       - 17  # NDRPDR sel
2136       - 19  # NDRPDR sel
2137       - 20  # NDRPDR sel
2138       - 21  # NDRPDR sel
2139       - 22  # NDRPDR sel
2140       - 25  # NDRPDR sel
2141   compare:
2142     title: "2-Node Skx"
2143     data:
2144       csit-vpp-perf-verify-1810-2n-skx:
2145       - 9   # NDRPDR sel
2146       - 13  # NDRPDR sel
2147       - 14  # NDRPDR sel
2148       - 19  # NDRPDR sel
2149       - 20  # NDRPDR sel
2150       - 21  # NDRPDR sel
2151       - 22  # NDRPDR sel
2152       - 23  # NDRPDR sel
2153       - 24  # NDRPDR sel
2154       - 27  # NDRPDR sel
2155   data: "vpp-compare-topologies"
2156   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2157   filter: "'NDRPDR' and '1C'"
2158   parameters:
2159   - "name"
2160   - "parent"
2161   - "throughput"
2162
2163 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2164 -
2165   type: "table"
2166   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2167   algorithm: "table_performance_comparison"
2168   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2169   reference:
2170     title: "3-Node Skx"
2171     data:
2172       csit-vpp-perf-verify-1810-3n-skx:
2173       - 10  # NDRPDR sel
2174       - 14  # NDRPDR sel
2175       - 15  # NDRPDR sel
2176       - 16  # NDRPDR sel
2177       - 17  # NDRPDR sel
2178       - 19  # NDRPDR sel
2179       - 20  # NDRPDR sel
2180       - 21  # NDRPDR sel
2181       - 22  # NDRPDR sel
2182       - 25  # NDRPDR sel
2183   compare:
2184     title: "2-Node Skx"
2185     data:
2186       csit-vpp-perf-verify-1810-2n-skx:
2187       - 9   # NDRPDR sel
2188       - 13  # NDRPDR sel
2189       - 14  # NDRPDR sel
2190       - 19  # NDRPDR sel
2191       - 20  # NDRPDR sel
2192       - 21  # NDRPDR sel
2193       - 22  # NDRPDR sel
2194       - 23  # NDRPDR sel
2195       - 24  # NDRPDR sel
2196       - 27  # NDRPDR sel
2197   data: "vpp-compare-topologies"
2198   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2199   filter: "'NDRPDR' and '2C'"
2200   parameters:
2201   - "name"
2202   - "parent"
2203   - "throughput"
2204
2205 # VPP Performance Changes 3n-hsw 1t1c MRR
2206 -
2207   type: "table"
2208   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2209   algorithm: "table_performance_comparison"
2210   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2211   history:
2212     -
2213       title: "rls1804"
2214       data:
2215         csit-vpp-perf-check-1804:
2216         - 6   # mrr - sel
2217         - 13  # mrr - sel
2218         - 14  # mrr - sel
2219         - 15  # mrr - sel
2220         - 16  # mrr - sel
2221         - 17  # mrr - sel
2222         - 19  # mrr - sel
2223         - 20  # mrr - sel
2224         - 21  # mrr - sel
2225         - 22  # mrr - sel
2226   reference:
2227     title: "rls1807"
2228     data:
2229       csit-vpp-perf-verify-1807-3n-hsw:
2230       - 8   # MRR full
2231       - 9   # MRR sel
2232       - 21  # MRR sel
2233       - 31  # MRR sel
2234       - 33  # MRR sel
2235       - 36  # MRR sel
2236       - 41  # MRR sel
2237       - 42  # MRR sel
2238       - 48  # MRR sel
2239   compare:
2240     title: "rls1810"
2241     data:
2242       csit-vpp-perf-verify-1810-3n-hsw:
2243       - 9   # MRR sel
2244   data: "vpp-performance-changes-3n-hsw-mrr"
2245   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2246   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2247   parameters:
2248   - "name"
2249   - "parent"
2250   - "result"
2251
2252 # VPP Performance Changes 3n-hsw 2t2c MRR
2253 -
2254   type: "table"
2255   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2256   algorithm: "table_performance_comparison"
2257   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2258   history:
2259     -
2260       title: "rls1804"
2261       data:
2262         csit-vpp-perf-check-1804:
2263         - 6   # mrr - sel
2264         - 13  # mrr - sel
2265         - 14  # mrr - sel
2266         - 15  # mrr - sel
2267         - 16  # mrr - sel
2268         - 17  # mrr - sel
2269         - 19  # mrr - sel
2270         - 20  # mrr - sel
2271         - 21  # mrr - sel
2272         - 22  # mrr - sel
2273   reference:
2274     title: "rls1807"
2275     data:
2276       csit-vpp-perf-verify-1807-3n-hsw:
2277       - 8   # MRR full
2278       - 9   # MRR sel
2279       - 21  # MRR sel
2280       - 31  # MRR sel
2281       - 33  # MRR sel
2282       - 36  # MRR sel
2283       - 41  # MRR sel
2284       - 42  # MRR sel
2285       - 48  # MRR sel
2286   compare:
2287     title: "rls1810"
2288     data:
2289       csit-vpp-perf-verify-1810-3n-hsw:
2290       - 9   # MRR sel
2291   data: "vpp-performance-changes-3n-hsw-mrr"
2292   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2293   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2294   parameters:
2295   - "name"
2296   - "parent"
2297   - "result"
2298
2299 # VPP Performance Changes 3n-hsw 4t4c MRR
2300 -
2301   type: "table"
2302   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2303   algorithm: "table_performance_comparison"
2304   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2305   history:
2306     -
2307       title: "rls1804"
2308       data:
2309         csit-vpp-perf-check-1804:
2310         - 6   # mrr - sel
2311         - 13  # mrr - sel
2312         - 14  # mrr - sel
2313         - 15  # mrr - sel
2314         - 16  # mrr - sel
2315         - 17  # mrr - sel
2316         - 19  # mrr - sel
2317         - 20  # mrr - sel
2318         - 21  # mrr - sel
2319         - 22  # mrr - sel
2320   reference:
2321     title: "rls1807"
2322     data:
2323       csit-vpp-perf-verify-1807-3n-hsw:
2324       - 8   # MRR full
2325       - 9   # MRR sel
2326       - 21  # MRR sel
2327       - 31  # MRR sel
2328       - 33  # MRR sel
2329       - 36  # MRR sel
2330       - 41  # MRR sel
2331       - 42  # MRR sel
2332       - 48  # MRR sel
2333   compare:
2334     title: "rls1810"
2335     data:
2336       csit-vpp-perf-verify-1810-3n-hsw:
2337       - 9   # MRR sel
2338   data: "vpp-performance-changes-3n-hsw-mrr"
2339   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2340   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2341   parameters:
2342   - "name"
2343   - "parent"
2344   - "result"
2345
2346 # VPP Performance Changes 3n-skx 2t1c MRR
2347 -
2348   type: "table"
2349   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2350   algorithm: "table_performance_comparison"
2351   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2352   reference:
2353     title: "rls1807"
2354     data:
2355       csit-vpp-perf-verify-1807-3n-skx:
2356       - 28  # MRR sel
2357       - 32  # MRR sel
2358       - 36  # MRR sel
2359       - 42  # MRR sel
2360       - 47  # MRR sel
2361       - 48  # MRR sel
2362       - 51  # MRR sel
2363       - 52  # MRR sel
2364       - 53  # MRR sel
2365   compare:
2366     title: "rls1810"
2367     data:
2368       csit-vpp-perf-verify-1810-3n-skx:
2369       - 9   # MRR sel
2370       - 11  # MRR sel
2371       - 12  # MRR sel
2372       - 13  # MRR sel
2373   data: "vpp-performance-changes-3n-skx-mrr"
2374   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2375   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2376   parameters:
2377   - "name"
2378   - "parent"
2379   - "result"
2380
2381 # VPP Performance Changes 3n-skx 4t2c MRR
2382 -
2383   type: "table"
2384   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2385   algorithm: "table_performance_comparison"
2386   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2387   reference:
2388     title: "rls1807"
2389     data:
2390       csit-vpp-perf-verify-1807-3n-skx:
2391       - 28  # MRR sel
2392       - 32  # MRR sel
2393       - 36  # MRR sel
2394       - 42  # MRR sel
2395       - 47  # MRR sel
2396       - 48  # MRR sel
2397       - 51  # MRR sel
2398       - 52  # MRR sel
2399       - 53  # MRR sel
2400   compare:
2401     title: "rls1810"
2402     data:
2403       csit-vpp-perf-verify-1810-3n-skx:
2404       - 9   # MRR sel
2405       - 11  # MRR sel
2406       - 12  # MRR sel
2407       - 13  # MRR sel
2408   data: "vpp-performance-changes-3n-skx-mrr"
2409   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2410   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2411   parameters:
2412   - "name"
2413   - "parent"
2414   - "result"
2415
2416 # VPP Performance Changes 3n-skx 8t4c MRR
2417 -
2418   type: "table"
2419   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2420   algorithm: "table_performance_comparison"
2421   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2422   reference:
2423     title: "rls1807"
2424     data:
2425       csit-vpp-perf-verify-1807-3n-skx:
2426       - 28  # MRR sel
2427       - 32  # MRR sel
2428       - 36  # MRR sel
2429       - 42  # MRR sel
2430       - 47  # MRR sel
2431       - 48  # MRR sel
2432       - 51  # MRR sel
2433       - 52  # MRR sel
2434       - 53  # MRR sel
2435   compare:
2436     title: "rls1810"
2437     data:
2438       csit-vpp-perf-verify-1810-3n-skx:
2439       - 9   # MRR sel
2440       - 11  # MRR sel
2441       - 12  # MRR sel
2442       - 13  # MRR sel
2443   data: "vpp-performance-changes-3n-skx-mrr"
2444   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2445   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2446   parameters:
2447   - "name"
2448   - "parent"
2449   - "result"
2450
2451 # VPP Performance Changes 2n-skx 2t1c MRR
2452 -
2453   type: "table"
2454   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2455   algorithm: "table_performance_comparison"
2456   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2457   reference:
2458     title: "rls1807"
2459     data:
2460       csit-vpp-perf-verify-1807-2n-skx:
2461       - 31  # MRR sel
2462       - 33  # MRR sel
2463       - 37  # MRR sel
2464       - 38  # MRR sel
2465       - 41  # MRR sel
2466       - 43  # MRR sel
2467       - 44  # MRR sel
2468       - 45  # MRR sel
2469       - 46  # MRR sel
2470       - 47  # MRR sel
2471   compare:
2472     title: "rls1810"
2473     data:
2474       csit-vpp-perf-verify-1810-2n-skx:
2475       - 8   # MRR sel
2476       - 10  # MRR sel
2477       - 11  # MRR sel
2478       - 12  # MRR sel
2479   data: "vpp-performance-changes-2n-skx-mrr"
2480   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2481   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2482   parameters:
2483   - "name"
2484   - "parent"
2485   - "result"
2486
2487 # VPP Performance Changes 2n-skx 4t2c MRR
2488 -
2489   type: "table"
2490   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2491   algorithm: "table_performance_comparison"
2492   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2493   reference:
2494     title: "rls1807"
2495     data:
2496       csit-vpp-perf-verify-1807-2n-skx:
2497       - 31  # MRR sel
2498       - 33  # MRR sel
2499       - 37  # MRR sel
2500       - 38  # MRR sel
2501       - 41  # MRR sel
2502       - 43  # MRR sel
2503       - 44  # MRR sel
2504       - 45  # MRR sel
2505       - 46  # MRR sel
2506       - 47  # MRR sel
2507   compare:
2508     title: "rls1810"
2509     data:
2510       csit-vpp-perf-verify-1810-2n-skx:
2511       - 8   # MRR sel
2512       - 10  # MRR sel
2513       - 11  # MRR sel
2514       - 12  # MRR sel
2515   data: "vpp-performance-changes-2n-skx-mrr"
2516   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2517   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2518   parameters:
2519   - "name"
2520   - "parent"
2521   - "result"
2522
2523 # VPP Performance Changes 2n-skx 8t4c MRR
2524 -
2525   type: "table"
2526   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2527   algorithm: "table_performance_comparison"
2528   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2529   reference:
2530     title: "rls1807"
2531     data:
2532       csit-vpp-perf-verify-1807-2n-skx:
2533       - 31  # MRR sel
2534       - 33  # MRR sel
2535       - 37  # MRR sel
2536       - 38  # MRR sel
2537       - 41  # MRR sel
2538       - 43  # MRR sel
2539       - 44  # MRR sel
2540       - 45  # MRR sel
2541       - 46  # MRR sel
2542       - 47  # MRR sel
2543   compare:
2544     title: "rls1810"
2545     data:
2546       csit-vpp-perf-verify-1810-2n-skx:
2547       - 8   # MRR sel
2548       - 10  # MRR sel
2549       - 11  # MRR sel
2550       - 12  # MRR sel
2551   data: "vpp-performance-changes-2n-skx-mrr"
2552   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2553   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2554   parameters:
2555   - "name"
2556   - "parent"
2557   - "result"
2558
2559 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2560 -
2561   type: "table"
2562   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2563   algorithm: "table_performance_comparison"
2564   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2565   reference:
2566     title: "3-Node Hsw"
2567     data:
2568       csit-vpp-perf-verify-1810-3n-hsw:
2569       - 9   # MRR sel
2570   compare:
2571     title: "3-Node Skx"
2572     data:
2573       csit-vpp-perf-verify-1810-3n-skx:
2574       - 9   # MRR sel
2575       - 11  # MRR sel
2576       - 12  # MRR sel
2577       - 13  # MRR sel
2578   data: "vpp-compare-testbeds-mrr"
2579   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2580   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2581   parameters:
2582   - "name"
2583   - "parent"
2584   - "result"
2585
2586 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2587 -
2588   type: "table"
2589   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2590   algorithm: "table_performance_comparison"
2591   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2592   reference:
2593     title: "3-Node Hsw"
2594     data:
2595       csit-vpp-perf-verify-1810-3n-hsw:
2596       - 9   # MRR sel
2597   compare:
2598     title: "3-Node Skx"
2599     data:
2600       csit-vpp-perf-verify-1810-3n-skx:
2601       - 9   # MRR sel
2602       - 11  # MRR sel
2603       - 12  # MRR sel
2604       - 13  # MRR sel
2605   data: "vpp-compare-testbeds-mrr"
2606   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2607   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2608   parameters:
2609   - "name"
2610   - "parent"
2611   - "result"
2612
2613 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2614 -
2615   type: "table"
2616   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2617   algorithm: "table_performance_comparison"
2618   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2619   reference:
2620     title: "3-Node Hsw"
2621     data:
2622       csit-vpp-perf-verify-1810-3n-hsw:
2623       - 9   # MRR sel
2624   compare:
2625     title: "3-Node Skx"
2626     data:
2627       csit-vpp-perf-verify-1810-3n-skx:
2628       - 9   # MRR sel
2629       - 11  # MRR sel
2630       - 12  # MRR sel
2631       - 13  # MRR sel
2632   data: "vpp-compare-testbeds-mrr"
2633   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2634   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2635   parameters:
2636   - "name"
2637   - "parent"
2638   - "result"
2639
2640 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2641 -
2642   type: "table"
2643   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2644   algorithm: "table_performance_comparison"
2645   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2646   reference:
2647     title: "3-Node Skx"
2648     data:
2649       csit-vpp-perf-verify-1810-3n-skx:
2650       - 9   # MRR sel
2651       - 11  # MRR sel
2652       - 12  # MRR sel
2653       - 13  # MRR sel
2654   compare:
2655     title: "2-Node Skx"
2656     data:
2657       csit-vpp-perf-verify-1810-2n-skx:
2658       - 8   # MRR sel
2659       - 10  # MRR sel
2660       - 11  # MRR sel
2661       - 12  # MRR sel
2662   data: "vpp-compare-topologies-mrr"
2663   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2664   filter: "'MRR' and '1C'"
2665   parameters:
2666   - "name"
2667   - "parent"
2668   - "result"
2669
2670 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2671 -
2672   type: "table"
2673   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2674   algorithm: "table_performance_comparison"
2675   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2676   reference:
2677     title: "3-Node Skx"
2678     data:
2679       csit-vpp-perf-verify-1810-3n-skx:
2680       - 9   # MRR sel
2681       - 11  # MRR sel
2682       - 12  # MRR sel
2683       - 13  # MRR sel
2684   compare:
2685     title: "2-Node Skx"
2686     data:
2687       csit-vpp-perf-verify-1810-2n-skx:
2688       - 8   # MRR sel
2689       - 10  # MRR sel
2690       - 11  # MRR sel
2691       - 12  # MRR sel
2692   data: "vpp-compare-topologies-mrr"
2693   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2694   filter: "'MRR' and '2C'"
2695   parameters:
2696   - "name"
2697   - "parent"
2698   - "result"
2699
2700 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2701 -
2702   type: "table"
2703   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2704   algorithm: "table_performance_comparison"
2705   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2706   reference:
2707     title: "3-Node Skx"
2708     data:
2709       csit-vpp-perf-verify-1810-3n-skx:
2710       - 9   # MRR sel
2711       - 11  # MRR sel
2712       - 12  # MRR sel
2713       - 13  # MRR sel
2714   compare:
2715     title: "2-Node Skx"
2716     data:
2717       csit-vpp-perf-verify-1810-2n-skx:
2718       - 8   # MRR sel
2719       - 10  # MRR sel
2720       - 11  # MRR sel
2721       - 12  # MRR sel
2722   data: "vpp-compare-topologies-mrr"
2723   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2724   filter: "'MRR' and '4C'"
2725   parameters:
2726   - "name"
2727   - "parent"
2728   - "result"
2729
2730 # Detailed Test Results - VPP Performance Results 3n-hsw
2731 -
2732   type: "table"
2733   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2734   algorithm: "table_merged_details"
2735   output-file-ext: ".csv"
2736   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2737   columns:
2738   -
2739     title: "Name"
2740     data: "data name"
2741   -
2742     title: "Status"
2743     data: "data msg"
2744   rows: "generated"
2745   data: "vpp-perf-results-3n-hsw"
2746   filter: "not 'NDRCHK' and not 'PDRCHK'"
2747   parameters:
2748   - "name"
2749   - "parent"
2750   - "msg"
2751
2752 # Detailed Test Results - VPP Performance Results 3n-skx
2753 -
2754   type: "table"
2755   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2756   algorithm: "table_merged_details"
2757   output-file-ext: ".csv"
2758   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2759   columns:
2760   -
2761     title: "Name"
2762     data: "data name"
2763   -
2764     title: "Status"
2765     data: "data msg"
2766   rows: "generated"
2767   data: "vpp-perf-results-3n-skx"
2768   filter: "not 'NDRCHK' and not 'PDRCHK'"
2769   parameters:
2770   - "name"
2771   - "parent"
2772   - "msg"
2773
2774 # Detailed Test Results - VPP Performance Results 2n-skx
2775 -
2776   type: "table"
2777   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2778   algorithm: "table_merged_details"
2779   output-file-ext: ".csv"
2780   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2781   columns:
2782   -
2783     title: "Name"
2784     data: "data name"
2785   -
2786     title: "Status"
2787     data: "data msg"
2788   rows: "generated"
2789   data: "vpp-perf-results-2n-skx"
2790   filter: "not 'NDRCHK' and not 'PDRCHK'"
2791   parameters:
2792   - "name"
2793   - "parent"
2794   - "msg"
2795
2796 # Detailed Test Results - VPP Performance Results 2n-dnv
2797 -
2798   type: "table"
2799   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2800   algorithm: "table_details"
2801   output-file-ext: ".csv"
2802   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2803   columns:
2804   -
2805     title: "Name"
2806     data: "data name"
2807   -
2808     title: "Status"
2809     data: "data msg"
2810   rows: "generated"
2811   data: "intel-dnv-vpp"
2812   filter: "'NDRPDR'"
2813   parameters:
2814   - "name"
2815   - "parent"
2816   - "msg"
2817
2818 # Test configuration - VPP Performance Test Configs 3n-hsw
2819 -
2820   type: "table"
2821   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2822   algorithm: "table_merged_details"
2823   output-file-ext: ".csv"
2824   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2825   columns:
2826   -
2827     title: "Name"
2828     data: "data name"
2829   -
2830     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2831     data: "data vat-history"
2832   rows: "generated"
2833   data: "vpp-perf-results-3n-hsw"
2834   filter: "not 'NDRCHK' and not 'PDRCHK'"
2835   parameters:
2836   - "parent"
2837   - "name"
2838   - "vat-history"
2839
2840 # Test configuration - VPP Performance Test Configs 3n-skx
2841 -
2842   type: "table"
2843   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2844   algorithm: "table_merged_details"
2845   output-file-ext: ".csv"
2846   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2847   columns:
2848   -
2849     title: "Name"
2850     data: "data name"
2851   -
2852     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2853     data: "data vat-history"
2854   rows: "generated"
2855   data: "vpp-perf-results-3n-skx"
2856   filter: "not 'NDRCHK' and not 'PDRCHK'"
2857   parameters:
2858   - "parent"
2859   - "name"
2860   - "vat-history"
2861
2862 # Test configuration - VPP Performance Test Configs 2n-skx
2863 -
2864   type: "table"
2865   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2866   algorithm: "table_merged_details"
2867   output-file-ext: ".csv"
2868   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2869   columns:
2870   -
2871     title: "Name"
2872     data: "data name"
2873   -
2874     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2875     data: "data vat-history"
2876   rows: "generated"
2877   data: "vpp-perf-results-2n-skx"
2878   filter: "not 'NDRCHK' and not 'PDRCHK'"
2879   parameters:
2880   - "parent"
2881   - "name"
2882   - "vat-history"
2883
2884 # Test configuration - VPP Performance Test Configs 2n-dnv
2885 -
2886   type: "table"
2887   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
2888   algorithm: "table_details"
2889   output-file-ext: ".csv"
2890   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
2891   columns:
2892   -
2893     title: "Name"
2894     data: "data name"
2895   -
2896     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2897     data: "data vat-history"
2898   rows: "generated"
2899   data: "intel-dnv-vpp"
2900   filter: "'NDRPDR'"
2901   parameters:
2902   - "parent"
2903   - "name"
2904   - "vat-history"
2905
2906 # Test Operational Data - VPP Performance Operational Data 3n-hsw
2907 -
2908   type: "table"
2909   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
2910   algorithm: "table_merged_details"
2911   output-file-ext: ".csv"
2912   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
2913   columns:
2914   -
2915     title: "Name"
2916     data: "data name"
2917   -
2918     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2919     data: "data show-run"
2920   rows: "generated"
2921   data: "vpp-perf-results-3n-hsw"
2922   filter: "not 'NDRCHK' and not 'PDRCHK'"
2923   parameters:
2924   - "parent"
2925   - "name"
2926   - "show-run"
2927
2928 # Test Operational Data - VPP Performance Operational Data 3n-skx
2929 -
2930   type: "table"
2931   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
2932   algorithm: "table_merged_details"
2933   output-file-ext: ".csv"
2934   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
2935   columns:
2936   -
2937     title: "Name"
2938     data: "data name"
2939   -
2940     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2941     data: "data show-run"
2942   rows: "generated"
2943   data: "vpp-perf-results-3n-skx"
2944   filter: "not 'NDRCHK' and not 'PDRCHK'"
2945   parameters:
2946   - "parent"
2947   - "name"
2948   - "show-run"
2949
2950 # Test Operational Data - VPP Performance Operational Data 2n-skx
2951 -
2952   type: "table"
2953   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
2954   algorithm: "table_merged_details"
2955   output-file-ext: ".csv"
2956   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
2957   columns:
2958   -
2959     title: "Name"
2960     data: "data name"
2961   -
2962     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2963     data: "data show-run"
2964   rows: "generated"
2965   data: "vpp-perf-results-2n-skx"
2966   filter: "not 'NDRCHK' and not 'PDRCHK'"
2967   parameters:
2968   - "parent"
2969   - "name"
2970   - "show-run"
2971
2972 # Test Operational Data - VPP Performance Operational Data 2n-dnv
2973 -
2974   type: "table"
2975   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
2976   algorithm: "table_details"
2977   output-file-ext: ".csv"
2978   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
2979   columns:
2980   -
2981     title: "Name"
2982     data: "data name"
2983   -
2984     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2985     data: "data show-run"
2986   rows: "generated"
2987   data: "intel-dnv-vpp"
2988   filter: "'NDRPDR'"
2989   parameters:
2990   - "parent"
2991   - "name"
2992   - "show-run"
2993
2994 # Detailed Test Results - VPP MRR Results 3n-hsw
2995 -
2996   type: "table"
2997   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
2998   algorithm: "table_details"
2999   output-file-ext: ".csv"
3000   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3001   columns:
3002   -
3003     title: "Name"
3004     data: "data name"
3005   -
3006     title: "Status"
3007     data: "data msg"
3008   rows: "generated"
3009   data: "vpp-mrr-results-3n-hsw"
3010   filter: "'MRR'"
3011   parameters:
3012   - "name"
3013   - "parent"
3014   - "msg"
3015
3016 # Detailed Test Results - VPP MRR Results 3n-skx
3017 -
3018   type: "table"
3019   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3020   algorithm: "table_details"
3021   output-file-ext: ".csv"
3022   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3023   columns:
3024   -
3025     title: "Name"
3026     data: "data name"
3027   -
3028     title: "Status"
3029     data: "data msg"
3030   rows: "generated"
3031   data: "vpp-mrr-results-3n-skx"
3032   filter: "'MRR'"
3033   parameters:
3034   - "name"
3035   - "parent"
3036   - "msg"
3037
3038 # Detailed Test Results - VPP MRR Results 2n-skx
3039 -
3040   type: "table"
3041   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3042   algorithm: "table_details"
3043   output-file-ext: ".csv"
3044   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3045   columns:
3046   -
3047     title: "Name"
3048     data: "data name"
3049   -
3050     title: "Status"
3051     data: "data msg"
3052   rows: "generated"
3053   data: "vpp-mrr-results-2n-skx"
3054   filter: "'MRR'"
3055   parameters:
3056   - "name"
3057   - "parent"
3058   - "msg"
3059
3060 # Detailed Test Results - VPP MRR Results 2n-dnv
3061 -
3062   type: "table"
3063   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3064   algorithm: "table_details"
3065   output-file-ext: ".csv"
3066   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3067   columns:
3068   -
3069     title: "Name"
3070     data: "data name"
3071   -
3072     title: "Status"
3073     data: "data msg"
3074   rows: "generated"
3075   data: "intel-dnv-vpp"
3076   filter: "'MRR'"
3077   parameters:
3078   - "name"
3079   - "parent"
3080   - "msg"
3081
3082 # Test configuration - VPP MRR Test Configs 3n-hsw
3083 -
3084   type: "table"
3085   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3086   algorithm: "table_details"
3087   output-file-ext: ".csv"
3088   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3089   columns:
3090   -
3091     title: "Name"
3092     data: "data name"
3093   -
3094     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3095     data: "data vat-history"
3096   rows: "generated"
3097   data: "vpp-mrr-results-3n-hsw"
3098   filter: "'MRR'"
3099   parameters:
3100   - "parent"
3101   - "name"
3102   - "vat-history"
3103
3104 # Test configuration - VPP MRR Test Configs 3n-skx
3105 -
3106   type: "table"
3107   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3108   algorithm: "table_details"
3109   output-file-ext: ".csv"
3110   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3111   columns:
3112   -
3113     title: "Name"
3114     data: "data name"
3115   -
3116     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3117     data: "data vat-history"
3118   rows: "generated"
3119   data: "vpp-mrr-results-3n-skx"
3120   filter: "'MRR'"
3121   parameters:
3122   - "parent"
3123   - "name"
3124   - "vat-history"
3125
3126 # Test configuration - VPP MRR Test Configs 2n-skx
3127 -
3128   type: "table"
3129   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3130   algorithm: "table_details"
3131   output-file-ext: ".csv"
3132   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3133   columns:
3134   -
3135     title: "Name"
3136     data: "data name"
3137   -
3138     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3139     data: "data vat-history"
3140   rows: "generated"
3141   data: "vpp-mrr-results-2n-skx"
3142   filter: "'MRR'"
3143   parameters:
3144   - "parent"
3145   - "name"
3146   - "vat-history"
3147
3148 # Test configuration - VPP MRR Test Configs 2n-dnv
3149 -
3150   type: "table"
3151   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3152   algorithm: "table_details"
3153   output-file-ext: ".csv"
3154   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3155   columns:
3156   -
3157     title: "Name"
3158     data: "data name"
3159   -
3160     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3161     data: "data vat-history"
3162   rows: "generated"
3163   data: "intel-dnv-vpp"
3164   filter: "'MRR'"
3165   parameters:
3166   - "parent"
3167   - "name"
3168   - "vat-history"
3169
3170 # Detailed Test Results - VPP Functional Results - Ubuntu
3171 -
3172   type: "table"
3173   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3174   algorithm: "table_details"
3175   output-file-ext: ".csv"
3176   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3177   columns:
3178   -
3179     title: "Name"
3180     data: "data name"
3181   -
3182     title: "Documentation"
3183     data: "data doc"
3184   -
3185     title: "Status"
3186     data: "data status"
3187   rows: "generated"
3188   data: "vpp-func-results-ubuntu"
3189   filter: "all"
3190   parameters:
3191   - "name"
3192   - "parent"
3193   - "doc"
3194   - "status"
3195
3196 # Detailed Test Results - VPP Functional Results - CentOS
3197 -
3198   type: "table"
3199   title: "Detailed Test Results - VPP Functional Results - CentOS"
3200   algorithm: "table_details"
3201   output-file-ext: ".csv"
3202   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3203   columns:
3204   -
3205     title: "Name"
3206     data: "data name"
3207   -
3208     title: "Documentation"
3209     data: "data doc"
3210   -
3211     title: "Status"
3212     data: "data status"
3213   rows: "generated"
3214   data:
3215     "vpp-func-results-centos"
3216   filter: "all"
3217   parameters:
3218   - "name"
3219   - "parent"
3220   - "doc"
3221   - "status"
3222
3223 # Test configuration - VPP Functional Test Configs - Ubuntu
3224 -
3225   type: "table"
3226   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3227   algorithm: "table_details"
3228   output-file-ext: ".csv"
3229   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3230   columns:
3231   -
3232     title: "Name"
3233     data: "data name"
3234   -
3235     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3236     data: "data vat-history"
3237   rows: "generated"
3238   data: "vpp-func-results-ubuntu"
3239   filter: "all"
3240   parameters:
3241   - "parent"
3242   - "name"
3243   - "vat-history"
3244
3245 # Test configuration - VPP Functional Test Configs - CentOS
3246 -
3247   type: "table"
3248   title: "Test configuration - VPP Functional Test Configs - CentOS"
3249   algorithm: "table_details"
3250   output-file-ext: ".csv"
3251   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3252   columns:
3253   -
3254     title: "Name"
3255     data: "data name"
3256   -
3257     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3258     data: "data vat-history"
3259   rows: "generated"
3260   data: "vpp-func-results-centos"
3261   filter: "all"
3262   parameters:
3263   - "parent"
3264   - "name"
3265   - "vat-history"
3266
3267 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3268 -
3269   type: "table"
3270   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3271   algorithm: "table_details"
3272   output-file-ext: ".csv"
3273   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3274   columns:
3275   -
3276     title: "Name"
3277     data: "data name"
3278   -
3279     title: "Status"
3280     data: "data msg"
3281   rows: "generated"
3282   data: "ligato-perf-results-3n-hsw"
3283   filter: "all"
3284   parameters:
3285   - "name"
3286   - "parent"
3287   - "msg"
3288
3289 # Detailed Test Results - VPP Device Results - Ubuntu
3290 -
3291   type: "table"
3292   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3293   algorithm: "table_details"
3294   output-file-ext: ".csv"
3295   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3296   columns:
3297   -
3298     title: "Name"
3299     data: "data name"
3300   -
3301     title: "Documentation"
3302     data: "data doc"
3303   -
3304     title: "Status"
3305     data: "data status"
3306   rows: "generated"
3307   data: "vpp-device-results-ubuntu"
3308   filter: "all"
3309   parameters:
3310   - "name"
3311   - "parent"
3312   - "doc"
3313   - "status"
3314
3315 # Test configuration - VPP Device Test Configs - Ubuntu
3316 -
3317   type: "table"
3318   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3319   algorithm: "table_details"
3320   output-file-ext: ".csv"
3321   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3322   columns:
3323   -
3324     title: "Name"
3325     data: "data name"
3326   -
3327     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3328     data: "data vat-history"
3329   rows: "generated"
3330   data: "vpp-device-results-ubuntu"
3331   filter: "all"
3332   parameters:
3333   - "parent"
3334   - "name"
3335   - "vat-history"
3336
3337 ################################################################################
3338
3339 # DPDK Performance Changes 3n-hsw 1t1c pdr
3340 -
3341   type: "table"
3342   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3343   algorithm: "table_performance_comparison"
3344   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3345   history:
3346     -
3347       title: "rls1804"
3348       data:
3349         csit-dpdk-perf-1804-all:
3350         - 4
3351         - 5
3352         - 6
3353         - 7
3354         - 8
3355         - 9
3356         - 10
3357         - 11
3358         - 12
3359         - 13
3360   reference:
3361     title: "rls1807"
3362     data:
3363       csit-dpdk-perf-verify-1807-3n-hsw:
3364       - 11
3365       - 12  # full
3366       - 14
3367       - 15
3368       - 16
3369       - 17
3370       - 20
3371       - 21
3372       - 22
3373       - 23
3374   compare:
3375     title: "rls1810"
3376     data:
3377       csit-dpdk-perf-verify-1810-3n-hsw:
3378       - 1   # NDRPDR sel
3379       - 2   # NDRPDR sel
3380       - 3   # NDRPDR sel
3381       - 4   # NDRPDR sel
3382       - 5   # NDRPDR sel
3383       - 6   # NDRPDR sel
3384       - 7   # NDRPDR sel
3385       - 8   # NDRPDR sel
3386       - 9   # NDRPDR sel
3387       - 10  # NDRPDR sel
3388   data: "dpdk-performance-changes-3n-hsw"
3389   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3390   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3391   parameters:
3392   - "name"
3393   - "parent"
3394   - "throughput"
3395
3396 # DPDK Performance Changes 3n-hsw 2t2c pdr
3397 -
3398   type: "table"
3399   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3400   algorithm: "table_performance_comparison"
3401   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3402   history:
3403     -
3404       title: "rls1804"
3405       data:
3406         csit-dpdk-perf-1804-all:
3407         - 4
3408         - 5
3409         - 6
3410         - 7
3411         - 8
3412         - 9
3413         - 10
3414         - 11
3415         - 12
3416         - 13
3417   reference:
3418     title: "rls1807"
3419     data:
3420       csit-dpdk-perf-verify-1807-3n-hsw:
3421       - 11
3422       - 12  # full
3423       - 14
3424       - 15
3425       - 16
3426       - 17
3427       - 20
3428       - 21
3429       - 22
3430       - 23
3431   compare:
3432     title: "rls1810"
3433     data:
3434       csit-dpdk-perf-verify-1810-3n-hsw:
3435       - 1   # NDRPDR sel
3436       - 2   # NDRPDR sel
3437       - 3   # NDRPDR sel
3438       - 4   # NDRPDR sel
3439       - 5   # NDRPDR sel
3440       - 6   # NDRPDR sel
3441       - 7   # NDRPDR sel
3442       - 8   # NDRPDR sel
3443       - 9   # NDRPDR sel
3444       - 10  # NDRPDR sel
3445   data: "dpdk-performance-changes-3n-hsw"
3446   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3447   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3448   parameters:
3449   - "name"
3450   - "parent"
3451   - "throughput"
3452
3453 # DPDK Performance Changes 3n-hsw 1t1c ndr
3454 -
3455   type: "table"
3456   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3457   algorithm: "table_performance_comparison"
3458   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3459   history:
3460     -
3461       title: "rls1804"
3462       data:
3463         csit-dpdk-perf-1804-all:
3464         - 4
3465         - 5
3466         - 6
3467         - 7
3468         - 8
3469         - 9
3470         - 10
3471         - 11
3472         - 12
3473         - 13
3474   reference:
3475     title: "rls1807"
3476     data:
3477       csit-dpdk-perf-verify-1807-3n-hsw:
3478       - 11
3479       - 12  # full
3480       - 14
3481       - 15
3482       - 16
3483       - 17
3484       - 20
3485       - 21
3486       - 22
3487       - 23
3488   compare:
3489     title: "rls1810"
3490     data:
3491       csit-dpdk-perf-verify-1810-3n-hsw:
3492       - 1   # NDRPDR sel
3493       - 2   # NDRPDR sel
3494       - 3   # NDRPDR sel
3495       - 4   # NDRPDR sel
3496       - 5   # NDRPDR sel
3497       - 6   # NDRPDR sel
3498       - 7   # NDRPDR sel
3499       - 8   # NDRPDR sel
3500       - 9   # NDRPDR sel
3501       - 10  # NDRPDR sel
3502   data: "dpdk-performance-changes-3n-hsw"
3503   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3504   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3505   parameters:
3506   - "name"
3507   - "parent"
3508   - "throughput"
3509
3510 # DPDK Performance Changes 3n-hsw 2t2c ndr
3511 -
3512   type: "table"
3513   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3514   algorithm: "table_performance_comparison"
3515   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3516   history:
3517     -
3518       title: "rls1804"
3519       data:
3520         csit-dpdk-perf-1804-all:
3521         - 4
3522         - 5
3523         - 6
3524         - 7
3525         - 8
3526         - 9
3527         - 10
3528         - 11
3529         - 12
3530         - 13
3531   reference:
3532     title: "rls1807"
3533     data:
3534       csit-dpdk-perf-verify-1807-3n-hsw:
3535       - 11
3536       - 12  # full
3537       - 14
3538       - 15
3539       - 16
3540       - 17
3541       - 20
3542       - 21
3543       - 22
3544       - 23
3545   compare:
3546     title: "rls1810"
3547     data:
3548       csit-dpdk-perf-verify-1810-3n-hsw:
3549       - 1   # NDRPDR sel
3550       - 2   # NDRPDR sel
3551       - 3   # NDRPDR sel
3552       - 4   # NDRPDR sel
3553       - 5   # NDRPDR sel
3554       - 6   # NDRPDR sel
3555       - 7   # NDRPDR sel
3556       - 8   # NDRPDR sel
3557       - 9   # NDRPDR sel
3558       - 10  # NDRPDR sel
3559   data: "dpdk-performance-changes-3n-hsw"
3560   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3561   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3562   parameters:
3563   - "name"
3564   - "parent"
3565   - "throughput"
3566
3567 # DPDK Performance Changes 3n-skx 2t1c pdr
3568 -
3569   type: "table"
3570   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3571   algorithm: "table_performance_comparison"
3572   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3573   reference:
3574     title: "rls1807"
3575     data:
3576       csit-dpdk-perf-verify-1807-3n-skx:
3577       - 1   # NDRPDR sel
3578       - 2   # NDRPDR sel
3579       - 3   # NDRPDR sel
3580       - 6   # NDRPDR sel
3581       - 7   # NDRPDR sel
3582       - 8   # NDRPDR sel
3583       - 9   # NDRPDR sel
3584       - 10  # NDRPDR sel
3585       - 11  # NDRPDR sel
3586       - 12  # NDRPDR sel
3587   compare:
3588     title: "rls1810"
3589     data:
3590       csit-dpdk-perf-verify-1810-3n-skx:
3591       - 3   # NDRPDR sel
3592       - 4   # NDRPDR sel
3593       - 6   # NDRPDR sel
3594       - 7   # NDRPDR sel
3595       - 8   # NDRPDR sel
3596       - 9   # NDRPDR sel
3597       - 10  # NDRPDR sel
3598       - 11  # NDRPDR sel
3599       - 12  # NDRPDR sel
3600       - 13  # NDRPDR sel
3601   data: "dpdk-performance-changes-3n-skx"
3602   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3603   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3604   parameters:
3605   - "name"
3606   - "parent"
3607   - "throughput"
3608
3609 # DPDK Performance Changes 3n-skx 4t2c pdr
3610 -
3611   type: "table"
3612   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3613   algorithm: "table_performance_comparison"
3614   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3615   reference:
3616     title: "rls1807"
3617     data:
3618       csit-dpdk-perf-verify-1807-3n-skx:
3619       - 1   # NDRPDR sel
3620       - 2   # NDRPDR sel
3621       - 3   # NDRPDR sel
3622       - 6   # NDRPDR sel
3623       - 7   # NDRPDR sel
3624       - 8   # NDRPDR sel
3625       - 9   # NDRPDR sel
3626       - 10  # NDRPDR sel
3627       - 11  # NDRPDR sel
3628       - 12  # NDRPDR sel
3629   compare:
3630     title: "rls1810"
3631     data:
3632       csit-dpdk-perf-verify-1810-3n-skx:
3633       - 3   # NDRPDR sel
3634       - 4   # NDRPDR sel
3635       - 6   # NDRPDR sel
3636       - 7   # NDRPDR sel
3637       - 8   # NDRPDR sel
3638       - 9   # NDRPDR sel
3639       - 10  # NDRPDR sel
3640       - 11  # NDRPDR sel
3641       - 12  # NDRPDR sel
3642       - 13  # NDRPDR sel
3643   data: "dpdk-performance-changes-3n-skx"
3644   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3645   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3646   parameters:
3647   - "name"
3648   - "parent"
3649   - "throughput"
3650
3651 # DPDK Performance Changes 3n-skx 2t1c ndr
3652 -
3653   type: "table"
3654   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3655   algorithm: "table_performance_comparison"
3656   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3657   reference:
3658     title: "rls1807"
3659     data:
3660       csit-dpdk-perf-verify-1807-3n-skx:
3661       - 1   # NDRPDR sel
3662       - 2   # NDRPDR sel
3663       - 3   # NDRPDR sel
3664       - 6   # NDRPDR sel
3665       - 7   # NDRPDR sel
3666       - 8   # NDRPDR sel
3667       - 9   # NDRPDR sel
3668       - 10  # NDRPDR sel
3669       - 11  # NDRPDR sel
3670       - 12  # NDRPDR sel
3671   compare:
3672     title: "rls1810"
3673     data:
3674       csit-dpdk-perf-verify-1810-3n-skx:
3675       - 3   # NDRPDR sel
3676       - 4   # NDRPDR sel
3677       - 6   # NDRPDR sel
3678       - 7   # NDRPDR sel
3679       - 8   # NDRPDR sel
3680       - 9   # NDRPDR sel
3681       - 10  # NDRPDR sel
3682       - 11  # NDRPDR sel
3683       - 12  # NDRPDR sel
3684       - 13  # NDRPDR sel
3685   data: "dpdk-performance-changes-3n-skx"
3686   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3687   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3688   parameters:
3689   - "name"
3690   - "parent"
3691   - "throughput"
3692
3693 # DPDK Performance Changes 3n-skx 4t2c ndr
3694 -
3695   type: "table"
3696   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3697   algorithm: "table_performance_comparison"
3698   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3699   reference:
3700     title: "rls1807"
3701     data:
3702       csit-dpdk-perf-verify-1807-3n-skx:
3703       - 1   # NDRPDR sel
3704       - 2   # NDRPDR sel
3705       - 3   # NDRPDR sel
3706       - 6   # NDRPDR sel
3707       - 7   # NDRPDR sel
3708       - 8   # NDRPDR sel
3709       - 9   # NDRPDR sel
3710       - 10  # NDRPDR sel
3711       - 11  # NDRPDR sel
3712       - 12  # NDRPDR sel
3713   compare:
3714     title: "rls1810"
3715     data:
3716       csit-dpdk-perf-verify-1810-3n-skx:
3717       - 3   # NDRPDR sel
3718       - 4   # NDRPDR sel
3719       - 6   # NDRPDR sel
3720       - 7   # NDRPDR sel
3721       - 8   # NDRPDR sel
3722       - 9   # NDRPDR sel
3723       - 10  # NDRPDR sel
3724       - 11  # NDRPDR sel
3725       - 12  # NDRPDR sel
3726       - 13  # NDRPDR sel
3727   data: "dpdk-performance-changes-3n-skx"
3728   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3729   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3730   parameters:
3731   - "name"
3732   - "parent"
3733   - "throughput"
3734
3735 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3736 -
3737   type: "table"
3738   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3739   algorithm: "table_performance_comparison"
3740   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3741   reference:
3742     title: "3-Node Hsw"
3743     data:
3744       csit-dpdk-perf-verify-1810-3n-hsw:
3745       - 1   # NDRPDR sel
3746       - 2   # NDRPDR sel
3747       - 3   # NDRPDR sel
3748       - 4   # NDRPDR sel
3749       - 5   # NDRPDR sel
3750       - 6   # NDRPDR sel
3751       - 7   # NDRPDR sel
3752       - 8   # NDRPDR sel
3753       - 9   # NDRPDR sel
3754       - 10  # NDRPDR sel
3755   compare:
3756     title: "3-Node Skx"
3757     data:
3758       csit-dpdk-perf-verify-1810-3n-skx:
3759       - 3   # NDRPDR sel
3760       - 4   # NDRPDR sel
3761       - 6   # NDRPDR sel
3762       - 7   # NDRPDR sel
3763       - 8   # NDRPDR sel
3764       - 9   # NDRPDR sel
3765       - 10  # NDRPDR sel
3766       - 11  # NDRPDR sel
3767       - 12  # NDRPDR sel
3768       - 13  # NDRPDR sel
3769   data: "dpdk-compare-testbeds"
3770   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3771   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3772   parameters:
3773   - "name"
3774   - "parent"
3775   - "throughput"
3776
3777 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3778 -
3779   type: "table"
3780   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3781   algorithm: "table_performance_comparison"
3782   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3783   reference:
3784     title: "3-Node Skx"
3785     data:
3786       csit-dpdk-perf-verify-1810-3n-skx:
3787       - 3   # NDRPDR sel
3788       - 4   # NDRPDR sel
3789       - 6   # NDRPDR sel
3790       - 7   # NDRPDR sel
3791       - 8   # NDRPDR sel
3792       - 9   # NDRPDR sel
3793       - 10  # NDRPDR sel
3794       - 11  # NDRPDR sel
3795       - 12  # NDRPDR sel
3796       - 13  # NDRPDR sel
3797   compare:
3798     title: "2-Node Skx"
3799     data:
3800       csit-dpdk-perf-verify-1810-2n-skx:
3801       - 3   # NDRPDR sel
3802       - 4   # NDRPDR sel
3803       - 5   # NDRPDR sel
3804       - 7   # NDRPDR sel
3805       - 8   # NDRPDR sel
3806       - 9   # NDRPDR sel
3807       - 10  # NDRPDR sel
3808       - 11  # NDRPDR sel
3809       - 12  # NDRPDR sel
3810       - 13  # NDRPDR sel
3811   data: "dpdk-compare-topologies"
3812   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3813   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3814   parameters:
3815   - "name"
3816   - "parent"
3817   - "throughput"
3818
3819 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3820 -
3821   type: "table"
3822   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3823   algorithm: "table_performance_comparison"
3824   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3825   reference:
3826     title: "3-Node Skx"
3827     data:
3828       csit-dpdk-perf-verify-1810-3n-skx:
3829       - 3   # NDRPDR sel
3830       - 4   # NDRPDR sel
3831       - 6   # NDRPDR sel
3832       - 7   # NDRPDR sel
3833       - 8   # NDRPDR sel
3834       - 9   # NDRPDR sel
3835       - 10  # NDRPDR sel
3836       - 11  # NDRPDR sel
3837       - 12  # NDRPDR sel
3838       - 13  # NDRPDR sel
3839   compare:
3840     title: "2-Node Skx"
3841     data:
3842       csit-dpdk-perf-verify-1810-2n-skx:
3843       - 3   # NDRPDR sel
3844       - 4   # NDRPDR sel
3845       - 5   # NDRPDR sel
3846       - 7   # NDRPDR sel
3847       - 8   # NDRPDR sel
3848       - 9   # NDRPDR sel
3849       - 10  # NDRPDR sel
3850       - 11  # NDRPDR sel
3851       - 12  # NDRPDR sel
3852       - 13  # NDRPDR sel
3853   data: "dpdk-compare-topologies"
3854   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3855   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3856   parameters:
3857   - "name"
3858   - "parent"
3859   - "throughput"
3860
3861 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3862 -
3863   type: "table"
3864   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3865   algorithm: "table_performance_comparison"
3866   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3867   reference:
3868     title: "3-Node Hsw"
3869     data:
3870       csit-dpdk-perf-verify-1810-3n-hsw:
3871       - 1   # NDRPDR sel
3872       - 2   # NDRPDR sel
3873       - 3   # NDRPDR sel
3874       - 4   # NDRPDR sel
3875       - 5   # NDRPDR sel
3876       - 6   # NDRPDR sel
3877       - 7   # NDRPDR sel
3878       - 8   # NDRPDR sel
3879       - 9   # NDRPDR sel
3880       - 10  # NDRPDR sel
3881   compare:
3882     title: "3-Node Skx"
3883     data:
3884       csit-dpdk-perf-verify-1810-3n-skx:
3885       - 3   # NDRPDR sel
3886       - 4   # NDRPDR sel
3887       - 6   # NDRPDR sel
3888       - 7   # NDRPDR sel
3889       - 8   # NDRPDR sel
3890       - 9   # NDRPDR sel
3891       - 10  # NDRPDR sel
3892       - 11  # NDRPDR sel
3893       - 12  # NDRPDR sel
3894       - 13  # NDRPDR sel
3895   data: "dpdk-compare-testbeds"
3896   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3897   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3898   parameters:
3899   - "name"
3900   - "parent"
3901   - "throughput"
3902
3903 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
3904 # NOTE: Not used in 18.10
3905 #-
3906 #  type: "table"
3907 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
3908 #  algorithm: "table_performance_comparison"
3909 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
3910 #  reference:
3911 #    title: "3-Node Hsw"
3912 #    data:
3913 #      csit-dpdk-perf-verify-1807-3n-hsw:
3914 #      - 11
3915 #      - 12  # full
3916 #      - 14
3917 #      - 15
3918 #      - 16
3919 #      - 17
3920 #      - 20
3921 #      - 21
3922 #      - 22
3923 #      - 23
3924 #  compare:
3925 #    title: "3-Node Skx"
3926 #    data:
3927 #      csit-dpdk-perf-verify-1807-3n-skx:
3928 #      - 1
3929 #      - 2
3930 #      - 3
3931 #      - 6
3932 #      - 7
3933 #      - 8
3934 #      - 9
3935 #      - 10
3936 #      - 11
3937 #      - 12
3938 #  data: "dpdk-compare-testbeds"
3939 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3940 #  filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3941 #  parameters:
3942 #  - "name"
3943 #  - "parent"
3944 #  - "result"
3945
3946 # Detailed Test Results - DPDK Performance Results 3n-hsw
3947 -
3948   type: "table"
3949   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3950   algorithm: "table_details"
3951   output-file-ext: ".csv"
3952   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3953   columns:
3954   -
3955     title: "Name"
3956     data: "data name"
3957   -
3958     title: "Status"
3959     data: "data msg"
3960   rows: "generated"
3961   data: "dpdk-perf-results-3n-hsw"
3962   filter: "all"
3963   parameters:
3964   - "name"
3965   - "parent"
3966   - "msg"
3967
3968 # Detailed Test Results - DPDK Performance Results 3n-skx
3969 -
3970   type: "table"
3971   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3972   algorithm: "table_details"
3973   output-file-ext: ".csv"
3974   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3975   columns:
3976   -
3977     title: "Name"
3978     data: "data name"
3979   -
3980     title: "Status"
3981     data: "data msg"
3982   rows: "generated"
3983   data: "dpdk-perf-results-3n-skx"
3984   filter: "all"
3985   parameters:
3986   - "name"
3987   - "parent"
3988   - "msg"
3989
3990 # Detailed Test Results - DPDK Performance Results 2n-skx
3991 -
3992   type: "table"
3993   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3994   algorithm: "table_details"
3995   output-file-ext: ".csv"
3996   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3997   columns:
3998   -
3999     title: "Name"
4000     data: "data name"
4001   -
4002     title: "Status"
4003     data: "data msg"
4004   rows: "generated"
4005   data: "dpdk-perf-results-2n-skx"
4006   filter: "all"
4007   parameters:
4008   - "name"
4009   - "parent"
4010   - "msg"
4011
4012 ################################################################################
4013 # HoneyComb
4014 -
4015   type: "table"
4016   title: "Detailed Test Results - Honeycomb Functional Results"
4017   algorithm: "table_details"
4018   output-file-ext: ".csv"
4019   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
4020   columns:
4021   -
4022     title: "Name"
4023     data: "data name"
4024   -
4025     title: "Documentation"
4026     data: "data doc"
4027   -
4028     title: "Status"
4029     data: "data status"
4030   rows: "generated"
4031   data:
4032     "hc-func-results"
4033   filter: "all"
4034   parameters:
4035   - "name"
4036   - "parent"
4037   - "doc"
4038   - "status"
4039
4040 ################################################################################
4041 # NSH SFC
4042 -
4043   type: "table"
4044   title: "Detailed Test Results - NSH SFC Functional Results"
4045   algorithm: "table_details"
4046   output-file-ext: ".csv"
4047   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
4048   columns:
4049   -
4050     title: "Name"
4051     data: "data name"
4052   -
4053     title: "Documentation"
4054     data: "data doc"
4055   -
4056     title: "Status"
4057     data: "data status"
4058   rows: "generated"
4059   data:
4060     "nsh-func-results"
4061   filter: "all"
4062   parameters:
4063   - "name"
4064   - "parent"
4065   - "doc"
4066   - "status"
4067
4068 ################################################################################
4069 # DMM
4070 -
4071   type: "table"
4072   title: "Detailed Test Results - DMM Functional Results"
4073   algorithm: "table_details"
4074   output-file-ext: ".csv"
4075   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4076   columns:
4077   -
4078     title: "Name"
4079     data: "data name"
4080   -
4081     title: "Documentation"
4082     data: "data doc"
4083   -
4084     title: "Status"
4085     data: "data status"
4086   rows: "generated"
4087   data:
4088     "dmm-func-results"
4089   filter: "all"
4090   parameters:
4091   - "name"
4092   - "parent"
4093   - "doc"
4094   - "status"
4095
4096 ################################################################################
4097 ###                                F I L E S                                 ###
4098 ################################################################################
4099
4100 # VPP Performance Results 3n-hsw
4101 -
4102   type: "file"
4103   title: "VPP Performance Results 3n-hsw"
4104   algorithm: "file_test_results"
4105   output-file-ext: ".rst"
4106   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4107   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4108   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4109   data: "vpp-perf-results-3n-hsw"
4110   filter: "not 'NDRCHK' and not 'PDRCHK'"
4111   parameters:
4112   - "name"
4113   - "doc"
4114   - "level"
4115   - "parent"
4116   data-start-level: 3
4117
4118 # VPP Performance Results 3n-skx
4119 -
4120   type: "file"
4121   title: "VPP Performance Results 3n-skx"
4122   algorithm: "file_test_results"
4123   output-file-ext: ".rst"
4124   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4125   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4126   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4127   data: "vpp-perf-results-3n-skx"
4128   filter: "not 'NDRCHK' and not 'PDRCHK'"
4129   parameters:
4130   - "name"
4131   - "doc"
4132   - "level"
4133   - "parent"
4134   data-start-level: 3
4135
4136 # VPP Performance Results 2n-skx
4137 -
4138   type: "file"
4139   title: "VPP Performance Results 2n-skx"
4140   algorithm: "file_test_results"
4141   output-file-ext: ".rst"
4142   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4143   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4144   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4145   data: "vpp-perf-results-2n-skx"
4146   filter: "not 'NDRCHK' and not 'PDRCHK'"
4147   parameters:
4148   - "name"
4149   - "doc"
4150   - "level"
4151   - "parent"
4152   data-start-level: 3
4153
4154 # VPP Performance Results 2n-dnv
4155 -
4156   type: "file"
4157   title: "VPP Performance Results 2n-dnv"
4158   algorithm: "file_test_results"
4159   output-file-ext: ".rst"
4160   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4161   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4162   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4163   data: "intel-dnv-vpp"
4164   filter: "'NDRPDR'"
4165   parameters:
4166   - "name"
4167   - "doc"
4168   - "level"
4169   - "parent"
4170   data-start-level: 3
4171
4172 # VPP Performance Configuration 3n-hsw
4173 -
4174   type: "file"
4175   title: "VPP Performance Configuration 3n-hsw"
4176   algorithm: "file_test_results"
4177   output-file-ext: ".rst"
4178   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4179   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4180   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4181   data: "vpp-perf-results-3n-hsw"
4182   filter: "not 'NDRCHK' and not 'PDRCHK'"
4183   parameters:
4184   - "name"
4185   - "doc"
4186   - "level"
4187   - "parent"
4188   data-start-level: 3
4189
4190 # VPP Performance Configuration 3n-skx
4191 -
4192   type: "file"
4193   title: "VPP Performance Configuration 3n-skx"
4194   algorithm: "file_test_results"
4195   output-file-ext: ".rst"
4196   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4197   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4198   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4199   data: "vpp-perf-results-3n-skx"
4200   filter: "not 'NDRCHK' and not 'PDRCHK'"
4201   parameters:
4202   - "name"
4203   - "doc"
4204   - "level"
4205   - "parent"
4206   data-start-level: 3
4207
4208 # VPP Performance Configuration 2n-skx
4209 -
4210   type: "file"
4211   title: "VPP Performance Configuration 2n-skx"
4212   algorithm: "file_test_results"
4213   output-file-ext: ".rst"
4214   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4215   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4216   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4217   data: "vpp-perf-results-2n-skx"
4218   filter: "not 'NDRCHK' and not 'PDRCHK'"
4219   parameters:
4220   - "name"
4221   - "doc"
4222   - "level"
4223   - "parent"
4224   data-start-level: 3
4225
4226 # VPP Performance Configuration 2n-dnv
4227 -
4228   type: "file"
4229   title: "VPP Performance Configuration 2n-dnv"
4230   algorithm: "file_test_results"
4231   output-file-ext: ".rst"
4232   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4233   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4234   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4235   data: "intel-dnv-vpp"
4236   filter: "'NDRPDR'"
4237   parameters:
4238   - "name"
4239   - "doc"
4240   - "level"
4241   - "parent"
4242   data-start-level: 3
4243
4244 # VPP Performance Operational Data 3n-hsw
4245 -
4246   type: "file"
4247   title: "VPP Performance Operational Data 3n-hsw"
4248   algorithm: "file_test_results"
4249   output-file-ext: ".rst"
4250   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4251   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4252   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4253   data: "vpp-perf-results-3n-hsw"
4254   filter: "not 'NDRCHK' and not 'PDRCHK'"
4255   parameters:
4256   - "name"
4257   - "doc"
4258   - "level"
4259   - "parent"
4260   data-start-level: 3
4261
4262 # VPP Performance Operational Data 3n-skx
4263 -
4264   type: "file"
4265   title: "VPP Performance Operational Data 3n-skx"
4266   algorithm: "file_test_results"
4267   output-file-ext: ".rst"
4268   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4269   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4270   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4271   data: "vpp-perf-results-3n-skx"
4272   filter: "not 'NDRCHK' and not 'PDRCHK'"
4273   parameters:
4274   - "name"
4275   - "doc"
4276   - "level"
4277   - "parent"
4278   data-start-level: 3
4279
4280 # VPP Performance Operational Data 2n-skx
4281 -
4282   type: "file"
4283   title: "VPP Performance Operational Data 2n-skx"
4284   algorithm: "file_test_results"
4285   output-file-ext: ".rst"
4286   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4287   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4288   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4289   data: "vpp-perf-results-2n-skx"
4290   filter: "not 'NDRCHK' and not 'PDRCHK'"
4291   parameters:
4292   - "name"
4293   - "doc"
4294   - "level"
4295   - "parent"
4296   data-start-level: 3
4297
4298 # VPP Performance Operational Data 2n-dnv
4299 -
4300   type: "file"
4301   title: "VPP Performance Operational Data 2n-dnv"
4302   algorithm: "file_test_results"
4303   output-file-ext: ".rst"
4304   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4305   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4306   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4307   data: "intel-dnv-vpp"
4308   filter: "'NDRPDR'"
4309   parameters:
4310   - "name"
4311   - "doc"
4312   - "level"
4313   - "parent"
4314   data-start-level: 3
4315
4316 # VPP MRR Results 3n-hsw
4317 -
4318   type: "file"
4319   title: "VPP MRR Results 3n-hsw"
4320   algorithm: "file_test_results"
4321   output-file-ext: ".rst"
4322   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4323   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4324   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4325   data: "vpp-mrr-results-3n-hsw"
4326   filter: "'MRR'"
4327   parameters:
4328   - "name"
4329   - "doc"
4330   - "level"
4331   - "parent"
4332   data-start-level: 3
4333
4334 # VPP MRR Results 3n-skx
4335 -
4336   type: "file"
4337   title: "VPP MRR Results 3n-skx"
4338   algorithm: "file_test_results"
4339   output-file-ext: ".rst"
4340   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4341   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4342   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4343   data: "vpp-mrr-results-3n-skx"
4344   filter: "'MRR'"
4345   parameters:
4346   - "name"
4347   - "doc"
4348   - "level"
4349   - "parent"
4350   data-start-level: 3
4351
4352 # VPP MRR Results 2n-skx
4353 -
4354   type: "file"
4355   title: "VPP MRR Results 2n-skx"
4356   algorithm: "file_test_results"
4357   output-file-ext: ".rst"
4358   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4359   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4360   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4361   data: "vpp-mrr-results-2n-skx"
4362   filter: "all"
4363   parameters:
4364   - "name"
4365   - "doc"
4366   - "level"
4367   - "parent"
4368   data-start-level: 3
4369
4370 # VPP MRR Results 2n-dnv
4371 -
4372   type: "file"
4373   title: "VPP MRR Results 2n-dnv"
4374   algorithm: "file_test_results"
4375   output-file-ext: ".rst"
4376   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4377   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4378   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4379   data: "intel-dnv-vpp"
4380   filter: "'MRR'"
4381   parameters:
4382   - "name"
4383   - "doc"
4384   - "level"
4385   - "parent"
4386   data-start-level: 3
4387
4388 # VPP MRR Configuration 3n-hsw
4389 -
4390   type: "file"
4391   title: "VPP MRR Configuration 3n-hsw"
4392   algorithm: "file_test_results"
4393   output-file-ext: ".rst"
4394   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4395   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4396   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4397   data: "vpp-mrr-results-3n-hsw"
4398   filter: "'MRR'"
4399   parameters:
4400   - "name"
4401   - "doc"
4402   - "level"
4403   - "parent"
4404   data-start-level: 3
4405
4406 # VPP MRR Configuration 3n-skx
4407 -
4408   type: "file"
4409   title: "VPP MRR Configuration 3n-skx"
4410   algorithm: "file_test_results"
4411   output-file-ext: ".rst"
4412   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4413   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4414   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4415   data: "vpp-mrr-results-3n-skx"
4416   filter: "'MRR'"
4417   parameters:
4418   - "name"
4419   - "doc"
4420   - "level"
4421   - "parent"
4422   data-start-level: 3
4423
4424 # VPP MRR Configuration 2n-skx
4425 -
4426   type: "file"
4427   title: "VPP MRR Configuration 2n-skx"
4428   algorithm: "file_test_results"
4429   output-file-ext: ".rst"
4430   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4431   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4432   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4433   data: "vpp-mrr-results-2n-skx"
4434   filter: "'MRR'"
4435   parameters:
4436   - "name"
4437   - "doc"
4438   - "level"
4439   - "parent"
4440   data-start-level: 3
4441
4442 # VPP MRR Configuration 2n-dnv
4443 -
4444   type: "file"
4445   title: "VPP MRR Configuration 2n-dnv"
4446   algorithm: "file_test_results"
4447   output-file-ext: ".rst"
4448   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4449   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4450   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4451   data: "intel-dnv-vpp"
4452   filter: "'MRR'"
4453   parameters:
4454   - "name"
4455   - "doc"
4456   - "level"
4457   - "parent"
4458   data-start-level: 3
4459
4460 # VPP Functional Results - Ubuntu
4461 -
4462   type: "file"
4463   title: "VPP Functional Results - Ubuntu"
4464   algorithm: "file_test_results"
4465   output-file-ext: ".rst"
4466   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4467   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4468   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4469   data: "vpp-func-results-ubuntu"
4470   filter: "all"
4471   parameters:
4472   - "name"
4473   - "doc"
4474   - "level"
4475   - "parent"
4476   data-start-level: 3
4477
4478 # VPP Functional Results - CentOS
4479 -
4480   type: "file"
4481   title: "VPP Functional Results - CentOS"
4482   algorithm: "file_test_results"
4483   output-file-ext: ".rst"
4484   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4485   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4486   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4487   data:
4488     "vpp-func-results-centos"
4489   filter: "all"
4490   parameters:
4491   - "name"
4492   - "doc"
4493   - "level"
4494   - "parent"
4495   data-start-level: 3
4496
4497 # VPP Functional Configuration - Ubuntu
4498 -
4499   type: "file"
4500   title: "VPP Functional Configuration - Ubuntu"
4501   algorithm: "file_test_results"
4502   output-file-ext: ".rst"
4503   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4504   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4505   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4506   data: "vpp-func-results-ubuntu"
4507   filter: "all"
4508   parameters:
4509   - "name"
4510   - "doc"
4511   - "level"
4512   - "parent"
4513   data-start-level: 3
4514
4515 # VPP Functional Configuration - CentOS
4516 -
4517   type: "file"
4518   title: "VPP Functional Configuration - CentOS"
4519   algorithm: "file_test_results"
4520   output-file-ext: ".rst"
4521   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4522   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4523   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4524   data:
4525     "vpp-func-results-centos"
4526   filter: "all"
4527   parameters:
4528   - "name"
4529   - "doc"
4530   - "level"
4531   - "parent"
4532   data-start-level: 3
4533
4534 # VPP Device Results - Ubuntu
4535 -
4536   type: "file"
4537   title: "VPP Device Results - Ubuntu"
4538   algorithm: "file_test_results"
4539   output-file-ext: ".rst"
4540   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4541   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4542   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4543   data: "vpp-device-results-ubuntu"
4544   filter: "all"
4545   parameters:
4546   - "name"
4547   - "doc"
4548   - "level"
4549   - "parent"
4550   data-start-level: 2
4551
4552 # VPP Device Configuration - Ubuntu
4553 -
4554   type: "file"
4555   title: "VPP Device Configuration - Ubuntu"
4556   algorithm: "file_test_results"
4557   output-file-ext: ".rst"
4558   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4559   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4560   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4561   data: "vpp-device-results-ubuntu"
4562   filter: "all"
4563   parameters:
4564   - "name"
4565   - "doc"
4566   - "level"
4567   - "parent"
4568   data-start-level: 2
4569
4570 # Container Orchestrated Performance Results 3n-hsw
4571 -
4572   type: "file"
4573   title: "Container Orchestrated Performance Results 3n-hsw"
4574   algorithm: "file_test_results"
4575   output-file-ext: ".rst"
4576   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4577   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4578   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4579   data: "ligato-perf-results-3n-hsw"
4580   filter: "all"
4581   parameters:
4582   - "name"
4583   - "doc"
4584   - "level"
4585   - "parent"
4586   data-start-level: 3
4587
4588 # DPDK Performance Results 3n-hsw
4589 -
4590   type: "file"
4591   title: "DPDK Performance Results 3n-hsw"
4592   algorithm: "file_test_results"
4593   output-file-ext: ".rst"
4594   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4595   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4596   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4597   data: "dpdk-perf-results-3n-hsw"
4598   filter: "all"
4599   parameters:
4600   - "name"
4601   - "doc"
4602   - "level"
4603   - "parent"
4604   data-start-level: 3
4605
4606 # DPDK Performance Results 3n-skx
4607 -
4608   type: "file"
4609   title: "DPDK Performance Results 3n-skx"
4610   algorithm: "file_test_results"
4611   output-file-ext: ".rst"
4612   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4613   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4614   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4615   data: "dpdk-perf-results-3n-skx"
4616   filter: "all"
4617   parameters:
4618   - "name"
4619   - "doc"
4620   - "level"
4621   - "parent"
4622   data-start-level: 3
4623
4624 # DPDK Performance Results 2n-skx
4625 -
4626   type: "file"
4627   title: "DPDK Performance Results 2n-skx"
4628   algorithm: "file_test_results"
4629   output-file-ext: ".rst"
4630   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4631   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4632   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4633   data: "dpdk-perf-results-2n-skx"
4634   filter: "all"
4635   parameters:
4636   - "name"
4637   - "doc"
4638   - "level"
4639   - "parent"
4640   data-start-level: 3
4641
4642 # Honeycomb Functional Results
4643 -
4644   type: "file"
4645   title: "Honeycomb Functional Results"
4646   algorithm: "file_test_results"
4647   output-file-ext: ".rst"
4648   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4649   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4650   dir-tables: "{DIR[DTR,FUNC,HC]}"
4651   data:
4652     "hc-func-results"
4653   filter: "all"
4654   parameters:
4655   - "name"
4656   - "doc"
4657   - "level"
4658   - "parent"
4659   data-start-level: 3
4660
4661 # NSH SFC Functional Results
4662 -
4663   type: "file"
4664   title: "NSH SFC Functional Results"
4665   algorithm: "file_test_results"
4666   output-file-ext: ".rst"
4667   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4668   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4669   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4670   data:
4671     "nsh-func-results"
4672   filter: "all"
4673   parameters:
4674   - "name"
4675   - "doc"
4676   - "level"
4677   - "parent"
4678   data-start-level: 3
4679
4680 # DMM Functional Results
4681 -
4682   type: "file"
4683   title: "DMM Functional Results"
4684   algorithm: "file_test_results"
4685   output-file-ext: ".rst"
4686   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4687   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4688   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4689   data:
4690     "dmm-func-results"
4691   filter: "all"
4692   parameters:
4693   - "name"
4694   - "doc"
4695   - "level"
4696   - "parent"
4697   data-start-level: 3
4698
4699 ################################################################################
4700 ###                                P L O T S                                 ###
4701 ################################################################################
4702
4703 ################################################################################
4704 # Plots VPP HTTP Server Performance
4705 -
4706   type: "plot"
4707   title: "VPP HTTP Server Performance"
4708   algorithm: "plot_http_server_performance_box"
4709   output-file-type: ".html"
4710   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
4711   data:
4712     "plot-vpp-http-server-performance"
4713   # Keep this formatting, the filter is enclosed with " (quotation mark) and
4714   # each tag is enclosed with ' (apostrophe).
4715   filter: "'HTTP' and 'TCP_CPS'"
4716   parameters:
4717   - "result"
4718   - "name"
4719   traces:
4720     hoverinfo: "x+y"
4721     boxpoints: "outliers"
4722     whiskerwidth: 0
4723   layout:
4724     title: "VPP HTTP Server Performance"
4725     layout:
4726       "plot-cps"
4727
4728 -
4729   type: "plot"
4730   title: "VPP HTTP Server Performance"
4731   algorithm: "plot_http_server_performance_box"
4732   output-file-type: ".html"
4733   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
4734   data:
4735     "plot-vpp-http-server-performance"
4736   filter: "'HTTP' and 'TCP_RPS'"
4737   parameters:
4738   - "result"
4739   - "name"
4740   traces:
4741     hoverinfo: "x+y"
4742     boxpoints: "outliers"
4743     whiskerwidth: 0
4744   layout:
4745     title: "VPP HTTP Server Performance"
4746     layout:
4747       "plot-rps"
4748
4749 ################################################################################
4750
4751 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
4752 -
4753   type: "plot"
4754   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4755   algorithm: "plot_performance_box"
4756   output-file-type: ".html"
4757   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4758   data: "plot-vpp-throughput-latency-3n-hsw"
4759   filter: "'NIC_Intel-X520-DA2' and
4760            '64B' and
4761            ('BASE' or 'SCALE') and
4762            'NDRPDR' and
4763            'ETH' and
4764            '1T1C' and
4765            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4766            not 'VHOST' and
4767            not 'MEMIF'"
4768   parameters:
4769   - "throughput"
4770   - "parent"
4771   - "tags"
4772   sort:
4773   - "L2PATCH"
4774   - "L2XCBASE"
4775   - "BASE"
4776   - "FIB_10K"
4777   - "FIB_100K"
4778   - "FIB_1M"
4779   traces:
4780     hoverinfo: "x+y"
4781     boxpoints: "outliers"
4782     whiskerwidth: 0
4783   layout:
4784     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4785     layout: "plot-throughput"
4786
4787 -
4788   type: "plot"
4789   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4790   algorithm: "plot_performance_box"
4791   output-file-type: ".html"
4792   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4793   data: "plot-vpp-throughput-latency-3n-hsw"
4794   filter: "'NIC_Intel-X520-DA2' and
4795            '64B' and
4796            ('BASE' or 'SCALE') and
4797            'NDRPDR' and
4798            'ETH' and
4799            '1T1C' and
4800            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4801            not 'VHOST' and
4802            not 'MEMIF'"
4803   parameters:
4804   - "throughput"
4805   - "parent"
4806   - "tags"
4807   sort:
4808   - "L2PATCH"
4809   - "L2XCBASE"
4810   - "BASE"
4811   - "FIB_10K"
4812   - "FIB_100K"
4813   - "FIB_1M"
4814   traces:
4815     hoverinfo: "x+y"
4816     boxpoints: "outliers"
4817     whiskerwidth: 0
4818   layout:
4819     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4820     layout: "plot-throughput"
4821
4822 -
4823   type: "plot"
4824   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4825   algorithm: "plot_performance_box"
4826   output-file-type: ".html"
4827   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4828   data: "plot-vpp-throughput-latency-3n-hsw"
4829   filter: "'NIC_Intel-X520-DA2' and
4830            '64B' and
4831            ('BASE' or 'SCALE') and
4832            'NDRPDR' and
4833            'ETH' and
4834            '2T2C' and
4835            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4836            not 'VHOST' and
4837            not 'MEMIF'"
4838   parameters:
4839   - "throughput"
4840   - "parent"
4841   - "tags"
4842   sort:
4843   - "L2PATCH"
4844   - "L2XCBASE"
4845   - "BASE"
4846   - "FIB_10K"
4847   - "FIB_100K"
4848   - "FIB_1M"
4849   traces:
4850     hoverinfo: "x+y"
4851     boxpoints: "outliers"
4852     whiskerwidth: 0
4853   layout:
4854     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4855     layout: "plot-throughput"
4856
4857 -
4858   type: "plot"
4859   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4860   algorithm: "plot_performance_box"
4861   output-file-type: ".html"
4862   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4863   data: "plot-vpp-throughput-latency-3n-hsw"
4864   filter: "'NIC_Intel-X520-DA2' and
4865            '64B' and
4866            ('BASE' or 'SCALE') and
4867            'NDRPDR' and
4868            'ETH' and
4869            '2T2C' and
4870            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4871            not 'VHOST' and
4872            not 'MEMIF'"
4873   parameters:
4874   - "throughput"
4875   - "parent"
4876   - "tags"
4877   sort:
4878   - "L2PATCH"
4879   - "L2XCBASE"
4880   - "BASE"
4881   - "FIB_10K"
4882   - "FIB_100K"
4883   - "FIB_1M"
4884   traces:
4885     hoverinfo: "x+y"
4886     boxpoints: "outliers"
4887     whiskerwidth: 0
4888   layout:
4889     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4890     layout: "plot-throughput"
4891
4892 # Packet Throughput - VPP L2 3n-hsw-x520 features
4893 -
4894   type: "plot"
4895   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
4896   algorithm: "plot_performance_box"
4897   output-file-type: ".html"
4898   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
4899   data: "plot-vpp-throughput-latency-3n-hsw"
4900   filter: "'NIC_Intel-X520-DA2' and
4901            '64B' and
4902            'NDRPDR' and
4903            '1T1C' and
4904            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4905            not 'ACL' and
4906            not 'VHOST' and
4907            not 'MEMIF'"
4908   parameters:
4909   - "throughput"
4910   - "parent"
4911   - "tags"
4912   sort:
4913   - "L2XCBASE"    # l2xcbase
4914   - "L2BDBASE"    # l2bdbase
4915   - "L2XCFWD"     # dot1q-l2xcbase
4916   - "L2BDMACLRN"  # dot1q-l2bdbase
4917   traces:
4918     hoverinfo: "x+y"
4919     boxpoints: "outliers"
4920     whiskerwidth: 0
4921   layout:
4922     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
4923     layout: "plot-throughput"
4924
4925 -
4926   type: "plot"
4927   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
4928   algorithm: "plot_performance_box"
4929   output-file-type: ".html"
4930   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
4931   data: "plot-vpp-throughput-latency-3n-hsw"
4932   filter: "'NIC_Intel-X520-DA2' and
4933            '64B' and
4934            'NDRPDR' and
4935            '1T1C' and
4936            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4937            not 'ACL' and
4938            not 'VHOST' and
4939            not 'MEMIF'"
4940   parameters:
4941   - "throughput"
4942   - "parent"
4943   - "tags"
4944   sort:
4945   - "L2XCBASE"    # l2xcbase
4946   - "L2BDBASE"    # l2bdbase
4947   - "L2XCFWD"     # dot1q-l2xcbase
4948   - "L2BDMACLRN"  # dot1q-l2bdbase
4949   traces:
4950     hoverinfo: "x+y"
4951     boxpoints: "outliers"
4952     whiskerwidth: 0
4953   layout:
4954     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
4955     layout: "plot-throughput"
4956
4957 -
4958   type: "plot"
4959   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
4960   algorithm: "plot_performance_box"
4961   output-file-type: ".html"
4962   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
4963   data: "plot-vpp-throughput-latency-3n-hsw"
4964   filter: "'NIC_Intel-X520-DA2' and
4965            '64B' and
4966            'NDRPDR' and
4967            '2T2C' and
4968            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4969            not 'ACL' and
4970            not 'VHOST' and
4971            not 'MEMIF'"
4972   parameters:
4973   - "throughput"
4974   - "parent"
4975   - "tags"
4976   sort:
4977   - "L2XCBASE"    # l2xcbase
4978   - "L2BDBASE"    # l2bdbase
4979   - "L2XCFWD"     # dot1q-l2xcbase
4980   - "L2BDMACLRN"  # dot1q-l2bdbase
4981   traces:
4982     hoverinfo: "x+y"
4983     boxpoints: "outliers"
4984     whiskerwidth: 0
4985   layout:
4986     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
4987     layout: "plot-throughput"
4988
4989 -
4990   type: "plot"
4991   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
4992   algorithm: "plot_performance_box"
4993   output-file-type: ".html"
4994   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
4995   data: "plot-vpp-throughput-latency-3n-hsw"
4996   filter: "'NIC_Intel-X520-DA2' and
4997            '64B' and
4998            'NDRPDR' and
4999            '2T2C' and
5000            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5001            not 'ACL' and
5002            not 'VHOST' and
5003            not 'MEMIF'"
5004   parameters:
5005   - "throughput"
5006   - "parent"
5007   - "tags"
5008   sort:
5009   - "L2XCBASE"    # l2xcbase
5010   - "L2BDBASE"    # l2bdbase
5011   - "L2XCFWD"     # dot1q-l2xcbase
5012   - "L2BDMACLRN"  # dot1q-l2bdbase
5013   traces:
5014     hoverinfo: "x+y"
5015     boxpoints: "outliers"
5016     whiskerwidth: 0
5017   layout:
5018     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
5019     layout: "plot-throughput"
5020
5021 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
5022 -
5023   type: "plot"
5024   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5025   algorithm: "plot_performance_box"
5026   output-file-type: ".html"
5027   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5028   data: "plot-vpp-throughput-latency-3n-hsw"
5029   filter: "'NIC_Intel-X710' and
5030            '64B' and
5031            ('BASE' or 'SCALE') and
5032            'NDRPDR' and
5033            'ETH' and
5034            '1T1C' and
5035            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5036            not 'VHOST' and
5037            not 'MEMIF'"
5038   parameters:
5039   - "throughput"
5040   - "parent"
5041   - "tags"
5042   sort:
5043   - "L2PATCH"
5044   - "L2XCBASE"
5045   - "BASE"
5046   - "FIB_10K"
5047   - "FIB_100K"
5048   - "FIB_1M"
5049   traces:
5050     hoverinfo: "x+y"
5051     boxpoints: "outliers"
5052     whiskerwidth: 0
5053   layout:
5054     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
5055     layout: "plot-throughput"
5056
5057 -
5058   type: "plot"
5059   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5060   algorithm: "plot_performance_box"
5061   output-file-type: ".html"
5062   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5063   data: "plot-vpp-throughput-latency-3n-hsw"
5064   filter: "'NIC_Intel-X710' and
5065            '64B' and
5066            ('BASE' or 'SCALE') and
5067            'NDRPDR' and
5068            'ETH' and
5069            '1T1C' and
5070            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5071            not 'VHOST' and
5072            not 'MEMIF'"
5073   parameters:
5074   - "throughput"
5075   - "parent"
5076   - "tags"
5077   sort:
5078   - "L2PATCH"
5079   - "L2XCBASE"
5080   - "BASE"
5081   - "FIB_10K"
5082   - "FIB_100K"
5083   - "FIB_1M"
5084   traces:
5085     hoverinfo: "x+y"
5086     boxpoints: "outliers"
5087     whiskerwidth: 0
5088   layout:
5089     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
5090     layout: "plot-throughput"
5091
5092 -
5093   type: "plot"
5094   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5095   algorithm: "plot_performance_box"
5096   output-file-type: ".html"
5097   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5098   data: "plot-vpp-throughput-latency-3n-hsw"
5099   filter: "'NIC_Intel-X710' and
5100            '64B' and
5101            ('BASE' or 'SCALE') and
5102            'NDRPDR' and
5103            'ETH' and
5104            '2T2C' and
5105            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5106            not 'VHOST' and
5107            not 'MEMIF'"
5108   parameters:
5109   - "throughput"
5110   - "parent"
5111   - "tags"
5112   sort:
5113   - "L2PATCH"
5114   - "L2XCBASE"
5115   - "BASE"
5116   - "FIB_10K"
5117   - "FIB_100K"
5118   - "FIB_1M"
5119   traces:
5120     hoverinfo: "x+y"
5121     boxpoints: "outliers"
5122     whiskerwidth: 0
5123   layout:
5124     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
5125     layout: "plot-throughput"
5126
5127 -
5128   type: "plot"
5129   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5130   algorithm: "plot_performance_box"
5131   output-file-type: ".html"
5132   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5133   data: "plot-vpp-throughput-latency-3n-hsw"
5134   filter: "'NIC_Intel-X710' and
5135            '64B' and
5136            ('BASE' or 'SCALE') and
5137            'NDRPDR' and
5138            'ETH' and
5139            '2T2C' and
5140            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5141            not 'VHOST' and
5142            not 'MEMIF'"
5143   parameters:
5144   - "throughput"
5145   - "parent"
5146   - "tags"
5147   sort:
5148   - "L2PATCH"
5149   - "L2XCBASE"
5150   - "BASE"
5151   - "FIB_10K"
5152   - "FIB_100K"
5153   - "FIB_1M"
5154   traces:
5155     hoverinfo: "x+y"
5156     boxpoints: "outliers"
5157     whiskerwidth: 0
5158   layout:
5159     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
5160     layout: "plot-throughput"
5161
5162 # Packet Throughput - VPP L2 3n-hsw-x710 features
5163 -
5164   type: "plot"
5165   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
5166   algorithm: "plot_performance_box"
5167   output-file-type: ".html"
5168   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
5169   data: "plot-vpp-throughput-latency-3n-hsw"
5170   filter: "'NIC_Intel-X710' and
5171            '64B' and
5172            'NDRPDR' and
5173            '1T1C' and
5174            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5175            not 'ACL' and
5176            not 'VHOST' and
5177            not 'MEMIF'"
5178   parameters:
5179   - "throughput"
5180   - "parent"
5181   - "tags"
5182   sort:
5183   - "L2XCBASE"    # l2xcbase
5184   - "L2BDBASE"    # l2bdbase
5185   - "L2XCFWD"     # dot1q-l2xcbase
5186   - "L2BDMACLRN"  # dot1q-l2bdbase
5187   traces:
5188     hoverinfo: "x+y"
5189     boxpoints: "outliers"
5190     whiskerwidth: 0
5191   layout:
5192     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
5193     layout: "plot-throughput"
5194
5195 -
5196   type: "plot"
5197   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
5198   algorithm: "plot_performance_box"
5199   output-file-type: ".html"
5200   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
5201   data: "plot-vpp-throughput-latency-3n-hsw"
5202   filter: "'NIC_Intel-X710' and
5203            '64B' and
5204            'NDRPDR' and
5205            '1T1C' and
5206            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5207            not 'ACL' and
5208            not 'VHOST' and
5209            not 'MEMIF'"
5210   parameters:
5211   - "throughput"
5212   - "parent"
5213   - "tags"
5214   sort:
5215   - "L2XCBASE"    # l2xcbase
5216   - "L2BDBASE"    # l2bdbase
5217   - "L2XCFWD"     # dot1q-l2xcbase
5218   - "L2BDMACLRN"  # dot1q-l2bdbase
5219   traces:
5220     hoverinfo: "x+y"
5221     boxpoints: "outliers"
5222     whiskerwidth: 0
5223   layout:
5224     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
5225     layout: "plot-throughput"
5226
5227 -
5228   type: "plot"
5229   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
5230   algorithm: "plot_performance_box"
5231   output-file-type: ".html"
5232   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
5233   data: "plot-vpp-throughput-latency-3n-hsw"
5234   filter: "'NIC_Intel-X710' and
5235            '64B' and
5236            'NDRPDR' and
5237            '2T2C' and
5238            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5239            not 'ACL' and
5240            not 'VHOST' and
5241            not 'MEMIF'"
5242   parameters:
5243   - "throughput"
5244   - "parent"
5245   - "tags"
5246   sort:
5247   - "L2XCBASE"    # l2xcbase
5248   - "L2BDBASE"    # l2bdbase
5249   - "L2XCFWD"     # dot1q-l2xcbase
5250   - "L2BDMACLRN"  # dot1q-l2bdbase
5251   traces:
5252     hoverinfo: "x+y"
5253     boxpoints: "outliers"
5254     whiskerwidth: 0
5255   layout:
5256     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
5257     layout: "plot-throughput"
5258
5259 -
5260   type: "plot"
5261   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
5262   algorithm: "plot_performance_box"
5263   output-file-type: ".html"
5264   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
5265   data: "plot-vpp-throughput-latency-3n-hsw"
5266   filter: "'NIC_Intel-X710' and
5267            '64B' and
5268            'NDRPDR' and
5269            '2T2C' and
5270            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5271            not 'ACL' and
5272            not 'VHOST' and
5273            not 'MEMIF'"
5274   parameters:
5275   - "throughput"
5276   - "parent"
5277   - "tags"
5278   sort:
5279   - "L2XCBASE"    # l2xcbase
5280   - "L2BDBASE"    # l2bdbase
5281   - "L2XCFWD"     # dot1q-l2xcbase
5282   - "L2BDMACLRN"  # dot1q-l2bdbase
5283   traces:
5284     hoverinfo: "x+y"
5285     boxpoints: "outliers"
5286     whiskerwidth: 0
5287   layout:
5288     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
5289     layout: "plot-throughput"
5290
5291 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
5292 -
5293   type: "plot"
5294   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5295   algorithm: "plot_performance_box"
5296   output-file-type: ".html"
5297   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5298   data: "plot-vpp-throughput-latency-3n-hsw"
5299   filter: "'NIC_Intel-XL710' and
5300            '64B' and
5301            ('BASE' or 'SCALE') and
5302            'NDRPDR' and
5303            'ETH' and
5304            '1T1C' and
5305            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5306            not 'VHOST' and
5307            not 'MEMIF'"
5308   parameters:
5309   - "throughput"
5310   - "parent"
5311   - "tags"
5312   sort:
5313   - "L2PATCH"
5314   - "L2XCBASE"
5315   - "BASE"
5316   - "FIB_10K"
5317   - "FIB_100K"
5318   - "FIB_1M"
5319   traces:
5320     hoverinfo: "x+y"
5321     boxpoints: "outliers"
5322     whiskerwidth: 0
5323   layout:
5324     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5325     layout: "plot-throughput"
5326
5327 -
5328   type: "plot"
5329   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5330   algorithm: "plot_performance_box"
5331   output-file-type: ".html"
5332   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5333   data: "plot-vpp-throughput-latency-3n-hsw"
5334   filter: "'NIC_Intel-XL710' and
5335            '64B' and
5336            ('BASE' or 'SCALE') and
5337            'NDRPDR' and
5338            'ETH' and
5339            '1T1C' and
5340            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5341            not 'VHOST' and
5342            not 'MEMIF'"
5343   parameters:
5344   - "throughput"
5345   - "parent"
5346   - "tags"
5347   sort:
5348   - "L2PATCH"
5349   - "L2XCBASE"
5350   - "BASE"
5351   - "FIB_10K"
5352   - "FIB_100K"
5353   - "FIB_1M"
5354   traces:
5355     hoverinfo: "x+y"
5356     boxpoints: "outliers"
5357     whiskerwidth: 0
5358   layout:
5359     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5360     layout: "plot-throughput"
5361
5362 -
5363   type: "plot"
5364   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5365   algorithm: "plot_performance_box"
5366   output-file-type: ".html"
5367   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5368   data: "plot-vpp-throughput-latency-3n-hsw"
5369   filter: "'NIC_Intel-XL710' and
5370            '64B' and
5371            ('BASE' or 'SCALE') and
5372            'NDRPDR' and
5373            'ETH' and
5374            '2T2C' and
5375            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5376            not 'VHOST' and
5377            not 'MEMIF'"
5378   parameters:
5379   - "throughput"
5380   - "parent"
5381   - "tags"
5382   sort:
5383   - "L2PATCH"
5384   - "L2XCBASE"
5385   - "BASE"
5386   - "FIB_10K"
5387   - "FIB_100K"
5388   - "FIB_1M"
5389   traces:
5390     hoverinfo: "x+y"
5391     boxpoints: "outliers"
5392     whiskerwidth: 0
5393   layout:
5394     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5395     layout: "plot-throughput"
5396
5397 -
5398   type: "plot"
5399   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5400   algorithm: "plot_performance_box"
5401   output-file-type: ".html"
5402   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5403   data: "plot-vpp-throughput-latency-3n-hsw"
5404   filter: "'NIC_Intel-XL710' and
5405            '64B' and
5406            ('BASE' or 'SCALE') and
5407            'NDRPDR' and
5408            'ETH' and
5409            '2T2C' and
5410            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5411            not 'VHOST' and
5412            not 'MEMIF'"
5413   parameters:
5414   - "throughput"
5415   - "parent"
5416   - "tags"
5417   sort:
5418   - "L2PATCH"
5419   - "L2XCBASE"
5420   - "BASE"
5421   - "FIB_10K"
5422   - "FIB_100K"
5423   - "FIB_1M"
5424   traces:
5425     hoverinfo: "x+y"
5426     boxpoints: "outliers"
5427     whiskerwidth: 0
5428   layout:
5429     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5430     layout: "plot-throughput"
5431
5432 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
5433 -
5434   type: "plot"
5435   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5436   algorithm: "plot_performance_box"
5437   output-file-type: ".html"
5438   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5439   data: "plot-vpp-throughput-latency-3n-skx"
5440   filter: "'NIC_Intel-X710' and
5441            '64B' and
5442            ('BASE' or 'SCALE') and
5443            'NDRPDR' and
5444            'ETH' and
5445            '2T1C' and
5446            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5447            not 'VHOST' and
5448            not 'MEMIF'"
5449   parameters:
5450   - "throughput"
5451   - "parent"
5452   - "tags"
5453   sort:
5454   - "L2PATCH"
5455   - "L2XCBASE"
5456   - "BASE"
5457   - "FIB_10K"
5458   - "FIB_100K"
5459   - "FIB_1M"
5460   traces:
5461     hoverinfo: "x+y"
5462     boxpoints: "outliers"
5463     whiskerwidth: 0
5464   layout:
5465     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5466     layout: "plot-throughput"
5467
5468 -
5469   type: "plot"
5470   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5471   algorithm: "plot_performance_box"
5472   output-file-type: ".html"
5473   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5474   data: "plot-vpp-throughput-latency-3n-skx"
5475   filter: "'NIC_Intel-X710' and
5476            '64B' and
5477            ('BASE' or 'SCALE') and
5478            'NDRPDR' and
5479            'ETH' and
5480            '2T1C' and
5481            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5482            not 'VHOST' and
5483            not 'MEMIF'"
5484   parameters:
5485   - "throughput"
5486   - "parent"
5487   - "tags"
5488   sort:
5489   - "L2PATCH"
5490   - "L2XCBASE"
5491   - "BASE"
5492   - "FIB_10K"
5493   - "FIB_100K"
5494   - "FIB_1M"
5495   traces:
5496     hoverinfo: "x+y"
5497     boxpoints: "outliers"
5498     whiskerwidth: 0
5499   layout:
5500     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5501     layout: "plot-throughput"
5502
5503 -
5504   type: "plot"
5505   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5506   algorithm: "plot_performance_box"
5507   output-file-type: ".html"
5508   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5509   data: "plot-vpp-throughput-latency-3n-skx"
5510   filter: "'NIC_Intel-X710' and
5511            '64B' and
5512            ('BASE' or 'SCALE') and
5513            'NDRPDR' and
5514            'ETH' and
5515            '4T2C' and
5516            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5517            not 'VHOST' and
5518            not 'MEMIF'"
5519   parameters:
5520   - "throughput"
5521   - "parent"
5522   - "tags"
5523   sort:
5524   - "L2PATCH"
5525   - "L2XCBASE"
5526   - "BASE"
5527   - "FIB_10K"
5528   - "FIB_100K"
5529   - "FIB_1M"
5530   traces:
5531     hoverinfo: "x+y"
5532     boxpoints: "outliers"
5533     whiskerwidth: 0
5534   layout:
5535     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5536     layout: "plot-throughput"
5537
5538 -
5539   type: "plot"
5540   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5541   algorithm: "plot_performance_box"
5542   output-file-type: ".html"
5543   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5544   data: "plot-vpp-throughput-latency-3n-skx"
5545   filter: "'NIC_Intel-X710' and
5546            '64B' and
5547            ('BASE' or 'SCALE') and
5548            'NDRPDR' and
5549            'ETH' and
5550            '4T2C' and
5551            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5552            not 'VHOST' and
5553            not 'MEMIF'"
5554   parameters:
5555   - "throughput"
5556   - "parent"
5557   - "tags"
5558   sort:
5559   - "L2PATCH"
5560   - "L2XCBASE"
5561   - "BASE"
5562   - "FIB_10K"
5563   - "FIB_100K"
5564   - "FIB_1M"
5565   traces:
5566     hoverinfo: "x+y"
5567     boxpoints: "outliers"
5568     whiskerwidth: 0
5569   layout:
5570     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5571     layout: "plot-throughput"
5572
5573 # Packet Throughput - VPP L2 3n-skx-x710 features
5574 -
5575   type: "plot"
5576   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
5577   algorithm: "plot_performance_box"
5578   output-file-type: ".html"
5579   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
5580   data: "plot-vpp-throughput-latency-3n-skx"
5581   filter: "'NIC_Intel-X710' and
5582            '64B' and
5583            'NDRPDR' and
5584            '2T1C' and
5585            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5586            not 'ACL' and
5587            not 'VHOST' and
5588            not 'MEMIF'"
5589   parameters:
5590   - "throughput"
5591   - "parent"
5592   - "tags"
5593   sort:
5594   - "L2XCBASE"    # l2xcbase
5595   - "L2BDBASE"    # l2bdbase
5596   - "L2XCFWD"     # dot1q-l2xcbase
5597   - "L2BDMACLRN"  # dot1q-l2bdbase
5598   traces:
5599     hoverinfo: "x+y"
5600     boxpoints: "outliers"
5601     whiskerwidth: 0
5602   layout:
5603     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
5604     layout: "plot-throughput"
5605
5606 -
5607   type: "plot"
5608   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
5609   algorithm: "plot_performance_box"
5610   output-file-type: ".html"
5611   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
5612   data: "plot-vpp-throughput-latency-3n-skx"
5613   filter: "'NIC_Intel-X710' and
5614            '64B' and
5615            'NDRPDR' and
5616            '2T1C' and
5617            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5618            not 'ACL' and
5619            not 'VHOST' and
5620            not 'MEMIF'"
5621   parameters:
5622   - "throughput"
5623   - "parent"
5624   - "tags"
5625   sort:
5626   - "L2XCBASE"    # l2xcbase
5627   - "L2BDBASE"    # l2bdbase
5628   - "L2XCFWD"     # dot1q-l2xcbase
5629   - "L2BDMACLRN"  # dot1q-l2bdbase
5630   traces:
5631     hoverinfo: "x+y"
5632     boxpoints: "outliers"
5633     whiskerwidth: 0
5634   layout:
5635     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
5636     layout: "plot-throughput"
5637
5638 -
5639   type: "plot"
5640   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
5641   algorithm: "plot_performance_box"
5642   output-file-type: ".html"
5643   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
5644   data: "plot-vpp-throughput-latency-3n-skx"
5645   filter: "'NIC_Intel-X710' and
5646            '64B' and
5647            'NDRPDR' and
5648            '4T2C' and
5649            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5650            not 'ACL' and
5651            not 'VHOST' and
5652            not 'MEMIF'"
5653   parameters:
5654   - "throughput"
5655   - "parent"
5656   - "tags"
5657   sort:
5658   - "L2XCBASE"    # l2xcbase
5659   - "L2BDBASE"    # l2bdbase
5660   - "L2XCFWD"     # dot1q-l2xcbase
5661   - "L2BDMACLRN"  # dot1q-l2bdbase
5662   traces:
5663     hoverinfo: "x+y"
5664     boxpoints: "outliers"
5665     whiskerwidth: 0
5666   layout:
5667     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
5668     layout: "plot-throughput"
5669
5670 -
5671   type: "plot"
5672   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
5673   algorithm: "plot_performance_box"
5674   output-file-type: ".html"
5675   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
5676   data: "plot-vpp-throughput-latency-3n-skx"
5677   filter: "'NIC_Intel-X710' and
5678            '64B' and
5679            'NDRPDR' and
5680            '4T2C' and
5681            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5682            not 'ACL' and
5683            not 'VHOST' and
5684            not 'MEMIF'"
5685   parameters:
5686   - "throughput"
5687   - "parent"
5688   - "tags"
5689   sort:
5690   - "L2XCBASE"    # l2xcbase
5691   - "L2BDBASE"    # l2bdbase
5692   - "L2XCFWD"     # dot1q-l2xcbase
5693   - "L2BDMACLRN"  # dot1q-l2bdbase
5694   traces:
5695     hoverinfo: "x+y"
5696     boxpoints: "outliers"
5697     whiskerwidth: 0
5698   layout:
5699     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
5700     layout: "plot-throughput"
5701
5702 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
5703 -
5704   type: "plot"
5705   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5706   algorithm: "plot_performance_box"
5707   output-file-type: ".html"
5708   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5709   data: "plot-vpp-throughput-latency-3n-skx"
5710   filter: "'NIC_Intel-XXV710' and
5711            '64B' and
5712            ('BASE' or 'SCALE') and
5713            'NDRPDR' and
5714            'ETH' and
5715            '2T1C' and
5716            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5717            not 'VHOST' and
5718            not 'MEMIF'"
5719   parameters:
5720   - "throughput"
5721   - "parent"
5722   - "tags"
5723   sort:
5724   - "L2PATCH"
5725   - "L2XCBASE"
5726   - "BASE"
5727   - "FIB_10K"
5728   - "FIB_100K"
5729   - "FIB_1M"
5730   traces:
5731     hoverinfo: "x+y"
5732     boxpoints: "outliers"
5733     whiskerwidth: 0
5734   layout:
5735     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5736     layout: "plot-throughput"
5737
5738 -
5739   type: "plot"
5740   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5741   algorithm: "plot_performance_box"
5742   output-file-type: ".html"
5743   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5744   data: "plot-vpp-throughput-latency-3n-skx"
5745   filter: "'NIC_Intel-XXV710' and
5746            '64B' and
5747            ('BASE' or 'SCALE') and
5748            'NDRPDR' and
5749            'ETH' and
5750            '2T1C' and
5751            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5752            not 'VHOST' and
5753            not 'MEMIF'"
5754   parameters:
5755   - "throughput"
5756   - "parent"
5757   - "tags"
5758   sort:
5759   - "L2PATCH"
5760   - "L2XCBASE"
5761   - "BASE"
5762   - "FIB_10K"
5763   - "FIB_100K"
5764   - "FIB_1M"
5765   traces:
5766     hoverinfo: "x+y"
5767     boxpoints: "outliers"
5768     whiskerwidth: 0
5769   layout:
5770     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5771     layout: "plot-throughput"
5772
5773 -
5774   type: "plot"
5775   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5776   algorithm: "plot_performance_box"
5777   output-file-type: ".html"
5778   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5779   data: "plot-vpp-throughput-latency-3n-skx"
5780   filter: "'NIC_Intel-XXV710' and
5781            '64B' and
5782            ('BASE' or 'SCALE') and
5783            'NDRPDR' and
5784            'ETH' and
5785            '4T2C' and
5786            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5787            not 'VHOST' and
5788            not 'MEMIF'"
5789   parameters:
5790   - "throughput"
5791   - "parent"
5792   - "tags"
5793   sort:
5794   - "L2PATCH"
5795   - "L2XCBASE"
5796   - "BASE"
5797   - "FIB_10K"
5798   - "FIB_100K"
5799   - "FIB_1M"
5800   traces:
5801     hoverinfo: "x+y"
5802     boxpoints: "outliers"
5803     whiskerwidth: 0
5804   layout:
5805     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5806     layout: "plot-throughput"
5807
5808 -
5809   type: "plot"
5810   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5811   algorithm: "plot_performance_box"
5812   output-file-type: ".html"
5813   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5814   data: "plot-vpp-throughput-latency-3n-skx"
5815   filter: "'NIC_Intel-XXV710' and
5816            '64B' and
5817            ('BASE' or 'SCALE') and
5818            'NDRPDR' and
5819            'ETH' and
5820            '4T2C' and
5821            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5822            not 'VHOST' and
5823            not 'MEMIF'"
5824   parameters:
5825   - "throughput"
5826   - "parent"
5827   - "tags"
5828   sort:
5829   - "L2PATCH"
5830   - "L2XCBASE"
5831   - "BASE"
5832   - "FIB_10K"
5833   - "FIB_100K"
5834   - "FIB_1M"
5835   traces:
5836     hoverinfo: "x+y"
5837     boxpoints: "outliers"
5838     whiskerwidth: 0
5839   layout:
5840     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5841     layout: "plot-throughput"
5842
5843 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
5844 -
5845   type: "plot"
5846   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5847   algorithm: "plot_performance_box"
5848   output-file-type: ".html"
5849   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5850   data: "plot-vpp-throughput-latency-2n-skx"
5851   filter: "'NIC_Intel-X710' and
5852            '64B' and
5853            ('BASE' or 'SCALE') and
5854            'NDRPDR' and
5855            'ETH' and
5856            '2T1C' and
5857            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5858            not 'VHOST' and
5859            not 'MEMIF'"
5860   parameters:
5861   - "throughput"
5862   - "parent"
5863   - "tags"
5864   sort:
5865   - "L2PATCH"
5866   - "L2XCBASE"
5867   - "BASE"
5868   - "FIB_10K"
5869   - "FIB_100K"
5870   - "FIB_1M"
5871   traces:
5872     hoverinfo: "x+y"
5873     boxpoints: "outliers"
5874     whiskerwidth: 0
5875   layout:
5876     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5877     layout: "plot-throughput"
5878
5879 -
5880   type: "plot"
5881   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5882   algorithm: "plot_performance_box"
5883   output-file-type: ".html"
5884   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5885   data: "plot-vpp-throughput-latency-2n-skx"
5886   filter: "'NIC_Intel-X710' and
5887            '64B' and
5888            ('BASE' or 'SCALE') and
5889            'NDRPDR' and
5890            'ETH' and
5891            '2T1C' and
5892            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5893            not 'VHOST' and
5894            not 'MEMIF'"
5895   parameters:
5896   - "throughput"
5897   - "parent"
5898   - "tags"
5899   sort:
5900   - "L2PATCH"
5901   - "L2XCBASE"
5902   - "BASE"
5903   - "FIB_10K"
5904   - "FIB_100K"
5905   - "FIB_1M"
5906   traces:
5907     hoverinfo: "x+y"
5908     boxpoints: "outliers"
5909     whiskerwidth: 0
5910   layout:
5911     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5912     layout: "plot-throughput"
5913
5914 -
5915   type: "plot"
5916   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5917   algorithm: "plot_performance_box"
5918   output-file-type: ".html"
5919   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5920   data: "plot-vpp-throughput-latency-2n-skx"
5921   filter: "'NIC_Intel-X710' and
5922            '64B' and
5923            ('BASE' or 'SCALE') and
5924            'NDRPDR' and
5925            'ETH' and
5926            '4T2C' and
5927            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5928            not 'VHOST' and
5929            not 'MEMIF'"
5930   parameters:
5931   - "throughput"
5932   - "parent"
5933   - "tags"
5934   sort:
5935   - "L2PATCH"
5936   - "L2XCBASE"
5937   - "BASE"
5938   - "FIB_10K"
5939   - "FIB_100K"
5940   - "FIB_1M"
5941   traces:
5942     hoverinfo: "x+y"
5943     boxpoints: "outliers"
5944     whiskerwidth: 0
5945   layout:
5946     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5947     layout: "plot-throughput"
5948
5949 -
5950   type: "plot"
5951   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5952   algorithm: "plot_performance_box"
5953   output-file-type: ".html"
5954   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5955   data: "plot-vpp-throughput-latency-2n-skx"
5956   filter: "'NIC_Intel-X710' and
5957            '64B' and
5958            ('BASE' or 'SCALE') and
5959            'NDRPDR' and
5960            'ETH' and
5961            '4T2C' and
5962            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5963            not 'VHOST' and
5964            not 'MEMIF'"
5965   parameters:
5966   - "throughput"
5967   - "parent"
5968   - "tags"
5969   sort:
5970   - "L2PATCH"
5971   - "L2XCBASE"
5972   - "BASE"
5973   - "FIB_10K"
5974   - "FIB_100K"
5975   - "FIB_1M"
5976   traces:
5977     hoverinfo: "x+y"
5978     boxpoints: "outliers"
5979     whiskerwidth: 0
5980   layout:
5981     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5982     layout: "plot-throughput"
5983
5984 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
5985 -
5986   type: "plot"
5987   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5988   algorithm: "plot_performance_box"
5989   output-file-type: ".html"
5990   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5991   data: "plot-vpp-throughput-latency-2n-skx"
5992   filter: "'NIC_Intel-XXV710' and
5993            '64B' and
5994            ('BASE' or 'SCALE') and
5995            'NDRPDR' and
5996            'ETH' and
5997            '2T1C' and
5998            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5999            not 'VHOST' and
6000            not 'MEMIF'"
6001   parameters:
6002   - "throughput"
6003   - "parent"
6004   - "tags"
6005   sort:
6006   - "L2PATCH"
6007   - "L2XCBASE"
6008   - "BASE"
6009   - "FIB_10K"
6010   - "FIB_100K"
6011   - "FIB_1M"
6012   traces:
6013     hoverinfo: "x+y"
6014     boxpoints: "outliers"
6015     whiskerwidth: 0
6016   layout:
6017     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6018     layout: "plot-throughput"
6019
6020 -
6021   type: "plot"
6022   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6023   algorithm: "plot_performance_box"
6024   output-file-type: ".html"
6025   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6026   data: "plot-vpp-throughput-latency-2n-skx"
6027   filter: "'NIC_Intel-XXV710' and
6028            '64B' and
6029            ('BASE' or 'SCALE') and
6030            'NDRPDR' and
6031            'ETH' and
6032            '2T1C' and
6033            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6034            not 'VHOST' and
6035            not 'MEMIF'"
6036   parameters:
6037   - "throughput"
6038   - "parent"
6039   - "tags"
6040   sort:
6041   - "L2PATCH"
6042   - "L2XCBASE"
6043   - "BASE"
6044   - "FIB_10K"
6045   - "FIB_100K"
6046   - "FIB_1M"
6047   traces:
6048     hoverinfo: "x+y"
6049     boxpoints: "outliers"
6050     whiskerwidth: 0
6051   layout:
6052     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6053     layout: "plot-throughput"
6054
6055 -
6056   type: "plot"
6057   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6058   algorithm: "plot_performance_box"
6059   output-file-type: ".html"
6060   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6061   data: "plot-vpp-throughput-latency-2n-skx"
6062   filter: "'NIC_Intel-XXV710' and
6063            '64B' and
6064            ('BASE' or 'SCALE') and
6065            'NDRPDR' and
6066            'ETH' and
6067            '4T2C' and
6068            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6069            not 'VHOST' and
6070            not 'MEMIF'"
6071   parameters:
6072   - "throughput"
6073   - "parent"
6074   - "tags"
6075   sort:
6076   - "L2PATCH"
6077   - "L2XCBASE"
6078   - "BASE"
6079   - "FIB_10K"
6080   - "FIB_100K"
6081   - "FIB_1M"
6082   traces:
6083     hoverinfo: "x+y"
6084     boxpoints: "outliers"
6085     whiskerwidth: 0
6086   layout:
6087     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6088     layout: "plot-throughput"
6089
6090 -
6091   type: "plot"
6092   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6093   algorithm: "plot_performance_box"
6094   output-file-type: ".html"
6095   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6096   data: "plot-vpp-throughput-latency-2n-skx"
6097   filter: "'NIC_Intel-XXV710' and
6098            '64B' and
6099            ('BASE' or 'SCALE') and
6100            'NDRPDR' and
6101            'ETH' and
6102            '4T2C' and
6103            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6104            not 'VHOST' and
6105            not 'MEMIF'"
6106   parameters:
6107   - "throughput"
6108   - "parent"
6109   - "tags"
6110   sort:
6111   - "L2PATCH"
6112   - "L2XCBASE"
6113   - "BASE"
6114   - "FIB_10K"
6115   - "FIB_100K"
6116   - "FIB_1M"
6117   traces:
6118     hoverinfo: "x+y"
6119     boxpoints: "outliers"
6120     whiskerwidth: 0
6121   layout:
6122     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6123     layout: "plot-throughput"
6124
6125 # Packet Throughput - VPP L2 2n-dnv-x553 base
6126 -
6127   type: "plot"
6128   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6129   algorithm: "plot_performance_box"
6130   output-file-type: ".html"
6131   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6132   data: "intel-dnv-vpp"
6133   filter: "'NIC_Intel-X553' and
6134            '64B' and
6135            'BASE' and
6136            'NDRPDR' and
6137            'ETH' and
6138            '1T1C' and
6139            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6140            not 'VHOST' and
6141            not 'MEMIF'"
6142   parameters:
6143   - "throughput"
6144   - "parent"
6145   - "tags"
6146   sort:
6147   - "L2XCBASE"
6148   - "L2BDMACLRN"
6149   - "L2PATCH"
6150   traces:
6151     hoverinfo: "x+y"
6152     boxpoints: "outliers"
6153     whiskerwidth: 0
6154   layout:
6155     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
6156     layout: "plot-throughput"
6157
6158 -
6159   type: "plot"
6160   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
6161   algorithm: "plot_performance_box"
6162   output-file-type: ".html"
6163   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
6164   data: "intel-dnv-vpp"
6165   filter: "'NIC_Intel-X553' and
6166            '64B' and
6167            ('BASE' or 'SCALE') and
6168            'NDRPDR' and
6169            'ETH' and
6170            '1T1C' and
6171            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6172            not 'VHOST' and
6173            not 'MEMIF'"
6174   parameters:
6175   - "throughput"
6176   - "parent"
6177   - "tags"
6178   sort:
6179   - "L2XCBASE"
6180   - "L2BDMACLRN"
6181   - "L2PATCH"
6182   traces:
6183     hoverinfo: "x+y"
6184     boxpoints: "outliers"
6185     whiskerwidth: 0
6186   layout:
6187     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
6188     layout: "plot-throughput"
6189
6190 -
6191   type: "plot"
6192   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
6193   algorithm: "plot_performance_box"
6194   output-file-type: ".html"
6195   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
6196   data: "intel-dnv-vpp"
6197   filter: "'NIC_Intel-X553' and
6198            '64B' and
6199            ('BASE' or 'SCALE') and
6200            'NDRPDR' and
6201            'ETH' and
6202            '2T2C' and
6203            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6204            not 'VHOST' and
6205            not 'MEMIF'"
6206   parameters:
6207   - "throughput"
6208   - "parent"
6209   - "tags"
6210   sort:
6211   - "L2XCBASE"
6212   - "L2BDMACLRN"
6213   - "L2PATCH"
6214   traces:
6215     hoverinfo: "x+y"
6216     boxpoints: "outliers"
6217     whiskerwidth: 0
6218   layout:
6219     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
6220     layout: "plot-throughput"
6221
6222 -
6223   type: "plot"
6224   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
6225   algorithm: "plot_performance_box"
6226   output-file-type: ".html"
6227   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
6228   data: "intel-dnv-vpp"
6229   filter: "'NIC_Intel-X553' and
6230            '64B' and
6231            ('BASE' or 'SCALE') and
6232            'NDRPDR' and
6233            'ETH' and
6234            '2T2C' and
6235            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6236            not 'VHOST' and
6237            not 'MEMIF'"
6238   parameters:
6239   - "throughput"
6240   - "parent"
6241   - "tags"
6242   sort:
6243   - "L2XCBASE"
6244   - "L2BDMACLRN"
6245   - "L2PATCH"
6246   traces:
6247     hoverinfo: "x+y"
6248     boxpoints: "outliers"
6249     whiskerwidth: 0
6250   layout:
6251     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
6252     layout: "plot-throughput"
6253
6254 ################################################################################
6255
6256 # Packet Throughput - VPP Container Memif 3n-hsw-x520
6257 -
6258   type: "plot"
6259   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6260   algorithm: "plot_performance_box"
6261   output-file-type: ".html"
6262   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6263   data: "plot-vpp-throughput-latency-3n-hsw"
6264   filter: "'NIC_Intel-X520-DA2' and
6265            '64B' and
6266            ('BASE' or 'SCALE') and
6267            'NDRPDR' and
6268            '1T1C' and
6269            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6270            not 'VHOST' and
6271            'MEMIF'"
6272   parameters:
6273   - "throughput"
6274   - "parent"
6275   - "tags"
6276   sort:
6277   - "L2XCFWD"
6278   - "L2XCFWD"
6279   - "L2XCFWD"
6280   - "L2BDMACLRN"
6281   - "L2BDMACLRN"
6282   - "L2BDMACLRN"
6283   traces:
6284     hoverinfo: "x+y"
6285     boxpoints: "outliers"
6286     whiskerwidth: 0
6287   layout:
6288     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6289     layout: "plot-throughput"
6290
6291 -
6292   type: "plot"
6293   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6294   algorithm: "plot_performance_box"
6295   output-file-type: ".html"
6296   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6297   data: "plot-vpp-throughput-latency-3n-hsw"
6298   filter: "'NIC_Intel-X520-DA2' and
6299            '64B' and
6300            ('BASE' or 'SCALE') and
6301            'NDRPDR' and
6302            '1T1C' and
6303            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6304            not 'VHOST' and
6305            'MEMIF'"
6306   parameters:
6307   - "throughput"
6308   - "parent"
6309   - "tags"
6310   sort:
6311   - "L2XCFWD"
6312   - "L2XCFWD"
6313   - "L2XCFWD"
6314   - "L2BDMACLRN"
6315   - "L2BDMACLRN"
6316   - "L2BDMACLRN"
6317   traces:
6318     hoverinfo: "x+y"
6319     boxpoints: "outliers"
6320     whiskerwidth: 0
6321   layout:
6322     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6323     layout: "plot-throughput"
6324
6325 -
6326   type: "plot"
6327   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6328   algorithm: "plot_performance_box"
6329   output-file-type: ".html"
6330   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6331   data: "plot-vpp-throughput-latency-3n-hsw"
6332   filter: "'NIC_Intel-X520-DA2' and
6333            '64B' and
6334            ('BASE' or 'SCALE') and
6335            'NDRPDR' and
6336            '2T2C' and
6337            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6338            not 'VHOST' and
6339            'MEMIF'"
6340   parameters:
6341   - "throughput"
6342   - "parent"
6343   - "tags"
6344   sort:
6345   - "L2XCFWD"
6346   - "L2XCFWD"
6347   - "L2XCFWD"
6348   - "L2BDMACLRN"
6349   - "L2BDMACLRN"
6350   - "L2BDMACLRN"
6351   traces:
6352     hoverinfo: "x+y"
6353     boxpoints: "outliers"
6354     whiskerwidth: 0
6355   layout:
6356     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6357     layout: "plot-throughput"
6358
6359 -
6360   type: "plot"
6361   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6362   algorithm: "plot_performance_box"
6363   output-file-type: ".html"
6364   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6365   data: "plot-vpp-throughput-latency-3n-hsw"
6366   filter: "'NIC_Intel-X520-DA2' and
6367            '64B' and
6368            ('BASE' or 'SCALE') and
6369            'NDRPDR' and
6370            '2T2C' and
6371            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6372            not 'VHOST' and
6373            'MEMIF'"
6374   parameters:
6375   - "throughput"
6376   - "parent"
6377   - "tags"
6378   sort:
6379   - "L2XCFWD"
6380   - "L2XCFWD"
6381   - "L2XCFWD"
6382   - "L2BDMACLRN"
6383   - "L2BDMACLRN"
6384   - "L2BDMACLRN"
6385   traces:
6386     hoverinfo: "x+y"
6387     boxpoints: "outliers"
6388     whiskerwidth: 0
6389   layout:
6390     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6391     layout: "plot-throughput"
6392
6393 # Packet Throughput - VPP Container Memif 3n-hsw-x710
6394 -
6395   type: "plot"
6396   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6397   algorithm: "plot_performance_box"
6398   output-file-type: ".html"
6399   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6400   data: "plot-vpp-throughput-latency-3n-hsw"
6401   filter: "'NIC_Intel-X710' and
6402            '64B' and
6403            ('BASE' or 'SCALE') and
6404            'NDRPDR' and
6405            '1T1C' and
6406            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6407            not 'VHOST' and
6408            'MEMIF'"
6409   parameters:
6410   - "throughput"
6411   - "parent"
6412   - "tags"
6413   sort:
6414   - "L2XCFWD"
6415   - "L2XCFWD"
6416   - "L2XCFWD"
6417   - "L2BDMACLRN"
6418   - "L2BDMACLRN"
6419   - "L2BDMACLRN"
6420   traces:
6421     hoverinfo: "x+y"
6422     boxpoints: "outliers"
6423     whiskerwidth: 0
6424   layout:
6425     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6426     layout: "plot-throughput"
6427
6428 -
6429   type: "plot"
6430   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6431   algorithm: "plot_performance_box"
6432   output-file-type: ".html"
6433   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6434   data: "plot-vpp-throughput-latency-3n-hsw"
6435   filter: "'NIC_Intel-X710' and
6436            '64B' and
6437            ('BASE' or 'SCALE') and
6438            'NDRPDR' and
6439            '1T1C' and
6440            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6441            not 'VHOST' and
6442            'MEMIF'"
6443   parameters:
6444   - "throughput"
6445   - "parent"
6446   - "tags"
6447   sort:
6448   - "L2XCFWD"
6449   - "L2XCFWD"
6450   - "L2XCFWD"
6451   - "L2BDMACLRN"
6452   - "L2BDMACLRN"
6453   - "L2BDMACLRN"
6454   traces:
6455     hoverinfo: "x+y"
6456     boxpoints: "outliers"
6457     whiskerwidth: 0
6458   layout:
6459     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6460     layout: "plot-throughput"
6461
6462 -
6463   type: "plot"
6464   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6465   algorithm: "plot_performance_box"
6466   output-file-type: ".html"
6467   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6468   data: "plot-vpp-throughput-latency-3n-hsw"
6469   filter: "'NIC_Intel-X710' and
6470            '64B' and
6471            ('BASE' or 'SCALE') and
6472            'NDRPDR' and
6473            '2T2C' and
6474            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6475            not 'VHOST' and
6476            'MEMIF'"
6477   parameters:
6478   - "throughput"
6479   - "parent"
6480   - "tags"
6481   sort:
6482   - "L2XCFWD"
6483   - "L2XCFWD"
6484   - "L2XCFWD"
6485   - "L2BDMACLRN"
6486   - "L2BDMACLRN"
6487   - "L2BDMACLRN"
6488   traces:
6489     hoverinfo: "x+y"
6490     boxpoints: "outliers"
6491     whiskerwidth: 0
6492   layout:
6493     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6494     layout: "plot-throughput"
6495
6496 -
6497   type: "plot"
6498   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6499   algorithm: "plot_performance_box"
6500   output-file-type: ".html"
6501   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6502   data: "plot-vpp-throughput-latency-3n-hsw"
6503   filter: "'NIC_Intel-X710' and
6504            '64B' and
6505            ('BASE' or 'SCALE') and
6506            'NDRPDR' and
6507            '2T2C' and
6508            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6509            not 'VHOST' and
6510            'MEMIF'"
6511   parameters:
6512   - "throughput"
6513   - "parent"
6514   - "tags"
6515   sort:
6516   - "L2XCFWD"
6517   - "L2XCFWD"
6518   - "L2XCFWD"
6519   - "L2BDMACLRN"
6520   - "L2BDMACLRN"
6521   - "L2BDMACLRN"
6522   traces:
6523     hoverinfo: "x+y"
6524     boxpoints: "outliers"
6525     whiskerwidth: 0
6526   layout:
6527     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6528     layout: "plot-throughput"
6529
6530 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
6531 -
6532   type: "plot"
6533   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6534   algorithm: "plot_performance_box"
6535   output-file-type: ".html"
6536   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6537   data: "plot-vpp-throughput-latency-3n-hsw"
6538   filter: "'NIC_Intel-XL710' and
6539            '64B' and
6540            ('BASE' or 'SCALE') and
6541            'NDRPDR' and
6542            '1T1C' and
6543            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6544            not 'VHOST' and
6545            'MEMIF'"
6546   parameters:
6547   - "throughput"
6548   - "parent"
6549   - "tags"
6550   sort:
6551   - "L2XCFWD"
6552   - "L2XCFWD"
6553   - "L2XCFWD"
6554   - "L2BDMACLRN"
6555   - "L2BDMACLRN"
6556   - "L2BDMACLRN"
6557   traces:
6558     hoverinfo: "x+y"
6559     boxpoints: "outliers"
6560     whiskerwidth: 0
6561   layout:
6562     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6563     layout: "plot-throughput"
6564
6565 -
6566   type: "plot"
6567   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6568   algorithm: "plot_performance_box"
6569   output-file-type: ".html"
6570   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6571   data: "plot-vpp-throughput-latency-3n-hsw"
6572   filter: "'NIC_Intel-XL710' and
6573            '64B' and
6574            ('BASE' or 'SCALE') and
6575            'NDRPDR' and
6576            '1T1C' and
6577            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6578            not 'VHOST' and
6579            'MEMIF'"
6580   parameters:
6581   - "throughput"
6582   - "parent"
6583   - "tags"
6584   sort:
6585   - "L2XCFWD"
6586   - "L2XCFWD"
6587   - "L2XCFWD"
6588   - "L2BDMACLRN"
6589   - "L2BDMACLRN"
6590   - "L2BDMACLRN"
6591   traces:
6592     hoverinfo: "x+y"
6593     boxpoints: "outliers"
6594     whiskerwidth: 0
6595   layout:
6596     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6597     layout: "plot-throughput"
6598
6599 -
6600   type: "plot"
6601   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6602   algorithm: "plot_performance_box"
6603   output-file-type: ".html"
6604   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6605   data: "plot-vpp-throughput-latency-3n-hsw"
6606   filter: "'NIC_Intel-XL710' and
6607            '64B' and
6608            ('BASE' or 'SCALE') and
6609            'NDRPDR' and
6610            '2T2C' and
6611            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6612            not 'VHOST' and
6613            'MEMIF'"
6614   parameters:
6615   - "throughput"
6616   - "parent"
6617   - "tags"
6618   sort:
6619   - "L2XCFWD"
6620   - "L2XCFWD"
6621   - "L2XCFWD"
6622   - "L2BDMACLRN"
6623   - "L2BDMACLRN"
6624   - "L2BDMACLRN"
6625   traces:
6626     hoverinfo: "x+y"
6627     boxpoints: "outliers"
6628     whiskerwidth: 0
6629   layout:
6630     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6631     layout: "plot-throughput"
6632
6633 -
6634   type: "plot"
6635   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6636   algorithm: "plot_performance_box"
6637   output-file-type: ".html"
6638   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6639   data: "plot-vpp-throughput-latency-3n-hsw"
6640   filter: "'NIC_Intel-XL710' and
6641            '64B' and
6642            ('BASE' or 'SCALE') and
6643            'NDRPDR' and
6644            '2T2C' and
6645            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6646            not 'VHOST' and
6647            'MEMIF'"
6648   parameters:
6649   - "throughput"
6650   - "parent"
6651   - "tags"
6652   sort:
6653   - "L2XCFWD"
6654   - "L2XCFWD"
6655   - "L2XCFWD"
6656   - "L2BDMACLRN"
6657   - "L2BDMACLRN"
6658   - "L2BDMACLRN"
6659   traces:
6660     hoverinfo: "x+y"
6661     boxpoints: "outliers"
6662     whiskerwidth: 0
6663   layout:
6664     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6665     layout: "plot-throughput"
6666
6667 # Packet Throughput - VPP Container Memif 3n-skx-x710
6668 -
6669   type: "plot"
6670   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6671   algorithm: "plot_performance_box"
6672   output-file-type: ".html"
6673   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6674   data: "plot-vpp-throughput-latency-3n-skx"
6675   filter: "'NIC_Intel-X710' and
6676            '64B' and
6677            ('BASE' or 'SCALE') and
6678            'NDRPDR' and
6679            '2T1C' and
6680            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6681            not 'VHOST' and
6682            'MEMIF'"
6683   parameters:
6684   - "throughput"
6685   - "parent"
6686   - "tags"
6687   sort:
6688   - "L2XCFWD"
6689   - "L2XCFWD"
6690   - "L2XCFWD"
6691   - "L2BDMACLRN"
6692   - "L2BDMACLRN"
6693   - "L2BDMACLRN"
6694   traces:
6695     hoverinfo: "x+y"
6696     boxpoints: "outliers"
6697     whiskerwidth: 0
6698   layout:
6699     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6700     layout: "plot-throughput"
6701
6702 -
6703   type: "plot"
6704   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6705   algorithm: "plot_performance_box"
6706   output-file-type: ".html"
6707   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6708   data: "plot-vpp-throughput-latency-3n-skx"
6709   filter: "'NIC_Intel-X710' and
6710            '64B' and
6711            ('BASE' or 'SCALE') and
6712            'NDRPDR' and
6713            '2T1C' and
6714            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6715            not 'VHOST' and
6716            'MEMIF'"
6717   parameters:
6718   - "throughput"
6719   - "parent"
6720   - "tags"
6721   sort:
6722   - "L2XCFWD"
6723   - "L2XCFWD"
6724   - "L2XCFWD"
6725   - "L2BDMACLRN"
6726   - "L2BDMACLRN"
6727   - "L2BDMACLRN"
6728   traces:
6729     hoverinfo: "x+y"
6730     boxpoints: "outliers"
6731     whiskerwidth: 0
6732   layout:
6733     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6734     layout: "plot-throughput"
6735
6736 -
6737   type: "plot"
6738   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6739   algorithm: "plot_performance_box"
6740   output-file-type: ".html"
6741   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6742   data: "plot-vpp-throughput-latency-3n-skx"
6743   filter: "'NIC_Intel-X710' and
6744            '64B' and
6745            ('BASE' or 'SCALE') and
6746            'NDRPDR' and
6747            '4T2C' and
6748            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6749            not 'VHOST' and
6750            'MEMIF'"
6751   parameters:
6752   - "throughput"
6753   - "parent"
6754   - "tags"
6755   sort:
6756   - "L2XCFWD"
6757   - "L2XCFWD"
6758   - "L2XCFWD"
6759   - "L2BDMACLRN"
6760   - "L2BDMACLRN"
6761   - "L2BDMACLRN"
6762   traces:
6763     hoverinfo: "x+y"
6764     boxpoints: "outliers"
6765     whiskerwidth: 0
6766   layout:
6767     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6768     layout: "plot-throughput"
6769
6770 -
6771   type: "plot"
6772   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6773   algorithm: "plot_performance_box"
6774   output-file-type: ".html"
6775   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6776   data: "plot-vpp-throughput-latency-3n-skx"
6777   filter: "'NIC_Intel-X710' and
6778            '64B' and
6779            ('BASE' or 'SCALE') and
6780            'NDRPDR' and
6781            '4T2C' and
6782            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6783            not 'VHOST' and
6784            'MEMIF'"
6785   parameters:
6786   - "throughput"
6787   - "parent"
6788   - "tags"
6789   sort:
6790   - "L2XCFWD"
6791   - "L2XCFWD"
6792   - "L2XCFWD"
6793   - "L2BDMACLRN"
6794   - "L2BDMACLRN"
6795   - "L2BDMACLRN"
6796   traces:
6797     hoverinfo: "x+y"
6798     boxpoints: "outliers"
6799     whiskerwidth: 0
6800   layout:
6801     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6802     layout: "plot-throughput"
6803
6804 # Packet Throughput - VPP Container Memif 2n-skx-x710
6805 -
6806   type: "plot"
6807   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6808   algorithm: "plot_performance_box"
6809   output-file-type: ".html"
6810   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6811   data: "plot-vpp-throughput-latency-2n-skx"
6812   filter: "'NIC_Intel-X710' and
6813            '64B' and
6814            ('BASE' or 'SCALE') and
6815            'NDRPDR' and
6816            '2T1C' and
6817            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6818            not 'VHOST' and
6819            'MEMIF'"
6820   parameters:
6821   - "throughput"
6822   - "parent"
6823   - "tags"
6824   sort:
6825   - "L2XCFWD"
6826   - "L2XCFWD"
6827   - "L2XCFWD"
6828   - "L2BDMACLRN"
6829   - "L2BDMACLRN"
6830   - "L2BDMACLRN"
6831   traces:
6832     hoverinfo: "x+y"
6833     boxpoints: "outliers"
6834     whiskerwidth: 0
6835   layout:
6836     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6837     layout: "plot-throughput"
6838
6839 -
6840   type: "plot"
6841   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6842   algorithm: "plot_performance_box"
6843   output-file-type: ".html"
6844   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6845   data: "plot-vpp-throughput-latency-2n-skx"
6846   filter: "'NIC_Intel-X710' and
6847            '64B' and
6848            ('BASE' or 'SCALE') and
6849            'NDRPDR' and
6850            '2T1C' and
6851            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6852            not 'VHOST' and
6853            'MEMIF'"
6854   parameters:
6855   - "throughput"
6856   - "parent"
6857   - "tags"
6858   sort:
6859   - "L2XCFWD"
6860   - "L2XCFWD"
6861   - "L2XCFWD"
6862   - "L2BDMACLRN"
6863   - "L2BDMACLRN"
6864   - "L2BDMACLRN"
6865   traces:
6866     hoverinfo: "x+y"
6867     boxpoints: "outliers"
6868     whiskerwidth: 0
6869   layout:
6870     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6871     layout: "plot-throughput"
6872
6873 -
6874   type: "plot"
6875   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6876   algorithm: "plot_performance_box"
6877   output-file-type: ".html"
6878   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6879   data: "plot-vpp-throughput-latency-2n-skx"
6880   filter: "'NIC_Intel-X710' and
6881            '64B' and
6882            ('BASE' or 'SCALE') and
6883            'NDRPDR' and
6884            '4T2C' and
6885            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6886            not 'VHOST' and
6887            'MEMIF'"
6888   parameters:
6889   - "throughput"
6890   - "parent"
6891   - "tags"
6892   sort:
6893   - "L2XCFWD"
6894   - "L2XCFWD"
6895   - "L2XCFWD"
6896   - "L2BDMACLRN"
6897   - "L2BDMACLRN"
6898   - "L2BDMACLRN"
6899   traces:
6900     hoverinfo: "x+y"
6901     boxpoints: "outliers"
6902     whiskerwidth: 0
6903   layout:
6904     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6905     layout: "plot-throughput"
6906
6907 -
6908   type: "plot"
6909   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6910   algorithm: "plot_performance_box"
6911   output-file-type: ".html"
6912   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6913   data: "plot-vpp-throughput-latency-2n-skx"
6914   filter: "'NIC_Intel-X710' and
6915            '64B' and
6916            ('BASE' or 'SCALE') and
6917            'NDRPDR' and
6918            '4T2C' and
6919            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6920            not 'VHOST' and
6921            'MEMIF'"
6922   parameters:
6923   - "throughput"
6924   - "parent"
6925   - "tags"
6926   sort:
6927   - "L2XCFWD"
6928   - "L2XCFWD"
6929   - "L2XCFWD"
6930   - "L2BDMACLRN"
6931   - "L2BDMACLRN"
6932   - "L2BDMACLRN"
6933   traces:
6934     hoverinfo: "x+y"
6935     boxpoints: "outliers"
6936     whiskerwidth: 0
6937   layout:
6938     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6939     layout: "plot-throughput"
6940
6941 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
6942 -
6943   type: "plot"
6944   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6945   algorithm: "plot_performance_box"
6946   output-file-type: ".html"
6947   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6948   data: "plot-vpp-throughput-latency-2n-skx"
6949   filter: "'NIC_Intel-XXV710' and
6950            '64B' and
6951            ('BASE' or 'SCALE') and
6952            'NDRPDR' and
6953            '2T1C' and
6954            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6955            not 'VHOST' and
6956            'MEMIF'"
6957   parameters:
6958   - "throughput"
6959   - "parent"
6960   - "tags"
6961   sort:
6962   - "L2XCFWD"
6963   - "L2XCFWD"
6964   - "L2XCFWD"
6965   - "L2BDMACLRN"
6966   - "L2BDMACLRN"
6967   - "L2BDMACLRN"
6968   traces:
6969     hoverinfo: "x+y"
6970     boxpoints: "outliers"
6971     whiskerwidth: 0
6972   layout:
6973     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6974     layout: "plot-throughput"
6975
6976 -
6977   type: "plot"
6978   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6979   algorithm: "plot_performance_box"
6980   output-file-type: ".html"
6981   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6982   data: "plot-vpp-throughput-latency-2n-skx"
6983   filter: "'NIC_Intel-XXV710' and
6984            '64B' and
6985            ('BASE' or 'SCALE') and
6986            'NDRPDR' and
6987            '2T1C' and
6988            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6989            not 'VHOST' and
6990            'MEMIF'"
6991   parameters:
6992   - "throughput"
6993   - "parent"
6994   - "tags"
6995   sort:
6996   - "L2XCFWD"
6997   - "L2XCFWD"
6998   - "L2XCFWD"
6999   - "L2BDMACLRN"
7000   - "L2BDMACLRN"
7001   - "L2BDMACLRN"
7002   traces:
7003     hoverinfo: "x+y"
7004     boxpoints: "outliers"
7005     whiskerwidth: 0
7006   layout:
7007     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
7008     layout: "plot-throughput"
7009
7010 -
7011   type: "plot"
7012   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7013   algorithm: "plot_performance_box"
7014   output-file-type: ".html"
7015   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7016   data: "plot-vpp-throughput-latency-2n-skx"
7017   filter: "'NIC_Intel-XXV710' and
7018            '64B' and
7019            ('BASE' or 'SCALE') and
7020            'NDRPDR' and
7021            '4T2C' and
7022            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7023            not 'VHOST' and
7024            'MEMIF'"
7025   parameters:
7026   - "throughput"
7027   - "parent"
7028   - "tags"
7029   sort:
7030   - "L2XCFWD"
7031   - "L2XCFWD"
7032   - "L2XCFWD"
7033   - "L2BDMACLRN"
7034   - "L2BDMACLRN"
7035   - "L2BDMACLRN"
7036   traces:
7037     hoverinfo: "x+y"
7038     boxpoints: "outliers"
7039     whiskerwidth: 0
7040   layout:
7041     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
7042     layout: "plot-throughput"
7043
7044 -
7045   type: "plot"
7046   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7047   algorithm: "plot_performance_box"
7048   output-file-type: ".html"
7049   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7050   data: "plot-vpp-throughput-latency-2n-skx"
7051   filter: "'NIC_Intel-XXV710' and
7052            '64B' and
7053            ('BASE' or 'SCALE') and
7054            'NDRPDR' and
7055            '4T2C' and
7056            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7057            not 'VHOST' and
7058            'MEMIF'"
7059   parameters:
7060   - "throughput"
7061   - "parent"
7062   - "tags"
7063   sort:
7064   - "L2XCFWD"
7065   - "L2XCFWD"
7066   - "L2XCFWD"
7067   - "L2BDMACLRN"
7068   - "L2BDMACLRN"
7069   - "L2BDMACLRN"
7070   traces:
7071     hoverinfo: "x+y"
7072     boxpoints: "outliers"
7073     whiskerwidth: 0
7074   layout:
7075     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
7076     layout: "plot-throughput"
7077
7078 ################################################################################
7079
7080 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
7081 -
7082   type: "plot"
7083   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7084   algorithm: "plot_performance_box"
7085   output-file-type: ".html"
7086   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7087   data: "plot-ligato-throughput-latency-3n-hsw"
7088   filter: "'NIC_Intel-X520-DA2' and
7089            '64B' and
7090            ('BASE' or 'SCALE') and
7091            'NDRPDR' and
7092            '1T1C' and
7093            'L2XCFWD' and
7094            not 'VHOST' and
7095            'MEMIF'"
7096   parameters:
7097   - "throughput"
7098   - "parent"
7099   - "tags"
7100   sort:
7101   - "1VNF"
7102   - "2VNF"
7103   - "4VNF"
7104   - "2VNF"
7105   - "4VNF"
7106   traces:
7107     hoverinfo: "x+y"
7108     boxpoints: "outliers"
7109     whiskerwidth: 0
7110   layout:
7111     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
7112     layout: "plot-throughput"
7113
7114 -
7115   type: "plot"
7116   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7117   algorithm: "plot_performance_box"
7118   output-file-type: ".html"
7119   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7120   data: "plot-ligato-throughput-latency-3n-hsw"
7121   filter: "'NIC_Intel-X520-DA2' and
7122            '64B' and
7123            ('BASE' or 'SCALE') and
7124            'NDRPDR' and
7125            '1T1C' and
7126            'L2XCFWD' and
7127            not 'VHOST' and
7128            'MEMIF'"
7129   parameters:
7130   - "throughput"
7131   - "parent"
7132   - "tags"
7133   sort:
7134   - "1VNF"
7135   - "2VNF"
7136   - "4VNF"
7137   - "2VNF"
7138   - "4VNF"
7139   traces:
7140     hoverinfo: "x+y"
7141     boxpoints: "outliers"
7142     whiskerwidth: 0
7143   layout:
7144     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
7145     layout: "plot-throughput"
7146
7147 -
7148   type: "plot"
7149   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
7150   algorithm: "plot_performance_box"
7151   output-file-type: ".html"
7152   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
7153   data: "plot-ligato-throughput-latency-3n-hsw"
7154   filter: "'NIC_Intel-X520-DA2' and
7155            '64B' and
7156            ('BASE' or 'SCALE') and
7157            'NDRPDR' and
7158            '2T2C' and
7159            'L2XCFWD' and
7160            not 'VHOST' and
7161            'MEMIF'"
7162   parameters:
7163   - "throughput"
7164   - "parent"
7165   - "tags"
7166   sort:
7167   - "1VNF"
7168   - "2VNF"
7169   - "4VNF"
7170   - "2VNF"
7171   - "4VNF"
7172   traces:
7173     hoverinfo: "x+y"
7174     boxpoints: "outliers"
7175     whiskerwidth: 0
7176   layout:
7177     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
7178     layout: "plot-throughput"
7179
7180 -
7181   type: "plot"
7182   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
7183   algorithm: "plot_performance_box"
7184   output-file-type: ".html"
7185   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
7186   data: "plot-ligato-throughput-latency-3n-hsw"
7187   filter: "'NIC_Intel-X520-DA2' and
7188            '64B' and
7189            ('BASE' or 'SCALE') and
7190            'NDRPDR' and
7191            '2T2C' and
7192            'L2XCFWD' and
7193            not 'VHOST' and
7194            'MEMIF'"
7195   parameters:
7196   - "throughput"
7197   - "parent"
7198   - "tags"
7199   sort:
7200   - "1VNF"
7201   - "2VNF"
7202   - "4VNF"
7203   - "2VNF"
7204   - "4VNF"
7205   traces:
7206     hoverinfo: "x+y"
7207     boxpoints: "outliers"
7208     whiskerwidth: 0
7209   layout:
7210     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
7211     layout: "plot-throughput"
7212
7213 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
7214 -
7215   type: "plot"
7216   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
7217   algorithm: "plot_performance_box"
7218   output-file-type: ".html"
7219   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
7220   data: "plot-ligato-throughput-latency-3n-hsw"
7221   filter: "'NIC_Intel-X520-DA2' and
7222            '64B' and
7223            ('BASE' or 'SCALE') and
7224            'NDRPDR' and
7225            '1T1C' and
7226            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7227            not 'VHOST' and
7228            'MEMIF'"
7229   parameters:
7230   - "throughput"
7231   - "parent"
7232   - "tags"
7233   sort:
7234   - "1VNF"
7235   - "2VNF"
7236   - "4VNF"
7237   - "2VNF"
7238   - "4VNF"
7239   traces:
7240     hoverinfo: "x+y"
7241     boxpoints: "outliers"
7242     whiskerwidth: 0
7243   layout:
7244     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
7245     layout: "plot-throughput"
7246
7247 -
7248   type: "plot"
7249   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
7250   algorithm: "plot_performance_box"
7251   output-file-type: ".html"
7252   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
7253   data: "plot-ligato-throughput-latency-3n-hsw"
7254   filter: "'NIC_Intel-X520-DA2' and
7255            '64B' and
7256            ('BASE' or 'SCALE') and
7257            'NDRPDR' and
7258            '1T1C' and
7259            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7260            not 'VHOST' and
7261            'MEMIF'"
7262   parameters:
7263   - "throughput"
7264   - "parent"
7265   - "tags"
7266   sort:
7267   - "1VNF"
7268   - "2VNF"
7269   - "4VNF"
7270   - "2VNF"
7271   - "4VNF"
7272   traces:
7273     hoverinfo: "x+y"
7274     boxpoints: "outliers"
7275     whiskerwidth: 0
7276   layout:
7277     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
7278     layout: "plot-throughput"
7279
7280 -
7281   type: "plot"
7282   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
7283   algorithm: "plot_performance_box"
7284   output-file-type: ".html"
7285   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
7286   data: "plot-ligato-throughput-latency-3n-hsw"
7287   filter: "'NIC_Intel-X520-DA2' and
7288            '64B' and
7289            ('BASE' or 'SCALE') and
7290            'NDRPDR' and
7291            '2T2C' and
7292            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7293            not 'VHOST' and
7294            'MEMIF'"
7295   parameters:
7296   - "throughput"
7297   - "parent"
7298   - "tags"
7299   sort:
7300   - "1VNF"
7301   - "2VNF"
7302   - "4VNF"
7303   - "2VNF"
7304   - "4VNF"
7305   traces:
7306     hoverinfo: "x+y"
7307     boxpoints: "outliers"
7308     whiskerwidth: 0
7309   layout:
7310     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
7311     layout: "plot-throughput"
7312
7313 -
7314   type: "plot"
7315   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
7316   algorithm: "plot_performance_box"
7317   output-file-type: ".html"
7318   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
7319   data: "plot-ligato-throughput-latency-3n-hsw"
7320   filter: "'NIC_Intel-X520-DA2' and
7321            '64B' and
7322            ('BASE' or 'SCALE') and
7323            'NDRPDR' and
7324            '2T2C' and
7325            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7326            not 'VHOST' and
7327            'MEMIF'"
7328   parameters:
7329   - "throughput"
7330   - "parent"
7331   - "tags"
7332   sort:
7333   - "1VNF"
7334   - "2VNF"
7335   - "4VNF"
7336   - "2VNF"
7337   - "4VNF"
7338   traces:
7339     hoverinfo: "x+y"
7340     boxpoints: "outliers"
7341     whiskerwidth: 0
7342   layout:
7343     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
7344     layout: "plot-throughput"
7345
7346 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
7347 -
7348   type: "plot"
7349   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
7350   algorithm: "plot_performance_box"
7351   output-file-type: ".html"
7352   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
7353   data: "plot-ligato-throughput-latency-3n-hsw"
7354   filter: "'NIC_Intel-X710' and
7355            '64B' and
7356            ('BASE' or 'SCALE') and
7357            'NDRPDR' and
7358            '1T1C' and
7359            'L2XCFWD' and
7360            not 'VHOST' and
7361            'MEMIF'"
7362   parameters:
7363   - "throughput"
7364   - "parent"
7365   - "tags"
7366   sort:
7367   - "1VNF"
7368   - "2VNF"
7369   - "4VNF"
7370   - "2VNF"
7371   - "4VNF"
7372   traces:
7373     hoverinfo: "x+y"
7374     boxpoints: "outliers"
7375     whiskerwidth: 0
7376   layout:
7377     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
7378     layout: "plot-throughput"
7379
7380 -
7381   type: "plot"
7382   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
7383   algorithm: "plot_performance_box"
7384   output-file-type: ".html"
7385   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
7386   data: "plot-ligato-throughput-latency-3n-hsw"
7387   filter: "'NIC_Intel-X710' and
7388            '64B' and
7389            ('BASE' or 'SCALE') and
7390            'NDRPDR' and
7391            '1T1C' and
7392            'L2XCFWD' and
7393            not 'VHOST' and
7394            'MEMIF'"
7395   parameters:
7396   - "throughput"
7397   - "parent"
7398   - "tags"
7399   sort:
7400   - "1VNF"
7401   - "2VNF"
7402   - "4VNF"
7403   - "2VNF"
7404   - "4VNF"
7405   traces:
7406     hoverinfo: "x+y"
7407     boxpoints: "outliers"
7408     whiskerwidth: 0
7409   layout:
7410     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
7411     layout: "plot-throughput"
7412
7413 -
7414   type: "plot"
7415   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
7416   algorithm: "plot_performance_box"
7417   output-file-type: ".html"
7418   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
7419   data: "plot-ligato-throughput-latency-3n-hsw"
7420   filter: "'NIC_Intel-X710' and
7421            '64B' and
7422            ('BASE' or 'SCALE') and
7423            'NDRPDR' and
7424            '2T2C' and
7425            'L2XCFWD' and
7426            not 'VHOST' and
7427            'MEMIF'"
7428   parameters:
7429   - "throughput"
7430   - "parent"
7431   - "tags"
7432   sort:
7433   - "1VNF"
7434   - "2VNF"
7435   - "4VNF"
7436   - "2VNF"
7437   - "4VNF"
7438   traces:
7439     hoverinfo: "x+y"
7440     boxpoints: "outliers"
7441     whiskerwidth: 0
7442   layout:
7443     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
7444     layout: "plot-throughput"
7445
7446 -
7447   type: "plot"
7448   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
7449   algorithm: "plot_performance_box"
7450   output-file-type: ".html"
7451   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
7452   data: "plot-ligato-throughput-latency-3n-hsw"
7453   filter: "'NIC_Intel-X710' and
7454            '64B' and
7455            ('BASE' or 'SCALE') and
7456            'NDRPDR' and
7457            '2T2C' and
7458            'L2XCFWD' and
7459            not 'VHOST' and
7460            'MEMIF'"
7461   parameters:
7462   - "throughput"
7463   - "parent"
7464   - "tags"
7465   sort:
7466   - "1VNF"
7467   - "2VNF"
7468   - "4VNF"
7469   - "2VNF"
7470   - "4VNF"
7471   traces:
7472     hoverinfo: "x+y"
7473     boxpoints: "outliers"
7474     whiskerwidth: 0
7475   layout:
7476     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
7477     layout: "plot-throughput"
7478
7479 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
7480 -
7481   type: "plot"
7482   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
7483   algorithm: "plot_performance_box"
7484   output-file-type: ".html"
7485   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
7486   data: "plot-ligato-throughput-latency-3n-hsw"
7487   filter: "'NIC_Intel-X710' and
7488            '64B' and
7489            ('BASE' or 'SCALE') and
7490            'NDRPDR' and
7491            '1T1C' and
7492            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7493            not 'VHOST' and
7494            'MEMIF'"
7495   parameters:
7496   - "throughput"
7497   - "parent"
7498   - "tags"
7499   sort:
7500   - "1VNF"
7501   - "2VNF"
7502   - "4VNF"
7503   - "2VNF"
7504   - "4VNF"
7505   traces:
7506     hoverinfo: "x+y"
7507     boxpoints: "outliers"
7508     whiskerwidth: 0
7509   layout:
7510     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
7511     layout: "plot-throughput"
7512
7513 -
7514   type: "plot"
7515   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
7516   algorithm: "plot_performance_box"
7517   output-file-type: ".html"
7518   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
7519   data: "plot-ligato-throughput-latency-3n-hsw"
7520   filter: "'NIC_Intel-X710' and
7521            '64B' and
7522            ('BASE' or 'SCALE') and
7523            'NDRPDR' and
7524            '1T1C' and
7525            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7526            not 'VHOST' and
7527            'MEMIF'"
7528   parameters:
7529   - "throughput"
7530   - "parent"
7531   - "tags"
7532   sort:
7533   - "1VNF"
7534   - "2VNF"
7535   - "4VNF"
7536   - "2VNF"
7537   - "4VNF"
7538   traces:
7539     hoverinfo: "x+y"
7540     boxpoints: "outliers"
7541     whiskerwidth: 0
7542   layout:
7543     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
7544     layout: "plot-throughput"
7545
7546 -
7547   type: "plot"
7548   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
7549   algorithm: "plot_performance_box"
7550   output-file-type: ".html"
7551   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
7552   data: "plot-ligato-throughput-latency-3n-hsw"
7553   filter: "'NIC_Intel-X710' and
7554            '64B' and
7555            ('BASE' or 'SCALE') and
7556            'NDRPDR' and
7557            '2T2C' and
7558            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7559            not 'VHOST' and
7560            'MEMIF'"
7561   parameters:
7562   - "throughput"
7563   - "parent"
7564   - "tags"
7565   sort:
7566   - "1VNF"
7567   - "2VNF"
7568   - "4VNF"
7569   - "2VNF"
7570   - "4VNF"
7571   traces:
7572     hoverinfo: "x+y"
7573     boxpoints: "outliers"
7574     whiskerwidth: 0
7575   layout:
7576     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
7577     layout: "plot-throughput"
7578
7579 -
7580   type: "plot"
7581   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
7582   algorithm: "plot_performance_box"
7583   output-file-type: ".html"
7584   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
7585   data: "plot-ligato-throughput-latency-3n-hsw"
7586   filter: "'NIC_Intel-X710' and
7587            '64B' and
7588            ('BASE' or 'SCALE') and
7589            'NDRPDR' and
7590            '2T2C' and
7591            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7592            not 'VHOST' and
7593            'MEMIF'"
7594   parameters:
7595   - "throughput"
7596   - "parent"
7597   - "tags"
7598   sort:
7599   - "1VNF"
7600   - "2VNF"
7601   - "4VNF"
7602   - "2VNF"
7603   - "4VNF"
7604   traces:
7605     hoverinfo: "x+y"
7606     boxpoints: "outliers"
7607     whiskerwidth: 0
7608   layout:
7609     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
7610     layout: "plot-throughput"
7611
7612 ################################################################################
7613
7614 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
7615 -
7616   type: "plot"
7617   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7618   algorithm: "plot_performance_box"
7619   output-file-type: ".html"
7620   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7621   data: "plot-vpp-throughput-latency-3n-hsw"
7622   filter: "'NIC_Intel-X520-DA2' and
7623            '64B' and
7624            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7625            'NDRPDR' and
7626            '1T1C' and
7627            'IP4FWD' and
7628            not 'IPSEC' and
7629            not 'VHOST'"
7630   parameters:
7631   - "throughput"
7632   - "parent"
7633   - "tags"
7634   sort:
7635   - "IP4BASE"
7636   - "FIB_20K"
7637   - "FIB_200K"
7638   - "FIB_2M"
7639   traces:
7640     hoverinfo: "x+y"
7641     boxpoints: "outliers"
7642     whiskerwidth: 0
7643   layout:
7644     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7645     layout: "plot-throughput"
7646
7647 -
7648   type: "plot"
7649   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7650   algorithm: "plot_performance_box"
7651   output-file-type: ".html"
7652   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7653   data: "plot-vpp-throughput-latency-3n-hsw"
7654   filter: "'NIC_Intel-X520-DA2' and
7655            '64B' and
7656            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7657            'NDRPDR' and
7658            '1T1C' and
7659            'IP4FWD' and
7660            not 'IPSEC' and
7661            not 'VHOST'"
7662   parameters:
7663   - "throughput"
7664   - "parent"
7665   - "tags"
7666   sort:
7667   - "IP4BASE"
7668   - "FIB_20K"
7669   - "FIB_200K"
7670   - "FIB_2M"
7671   traces:
7672     hoverinfo: "x+y"
7673     boxpoints: "outliers"
7674     whiskerwidth: 0
7675   layout:
7676     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7677     layout: "plot-throughput"
7678
7679 -
7680   type: "plot"
7681   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7682   algorithm: "plot_performance_box"
7683   output-file-type: ".html"
7684   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7685   data: "plot-vpp-throughput-latency-3n-hsw"
7686   filter: "'NIC_Intel-X520-DA2' and
7687            '64B' and
7688            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7689            'NDRPDR' and
7690            '2T2C' and
7691            'IP4FWD' and
7692            not 'IPSEC' and
7693            not 'VHOST'"
7694   parameters:
7695   - "throughput"
7696   - "parent"
7697   - "tags"
7698   sort:
7699   - "IP4BASE"
7700   - "FIB_20K"
7701   - "FIB_200K"
7702   - "FIB_2M"
7703   traces:
7704     hoverinfo: "x+y"
7705     boxpoints: "outliers"
7706     whiskerwidth: 0
7707   layout:
7708     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7709     layout: "plot-throughput"
7710
7711 -
7712   type: "plot"
7713   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7714   algorithm: "plot_performance_box"
7715   output-file-type: ".html"
7716   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7717   data: "plot-vpp-throughput-latency-3n-hsw"
7718   filter: "'NIC_Intel-X520-DA2' and
7719            '64B' and
7720            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7721            'NDRPDR' and
7722            '2T2C' and
7723            'IP4FWD' and
7724            not 'IPSEC' and
7725            not 'VHOST'"
7726   parameters:
7727   - "throughput"
7728   - "parent"
7729   - "tags"
7730   sort:
7731   - "IP4BASE"
7732   - "FIB_20K"
7733   - "FIB_200K"
7734   - "FIB_2M"
7735   traces:
7736     hoverinfo: "x+y"
7737     boxpoints: "outliers"
7738     whiskerwidth: 0
7739   layout:
7740     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7741     layout: "plot-throughput"
7742
7743 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
7744 -
7745   type: "plot"
7746   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
7747   algorithm: "plot_performance_box"
7748   output-file-type: ".html"
7749   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
7750   data: "plot-vpp-throughput-latency-3n-hsw"
7751   filter: "'NIC_Intel-X520-DA2' and
7752            '64B' and
7753            ('IP4BASE' or
7754             'POLICE_MARK' or
7755             'COPWHLIST' or
7756             ('NAT44' and 'BASE') or
7757             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7758            'NDRPDR' and
7759            '1T1C' and
7760            'IP4FWD' and
7761            not 'IPSEC' and
7762            not 'VHOST'"
7763   parameters:
7764   - "throughput"
7765   - "parent"
7766   - "tags"
7767   sort:
7768   - "IP4BASE"
7769   - "NAT44"
7770   - "POLICE_MARK"
7771   - "COPWHLIST"
7772   - "IACL"
7773   - "OACL"
7774   traces:
7775     hoverinfo: "x+y"
7776     boxpoints: "outliers"
7777     whiskerwidth: 0
7778   layout:
7779     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
7780     layout: "plot-throughput"
7781
7782 -
7783   type: "plot"
7784   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
7785   algorithm: "plot_performance_box"
7786   output-file-type: ".html"
7787   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
7788   data: "plot-vpp-throughput-latency-3n-hsw"
7789   filter: "'NIC_Intel-X520-DA2' and
7790            '64B' and
7791            ('IP4BASE' or
7792             'POLICE_MARK' or
7793             'COPWHLIST' or
7794             ('NAT44' and 'BASE') or
7795             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7796            'NDRPDR' and
7797            '1T1C' and
7798            'IP4FWD' and
7799            not 'IPSEC' and
7800            not 'VHOST'"
7801   parameters:
7802   - "throughput"
7803   - "parent"
7804   - "tags"
7805   sort:
7806   - "IP4BASE"
7807   - "NAT44"
7808   - "POLICE_MARK"
7809   - "COPWHLIST"
7810   - "IACL"
7811   - "OACL"
7812   traces:
7813     hoverinfo: "x+y"
7814     boxpoints: "outliers"
7815     whiskerwidth: 0
7816   layout:
7817     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
7818     layout: "plot-throughput"
7819
7820 -
7821   type: "plot"
7822   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
7823   algorithm: "plot_performance_box"
7824   output-file-type: ".html"
7825   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
7826   data: "plot-vpp-throughput-latency-3n-hsw"
7827   filter: "'NIC_Intel-X520-DA2' and
7828            '64B' and
7829            ('IP4BASE' or
7830             'POLICE_MARK' or
7831             'COPWHLIST' or
7832             ('NAT44' and 'BASE') or
7833             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7834            'NDRPDR' and
7835            '2T2C' and
7836            'IP4FWD' and
7837            not 'IPSEC' and
7838            not 'VHOST'"
7839   parameters:
7840   - "throughput"
7841   - "parent"
7842   - "tags"
7843   sort:
7844   - "IP4BASE"
7845   - "NAT44"
7846   - "POLICE_MARK"
7847   - "COPWHLIST"
7848   - "IACL"
7849   - "OACL"
7850   traces:
7851     hoverinfo: "x+y"
7852     boxpoints: "outliers"
7853     whiskerwidth: 0
7854   layout:
7855     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
7856     layout: "plot-throughput"
7857
7858 -
7859   type: "plot"
7860   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
7861   algorithm: "plot_performance_box"
7862   output-file-type: ".html"
7863   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
7864   data: "plot-vpp-throughput-latency-3n-hsw"
7865   filter: "'NIC_Intel-X520-DA2' and
7866            '64B' and
7867            ('IP4BASE' or
7868             'POLICE_MARK' or
7869             'COPWHLIST' or
7870             ('NAT44' and 'BASE') or
7871             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7872            'NDRPDR' and
7873            '2T2C' and
7874            'IP4FWD' and
7875            not 'IPSEC' and
7876            not 'VHOST'"
7877   parameters:
7878   - "throughput"
7879   - "parent"
7880   - "tags"
7881   sort:
7882   - "IP4BASE"
7883   - "NAT44"
7884   - "POLICE_MARK"
7885   - "COPWHLIST"
7886   - "IACL"
7887   - "OACL"
7888   traces:
7889     hoverinfo: "x+y"
7890     boxpoints: "outliers"
7891     whiskerwidth: 0
7892   layout:
7893     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
7894     layout: "plot-throughput"
7895
7896 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
7897 -
7898   type: "plot"
7899   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
7900   algorithm: "plot_performance_box"
7901   output-file-type: ".html"
7902   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
7903   data: "plot-vpp-throughput-latency-3n-hsw"
7904   filter: "'NIC_Intel-X520-DA2' and
7905            '64B' and
7906            'NDRPDR' and
7907            '1T1C' and
7908            'IP4FWD' and
7909            'NAT44' and
7910            not 'IPSEC' and
7911            not 'VHOST'"
7912   parameters:
7913   - "throughput"
7914   - "parent"
7915   - "tags"
7916   sort:
7917   - "BASE"
7918   - "BASE"
7919   - "SRC_USER_10"
7920   - "SRC_USER_100"
7921   - "SRC_USER_1000"
7922   - "SRC_USER_2000"
7923   traces:
7924     hoverinfo: "x+y"
7925     boxpoints: "outliers"
7926     whiskerwidth: 0
7927   layout:
7928     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
7929     layout: "plot-throughput"
7930
7931 -
7932   type: "plot"
7933   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
7934   algorithm: "plot_performance_box"
7935   output-file-type: ".html"
7936   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
7937   data: "plot-vpp-throughput-latency-3n-hsw"
7938   filter: "'NIC_Intel-X520-DA2' and
7939            '64B' and
7940            'NDRPDR' and
7941            '1T1C' and
7942            'IP4FWD' and
7943            'NAT44' and
7944            not 'IPSEC' and
7945            not 'VHOST'"
7946   parameters:
7947   - "throughput"
7948   - "parent"
7949   - "tags"
7950   sort:
7951   - "BASE"
7952   - "BASE"
7953   - "SRC_USER_10"
7954   - "SRC_USER_100"
7955   - "SRC_USER_1000"
7956   - "SRC_USER_2000"
7957   traces:
7958     hoverinfo: "x+y"
7959     boxpoints: "outliers"
7960     whiskerwidth: 0
7961   layout:
7962     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
7963     layout: "plot-throughput"
7964
7965 -
7966   type: "plot"
7967   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
7968   algorithm: "plot_performance_box"
7969   output-file-type: ".html"
7970   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
7971   data: "plot-vpp-throughput-latency-3n-hsw"
7972   filter: "'NIC_Intel-X520-DA2' and
7973            '64B' and
7974            'NDRPDR' and
7975            '2T2C' and
7976            'IP4FWD' and
7977            'NAT44' and
7978            not 'IPSEC' and
7979            not 'VHOST'"
7980   parameters:
7981   - "throughput"
7982   - "parent"
7983   - "tags"
7984   sort:
7985   - "BASE"
7986   - "BASE"
7987   - "SRC_USER_10"
7988   - "SRC_USER_100"
7989   - "SRC_USER_1000"
7990   - "SRC_USER_2000"
7991   traces:
7992     hoverinfo: "x+y"
7993     boxpoints: "outliers"
7994     whiskerwidth: 0
7995   layout:
7996     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
7997     layout: "plot-throughput"
7998
7999 -
8000   type: "plot"
8001   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8002   algorithm: "plot_performance_box"
8003   output-file-type: ".html"
8004   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8005   data: "plot-vpp-throughput-latency-3n-hsw"
8006   filter: "'NIC_Intel-X520-DA2' and
8007            '64B' and
8008            'NDRPDR' and
8009            '2T2C' and
8010            'IP4FWD' and
8011            'NAT44' and
8012            not 'IPSEC' and
8013            not 'VHOST'"
8014   parameters:
8015   - "throughput"
8016   - "parent"
8017   - "tags"
8018   sort:
8019   - "BASE"
8020   - "BASE"
8021   - "SRC_USER_10"
8022   - "SRC_USER_100"
8023   - "SRC_USER_1000"
8024   - "SRC_USER_2000"
8025   traces:
8026     hoverinfo: "x+y"
8027     boxpoints: "outliers"
8028     whiskerwidth: 0
8029   layout:
8030     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
8031     layout: "plot-throughput"
8032
8033 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
8034 -
8035   type: "plot"
8036   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8037   algorithm: "plot_performance_box"
8038   output-file-type: ".html"
8039   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8040   data: "plot-vpp-throughput-latency-3n-hsw"
8041   filter: "'NIC_Intel-X520-DA2' and
8042            '64B' and
8043            'NDRPDR' and
8044            '1T1C' and
8045            'IP4FWD' and
8046            'IACL' and
8047            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8048            not 'IPSEC' and
8049            not 'VHOST'"
8050   parameters:
8051   - "throughput"
8052   - "parent"
8053   - "tags"
8054   sort:
8055   - "ACL_STATELESS"
8056   - "ACL_STATEFUL"
8057   - "ACL_STATELESS"
8058   - "ACL_STATEFUL"
8059   traces:
8060     hoverinfo: "x+y"
8061     boxpoints: "outliers"
8062     whiskerwidth: 0
8063   layout:
8064     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
8065     layout: "plot-throughput"
8066
8067 -
8068   type: "plot"
8069   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8070   algorithm: "plot_performance_box"
8071   output-file-type: ".html"
8072   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8073   data: "plot-vpp-throughput-latency-3n-hsw"
8074   filter: "'NIC_Intel-X520-DA2' and
8075            '64B' and
8076            'NDRPDR' and
8077            '1T1C' and
8078            'IP4FWD' and
8079            'IACL' and
8080            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8081            not 'IPSEC' and
8082            not 'VHOST'"
8083   parameters:
8084   - "throughput"
8085   - "parent"
8086   - "tags"
8087   sort:
8088   - "ACL_STATELESS"
8089   - "ACL_STATEFUL"
8090   - "ACL_STATELESS"
8091   - "ACL_STATEFUL"
8092   traces:
8093     hoverinfo: "x+y"
8094     boxpoints: "outliers"
8095     whiskerwidth: 0
8096   layout:
8097     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
8098     layout: "plot-throughput"
8099
8100 -
8101   type: "plot"
8102   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8103   algorithm: "plot_performance_box"
8104   output-file-type: ".html"
8105   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8106   data: "plot-vpp-throughput-latency-3n-hsw"
8107   filter: "'NIC_Intel-X520-DA2' and
8108            '64B' and
8109            'NDRPDR' and
8110            '2T2C' and
8111            'IP4FWD' and
8112            'IACL' and
8113            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8114            not 'IPSEC' and
8115            not 'VHOST'"
8116   parameters:
8117   - "throughput"
8118   - "parent"
8119   - "tags"
8120   sort:
8121   - "ACL_STATELESS"
8122   - "ACL_STATEFUL"
8123   - "ACL_STATELESS"
8124   - "ACL_STATEFUL"
8125   traces:
8126     hoverinfo: "x+y"
8127     boxpoints: "outliers"
8128     whiskerwidth: 0
8129   layout:
8130     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
8131     layout: "plot-throughput"
8132
8133 -
8134   type: "plot"
8135   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
8136   algorithm: "plot_performance_box"
8137   output-file-type: ".html"
8138   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
8139   data: "plot-vpp-throughput-latency-3n-hsw"
8140   filter: "'NIC_Intel-X520-DA2' and
8141            '64B' and
8142            'NDRPDR' and
8143            '2T2C' and
8144            'IP4FWD' and
8145            'IACL' and
8146            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8147            not 'IPSEC' and
8148            not 'VHOST'"
8149   parameters:
8150   - "throughput"
8151   - "parent"
8152   - "tags"
8153   sort:
8154   - "ACL_STATELESS"
8155   - "ACL_STATEFUL"
8156   - "ACL_STATELESS"
8157   - "ACL_STATEFUL"
8158   traces:
8159     hoverinfo: "x+y"
8160     boxpoints: "outliers"
8161     whiskerwidth: 0
8162   layout:
8163     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
8164     layout: "plot-throughput"
8165
8166 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
8167 -
8168   type: "plot"
8169   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
8170   algorithm: "plot_performance_box"
8171   output-file-type: ".html"
8172   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
8173   data: "plot-vpp-throughput-latency-3n-hsw"
8174   filter: "'NIC_Intel-X520-DA2' and
8175            '64B' and
8176            'NDRPDR' and
8177            '1T1C' and
8178            'IP4FWD' and
8179            'OACL' and
8180            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8181            not 'IPSEC' and
8182            not 'VHOST'"
8183   parameters:
8184   - "throughput"
8185   - "parent"
8186   - "tags"
8187   sort:
8188   - "ACL_STATELESS"
8189   - "ACL_STATEFUL"
8190   - "ACL_STATELESS"
8191   - "ACL_STATEFUL"
8192   traces:
8193     hoverinfo: "x+y"
8194     boxpoints: "outliers"
8195     whiskerwidth: 0
8196   layout:
8197     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
8198     layout: "plot-throughput"
8199
8200 -
8201   type: "plot"
8202   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
8203   algorithm: "plot_performance_box"
8204   output-file-type: ".html"
8205   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
8206   data: "plot-vpp-throughput-latency-3n-hsw"
8207   filter: "'NIC_Intel-X520-DA2' and
8208            '64B' and
8209            'NDRPDR' and
8210            '1T1C' and
8211            'IP4FWD' and
8212            'OACL' and
8213            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8214            not 'IPSEC' and
8215            not 'VHOST'"
8216   parameters:
8217   - "throughput"
8218   - "parent"
8219   - "tags"
8220   sort:
8221   - "ACL_STATELESS"
8222   - "ACL_STATEFUL"
8223   - "ACL_STATELESS"
8224   - "ACL_STATEFUL"
8225   traces:
8226     hoverinfo: "x+y"
8227     boxpoints: "outliers"
8228     whiskerwidth: 0
8229   layout:
8230     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
8231     layout: "plot-throughput"
8232
8233 -
8234   type: "plot"
8235   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
8236   algorithm: "plot_performance_box"
8237   output-file-type: ".html"
8238   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
8239   data: "plot-vpp-throughput-latency-3n-hsw"
8240   filter: "'NIC_Intel-X520-DA2' and
8241            '64B' and
8242            'NDRPDR' and
8243            '2T2C' and
8244            'IP4FWD' and
8245            'OACL' and
8246            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8247            not 'IPSEC' and
8248            not 'VHOST'"
8249   parameters:
8250   - "throughput"
8251   - "parent"
8252   - "tags"
8253   sort:
8254   - "ACL_STATELESS"
8255   - "ACL_STATEFUL"
8256   - "ACL_STATELESS"
8257   - "ACL_STATEFUL"
8258   traces:
8259     hoverinfo: "x+y"
8260     boxpoints: "outliers"
8261     whiskerwidth: 0
8262   layout:
8263     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
8264     layout: "plot-throughput"
8265
8266 -
8267   type: "plot"
8268   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
8269   algorithm: "plot_performance_box"
8270   output-file-type: ".html"
8271   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
8272   data: "plot-vpp-throughput-latency-3n-hsw"
8273   filter: "'NIC_Intel-X520-DA2' and
8274            '64B' and
8275            'NDRPDR' and
8276            '2T2C' and
8277            'IP4FWD' and
8278            'OACL' and
8279            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8280            not 'IPSEC' and
8281            not 'VHOST'"
8282   parameters:
8283   - "throughput"
8284   - "parent"
8285   - "tags"
8286   sort:
8287   - "ACL_STATELESS"
8288   - "ACL_STATEFUL"
8289   - "ACL_STATELESS"
8290   - "ACL_STATEFUL"
8291   traces:
8292     hoverinfo: "x+y"
8293     boxpoints: "outliers"
8294     whiskerwidth: 0
8295   layout:
8296     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
8297     layout: "plot-throughput"
8298
8299 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
8300 -
8301   type: "plot"
8302   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8303   algorithm: "plot_performance_box"
8304   output-file-type: ".html"
8305   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8306   data: "plot-vpp-throughput-latency-3n-hsw"
8307   filter: "'NIC_Intel-X710' and
8308            '64B' and
8309            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8310            'NDRPDR' and
8311            '1T1C' and
8312            'IP4FWD' and
8313            not 'IPSEC' and
8314            not 'VHOST'"
8315   parameters:
8316   - "throughput"
8317   - "parent"
8318   - "tags"
8319   sort:
8320   - "IP4BASE"
8321   - "FIB_20K"
8322   - "FIB_200K"
8323   - "FIB_2M"
8324   traces:
8325     hoverinfo: "x+y"
8326     boxpoints: "outliers"
8327     whiskerwidth: 0
8328   layout:
8329     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8330     layout: "plot-throughput"
8331
8332 -
8333   type: "plot"
8334   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8335   algorithm: "plot_performance_box"
8336   output-file-type: ".html"
8337   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8338   data: "plot-vpp-throughput-latency-3n-hsw"
8339   filter: "'NIC_Intel-X710' and
8340            '64B' and
8341            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8342            'NDRPDR' and
8343            '1T1C' and
8344            'IP4FWD' and
8345            not 'IPSEC' and
8346            not 'VHOST'"
8347   parameters:
8348   - "throughput"
8349   - "parent"
8350   - "tags"
8351   sort:
8352   - "IP4BASE"
8353   - "FIB_20K"
8354   - "FIB_200K"
8355   - "FIB_2M"
8356   traces:
8357     hoverinfo: "x+y"
8358     boxpoints: "outliers"
8359     whiskerwidth: 0
8360   layout:
8361     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8362     layout: "plot-throughput"
8363
8364 -
8365   type: "plot"
8366   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8367   algorithm: "plot_performance_box"
8368   output-file-type: ".html"
8369   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8370   data: "plot-vpp-throughput-latency-3n-hsw"
8371   filter: "'NIC_Intel-X710' and
8372            '64B' and
8373            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8374            'NDRPDR' and
8375            '2T2C' and
8376            'IP4FWD' and
8377            not 'IPSEC' and
8378            not 'VHOST'"
8379   parameters:
8380   - "throughput"
8381   - "parent"
8382   - "tags"
8383   sort:
8384   - "IP4BASE"
8385   - "FIB_20K"
8386   - "FIB_200K"
8387   - "FIB_2M"
8388   traces:
8389     hoverinfo: "x+y"
8390     boxpoints: "outliers"
8391     whiskerwidth: 0
8392   layout:
8393     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8394     layout: "plot-throughput"
8395
8396 -
8397   type: "plot"
8398   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8399   algorithm: "plot_performance_box"
8400   output-file-type: ".html"
8401   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8402   data: "plot-vpp-throughput-latency-3n-hsw"
8403   filter: "'NIC_Intel-X710' and
8404            '64B' and
8405            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8406            'NDRPDR' and
8407            '2T2C' and
8408            'IP4FWD' and
8409            not 'IPSEC' and
8410            not 'VHOST'"
8411   parameters:
8412   - "throughput"
8413   - "parent"
8414   - "tags"
8415   sort:
8416   - "IP4BASE"
8417   - "FIB_20K"
8418   - "FIB_200K"
8419   - "FIB_2M"
8420   traces:
8421     hoverinfo: "x+y"
8422     boxpoints: "outliers"
8423     whiskerwidth: 0
8424   layout:
8425     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8426     layout: "plot-throughput"
8427
8428 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
8429 -
8430   type: "plot"
8431   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
8432   algorithm: "plot_performance_box"
8433   output-file-type: ".html"
8434   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
8435   data: "plot-vpp-throughput-latency-3n-hsw"
8436   filter: "'NIC_Intel-X710' and
8437            '64B' and
8438            ('IP4BASE' or
8439             'POLICE_MARK' or
8440             'COPWHLIST' or
8441             ('NAT44' and 'BASE') or
8442             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8443            'NDRPDR' and
8444            '1T1C' and
8445            'IP4FWD' and
8446            not 'IPSEC' and
8447            not 'VHOST'"
8448   parameters:
8449   - "throughput"
8450   - "parent"
8451   - "tags"
8452   sort:
8453   - "IP4BASE"
8454   - "NAT44"
8455   - "POLICE_MARK"
8456   - "COPWHLIST"
8457   - "IACL"
8458   - "OACL"
8459   traces:
8460     hoverinfo: "x+y"
8461     boxpoints: "outliers"
8462     whiskerwidth: 0
8463   layout:
8464     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
8465     layout: "plot-throughput"
8466
8467 -
8468   type: "plot"
8469   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
8470   algorithm: "plot_performance_box"
8471   output-file-type: ".html"
8472   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
8473   data: "plot-vpp-throughput-latency-3n-hsw"
8474   filter: "'NIC_Intel-X710' and
8475            '64B' and
8476            ('IP4BASE' or
8477             'POLICE_MARK' or
8478             'COPWHLIST' or
8479             ('NAT44' and 'BASE') or
8480             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8481            'NDRPDR' and
8482            '1T1C' and
8483            'IP4FWD' and
8484            not 'IPSEC' and
8485            not 'VHOST'"
8486   parameters:
8487   - "throughput"
8488   - "parent"
8489   - "tags"
8490   sort:
8491   - "IP4BASE"
8492   - "NAT44"
8493   - "POLICE_MARK"
8494   - "COPWHLIST"
8495   - "IACL"
8496   - "OACL"
8497   traces:
8498     hoverinfo: "x+y"
8499     boxpoints: "outliers"
8500     whiskerwidth: 0
8501   layout:
8502     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
8503     layout: "plot-throughput"
8504
8505 -
8506   type: "plot"
8507   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
8508   algorithm: "plot_performance_box"
8509   output-file-type: ".html"
8510   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
8511   data: "plot-vpp-throughput-latency-3n-hsw"
8512   filter: "'NIC_Intel-X710' and
8513            '64B' and
8514            ('IP4BASE' or
8515             'POLICE_MARK' or
8516             'COPWHLIST' or
8517             ('NAT44' and 'BASE') or
8518             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8519            'NDRPDR' and
8520            '2T2C' and
8521            'IP4FWD' and
8522            not 'IPSEC' and
8523            not 'VHOST'"
8524   parameters:
8525   - "throughput"
8526   - "parent"
8527   - "tags"
8528   sort:
8529   - "IP4BASE"
8530   - "NAT44"
8531   - "POLICE_MARK"
8532   - "COPWHLIST"
8533   - "IACL"
8534   - "OACL"
8535   traces:
8536     hoverinfo: "x+y"
8537     boxpoints: "outliers"
8538     whiskerwidth: 0
8539   layout:
8540     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
8541     layout: "plot-throughput"
8542
8543 -
8544   type: "plot"
8545   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
8546   algorithm: "plot_performance_box"
8547   output-file-type: ".html"
8548   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
8549   data: "plot-vpp-throughput-latency-3n-hsw"
8550   filter: "'NIC_Intel-X710' and
8551            '64B' and
8552            ('IP4BASE' or
8553             'POLICE_MARK' or
8554             'COPWHLIST' or
8555             ('NAT44' and 'BASE') or
8556             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8557            'NDRPDR' and
8558            '2T2C' and
8559            'IP4FWD' and
8560            not 'IPSEC' and
8561            not 'VHOST'"
8562   parameters:
8563   - "throughput"
8564   - "parent"
8565   - "tags"
8566   sort:
8567   - "IP4BASE"
8568   - "NAT44"
8569   - "POLICE_MARK"
8570   - "COPWHLIST"
8571   - "IACL"
8572   - "OACL"
8573   traces:
8574     hoverinfo: "x+y"
8575     boxpoints: "outliers"
8576     whiskerwidth: 0
8577   layout:
8578     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
8579     layout: "plot-throughput"
8580
8581 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
8582 -
8583   type: "plot"
8584   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
8585   algorithm: "plot_performance_box"
8586   output-file-type: ".html"
8587   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
8588   data: "plot-vpp-throughput-latency-3n-skx"
8589   filter: "'NIC_Intel-X710' and
8590            '64B' and
8591            'NDRPDR' and
8592            '2T1C' and
8593            'IP4FWD' and
8594            'NAT44' and
8595            not 'IPSEC' and
8596            not 'VHOST'"
8597   parameters:
8598   - "throughput"
8599   - "parent"
8600   - "tags"
8601   sort:
8602   - "BASE"
8603   - "BASE"
8604   - "SRC_USER_10"
8605   - "SRC_USER_100"
8606   - "SRC_USER_1000"
8607   - "SRC_USER_2000"
8608   traces:
8609     hoverinfo: "x+y"
8610     boxpoints: "outliers"
8611     whiskerwidth: 0
8612   layout:
8613     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
8614     layout: "plot-throughput"
8615
8616 -
8617   type: "plot"
8618   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
8619   algorithm: "plot_performance_box"
8620   output-file-type: ".html"
8621   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
8622   data: "plot-vpp-throughput-latency-3n-skx"
8623   filter: "'NIC_Intel-X710' and
8624            '64B' and
8625            'NDRPDR' and
8626            '2T1C' and
8627            'IP4FWD' and
8628            'NAT44' and
8629            not 'IPSEC' and
8630            not 'VHOST'"
8631   parameters:
8632   - "throughput"
8633   - "parent"
8634   - "tags"
8635   sort:
8636   - "BASE"
8637   - "BASE"
8638   - "SRC_USER_10"
8639   - "SRC_USER_100"
8640   - "SRC_USER_1000"
8641   - "SRC_USER_2000"
8642   traces:
8643     hoverinfo: "x+y"
8644     boxpoints: "outliers"
8645     whiskerwidth: 0
8646   layout:
8647     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
8648     layout: "plot-throughput"
8649
8650 -
8651   type: "plot"
8652   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
8653   algorithm: "plot_performance_box"
8654   output-file-type: ".html"
8655   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
8656   data: "plot-vpp-throughput-latency-3n-skx"
8657   filter: "'NIC_Intel-X710' and
8658            '64B' and
8659            'NDRPDR' and
8660            '4T2C' and
8661            'IP4FWD' and
8662            'NAT44' and
8663            not 'IPSEC' and
8664            not 'VHOST'"
8665   parameters:
8666   - "throughput"
8667   - "parent"
8668   - "tags"
8669   sort:
8670   - "BASE"
8671   - "BASE"
8672   - "SRC_USER_10"
8673   - "SRC_USER_100"
8674   - "SRC_USER_1000"
8675   - "SRC_USER_2000"
8676   traces:
8677     hoverinfo: "x+y"
8678     boxpoints: "outliers"
8679     whiskerwidth: 0
8680   layout:
8681     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
8682     layout: "plot-throughput"
8683
8684 -
8685   type: "plot"
8686   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
8687   algorithm: "plot_performance_box"
8688   output-file-type: ".html"
8689   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
8690   data: "plot-vpp-throughput-latency-3n-skx"
8691   filter: "'NIC_Intel-X710' and
8692            '64B' and
8693            'NDRPDR' and
8694            '4T2C' and
8695            'IP4FWD' and
8696            'NAT44' and
8697            not 'IPSEC' and
8698            not 'VHOST'"
8699   parameters:
8700   - "throughput"
8701   - "parent"
8702   - "tags"
8703   sort:
8704   - "BASE"
8705   - "BASE"
8706   - "SRC_USER_10"
8707   - "SRC_USER_100"
8708   - "SRC_USER_1000"
8709   - "SRC_USER_2000"
8710   traces:
8711     hoverinfo: "x+y"
8712     boxpoints: "outliers"
8713     whiskerwidth: 0
8714   layout:
8715     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
8716     layout: "plot-throughput"
8717
8718 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
8719 -
8720   type: "plot"
8721   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
8722   algorithm: "plot_performance_box"
8723   output-file-type: ".html"
8724   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
8725   data: "plot-vpp-throughput-latency-3n-skx"
8726   filter: "'NIC_Intel-X710' and
8727            '64B' and
8728            'NDRPDR' and
8729            '2T1C' and
8730            'IP4FWD' and
8731            'IACL' and
8732            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8733            not 'IPSEC' and
8734            not 'VHOST'"
8735   parameters:
8736   - "throughput"
8737   - "parent"
8738   - "tags"
8739   sort:
8740   - "ACL_STATELESS"
8741   - "ACL_STATEFUL"
8742   - "ACL_STATELESS"
8743   - "ACL_STATEFUL"
8744   traces:
8745     hoverinfo: "x+y"
8746     boxpoints: "outliers"
8747     whiskerwidth: 0
8748   layout:
8749     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
8750     layout: "plot-throughput"
8751
8752 -
8753   type: "plot"
8754   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
8755   algorithm: "plot_performance_box"
8756   output-file-type: ".html"
8757   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
8758   data: "plot-vpp-throughput-latency-3n-skx"
8759   filter: "'NIC_Intel-X710' and
8760            '64B' and
8761            'NDRPDR' and
8762            '2T1C' and
8763            'IP4FWD' and
8764            'IACL' and
8765            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8766            not 'IPSEC' and
8767            not 'VHOST'"
8768   parameters:
8769   - "throughput"
8770   - "parent"
8771   - "tags"
8772   sort:
8773   - "ACL_STATELESS"
8774   - "ACL_STATEFUL"
8775   - "ACL_STATELESS"
8776   - "ACL_STATEFUL"
8777   traces:
8778     hoverinfo: "x+y"
8779     boxpoints: "outliers"
8780     whiskerwidth: 0
8781   layout:
8782     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
8783     layout: "plot-throughput"
8784
8785 -
8786   type: "plot"
8787   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
8788   algorithm: "plot_performance_box"
8789   output-file-type: ".html"
8790   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
8791   data: "plot-vpp-throughput-latency-3n-skx"
8792   filter: "'NIC_Intel-X710' and
8793            '64B' and
8794            'NDRPDR' and
8795            '4T2C' and
8796            'IP4FWD' and
8797            'IACL' and
8798            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8799            not 'IPSEC' and
8800            not 'VHOST'"
8801   parameters:
8802   - "throughput"
8803   - "parent"
8804   - "tags"
8805   sort:
8806   - "ACL_STATELESS"
8807   - "ACL_STATEFUL"
8808   - "ACL_STATELESS"
8809   - "ACL_STATEFUL"
8810   traces:
8811     hoverinfo: "x+y"
8812     boxpoints: "outliers"
8813     whiskerwidth: 0
8814   layout:
8815     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
8816     layout: "plot-throughput"
8817
8818 -
8819   type: "plot"
8820   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
8821   algorithm: "plot_performance_box"
8822   output-file-type: ".html"
8823   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
8824   data: "plot-vpp-throughput-latency-3n-skx"
8825   filter: "'NIC_Intel-X710' and
8826            '64B' and
8827            'NDRPDR' and
8828            '4T2C' and
8829            'IP4FWD' and
8830            'IACL' and
8831            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8832            not 'IPSEC' and
8833            not 'VHOST'"
8834   parameters:
8835   - "throughput"
8836   - "parent"
8837   - "tags"
8838   sort:
8839   - "ACL_STATELESS"
8840   - "ACL_STATEFUL"
8841   - "ACL_STATELESS"
8842   - "ACL_STATEFUL"
8843   traces:
8844     hoverinfo: "x+y"
8845     boxpoints: "outliers"
8846     whiskerwidth: 0
8847   layout:
8848     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
8849     layout: "plot-throughput"
8850
8851 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
8852 -
8853   type: "plot"
8854   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
8855   algorithm: "plot_performance_box"
8856   output-file-type: ".html"
8857   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
8858   data: "plot-vpp-throughput-latency-3n-skx"
8859   filter: "'NIC_Intel-X710' and
8860            '64B' and
8861            'NDRPDR' and
8862            '2T1C' and
8863            'IP4FWD' and
8864            'OACL' and
8865            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8866            not 'IPSEC' and
8867            not 'VHOST'"
8868   parameters:
8869   - "throughput"
8870   - "parent"
8871   - "tags"
8872   sort:
8873   - "ACL_STATELESS"
8874   - "ACL_STATEFUL"
8875   - "ACL_STATELESS"
8876   - "ACL_STATEFUL"
8877   traces:
8878     hoverinfo: "x+y"
8879     boxpoints: "outliers"
8880     whiskerwidth: 0
8881   layout:
8882     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
8883     layout: "plot-throughput"
8884
8885 -
8886   type: "plot"
8887   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
8888   algorithm: "plot_performance_box"
8889   output-file-type: ".html"
8890   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
8891   data: "plot-vpp-throughput-latency-3n-skx"
8892   filter: "'NIC_Intel-X710' and
8893            '64B' and
8894            'NDRPDR' and
8895            '2T1C' and
8896            'IP4FWD' and
8897            'OACL' and
8898            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8899            not 'IPSEC' and
8900            not 'VHOST'"
8901   parameters:
8902   - "throughput"
8903   - "parent"
8904   - "tags"
8905   sort:
8906   - "ACL_STATELESS"
8907   - "ACL_STATEFUL"
8908   - "ACL_STATELESS"
8909   - "ACL_STATEFUL"
8910   traces:
8911     hoverinfo: "x+y"
8912     boxpoints: "outliers"
8913     whiskerwidth: 0
8914   layout:
8915     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
8916     layout: "plot-throughput"
8917
8918 -
8919   type: "plot"
8920   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
8921   algorithm: "plot_performance_box"
8922   output-file-type: ".html"
8923   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
8924   data: "plot-vpp-throughput-latency-3n-skx"
8925   filter: "'NIC_Intel-X710' and
8926            '64B' and
8927            'NDRPDR' and
8928            '4T2C' and
8929            'IP4FWD' and
8930            'OACL' and
8931            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8932            not 'IPSEC' and
8933            not 'VHOST'"
8934   parameters:
8935   - "throughput"
8936   - "parent"
8937   - "tags"
8938   sort:
8939   - "ACL_STATELESS"
8940   - "ACL_STATEFUL"
8941   - "ACL_STATELESS"
8942   - "ACL_STATEFUL"
8943   traces:
8944     hoverinfo: "x+y"
8945     boxpoints: "outliers"
8946     whiskerwidth: 0
8947   layout:
8948     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
8949     layout: "plot-throughput"
8950
8951 -
8952   type: "plot"
8953   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
8954   algorithm: "plot_performance_box"
8955   output-file-type: ".html"
8956   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
8957   data: "plot-vpp-throughput-latency-3n-skx"
8958   filter: "'NIC_Intel-X710' and
8959            '64B' and
8960            'NDRPDR' and
8961            '4T2C' and
8962            'IP4FWD' and
8963            'OACL' and
8964            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8965            not 'IPSEC' and
8966            not 'VHOST'"
8967   parameters:
8968   - "throughput"
8969   - "parent"
8970   - "tags"
8971   sort:
8972   - "ACL_STATELESS"
8973   - "ACL_STATEFUL"
8974   - "ACL_STATELESS"
8975   - "ACL_STATEFUL"
8976   traces:
8977     hoverinfo: "x+y"
8978     boxpoints: "outliers"
8979     whiskerwidth: 0
8980   layout:
8981     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
8982     layout: "plot-throughput"
8983
8984 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
8985 -
8986   type: "plot"
8987   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8988   algorithm: "plot_performance_box"
8989   output-file-type: ".html"
8990   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8991   data: "plot-vpp-throughput-latency-3n-hsw"
8992   filter: "'NIC_Intel-XL710' and
8993            '64B' and
8994            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8995            'NDRPDR' and
8996            '1T1C' and
8997            'IP4FWD' and
8998            not 'IPSEC' and
8999            not 'VHOST'"
9000   parameters:
9001   - "throughput"
9002   - "parent"
9003   - "tags"
9004   sort:
9005   - "IP4BASE"
9006   - "FIB_20K"
9007   - "FIB_200K"
9008   - "FIB_2M"
9009   traces:
9010     hoverinfo: "x+y"
9011     boxpoints: "outliers"
9012     whiskerwidth: 0
9013   layout:
9014     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
9015     layout: "plot-throughput"
9016
9017 -
9018   type: "plot"
9019   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9020   algorithm: "plot_performance_box"
9021   output-file-type: ".html"
9022   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9023   data: "plot-vpp-throughput-latency-3n-hsw"
9024   filter: "'NIC_Intel-XL710' and
9025            '64B' and
9026            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9027            'NDRPDR' and
9028            '1T1C' and
9029            'IP4FWD' and
9030            not 'IPSEC' and
9031            not 'VHOST'"
9032   parameters:
9033   - "throughput"
9034   - "parent"
9035   - "tags"
9036   sort:
9037   - "IP4BASE"
9038   - "FIB_20K"
9039   - "FIB_200K"
9040   - "FIB_2M"
9041   traces:
9042     hoverinfo: "x+y"
9043     boxpoints: "outliers"
9044     whiskerwidth: 0
9045   layout:
9046     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
9047     layout: "plot-throughput"
9048
9049 -
9050   type: "plot"
9051   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9052   algorithm: "plot_performance_box"
9053   output-file-type: ".html"
9054   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9055   data: "plot-vpp-throughput-latency-3n-hsw"
9056   filter: "'NIC_Intel-XL710' and
9057            '64B' and
9058            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9059            'NDRPDR' and
9060            '2T2C' and
9061            'IP4FWD' and
9062            not 'IPSEC' and
9063            not 'VHOST'"
9064   parameters:
9065   - "throughput"
9066   - "parent"
9067   - "tags"
9068   sort:
9069   - "IP4BASE"
9070   - "FIB_20K"
9071   - "FIB_200K"
9072   - "FIB_2M"
9073   traces:
9074     hoverinfo: "x+y"
9075     boxpoints: "outliers"
9076     whiskerwidth: 0
9077   layout:
9078     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
9079     layout: "plot-throughput"
9080
9081 -
9082   type: "plot"
9083   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9084   algorithm: "plot_performance_box"
9085   output-file-type: ".html"
9086   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9087   data: "plot-vpp-throughput-latency-3n-hsw"
9088   filter: "'NIC_Intel-XL710' and
9089            '64B' and
9090            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9091            'NDRPDR' and
9092            '2T2C' and
9093            'IP4FWD' and
9094            not 'IPSEC' and
9095            not 'VHOST'"
9096   parameters:
9097   - "throughput"
9098   - "parent"
9099   - "tags"
9100   sort:
9101   - "IP4BASE"
9102   - "FIB_20K"
9103   - "FIB_200K"
9104   - "FIB_2M"
9105   traces:
9106     hoverinfo: "x+y"
9107     boxpoints: "outliers"
9108     whiskerwidth: 0
9109   layout:
9110     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
9111     layout: "plot-throughput"
9112
9113 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
9114 -
9115   type: "plot"
9116   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9117   algorithm: "plot_performance_box"
9118   output-file-type: ".html"
9119   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9120   data: "plot-vpp-throughput-latency-3n-skx"
9121   filter: "'NIC_Intel-X710' and
9122            '64B' and
9123            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9124            'NDRPDR' and
9125            '2T1C' and
9126            'IP4FWD' and
9127            not 'IPSEC' and
9128            not 'VHOST'"
9129   parameters:
9130   - "throughput"
9131   - "parent"
9132   - "tags"
9133   sort:
9134   - "IP4BASE"
9135   - "FIB_20K"
9136   - "FIB_200K"
9137   - "FIB_2M"
9138   traces:
9139     hoverinfo: "x+y"
9140     boxpoints: "outliers"
9141     whiskerwidth: 0
9142   layout:
9143     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
9144     layout: "plot-throughput"
9145
9146 -
9147   type: "plot"
9148   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
9149   algorithm: "plot_performance_box"
9150   output-file-type: ".html"
9151   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
9152   data: "plot-vpp-throughput-latency-3n-skx"
9153   filter: "'NIC_Intel-X710' and
9154            '64B' and
9155            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9156            'NDRPDR' and
9157            '2T1C' and
9158            'IP4FWD' and
9159            not 'IPSEC' and
9160            not 'VHOST'"
9161   parameters:
9162   - "throughput"
9163   - "parent"
9164   - "tags"
9165   sort:
9166   - "IP4BASE"
9167   - "FIB_20K"
9168   - "FIB_200K"
9169   - "FIB_2M"
9170   traces:
9171     hoverinfo: "x+y"
9172     boxpoints: "outliers"
9173     whiskerwidth: 0
9174   layout:
9175     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
9176     layout: "plot-throughput"
9177
9178 -
9179   type: "plot"
9180   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
9181   algorithm: "plot_performance_box"
9182   output-file-type: ".html"
9183   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
9184   data: "plot-vpp-throughput-latency-3n-skx"
9185   filter: "'NIC_Intel-X710' and
9186            '64B' and
9187            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9188            'NDRPDR' and
9189            '4T2C' and
9190            'IP4FWD' and
9191            not 'IPSEC' and
9192            not 'VHOST'"
9193   parameters:
9194   - "throughput"
9195   - "parent"
9196   - "tags"
9197   sort:
9198   - "IP4BASE"
9199   - "FIB_20K"
9200   - "FIB_200K"
9201   - "FIB_2M"
9202   traces:
9203     hoverinfo: "x+y"
9204     boxpoints: "outliers"
9205     whiskerwidth: 0
9206   layout:
9207     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
9208     layout: "plot-throughput"
9209
9210 -
9211   type: "plot"
9212   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
9213   algorithm: "plot_performance_box"
9214   output-file-type: ".html"
9215   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
9216   data: "plot-vpp-throughput-latency-3n-skx"
9217   filter: "'NIC_Intel-X710' and
9218            '64B' and
9219            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9220            'NDRPDR' and
9221            '4T2C' and
9222            'IP4FWD' and
9223            not 'IPSEC' and
9224            not 'VHOST'"
9225   parameters:
9226   - "throughput"
9227   - "parent"
9228   - "tags"
9229   sort:
9230   - "IP4BASE"
9231   - "FIB_20K"
9232   - "FIB_200K"
9233   - "FIB_2M"
9234   traces:
9235     hoverinfo: "x+y"
9236     boxpoints: "outliers"
9237     whiskerwidth: 0
9238   layout:
9239     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
9240     layout: "plot-throughput"
9241
9242 # Packet Throughput - VPP IPv4 3n-skx-x710 features
9243 -
9244   type: "plot"
9245   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
9246   algorithm: "plot_performance_box"
9247   output-file-type: ".html"
9248   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
9249   data: "plot-vpp-throughput-latency-3n-skx"
9250   filter: "'NIC_Intel-X710' and
9251            '64B' and
9252            ('IP4BASE' or
9253             'POLICE_MARK' or
9254             'COPWHLIST' or
9255             ('NAT44' and 'BASE') or
9256             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9257            'NDRPDR' and
9258            '2T1C' and
9259            'IP4FWD' and
9260            not 'IPSEC' and
9261            not 'VHOST'"
9262   parameters:
9263   - "throughput"
9264   - "parent"
9265   - "tags"
9266   sort:
9267   - "IP4BASE"
9268   - "NAT44"
9269   - "POLICE_MARK"
9270   - "COPWHLIST"
9271   - "IACL"
9272   - "OACL"
9273   traces:
9274     hoverinfo: "x+y"
9275     boxpoints: "outliers"
9276     whiskerwidth: 0
9277   layout:
9278     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
9279     layout: "plot-throughput"
9280
9281 -
9282   type: "plot"
9283   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
9284   algorithm: "plot_performance_box"
9285   output-file-type: ".html"
9286   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
9287   data: "plot-vpp-throughput-latency-3n-skx"
9288   filter: "'NIC_Intel-X710' and
9289            '64B' and
9290            ('IP4BASE' or
9291             'POLICE_MARK' or
9292             'COPWHLIST' or
9293             ('NAT44' and 'BASE') or
9294             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9295            'NDRPDR' and
9296            '2T1C' and
9297            'IP4FWD' and
9298            not 'IPSEC' and
9299            not 'VHOST'"
9300   parameters:
9301   - "throughput"
9302   - "parent"
9303   - "tags"
9304   sort:
9305   - "IP4BASE"
9306   - "NAT44"
9307   - "POLICE_MARK"
9308   - "COPWHLIST"
9309   - "IACL"
9310   - "OACL"
9311   traces:
9312     hoverinfo: "x+y"
9313     boxpoints: "outliers"
9314     whiskerwidth: 0
9315   layout:
9316     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
9317     layout: "plot-throughput"
9318
9319 -
9320   type: "plot"
9321   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
9322   algorithm: "plot_performance_box"
9323   output-file-type: ".html"
9324   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
9325   data: "plot-vpp-throughput-latency-3n-skx"
9326   filter: "'NIC_Intel-X710' and
9327            '64B' and
9328            ('IP4BASE' or
9329             'POLICE_MARK' or
9330             'COPWHLIST' or
9331             ('NAT44' and 'BASE') or
9332             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9333            'NDRPDR' and
9334            '4T2C' and
9335            'IP4FWD' and
9336            not 'IPSEC' and
9337            not 'VHOST'"
9338   parameters:
9339   - "throughput"
9340   - "parent"
9341   - "tags"
9342   sort:
9343   - "IP4BASE"
9344   - "NAT44"
9345   - "POLICE_MARK"
9346   - "COPWHLIST"
9347   - "IACL"
9348   - "OACL"
9349   traces:
9350     hoverinfo: "x+y"
9351     boxpoints: "outliers"
9352     whiskerwidth: 0
9353   layout:
9354     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
9355     layout: "plot-throughput"
9356
9357 -
9358   type: "plot"
9359   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
9360   algorithm: "plot_performance_box"
9361   output-file-type: ".html"
9362   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
9363   data: "plot-vpp-throughput-latency-3n-skx"
9364   filter: "'NIC_Intel-X710' and
9365            '64B' and
9366            ('IP4BASE' or
9367             'POLICE_MARK' or
9368             'COPWHLIST' or
9369             ('NAT44' and 'BASE') or
9370             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9371            'NDRPDR' and
9372            '4T2C' and
9373            'IP4FWD' and
9374            not 'IPSEC' and
9375            not 'VHOST'"
9376   parameters:
9377   - "throughput"
9378   - "parent"
9379   - "tags"
9380   sort:
9381   - "IP4BASE"
9382   - "NAT44"
9383   - "POLICE_MARK"
9384   - "COPWHLIST"
9385   - "IACL"
9386   - "OACL"
9387   traces:
9388     hoverinfo: "x+y"
9389     boxpoints: "outliers"
9390     whiskerwidth: 0
9391   layout:
9392     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
9393     layout: "plot-throughput"
9394
9395 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
9396 -
9397   type: "plot"
9398   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
9399   algorithm: "plot_performance_box"
9400   output-file-type: ".html"
9401   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
9402   data: "plot-vpp-throughput-latency-3n-hsw"
9403   filter: "'NIC_Intel-X710' and
9404            '64B' and
9405            'NDRPDR' and
9406            '1T1C' and
9407            'IP4FWD' and
9408            'NAT44' and
9409            not 'IPSEC' and
9410            not 'VHOST'"
9411   parameters:
9412   - "throughput"
9413   - "parent"
9414   - "tags"
9415   sort:
9416   - "BASE"
9417   - "BASE"
9418   - "SRC_USER_10"
9419   - "SRC_USER_100"
9420   - "SRC_USER_1000"
9421   - "SRC_USER_2000"
9422   traces:
9423     hoverinfo: "x+y"
9424     boxpoints: "outliers"
9425     whiskerwidth: 0
9426   layout:
9427     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
9428     layout: "plot-throughput"
9429
9430 -
9431   type: "plot"
9432   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
9433   algorithm: "plot_performance_box"
9434   output-file-type: ".html"
9435   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
9436   data: "plot-vpp-throughput-latency-3n-hsw"
9437   filter: "'NIC_Intel-X710' and
9438            '64B' and
9439            'NDRPDR' and
9440            '1T1C' and
9441            'IP4FWD' and
9442            'NAT44' and
9443            not 'IPSEC' and
9444            not 'VHOST'"
9445   parameters:
9446   - "throughput"
9447   - "parent"
9448   - "tags"
9449   sort:
9450   - "BASE"
9451   - "BASE"
9452   - "SRC_USER_10"
9453   - "SRC_USER_100"
9454   - "SRC_USER_1000"
9455   - "SRC_USER_2000"
9456   traces:
9457     hoverinfo: "x+y"
9458     boxpoints: "outliers"
9459     whiskerwidth: 0
9460   layout:
9461     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
9462     layout: "plot-throughput"
9463
9464 -
9465   type: "plot"
9466   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
9467   algorithm: "plot_performance_box"
9468   output-file-type: ".html"
9469   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
9470   data: "plot-vpp-throughput-latency-3n-hsw"
9471   filter: "'NIC_Intel-X710' and
9472            '64B' and
9473            'NDRPDR' and
9474            '2T2C' and
9475            'IP4FWD' and
9476            'NAT44' and
9477            not 'IPSEC' and
9478            not 'VHOST'"
9479   parameters:
9480   - "throughput"
9481   - "parent"
9482   - "tags"
9483   sort:
9484   - "BASE"
9485   - "BASE"
9486   - "SRC_USER_10"
9487   - "SRC_USER_100"
9488   - "SRC_USER_1000"
9489   - "SRC_USER_2000"
9490   traces:
9491     hoverinfo: "x+y"
9492     boxpoints: "outliers"
9493     whiskerwidth: 0
9494   layout:
9495     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
9496     layout: "plot-throughput"
9497
9498 -
9499   type: "plot"
9500   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
9501   algorithm: "plot_performance_box"
9502   output-file-type: ".html"
9503   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
9504   data: "plot-vpp-throughput-latency-3n-hsw"
9505   filter: "'NIC_Intel-X710' and
9506            '64B' and
9507            'NDRPDR' and
9508            '2T2C' and
9509            'IP4FWD' and
9510            'NAT44' and
9511            not 'IPSEC' and
9512            not 'VHOST'"
9513   parameters:
9514   - "throughput"
9515   - "parent"
9516   - "tags"
9517   sort:
9518   - "BASE"
9519   - "BASE"
9520   - "SRC_USER_10"
9521   - "SRC_USER_100"
9522   - "SRC_USER_1000"
9523   - "SRC_USER_2000"
9524   traces:
9525     hoverinfo: "x+y"
9526     boxpoints: "outliers"
9527     whiskerwidth: 0
9528   layout:
9529     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
9530     layout: "plot-throughput"
9531
9532 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
9533 -
9534   type: "plot"
9535   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
9536   algorithm: "plot_performance_box"
9537   output-file-type: ".html"
9538   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
9539   data: "plot-vpp-throughput-latency-3n-hsw"
9540   filter: "'NIC_Intel-X710' and
9541            '64B' and
9542            'NDRPDR' and
9543            '1T1C' and
9544            'IP4FWD' and
9545            'IACL' and
9546            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9547            not 'IPSEC' and
9548            not 'VHOST'"
9549   parameters:
9550   - "throughput"
9551   - "parent"
9552   - "tags"
9553   sort:
9554   - "ACL_STATELESS"
9555   - "ACL_STATEFUL"
9556   - "ACL_STATELESS"
9557   - "ACL_STATEFUL"
9558   traces:
9559     hoverinfo: "x+y"
9560     boxpoints: "outliers"
9561     whiskerwidth: 0
9562   layout:
9563     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
9564     layout: "plot-throughput"
9565
9566 -
9567   type: "plot"
9568   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
9569   algorithm: "plot_performance_box"
9570   output-file-type: ".html"
9571   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
9572   data: "plot-vpp-throughput-latency-3n-hsw"
9573   filter: "'NIC_Intel-X710' and
9574            '64B' and
9575            'NDRPDR' and
9576            '1T1C' and
9577            'IP4FWD' and
9578            'IACL' and
9579            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9580            not 'IPSEC' and
9581            not 'VHOST'"
9582   parameters:
9583   - "throughput"
9584   - "parent"
9585   - "tags"
9586   sort:
9587   - "ACL_STATELESS"
9588   - "ACL_STATEFUL"
9589   - "ACL_STATELESS"
9590   - "ACL_STATEFUL"
9591   traces:
9592     hoverinfo: "x+y"
9593     boxpoints: "outliers"
9594     whiskerwidth: 0
9595   layout:
9596     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
9597     layout: "plot-throughput"
9598
9599 -
9600   type: "plot"
9601   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
9602   algorithm: "plot_performance_box"
9603   output-file-type: ".html"
9604   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
9605   data: "plot-vpp-throughput-latency-3n-hsw"
9606   filter: "'NIC_Intel-X710' and
9607            '64B' and
9608            'NDRPDR' and
9609            '2T2C' and
9610            'IP4FWD' and
9611            'IACL' and
9612            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9613            not 'IPSEC' and
9614            not 'VHOST'"
9615   parameters:
9616   - "throughput"
9617   - "parent"
9618   - "tags"
9619   sort:
9620   - "ACL_STATELESS"
9621   - "ACL_STATEFUL"
9622   - "ACL_STATELESS"
9623   - "ACL_STATEFUL"
9624   traces:
9625     hoverinfo: "x+y"
9626     boxpoints: "outliers"
9627     whiskerwidth: 0
9628   layout:
9629     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
9630     layout: "plot-throughput"
9631
9632 -
9633   type: "plot"
9634   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
9635   algorithm: "plot_performance_box"
9636   output-file-type: ".html"
9637   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
9638   data: "plot-vpp-throughput-latency-3n-hsw"
9639   filter: "'NIC_Intel-X710' and
9640            '64B' and
9641            'NDRPDR' and
9642            '2T2C' and
9643            'IP4FWD' and
9644            'IACL' and
9645            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9646            not 'IPSEC' and
9647            not 'VHOST'"
9648   parameters:
9649   - "throughput"
9650   - "parent"
9651   - "tags"
9652   sort:
9653   - "ACL_STATELESS"
9654   - "ACL_STATEFUL"
9655   - "ACL_STATELESS"
9656   - "ACL_STATEFUL"
9657   traces:
9658     hoverinfo: "x+y"
9659     boxpoints: "outliers"
9660     whiskerwidth: 0
9661   layout:
9662     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
9663     layout: "plot-throughput"
9664
9665 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
9666 -
9667   type: "plot"
9668   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
9669   algorithm: "plot_performance_box"
9670   output-file-type: ".html"
9671   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
9672   data: "plot-vpp-throughput-latency-3n-hsw"
9673   filter: "'NIC_Intel-X710' and
9674            '64B' and
9675            'NDRPDR' and
9676            '1T1C' and
9677            'IP4FWD' and
9678            'OACL' and
9679            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9680            not 'IPSEC' and
9681            not 'VHOST'"
9682   parameters:
9683   - "throughput"
9684   - "parent"
9685   - "tags"
9686   sort:
9687   - "ACL_STATELESS"
9688   - "ACL_STATEFUL"
9689   - "ACL_STATELESS"
9690   - "ACL_STATEFUL"
9691   traces:
9692     hoverinfo: "x+y"
9693     boxpoints: "outliers"
9694     whiskerwidth: 0
9695   layout:
9696     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
9697     layout: "plot-throughput"
9698
9699 -
9700   type: "plot"
9701   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
9702   algorithm: "plot_performance_box"
9703   output-file-type: ".html"
9704   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
9705   data: "plot-vpp-throughput-latency-3n-hsw"
9706   filter: "'NIC_Intel-X710' and
9707            '64B' and
9708            'NDRPDR' and
9709            '1T1C' and
9710            'IP4FWD' and
9711            'OACL' and
9712            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9713            not 'IPSEC' and
9714            not 'VHOST'"
9715   parameters:
9716   - "throughput"
9717   - "parent"
9718   - "tags"
9719   sort:
9720   - "ACL_STATELESS"
9721   - "ACL_STATEFUL"
9722   - "ACL_STATELESS"
9723   - "ACL_STATEFUL"
9724   traces:
9725     hoverinfo: "x+y"
9726     boxpoints: "outliers"
9727     whiskerwidth: 0
9728   layout:
9729     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
9730     layout: "plot-throughput"
9731
9732 -
9733   type: "plot"
9734   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
9735   algorithm: "plot_performance_box"
9736   output-file-type: ".html"
9737   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
9738   data: "plot-vpp-throughput-latency-3n-hsw"
9739   filter: "'NIC_Intel-X710' and
9740            '64B' and
9741            'NDRPDR' and
9742            '2T2C' and
9743            'IP4FWD' and
9744            'OACL' and
9745            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9746            not 'IPSEC' and
9747            not 'VHOST'"
9748   parameters:
9749   - "throughput"
9750   - "parent"
9751   - "tags"
9752   sort:
9753   - "ACL_STATELESS"
9754   - "ACL_STATEFUL"
9755   - "ACL_STATELESS"
9756   - "ACL_STATEFUL"
9757   traces:
9758     hoverinfo: "x+y"
9759     boxpoints: "outliers"
9760     whiskerwidth: 0
9761   layout:
9762     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
9763     layout: "plot-throughput"
9764
9765 -
9766   type: "plot"
9767   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
9768   algorithm: "plot_performance_box"
9769   output-file-type: ".html"
9770   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
9771   data: "plot-vpp-throughput-latency-3n-hsw"
9772   filter: "'NIC_Intel-X710' and
9773            '64B' and
9774            'NDRPDR' and
9775            '2T2C' and
9776            'IP4FWD' and
9777            'OACL' and
9778            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9779            not 'IPSEC' and
9780            not 'VHOST'"
9781   parameters:
9782   - "throughput"
9783   - "parent"
9784   - "tags"
9785   sort:
9786   - "ACL_STATELESS"
9787   - "ACL_STATEFUL"
9788   - "ACL_STATELESS"
9789   - "ACL_STATEFUL"
9790   traces:
9791     hoverinfo: "x+y"
9792     boxpoints: "outliers"
9793     whiskerwidth: 0
9794   layout:
9795     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
9796     layout: "plot-throughput"
9797
9798 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
9799 -
9800   type: "plot"
9801   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
9802   algorithm: "plot_performance_box"
9803   output-file-type: ".html"
9804   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
9805   data: "plot-vpp-throughput-latency-2n-skx"
9806   filter: "'NIC_Intel-X710' and
9807            '64B' and
9808            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9809            'NDRPDR' and
9810            '2T1C' and
9811            'IP4FWD' and
9812            not 'IPSEC' and
9813            not 'VHOST'"
9814   parameters:
9815   - "throughput"
9816   - "parent"
9817   - "tags"
9818   sort:
9819   - "IP4BASE"
9820   - "FIB_20K"
9821   - "FIB_200K"
9822   - "FIB_2M"
9823   traces:
9824     hoverinfo: "x+y"
9825     boxpoints: "outliers"
9826     whiskerwidth: 0
9827   layout:
9828     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
9829     layout: "plot-throughput"
9830
9831 -
9832   type: "plot"
9833   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
9834   algorithm: "plot_performance_box"
9835   output-file-type: ".html"
9836   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
9837   data: "plot-vpp-throughput-latency-2n-skx"
9838   filter: "'NIC_Intel-X710' and
9839            '64B' and
9840            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9841            'NDRPDR' and
9842            '2T1C' and
9843            'IP4FWD' and
9844            not 'IPSEC' and
9845            not 'VHOST'"
9846   parameters:
9847   - "throughput"
9848   - "parent"
9849   - "tags"
9850   sort:
9851   - "IP4BASE"
9852   - "FIB_20K"
9853   - "FIB_200K"
9854   - "FIB_2M"
9855   traces:
9856     hoverinfo: "x+y"
9857     boxpoints: "outliers"
9858     whiskerwidth: 0
9859   layout:
9860     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
9861     layout: "plot-throughput"
9862
9863 -
9864   type: "plot"
9865   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
9866   algorithm: "plot_performance_box"
9867   output-file-type: ".html"
9868   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
9869   data: "plot-vpp-throughput-latency-2n-skx"
9870   filter: "'NIC_Intel-X710' and
9871            '64B' and
9872            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9873            'NDRPDR' and
9874            '4T2C' and
9875            'IP4FWD' and
9876            not 'IPSEC' and
9877            not 'VHOST'"
9878   parameters:
9879   - "throughput"
9880   - "parent"
9881   - "tags"
9882   sort:
9883   - "IP4BASE"
9884   - "FIB_20K"
9885   - "FIB_200K"
9886   - "FIB_2M"
9887   traces:
9888     hoverinfo: "x+y"
9889     boxpoints: "outliers"
9890     whiskerwidth: 0
9891   layout:
9892     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
9893     layout: "plot-throughput"
9894
9895 -
9896   type: "plot"
9897   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
9898   algorithm: "plot_performance_box"
9899   output-file-type: ".html"
9900   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
9901   data: "plot-vpp-throughput-latency-2n-skx"
9902   filter: "'NIC_Intel-X710' and
9903            '64B' and
9904            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9905            'NDRPDR' and
9906            '4T2C' and
9907            'IP4FWD' and
9908            not 'IPSEC' and
9909            not 'VHOST'"
9910   parameters:
9911   - "throughput"
9912   - "parent"
9913   - "tags"
9914   sort:
9915   - "IP4BASE"
9916   - "FIB_20K"
9917   - "FIB_200K"
9918   - "FIB_2M"
9919   traces:
9920     hoverinfo: "x+y"
9921     boxpoints: "outliers"
9922     whiskerwidth: 0
9923   layout:
9924     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
9925     layout: "plot-throughput"
9926
9927 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
9928 -
9929   type: "plot"
9930   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
9931   algorithm: "plot_performance_box"
9932   output-file-type: ".html"
9933   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
9934   data: "plot-vpp-throughput-latency-2n-skx"
9935   filter: "'NIC_Intel-XXV710' and
9936            '64B' and
9937            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9938            'NDRPDR' and
9939            '2T1C' and
9940            'IP4FWD' and
9941            not 'IPSEC' and
9942            not 'VHOST'"
9943   parameters:
9944   - "throughput"
9945   - "parent"
9946   - "tags"
9947   sort:
9948   - "IP4BASE"
9949   - "FIB_20K"
9950   - "FIB_200K"
9951   - "FIB_2M"
9952   traces:
9953     hoverinfo: "x+y"
9954     boxpoints: "outliers"
9955     whiskerwidth: 0
9956   layout:
9957     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
9958     layout: "plot-throughput"
9959
9960 -
9961   type: "plot"
9962   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
9963   algorithm: "plot_performance_box"
9964   output-file-type: ".html"
9965   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
9966   data: "plot-vpp-throughput-latency-2n-skx"
9967   filter: "'NIC_Intel-XXV710' and
9968            '64B' and
9969            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9970            'NDRPDR' and
9971            '2T1C' and
9972            'IP4FWD' and
9973            not 'IPSEC' and
9974            not 'VHOST'"
9975   parameters:
9976   - "throughput"
9977   - "parent"
9978   - "tags"
9979   sort:
9980   - "IP4BASE"
9981   - "FIB_20K"
9982   - "FIB_200K"
9983   - "FIB_2M"
9984   traces:
9985     hoverinfo: "x+y"
9986     boxpoints: "outliers"
9987     whiskerwidth: 0
9988   layout:
9989     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
9990     layout: "plot-throughput"
9991
9992 -
9993   type: "plot"
9994   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
9995   algorithm: "plot_performance_box"
9996   output-file-type: ".html"
9997   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
9998   data: "plot-vpp-throughput-latency-2n-skx"
9999   filter: "'NIC_Intel-XXV710' and
10000            '64B' and
10001            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10002            'NDRPDR' and
10003            '4T2C' and
10004            'IP4FWD' and
10005            not 'IPSEC' and
10006            not 'VHOST'"
10007   parameters:
10008   - "throughput"
10009   - "parent"
10010   - "tags"
10011   sort:
10012   - "IP4BASE"
10013   - "FIB_20K"
10014   - "FIB_200K"
10015   - "FIB_2M"
10016   traces:
10017     hoverinfo: "x+y"
10018     boxpoints: "outliers"
10019     whiskerwidth: 0
10020   layout:
10021     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
10022     layout: "plot-throughput"
10023
10024 -
10025   type: "plot"
10026   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10027   algorithm: "plot_performance_box"
10028   output-file-type: ".html"
10029   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10030   data: "plot-vpp-throughput-latency-2n-skx"
10031   filter: "'NIC_Intel-XXV710' and
10032            '64B' and
10033            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10034            'NDRPDR' and
10035            '4T2C' and
10036            'IP4FWD' and
10037            not 'IPSEC' and
10038            not 'VHOST'"
10039   parameters:
10040   - "throughput"
10041   - "parent"
10042   - "tags"
10043   sort:
10044   - "IP4BASE"
10045   - "FIB_20K"
10046   - "FIB_200K"
10047   - "FIB_2M"
10048   traces:
10049     hoverinfo: "x+y"
10050     boxpoints: "outliers"
10051     whiskerwidth: 0
10052   layout:
10053     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
10054     layout: "plot-throughput"
10055
10056 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
10057 -
10058   type: "plot"
10059   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10060   algorithm: "plot_performance_box"
10061   output-file-type: ".html"
10062   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10063   data: "intel-dnv-vpp"
10064   filter: "'NIC_Intel-X553' and
10065            '64B' and
10066            'IP4BASE' and
10067            'NDRPDR' and
10068            '1T1C' and
10069            'IP4FWD' and
10070            not 'IPSEC' and
10071            not 'VHOST'"
10072   parameters:
10073   - "throughput"
10074   - "parent"
10075   - "tags"
10076   sort:
10077   - "IP4BASE"
10078   traces:
10079     hoverinfo: "x+y"
10080     boxpoints: "outliers"
10081     whiskerwidth: 0
10082   layout:
10083     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
10084     layout: "plot-throughput"
10085
10086 -
10087   type: "plot"
10088   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10089   algorithm: "plot_performance_box"
10090   output-file-type: ".html"
10091   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10092   data: "intel-dnv-vpp"
10093   filter: "'NIC_Intel-X553' and
10094            '64B' and
10095            'IP4BASE' and
10096            'NDRPDR' and
10097            '1T1C' and
10098            'IP4FWD' and
10099            not 'IPSEC' and
10100            not 'VHOST'"
10101   parameters:
10102   - "throughput"
10103   - "parent"
10104   - "tags"
10105   sort:
10106   - "IP4BASE"
10107   traces:
10108     hoverinfo: "x+y"
10109     boxpoints: "outliers"
10110     whiskerwidth: 0
10111   layout:
10112     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
10113     layout: "plot-throughput"
10114
10115 -
10116   type: "plot"
10117   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10118   algorithm: "plot_performance_box"
10119   output-file-type: ".html"
10120   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10121   data: "intel-dnv-vpp"
10122   filter: "'NIC_Intel-X553' and
10123            '64B' and
10124            'IP4BASE' and
10125            'NDRPDR' and
10126            '2T2C' and
10127            'IP4FWD' and
10128            not 'IPSEC' and
10129            not 'VHOST'"
10130   parameters:
10131   - "throughput"
10132   - "parent"
10133   - "tags"
10134   sort:
10135   - "IP4BASE"
10136   traces:
10137     hoverinfo: "x+y"
10138     boxpoints: "outliers"
10139     whiskerwidth: 0
10140   layout:
10141     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
10142     layout: "plot-throughput"
10143
10144 -
10145   type: "plot"
10146   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
10147   algorithm: "plot_performance_box"
10148   output-file-type: ".html"
10149   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
10150   data: "intel-dnv-vpp"
10151   filter: "'NIC_Intel-X553' and
10152            '64B' and
10153            'IP4BASE' and
10154            'NDRPDR' and
10155            '2T2C' and
10156            'IP4FWD' and
10157            not 'IPSEC' and
10158            not 'VHOST'"
10159   parameters:
10160   - "throughput"
10161   - "parent"
10162   - "tags"
10163   sort:
10164   - "IP4BASE"
10165   traces:
10166     hoverinfo: "x+y"
10167     boxpoints: "outliers"
10168     whiskerwidth: 0
10169   layout:
10170     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
10171     layout: "plot-throughput"
10172
10173 ################################################################################
10174
10175 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
10176 -
10177   type: "plot"
10178   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10179   algorithm: "plot_performance_box"
10180   output-file-type: ".html"
10181   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10182   data: "plot-vpp-throughput-latency-3n-hsw"
10183   filter: "'NIC_Intel-X520-DA2' and
10184            '64B' and
10185            'ENCAP' and
10186            'NDRPDR' and
10187            '1T1C' and
10188            'VXLAN' and
10189            'L2BDMACLRN' and
10190            not 'VHOST' and
10191            not 'IPSECHW'"
10192   parameters:
10193   - "throughput"
10194   - "parent"
10195   - "tags"
10196   sort:
10197   - "not DOT1Q"
10198   - "VXLAN_1"
10199   - "VXLAN_10"
10200   - "VXLAN_100"
10201   - "VXLAN_1000"
10202   traces:
10203     hoverinfo: "x+y"
10204     boxpoints: "outliers"
10205     whiskerwidth: 0
10206   layout:
10207     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10208     layout: "plot-throughput"
10209
10210 -
10211   type: "plot"
10212   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10213   algorithm: "plot_performance_box"
10214   output-file-type: ".html"
10215   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10216   data: "plot-vpp-throughput-latency-3n-hsw"
10217   filter: "'NIC_Intel-X520-DA2' and
10218            '64B' and
10219            'ENCAP' and
10220            'NDRPDR' and
10221            '1T1C' and
10222            'VXLAN' and
10223            'L2BDMACLRN' and
10224            not 'VHOST' and
10225            not 'IPSECHW'"
10226   parameters:
10227   - "throughput"
10228   - "parent"
10229   - "tags"
10230   sort:
10231   - "not DOT1Q"
10232   - "VXLAN_1"
10233   - "VXLAN_10"
10234   - "VXLAN_100"
10235   - "VXLAN_1000"
10236   traces:
10237     hoverinfo: "x+y"
10238     boxpoints: "outliers"
10239     whiskerwidth: 0
10240   layout:
10241     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10242     layout: "plot-throughput"
10243
10244 -
10245   type: "plot"
10246   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10247   algorithm: "plot_performance_box"
10248   output-file-type: ".html"
10249   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10250   data: "plot-vpp-throughput-latency-3n-hsw"
10251   filter: "'NIC_Intel-X520-DA2' and
10252            '64B' and
10253            'ENCAP' and
10254            'NDRPDR' and
10255            '2T2C' and
10256            'VXLAN' and
10257            'L2BDMACLRN' and
10258            not 'VHOST' and
10259            not 'IPSECHW'"
10260   parameters:
10261   - "throughput"
10262   - "parent"
10263   - "tags"
10264   sort:
10265   - "not DOT1Q"
10266   - "VXLAN_1"
10267   - "VXLAN_10"
10268   - "VXLAN_100"
10269   - "VXLAN_1000"
10270   traces:
10271     hoverinfo: "x+y"
10272     boxpoints: "outliers"
10273     whiskerwidth: 0
10274   layout:
10275     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10276     layout: "plot-throughput"
10277
10278 -
10279   type: "plot"
10280   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10281   algorithm: "plot_performance_box"
10282   output-file-type: ".html"
10283   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10284   data: "plot-vpp-throughput-latency-3n-hsw"
10285   filter: "'NIC_Intel-X520-DA2' and
10286            '64B' and
10287            'ENCAP' and
10288            'NDRPDR' and
10289            '2T2C' and
10290            'VXLAN' and
10291            'L2BDMACLRN' and
10292            not 'VHOST' and
10293            not 'IPSECHW'"
10294   parameters:
10295   - "throughput"
10296   - "parent"
10297   - "tags"
10298   sort:
10299   - "not DOT1Q"
10300   - "VXLAN_1"
10301   - "VXLAN_10"
10302   - "VXLAN_100"
10303   - "VXLAN_1000"
10304   traces:
10305     hoverinfo: "x+y"
10306     boxpoints: "outliers"
10307     whiskerwidth: 0
10308   layout:
10309     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10310     layout: "plot-throughput"
10311
10312 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
10313 -
10314   type: "plot"
10315   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
10316   algorithm: "plot_performance_box"
10317   output-file-type: ".html"
10318   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
10319   data: "plot-vpp-throughput-latency-3n-hsw"
10320   filter: "'NIC_Intel-X520-DA2' and
10321            '64B' and
10322            'ENCAP' and
10323            'NDRPDR' and
10324            '1T1C' and
10325            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10326            not 'DOT1Q' and
10327            not 'VHOST' and
10328            not 'IPSECHW'"
10329   parameters:
10330   - "throughput"
10331   - "parent"
10332   - "tags"
10333   sort:
10334   - "L2BDMACLRN"
10335   - "L2XCFWD"
10336   - "LISP"
10337   traces:
10338     hoverinfo: "x+y"
10339     boxpoints: "outliers"
10340     whiskerwidth: 0
10341   layout:
10342     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
10343     layout: "plot-throughput"
10344
10345 -
10346   type: "plot"
10347   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
10348   algorithm: "plot_performance_box"
10349   output-file-type: ".html"
10350   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
10351   data: "plot-vpp-throughput-latency-3n-hsw"
10352   filter: "'NIC_Intel-X520-DA2' and
10353            '64B' and
10354            'ENCAP' and
10355            'NDRPDR' and
10356            '2T2C' and
10357            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10358            not 'DOT1Q' and
10359            not 'VHOST' and
10360            not 'IPSECHW'"
10361   parameters:
10362   - "throughput"
10363   - "parent"
10364   - "tags"
10365   sort:
10366   - "L2BDMACLRN"
10367   - "L2XCFWD"
10368   - "LISP"
10369   traces:
10370     hoverinfo: "x+y"
10371     boxpoints: "outliers"
10372     whiskerwidth: 0
10373   layout:
10374     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
10375     layout: "plot-throughput"
10376
10377 -
10378   type: "plot"
10379   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
10380   algorithm: "plot_performance_box"
10381   output-file-type: ".html"
10382   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
10383   data: "plot-vpp-throughput-latency-3n-hsw"
10384   filter: "'NIC_Intel-X520-DA2' and
10385            '64B' and
10386            'ENCAP' and
10387            'NDRPDR' and
10388            '1T1C' and
10389            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10390            not 'DOT1Q' and
10391            not 'VHOST' and
10392            not 'IPSECHW'"
10393   parameters:
10394   - "throughput"
10395   - "parent"
10396   - "tags"
10397   sort:
10398   - "L2BDMACLRN"
10399   - "L2XCFWD"
10400   - "LISP"
10401   traces:
10402     hoverinfo: "x+y"
10403     boxpoints: "outliers"
10404     whiskerwidth: 0
10405   layout:
10406     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
10407     layout: "plot-throughput"
10408
10409 -
10410   type: "plot"
10411   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
10412   algorithm: "plot_performance_box"
10413   output-file-type: ".html"
10414   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
10415   data: "plot-vpp-throughput-latency-3n-hsw"
10416   filter: "'NIC_Intel-X520-DA2' and
10417            '64B' and
10418            'ENCAP' and
10419            'NDRPDR' and
10420            '2T2C' and
10421            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10422            not 'DOT1Q' and
10423            not 'VHOST' and
10424            not 'IPSECHW'"
10425   parameters:
10426   - "throughput"
10427   - "parent"
10428   - "tags"
10429   sort:
10430   - "L2BDMACLRN"
10431   - "L2XCFWD"
10432   - "LISP"
10433   traces:
10434     hoverinfo: "x+y"
10435     boxpoints: "outliers"
10436     whiskerwidth: 0
10437   layout:
10438     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
10439     layout: "plot-throughput"
10440
10441 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
10442 -
10443   type: "plot"
10444   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10445   algorithm: "plot_performance_box"
10446   output-file-type: ".html"
10447   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10448   data: "plot-vpp-throughput-latency-3n-hsw"
10449   filter: "'NIC_Intel-X710' and
10450            '64B' and
10451            'ENCAP' and
10452            'NDRPDR' and
10453            '1T1C' and
10454            'VXLAN' and
10455            'L2BDMACLRN' and
10456            not 'VHOST' and
10457            not 'IPSECHW'"
10458   parameters:
10459   - "throughput"
10460   - "parent"
10461   - "tags"
10462   sort:
10463   - "not DOT1Q"
10464   - "VXLAN_1"
10465   - "VXLAN_10"
10466   - "VXLAN_100"
10467   - "VXLAN_1000"
10468   traces:
10469     hoverinfo: "x+y"
10470     boxpoints: "outliers"
10471     whiskerwidth: 0
10472   layout:
10473     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10474     layout: "plot-throughput"
10475
10476 -
10477   type: "plot"
10478   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10479   algorithm: "plot_performance_box"
10480   output-file-type: ".html"
10481   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10482   data: "plot-vpp-throughput-latency-3n-hsw"
10483   filter: "'NIC_Intel-X710' and
10484            '64B' and
10485            'ENCAP' and
10486            'NDRPDR' and
10487            '1T1C' and
10488            'VXLAN' and
10489            'L2BDMACLRN' and
10490            not 'VHOST' and
10491            not 'IPSECHW'"
10492   parameters:
10493   - "throughput"
10494   - "parent"
10495   - "tags"
10496   sort:
10497   - "not DOT1Q"
10498   - "VXLAN_1"
10499   - "VXLAN_10"
10500   - "VXLAN_100"
10501   - "VXLAN_1000"
10502   traces:
10503     hoverinfo: "x+y"
10504     boxpoints: "outliers"
10505     whiskerwidth: 0
10506   layout:
10507     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10508     layout: "plot-throughput"
10509
10510 -
10511   type: "plot"
10512   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10513   algorithm: "plot_performance_box"
10514   output-file-type: ".html"
10515   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10516   data: "plot-vpp-throughput-latency-3n-hsw"
10517   filter: "'NIC_Intel-X710' and
10518            '64B' and
10519            'ENCAP' and
10520            'NDRPDR' and
10521            '2T2C' and
10522            'VXLAN' and
10523            'L2BDMACLRN' and
10524            not 'VHOST' and
10525            not 'IPSECHW'"
10526   parameters:
10527   - "throughput"
10528   - "parent"
10529   - "tags"
10530   sort:
10531   - "not DOT1Q"
10532   - "VXLAN_1"
10533   - "VXLAN_10"
10534   - "VXLAN_100"
10535   - "VXLAN_1000"
10536   traces:
10537     hoverinfo: "x+y"
10538     boxpoints: "outliers"
10539     whiskerwidth: 0
10540   layout:
10541     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10542     layout: "plot-throughput"
10543
10544 -
10545   type: "plot"
10546   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10547   algorithm: "plot_performance_box"
10548   output-file-type: ".html"
10549   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10550   data: "plot-vpp-throughput-latency-3n-hsw"
10551   filter: "'NIC_Intel-X710' and
10552            '64B' and
10553            'ENCAP' and
10554            'NDRPDR' and
10555            '2T2C' and
10556            'VXLAN' and
10557            'L2BDMACLRN' and
10558            not 'VHOST' and
10559            not 'IPSECHW'"
10560   parameters:
10561   - "throughput"
10562   - "parent"
10563   - "tags"
10564   sort:
10565   - "not DOT1Q"
10566   - "VXLAN_1"
10567   - "VXLAN_10"
10568   - "VXLAN_100"
10569   - "VXLAN_1000"
10570   traces:
10571     hoverinfo: "x+y"
10572     boxpoints: "outliers"
10573     whiskerwidth: 0
10574   layout:
10575     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10576     layout: "plot-throughput"
10577
10578 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
10579 -
10580   type: "plot"
10581   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
10582   algorithm: "plot_performance_box"
10583   output-file-type: ".html"
10584   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
10585   data: "plot-vpp-throughput-latency-3n-hsw"
10586   filter: "'NIC_Intel-X710' and
10587            '64B' and
10588            'ENCAP' and
10589            'NDRPDR' and
10590            '1T1C' and
10591            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10592            not 'DOT1Q' and
10593            not 'VHOST' and
10594            not 'IPSECHW'"
10595   parameters:
10596   - "throughput"
10597   - "parent"
10598   - "tags"
10599   sort:
10600   - "L2BDMACLRN"
10601   - "L2XCFWD"
10602   - "LISP"
10603   traces:
10604     hoverinfo: "x+y"
10605     boxpoints: "outliers"
10606     whiskerwidth: 0
10607   layout:
10608     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
10609     layout: "plot-throughput"
10610
10611 -
10612   type: "plot"
10613   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
10614   algorithm: "plot_performance_box"
10615   output-file-type: ".html"
10616   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
10617   data: "plot-vpp-throughput-latency-3n-hsw"
10618   filter: "'NIC_Intel-X710' and
10619            '64B' and
10620            'ENCAP' and
10621            'NDRPDR' and
10622            '2T2C' and
10623            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10624            not 'DOT1Q' and
10625            not 'VHOST' and
10626            not 'IPSECHW'"
10627   parameters:
10628   - "throughput"
10629   - "parent"
10630   - "tags"
10631   sort:
10632   - "L2BDMACLRN"
10633   - "L2XCFWD"
10634   - "LISP"
10635   traces:
10636     hoverinfo: "x+y"
10637     boxpoints: "outliers"
10638     whiskerwidth: 0
10639   layout:
10640     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
10641     layout: "plot-throughput"
10642
10643 -
10644   type: "plot"
10645   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
10646   algorithm: "plot_performance_box"
10647   output-file-type: ".html"
10648   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
10649   data: "plot-vpp-throughput-latency-3n-hsw"
10650   filter: "'NIC_Intel-X710' and
10651            '64B' and
10652            'ENCAP' and
10653            'NDRPDR' and
10654            '1T1C' and
10655            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10656            not 'DOT1Q' and
10657            not 'VHOST' and
10658            not 'IPSECHW'"
10659   parameters:
10660   - "throughput"
10661   - "parent"
10662   - "tags"
10663   sort:
10664   - "L2BDMACLRN"
10665   - "L2XCFWD"
10666   - "LISP"
10667   traces:
10668     hoverinfo: "x+y"
10669     boxpoints: "outliers"
10670     whiskerwidth: 0
10671   layout:
10672     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
10673     layout: "plot-throughput"
10674
10675 -
10676   type: "plot"
10677   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
10678   algorithm: "plot_performance_box"
10679   output-file-type: ".html"
10680   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
10681   data: "plot-vpp-throughput-latency-3n-hsw"
10682   filter: "'NIC_Intel-X710' and
10683            '64B' and
10684            'ENCAP' and
10685            'NDRPDR' and
10686            '2T2C' and
10687            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10688            not 'DOT1Q' and
10689            not 'VHOST' and
10690            not 'IPSECHW'"
10691   parameters:
10692   - "throughput"
10693   - "parent"
10694   - "tags"
10695   sort:
10696   - "L2BDMACLRN"
10697   - "L2XCFWD"
10698   - "LISP"
10699   traces:
10700     hoverinfo: "x+y"
10701     boxpoints: "outliers"
10702     whiskerwidth: 0
10703   layout:
10704     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
10705     layout: "plot-throughput"
10706
10707 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
10708 -
10709   type: "plot"
10710   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10711   algorithm: "plot_performance_box"
10712   output-file-type: ".html"
10713   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10714   data: "plot-vpp-throughput-latency-3n-skx"
10715   filter: "'NIC_Intel-X710' and
10716            '64B' and
10717            'ENCAP' and
10718            'NDRPDR' and
10719            '2T1C' and
10720            'VXLAN' and
10721            'L2BDMACLRN' and
10722            not 'VHOST' and
10723            not 'IPSECHW'"
10724   parameters:
10725   - "throughput"
10726   - "parent"
10727   - "tags"
10728   sort:
10729   - "not DOT1Q"
10730   - "VXLAN_1"
10731   - "VXLAN_10"
10732   - "VXLAN_100"
10733   - "VXLAN_1000"
10734   traces:
10735     hoverinfo: "x+y"
10736     boxpoints: "outliers"
10737     whiskerwidth: 0
10738   layout:
10739     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10740     layout: "plot-throughput"
10741
10742 -
10743   type: "plot"
10744   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10745   algorithm: "plot_performance_box"
10746   output-file-type: ".html"
10747   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10748   data: "plot-vpp-throughput-latency-3n-skx"
10749   filter: "'NIC_Intel-X710' and
10750            '64B' and
10751            'ENCAP' and
10752            'NDRPDR' and
10753            '2T1C' and
10754            'VXLAN' and
10755            'L2BDMACLRN' and
10756            not 'VHOST' and
10757            not 'IPSECHW'"
10758   parameters:
10759   - "throughput"
10760   - "parent"
10761   - "tags"
10762   sort:
10763   - "not DOT1Q"
10764   - "VXLAN_1"
10765   - "VXLAN_10"
10766   - "VXLAN_100"
10767   - "VXLAN_1000"
10768   traces:
10769     hoverinfo: "x+y"
10770     boxpoints: "outliers"
10771     whiskerwidth: 0
10772   layout:
10773     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10774     layout: "plot-throughput"
10775
10776 -
10777   type: "plot"
10778   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10779   algorithm: "plot_performance_box"
10780   output-file-type: ".html"
10781   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10782   data: "plot-vpp-throughput-latency-3n-skx"
10783   filter: "'NIC_Intel-X710' and
10784            '64B' and
10785            'ENCAP' and
10786            'NDRPDR' and
10787            '4T2C' and
10788            'VXLAN' and
10789            'L2BDMACLRN' and
10790            not 'VHOST' and
10791            not 'IPSECHW'"
10792   parameters:
10793   - "throughput"
10794   - "parent"
10795   - "tags"
10796   sort:
10797   - "not DOT1Q"
10798   - "VXLAN_1"
10799   - "VXLAN_10"
10800   - "VXLAN_100"
10801   - "VXLAN_1000"
10802   traces:
10803     hoverinfo: "x+y"
10804     boxpoints: "outliers"
10805     whiskerwidth: 0
10806   layout:
10807     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10808     layout: "plot-throughput"
10809
10810 -
10811   type: "plot"
10812   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10813   algorithm: "plot_performance_box"
10814   output-file-type: ".html"
10815   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10816   data: "plot-vpp-throughput-latency-3n-skx"
10817   filter: "'NIC_Intel-X710' and
10818            '64B' and
10819            'ENCAP' and
10820            'NDRPDR' and
10821            '4T2C' and
10822            'VXLAN' and
10823            'L2BDMACLRN' and
10824            not 'VHOST' and
10825            not 'IPSECHW'"
10826   parameters:
10827   - "throughput"
10828   - "parent"
10829   - "tags"
10830   sort:
10831   - "not DOT1Q"
10832   - "VXLAN_1"
10833   - "VXLAN_10"
10834   - "VXLAN_100"
10835   - "VXLAN_1000"
10836   traces:
10837     hoverinfo: "x+y"
10838     boxpoints: "outliers"
10839     whiskerwidth: 0
10840   layout:
10841     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10842     layout: "plot-throughput"
10843
10844 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
10845 -
10846   type: "plot"
10847   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
10848   algorithm: "plot_performance_box"
10849   output-file-type: ".html"
10850   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
10851   data: "plot-vpp-throughput-latency-3n-skx"
10852   filter: "'NIC_Intel-X710' and
10853            '64B' and
10854            'ENCAP' and
10855            'NDRPDR' and
10856            '2T1C' and
10857            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10858            not 'DOT1Q' and
10859            not 'VHOST' and
10860            not 'IPSECHW'"
10861   parameters:
10862   - "throughput"
10863   - "parent"
10864   - "tags"
10865   sort:
10866   - "L2BDMACLRN"
10867   - "L2XCFWD"
10868   - "LISP"
10869   traces:
10870     hoverinfo: "x+y"
10871     boxpoints: "outliers"
10872     whiskerwidth: 0
10873   layout:
10874     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
10875     layout: "plot-throughput"
10876
10877 -
10878   type: "plot"
10879   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
10880   algorithm: "plot_performance_box"
10881   output-file-type: ".html"
10882   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
10883   data: "plot-vpp-throughput-latency-3n-skx"
10884   filter: "'NIC_Intel-X710' and
10885            '64B' and
10886            'ENCAP' and
10887            'NDRPDR' and
10888            '4T2C' and
10889            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10890            not 'DOT1Q' and
10891            not 'VHOST' and
10892            not 'IPSECHW'"
10893   parameters:
10894   - "throughput"
10895   - "parent"
10896   - "tags"
10897   sort:
10898   - "L2BDMACLRN"
10899   - "L2XCFWD"
10900   - "LISP"
10901   traces:
10902     hoverinfo: "x+y"
10903     boxpoints: "outliers"
10904     whiskerwidth: 0
10905   layout:
10906     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
10907     layout: "plot-throughput"
10908
10909 -
10910   type: "plot"
10911   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
10912   algorithm: "plot_performance_box"
10913   output-file-type: ".html"
10914   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
10915   data: "plot-vpp-throughput-latency-3n-skx"
10916   filter: "'NIC_Intel-X710' and
10917            '64B' and
10918            'ENCAP' and
10919            'NDRPDR' and
10920            '2T1C' and
10921            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10922            not 'DOT1Q' and
10923            not 'VHOST' and
10924            not 'IPSECHW'"
10925   parameters:
10926   - "throughput"
10927   - "parent"
10928   - "tags"
10929   sort:
10930   - "L2BDMACLRN"
10931   - "L2XCFWD"
10932   - "LISP"
10933   traces:
10934     hoverinfo: "x+y"
10935     boxpoints: "outliers"
10936     whiskerwidth: 0
10937   layout:
10938     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
10939     layout: "plot-throughput"
10940
10941 -
10942   type: "plot"
10943   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
10944   algorithm: "plot_performance_box"
10945   output-file-type: ".html"
10946   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
10947   data: "plot-vpp-throughput-latency-3n-skx"
10948   filter: "'NIC_Intel-X710' and
10949            '64B' and
10950            'ENCAP' and
10951            'NDRPDR' and
10952            '4T2C' and
10953            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10954            not 'DOT1Q' and
10955            not 'VHOST' and
10956            not 'IPSECHW'"
10957   parameters:
10958   - "throughput"
10959   - "parent"
10960   - "tags"
10961   sort:
10962   - "L2BDMACLRN"
10963   - "L2XCFWD"
10964   - "LISP"
10965   traces:
10966     hoverinfo: "x+y"
10967     boxpoints: "outliers"
10968     whiskerwidth: 0
10969   layout:
10970     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
10971     layout: "plot-throughput"
10972
10973 ################################################################################
10974
10975 # Packet Throughput - VPP IPv6 3n-hsw-x520
10976 -
10977   type: "plot"
10978   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10979   algorithm: "plot_performance_box"
10980   output-file-type: ".html"
10981   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10982   data: "plot-vpp-throughput-latency-3n-hsw"
10983   filter: "'NIC_Intel-X520-DA2' and
10984            '78B' and
10985            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10986            'NDRPDR' and
10987            '1T1C' and
10988            'IP6FWD' and
10989            not 'SRv6' and
10990            not 'IPSEC' and
10991            not 'VHOST'"
10992   parameters:
10993   - "throughput"
10994   - "parent"
10995   - "tags"
10996   sort:
10997   - "IP6BASE"
10998   - "FIB_20K"
10999   - "FIB_200K"
11000   - "FIB_2M"
11001   traces:
11002     hoverinfo: "x+y"
11003     boxpoints: "outliers"
11004     whiskerwidth: 0
11005   layout:
11006     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
11007     layout: "plot-throughput"
11008
11009 -
11010   type: "plot"
11011   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11012   algorithm: "plot_performance_box"
11013   output-file-type: ".html"
11014   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11015   data: "plot-vpp-throughput-latency-3n-hsw"
11016   filter: "'NIC_Intel-X520-DA2' and
11017            '78B' and
11018            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11019            'NDRPDR' and
11020            '1T1C' and
11021            'IP6FWD' and
11022            not 'SRv6' and
11023            not 'IPSEC' and
11024            not 'VHOST'"
11025   parameters:
11026   - "throughput"
11027   - "parent"
11028   - "tags"
11029   sort:
11030   - "IP6BASE"
11031   - "FIB_20K"
11032   - "FIB_200K"
11033   - "FIB_2M"
11034   traces:
11035     hoverinfo: "x+y"
11036     boxpoints: "outliers"
11037     whiskerwidth: 0
11038   layout:
11039     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
11040     layout: "plot-throughput"
11041
11042 -
11043   type: "plot"
11044   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11045   algorithm: "plot_performance_box"
11046   output-file-type: ".html"
11047   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11048   data: "plot-vpp-throughput-latency-3n-hsw"
11049   filter: "'NIC_Intel-X520-DA2' and
11050            '78B' and
11051            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11052            'NDRPDR' and
11053            '2T2C' and
11054            'IP6FWD' and
11055            not 'SRv6' and
11056            not 'IPSEC' and
11057            not 'VHOST'"
11058   parameters:
11059   - "throughput"
11060   - "parent"
11061   - "tags"
11062   sort:
11063   - "IP6BASE"
11064   - "FIB_20K"
11065   - "FIB_200K"
11066   - "FIB_2M"
11067   traces:
11068     hoverinfo: "x+y"
11069     boxpoints: "outliers"
11070     whiskerwidth: 0
11071   layout:
11072     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
11073     layout: "plot-throughput"
11074
11075 -
11076   type: "plot"
11077   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11078   algorithm: "plot_performance_box"
11079   output-file-type: ".html"
11080   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11081   data: "plot-vpp-throughput-latency-3n-hsw"
11082   filter: "'NIC_Intel-X520-DA2' and
11083            '78B' and
11084            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11085            'NDRPDR' and
11086            '2T2C' and
11087            'IP6FWD' and
11088            not 'SRv6' and
11089            not 'IPSEC' and
11090            not 'VHOST'"
11091   parameters:
11092   - "throughput"
11093   - "parent"
11094   - "tags"
11095   sort:
11096   - "IP6BASE"
11097   - "FIB_20K"
11098   - "FIB_200K"
11099   - "FIB_2M"
11100   traces:
11101     hoverinfo: "x+y"
11102     boxpoints: "outliers"
11103     whiskerwidth: 0
11104   layout:
11105     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
11106     layout: "plot-throughput"
11107
11108 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
11109 -
11110   type: "plot"
11111   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11112   algorithm: "plot_performance_box"
11113   output-file-type: ".html"
11114   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11115   data: "plot-vpp-throughput-latency-3n-hsw"
11116   filter: "'NIC_Intel-X520-DA2' and
11117            '78B' and
11118            ('IP6BASE' or
11119             'POLICE_MARK' or
11120             'COPWHLIST' or
11121             'IACLDST') and
11122            'NDRPDR' and
11123            '1T1C' and
11124            'IP6FWD' and
11125            not 'SRv6' and
11126            not 'IPSEC' and
11127            not 'VHOST'"
11128   parameters:
11129   - "throughput"
11130   - "parent"
11131   - "tags"
11132   sort:
11133   - "IP6BASE"
11134   - "POLICE_MARK"
11135   - "COPWHLIST"
11136   - "IACLDST"
11137   traces:
11138     hoverinfo: "x+y"
11139     boxpoints: "outliers"
11140     whiskerwidth: 0
11141   layout:
11142     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
11143     layout: "plot-throughput"
11144
11145 -
11146   type: "plot"
11147   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
11148   algorithm: "plot_performance_box"
11149   output-file-type: ".html"
11150   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
11151   data: "plot-vpp-throughput-latency-3n-hsw"
11152   filter: "'NIC_Intel-X520-DA2' and
11153            '78B' and
11154            ('IP6BASE' or
11155             'POLICE_MARK' or
11156             'COPWHLIST' or
11157             'IACLDST') and
11158            'NDRPDR' and
11159            '2T2C' and
11160            'IP6FWD' and
11161            not 'SRv6' and
11162            not 'IPSEC' and
11163            not 'VHOST'"
11164   parameters:
11165   - "throughput"
11166   - "parent"
11167   - "tags"
11168   sort:
11169   - "IP6BASE"
11170   - "POLICE_MARK"
11171   - "COPWHLIST"
11172   - "IACLDST"
11173   traces:
11174     hoverinfo: "x+y"
11175     boxpoints: "outliers"
11176     whiskerwidth: 0
11177   layout:
11178     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
11179     layout: "plot-throughput"
11180
11181 -
11182   type: "plot"
11183   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
11184   algorithm: "plot_performance_box"
11185   output-file-type: ".html"
11186   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
11187   data: "plot-vpp-throughput-latency-3n-hsw"
11188   filter: "'NIC_Intel-X520-DA2' and
11189            '78B' and
11190            ('IP6BASE' or
11191             'POLICE_MARK' or
11192             'COPWHLIST' or
11193             'IACLDST') and
11194            'NDRPDR' and
11195            '1T1C' and
11196            'IP6FWD' and
11197            not 'SRv6' and
11198            not 'IPSEC' and
11199            not 'VHOST'"
11200   parameters:
11201   - "throughput"
11202   - "parent"
11203   - "tags"
11204   sort:
11205   - "IP6BASE"
11206   - "POLICE_MARK"
11207   - "COPWHLIST"
11208   - "IACLDST"
11209   traces:
11210     hoverinfo: "x+y"
11211     boxpoints: "outliers"
11212     whiskerwidth: 0
11213   layout:
11214     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
11215     layout: "plot-throughput"
11216
11217 -
11218   type: "plot"
11219   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
11220   algorithm: "plot_performance_box"
11221   output-file-type: ".html"
11222   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
11223   data: "plot-vpp-throughput-latency-3n-hsw"
11224   filter: "'NIC_Intel-X520-DA2' and
11225            '78B' and
11226            ('IP6BASE' or
11227             'POLICE_MARK' or
11228             'COPWHLIST' or
11229             'IACLDST') and
11230            'NDRPDR' and
11231            '2T2C' and
11232            'IP6FWD' and
11233            not 'SRv6' and
11234            not 'IPSEC' and
11235            not 'VHOST'"
11236   parameters:
11237   - "throughput"
11238   - "parent"
11239   - "tags"
11240   sort:
11241   - "IP6BASE"
11242   - "POLICE_MARK"
11243   - "COPWHLIST"
11244   - "IACLDST"
11245   traces:
11246     hoverinfo: "x+y"
11247     boxpoints: "outliers"
11248     whiskerwidth: 0
11249   layout:
11250     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
11251     layout: "plot-throughput"
11252
11253 # Packet Throughput - VPP IPv6 3n-hsw-x710
11254 -
11255   type: "plot"
11256   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11257   algorithm: "plot_performance_box"
11258   output-file-type: ".html"
11259   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11260   data: "plot-vpp-throughput-latency-3n-hsw"
11261   filter: "'NIC_Intel-X710' and
11262            '78B' and
11263            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11264            'NDRPDR' and
11265            '1T1C' and
11266            'IP6FWD' and
11267            not 'SRv6' and
11268            not 'IPSEC' and
11269            not 'VHOST'"
11270   parameters:
11271   - "throughput"
11272   - "parent"
11273   - "tags"
11274   sort:
11275   - "IP6BASE"
11276   - "FIB_20K"
11277   - "FIB_200K"
11278   - "FIB_2M"
11279   traces:
11280     hoverinfo: "x+y"
11281     boxpoints: "outliers"
11282     whiskerwidth: 0
11283   layout:
11284     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11285     layout: "plot-throughput"
11286
11287 -
11288   type: "plot"
11289   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11290   algorithm: "plot_performance_box"
11291   output-file-type: ".html"
11292   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11293   data: "plot-vpp-throughput-latency-3n-hsw"
11294   filter: "'NIC_Intel-X710' and
11295            '78B' and
11296            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11297            'NDRPDR' and
11298            '1T1C' and
11299            'IP6FWD' and
11300            not 'SRv6' and
11301            not 'IPSEC' and
11302            not 'VHOST'"
11303   parameters:
11304   - "throughput"
11305   - "parent"
11306   - "tags"
11307   sort:
11308   - "IP6BASE"
11309   - "FIB_20K"
11310   - "FIB_200K"
11311   - "FIB_2M"
11312   traces:
11313     hoverinfo: "x+y"
11314     boxpoints: "outliers"
11315     whiskerwidth: 0
11316   layout:
11317     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11318     layout: "plot-throughput"
11319
11320 -
11321   type: "plot"
11322   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
11323   algorithm: "plot_performance_box"
11324   output-file-type: ".html"
11325   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
11326   data: "plot-vpp-throughput-latency-3n-hsw"
11327   filter: "'NIC_Intel-X710' and
11328            '78B' and
11329            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11330            'NDRPDR' and
11331            '2T2C' and
11332            'IP6FWD' and
11333            not 'SRv6' and
11334            not 'IPSEC' and
11335            not 'VHOST'"
11336   parameters:
11337   - "throughput"
11338   - "parent"
11339   - "tags"
11340   sort:
11341   - "IP6BASE"
11342   - "FIB_20K"
11343   - "FIB_200K"
11344   - "FIB_2M"
11345   traces:
11346     hoverinfo: "x+y"
11347     boxpoints: "outliers"
11348     whiskerwidth: 0
11349   layout:
11350     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
11351     layout: "plot-throughput"
11352
11353 -
11354   type: "plot"
11355   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
11356   algorithm: "plot_performance_box"
11357   output-file-type: ".html"
11358   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
11359   data: "plot-vpp-throughput-latency-3n-hsw"
11360   filter: "'NIC_Intel-X710' and
11361            '78B' and
11362            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11363            'NDRPDR' and
11364            '2T2C' and
11365            'IP6FWD' and
11366            not 'SRv6' and
11367            not 'IPSEC' and
11368            not 'VHOST'"
11369   parameters:
11370   - "throughput"
11371   - "parent"
11372   - "tags"
11373   sort:
11374   - "IP6BASE"
11375   - "FIB_20K"
11376   - "FIB_200K"
11377   - "FIB_2M"
11378   traces:
11379     hoverinfo: "x+y"
11380     boxpoints: "outliers"
11381     whiskerwidth: 0
11382   layout:
11383     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
11384     layout: "plot-throughput"
11385
11386 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
11387 -
11388   type: "plot"
11389   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
11390   algorithm: "plot_performance_box"
11391   output-file-type: ".html"
11392   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
11393   data: "plot-vpp-throughput-latency-3n-hsw"
11394   filter: "'NIC_Intel-X710' and
11395            '78B' and
11396            ('IP6BASE' or
11397             'POLICE_MARK' or
11398             'COPWHLIST' or
11399             'IACLDST') and
11400            'NDRPDR' and
11401            '1T1C' and
11402            'IP6FWD' and
11403            not 'SRv6' and
11404            not 'IPSEC' and
11405            not 'VHOST'"
11406   parameters:
11407   - "throughput"
11408   - "parent"
11409   - "tags"
11410   sort:
11411   - "IP6BASE"
11412   - "POLICE_MARK"
11413   - "COPWHLIST"
11414   - "IACLDST"
11415   traces:
11416     hoverinfo: "x+y"
11417     boxpoints: "outliers"
11418     whiskerwidth: 0
11419   layout:
11420     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
11421     layout: "plot-throughput"
11422
11423 -
11424   type: "plot"
11425   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
11426   algorithm: "plot_performance_box"
11427   output-file-type: ".html"
11428   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
11429   data: "plot-vpp-throughput-latency-3n-hsw"
11430   filter: "'NIC_Intel-X710' and
11431            '78B' and
11432            ('IP6BASE' or
11433             'POLICE_MARK' or
11434             'COPWHLIST' or
11435             'IACLDST') and
11436            'NDRPDR' and
11437            '2T2C' and
11438            'IP6FWD' and
11439            not 'SRv6' and
11440            not 'IPSEC' and
11441            not 'VHOST'"
11442   parameters:
11443   - "throughput"
11444   - "parent"
11445   - "tags"
11446   sort:
11447   - "IP6BASE"
11448   - "POLICE_MARK"
11449   - "COPWHLIST"
11450   - "IACLDST"
11451   traces:
11452     hoverinfo: "x+y"
11453     boxpoints: "outliers"
11454     whiskerwidth: 0
11455   layout:
11456     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
11457     layout: "plot-throughput"
11458
11459 -
11460   type: "plot"
11461   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
11462   algorithm: "plot_performance_box"
11463   output-file-type: ".html"
11464   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
11465   data: "plot-vpp-throughput-latency-3n-hsw"
11466   filter: "'NIC_Intel-X710' and
11467            '78B' and
11468            ('IP6BASE' or
11469             'POLICE_MARK' or
11470             'COPWHLIST' or
11471             'IACLDST') and
11472            'NDRPDR' and
11473            '1T1C' and
11474            'IP6FWD' and
11475            not 'SRv6' and
11476            not 'IPSEC' and
11477            not 'VHOST'"
11478   parameters:
11479   - "throughput"
11480   - "parent"
11481   - "tags"
11482   sort:
11483   - "IP6BASE"
11484   - "POLICE_MARK"
11485   - "COPWHLIST"
11486   - "IACLDST"
11487   traces:
11488     hoverinfo: "x+y"
11489     boxpoints: "outliers"
11490     whiskerwidth: 0
11491   layout:
11492     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
11493     layout: "plot-throughput"
11494
11495 -
11496   type: "plot"
11497   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
11498   algorithm: "plot_performance_box"
11499   output-file-type: ".html"
11500   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
11501   data: "plot-vpp-throughput-latency-3n-hsw"
11502   filter: "'NIC_Intel-X710' and
11503            '78B' and
11504            ('IP6BASE' or
11505             'POLICE_MARK' or
11506             'COPWHLIST' or
11507             'IACLDST') and
11508            'NDRPDR' and
11509            '2T2C' and
11510            'IP6FWD' and
11511            not 'SRv6' and
11512            not 'IPSEC' and
11513            not 'VHOST'"
11514   parameters:
11515   - "throughput"
11516   - "parent"
11517   - "tags"
11518   sort:
11519   - "IP6BASE"
11520   - "POLICE_MARK"
11521   - "COPWHLIST"
11522   - "IACLDST"
11523   traces:
11524     hoverinfo: "x+y"
11525     boxpoints: "outliers"
11526     whiskerwidth: 0
11527   layout:
11528     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
11529     layout: "plot-throughput"
11530
11531 # Packet Throughput - VPP IPv6 3n-hsw-xl710
11532 -
11533   type: "plot"
11534   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
11535   algorithm: "plot_performance_box"
11536   output-file-type: ".html"
11537   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
11538   data: "plot-vpp-throughput-latency-3n-hsw"
11539   filter: "'NIC_Intel-XL710' and
11540            '78B' and
11541            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11542            'NDRPDR' and
11543            '1T1C' and
11544            'IP6FWD' and
11545            not 'SRv6' and
11546            not 'IPSEC' and
11547            not 'VHOST'"
11548   parameters:
11549   - "throughput"
11550   - "parent"
11551   - "tags"
11552   sort:
11553   - "IP6BASE"
11554   - "FIB_20K"
11555   - "FIB_200K"
11556   - "FIB_2M"
11557   traces:
11558     hoverinfo: "x+y"
11559     boxpoints: "outliers"
11560     whiskerwidth: 0
11561   layout:
11562     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
11563     layout: "plot-throughput"
11564
11565 -
11566   type: "plot"
11567   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
11568   algorithm: "plot_performance_box"
11569   output-file-type: ".html"
11570   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
11571   data: "plot-vpp-throughput-latency-3n-hsw"
11572   filter: "'NIC_Intel-XL710' and
11573            '78B' and
11574            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11575            'NDRPDR' and
11576            '1T1C' and
11577            'IP6FWD' and
11578            not 'SRv6' and
11579            not 'IPSEC' and
11580            not 'VHOST'"
11581   parameters:
11582   - "throughput"
11583   - "parent"
11584   - "tags"
11585   sort:
11586   - "IP6BASE"
11587   - "FIB_20K"
11588   - "FIB_200K"
11589   - "FIB_2M"
11590   traces:
11591     hoverinfo: "x+y"
11592     boxpoints: "outliers"
11593     whiskerwidth: 0
11594   layout:
11595     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
11596     layout: "plot-throughput"
11597
11598 -
11599   type: "plot"
11600   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
11601   algorithm: "plot_performance_box"
11602   output-file-type: ".html"
11603   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
11604   data: "plot-vpp-throughput-latency-3n-hsw"
11605   filter: "'NIC_Intel-XL710' and
11606            '78B' and
11607            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11608            'NDRPDR' and
11609            '2T2C' and
11610            'IP6FWD' and
11611            not 'SRv6' and
11612            not 'IPSEC' and
11613            not 'VHOST'"
11614   parameters:
11615   - "throughput"
11616   - "parent"
11617   - "tags"
11618   sort:
11619   - "IP6BASE"
11620   - "FIB_20K"
11621   - "FIB_200K"
11622   - "FIB_2M"
11623   traces:
11624     hoverinfo: "x+y"
11625     boxpoints: "outliers"
11626     whiskerwidth: 0
11627   layout:
11628     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
11629     layout: "plot-throughput"
11630
11631 -
11632   type: "plot"
11633   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
11634   algorithm: "plot_performance_box"
11635   output-file-type: ".html"
11636   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
11637   data: "plot-vpp-throughput-latency-3n-hsw"
11638   filter: "'NIC_Intel-XL710' and
11639            '78B' and
11640            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11641            'NDRPDR' and
11642            '2T2C' and
11643            'IP6FWD' and
11644            not 'SRv6' and
11645            not 'IPSEC' and
11646            not 'VHOST'"
11647   parameters:
11648   - "throughput"
11649   - "parent"
11650   - "tags"
11651   sort:
11652   - "IP6BASE"
11653   - "FIB_20K"
11654   - "FIB_200K"
11655   - "FIB_2M"
11656   traces:
11657     hoverinfo: "x+y"
11658     boxpoints: "outliers"
11659     whiskerwidth: 0
11660   layout:
11661     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
11662     layout: "plot-throughput"
11663
11664 # Packet Throughput - VPP IPv6 3n-skx-x710
11665 -
11666   type: "plot"
11667   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
11668   algorithm: "plot_performance_box"
11669   output-file-type: ".html"
11670   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
11671   data: "plot-vpp-throughput-latency-3n-skx"
11672   filter: "'NIC_Intel-X710' and
11673            '78B' and
11674            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11675            'NDRPDR' and
11676            '2T1C' and
11677            'IP6FWD' and
11678            not 'SRv6' and
11679            not 'IPSEC' and
11680            not 'VHOST'"
11681   parameters:
11682   - "throughput"
11683   - "parent"
11684   - "tags"
11685   sort:
11686   - "IP6BASE"
11687   - "FIB_20K"
11688   - "FIB_200K"
11689   - "FIB_2M"
11690   traces:
11691     hoverinfo: "x+y"
11692     boxpoints: "outliers"
11693     whiskerwidth: 0
11694   layout:
11695     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
11696     layout: "plot-throughput"
11697
11698 -
11699   type: "plot"
11700   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
11701   algorithm: "plot_performance_box"
11702   output-file-type: ".html"
11703   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
11704   data: "plot-vpp-throughput-latency-3n-skx"
11705   filter: "'NIC_Intel-X710' and
11706            '78B' and
11707            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11708            'NDRPDR' and
11709            '2T1C' and
11710            'IP6FWD' and
11711            not 'SRv6' and
11712            not 'IPSEC' and
11713            not 'VHOST'"
11714   parameters:
11715   - "throughput"
11716   - "parent"
11717   - "tags"
11718   sort:
11719   - "IP6BASE"
11720   - "FIB_20K"
11721   - "FIB_200K"
11722   - "FIB_2M"
11723   traces:
11724     hoverinfo: "x+y"
11725     boxpoints: "outliers"
11726     whiskerwidth: 0
11727   layout:
11728     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
11729     layout: "plot-throughput"
11730
11731 -
11732   type: "plot"
11733   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
11734   algorithm: "plot_performance_box"
11735   output-file-type: ".html"
11736   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
11737   data: "plot-vpp-throughput-latency-3n-skx"
11738   filter: "'NIC_Intel-X710' and
11739            '78B' and
11740            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11741            'NDRPDR' and
11742            '4T2C' and
11743            'IP6FWD' and
11744            not 'SRv6' and
11745            not 'IPSEC' and
11746            not 'VHOST'"
11747   parameters:
11748   - "throughput"
11749   - "parent"
11750   - "tags"
11751   sort:
11752   - "IP6BASE"
11753   - "FIB_20K"
11754   - "FIB_200K"
11755   - "FIB_2M"
11756   traces:
11757     hoverinfo: "x+y"
11758     boxpoints: "outliers"
11759     whiskerwidth: 0
11760   layout:
11761     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
11762     layout: "plot-throughput"
11763
11764 -
11765   type: "plot"
11766   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
11767   algorithm: "plot_performance_box"
11768   output-file-type: ".html"
11769   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
11770   data: "plot-vpp-throughput-latency-3n-skx"
11771   filter: "'NIC_Intel-X710' and
11772            '78B' and
11773            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11774            'NDRPDR' and
11775            '4T2C' and
11776            'IP6FWD' and
11777            not 'SRv6' and
11778            not 'IPSEC' and
11779            not 'VHOST'"
11780   parameters:
11781   - "throughput"
11782   - "parent"
11783   - "tags"
11784   sort:
11785   - "IP6BASE"
11786   - "FIB_20K"
11787   - "FIB_200K"
11788   - "FIB_2M"
11789   traces:
11790     hoverinfo: "x+y"
11791     boxpoints: "outliers"
11792     whiskerwidth: 0
11793   layout:
11794     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
11795     layout: "plot-throughput"
11796
11797 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
11798 -
11799   type: "plot"
11800   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
11801   algorithm: "plot_performance_box"
11802   output-file-type: ".html"
11803   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
11804   data: "plot-vpp-throughput-latency-3n-skx"
11805   filter: "'NIC_Intel-X710' and
11806            '78B' and
11807            ('IP6BASE' or
11808             'POLICE_MARK' or
11809             'COPWHLIST' or
11810             'IACLDST') and
11811            'NDRPDR' and
11812            '2T1C' and
11813            'IP6FWD' and
11814            not 'SRv6' and
11815            not 'IPSEC' and
11816            not 'VHOST'"
11817   parameters:
11818   - "throughput"
11819   - "parent"
11820   - "tags"
11821   sort:
11822   - "IP6BASE"
11823   - "POLICE_MARK"
11824   - "COPWHLIST"
11825   - "IACLDST"
11826   traces:
11827     hoverinfo: "x+y"
11828     boxpoints: "outliers"
11829     whiskerwidth: 0
11830   layout:
11831     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
11832     layout: "plot-throughput"
11833
11834 -
11835   type: "plot"
11836   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
11837   algorithm: "plot_performance_box"
11838   output-file-type: ".html"
11839   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
11840   data: "plot-vpp-throughput-latency-3n-hsw"
11841   filter: "'NIC_Intel-X710' and
11842            '78B' and
11843            ('IP6BASE' or
11844             'POLICE_MARK' or
11845             'COPWHLIST' or
11846             'IACLDST') and
11847            'NDRPDR' and
11848            '4T2C' and
11849            'IP6FWD' and
11850            not 'SRv6' and
11851            not 'IPSEC' and
11852            not 'VHOST'"
11853   parameters:
11854   - "throughput"
11855   - "parent"
11856   - "tags"
11857   sort:
11858   - "IP6BASE"
11859   - "POLICE_MARK"
11860   - "COPWHLIST"
11861   - "IACLDST"
11862   traces:
11863     hoverinfo: "x+y"
11864     boxpoints: "outliers"
11865     whiskerwidth: 0
11866   layout:
11867     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
11868     layout: "plot-throughput"
11869
11870 -
11871   type: "plot"
11872   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
11873   algorithm: "plot_performance_box"
11874   output-file-type: ".html"
11875   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
11876   data: "plot-vpp-throughput-latency-3n-skx"
11877   filter: "'NIC_Intel-X710' and
11878            '78B' and
11879            ('IP6BASE' or
11880             'POLICE_MARK' or
11881             'COPWHLIST' or
11882             'IACLDST') and
11883            'NDRPDR' and
11884            '2T1C' and
11885            'IP6FWD' and
11886            not 'SRv6' and
11887            not 'IPSEC' and
11888            not 'VHOST'"
11889   parameters:
11890   - "throughput"
11891   - "parent"
11892   - "tags"
11893   sort:
11894   - "IP6BASE"
11895   - "POLICE_MARK"
11896   - "COPWHLIST"
11897   - "IACLDST"
11898   traces:
11899     hoverinfo: "x+y"
11900     boxpoints: "outliers"
11901     whiskerwidth: 0
11902   layout:
11903     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
11904     layout: "plot-throughput"
11905
11906 -
11907   type: "plot"
11908   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
11909   algorithm: "plot_performance_box"
11910   output-file-type: ".html"
11911   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
11912   data: "plot-vpp-throughput-latency-3n-skx"
11913   filter: "'NIC_Intel-X710' and
11914            '78B' and
11915            ('IP6BASE' or
11916             'POLICE_MARK' or
11917             'COPWHLIST' or
11918             'IACLDST') and
11919            'NDRPDR' and
11920            '4T2C' and
11921            'IP6FWD' and
11922            not 'SRv6' and
11923            not 'IPSEC' and
11924            not 'VHOST'"
11925   parameters:
11926   - "throughput"
11927   - "parent"
11928   - "tags"
11929   sort:
11930   - "IP6BASE"
11931   - "POLICE_MARK"
11932   - "COPWHLIST"
11933   - "IACLDST"
11934   traces:
11935     hoverinfo: "x+y"
11936     boxpoints: "outliers"
11937     whiskerwidth: 0
11938   layout:
11939     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
11940     layout: "plot-throughput"
11941
11942 # Packet Throughput - VPP IPv6 2n-skx-x710
11943 -
11944   type: "plot"
11945   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
11946   algorithm: "plot_performance_box"
11947   output-file-type: ".html"
11948   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
11949   data: "plot-vpp-throughput-latency-2n-skx"
11950   filter: "'NIC_Intel-X710' and
11951            '78B' and
11952            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11953            'NDRPDR' and
11954            '2T1C' and
11955            'IP6FWD' and
11956            not 'SRv6' and
11957            not 'IPSEC' and
11958            not 'VHOST'"
11959   parameters:
11960   - "throughput"
11961   - "parent"
11962   - "tags"
11963   sort:
11964   - "IP6BASE"
11965   - "FIB_20K"
11966   - "FIB_200K"
11967   - "FIB_2M"
11968   traces:
11969     hoverinfo: "x+y"
11970     boxpoints: "outliers"
11971     whiskerwidth: 0
11972   layout:
11973     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
11974     layout: "plot-throughput"
11975
11976 -
11977   type: "plot"
11978   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
11979   algorithm: "plot_performance_box"
11980   output-file-type: ".html"
11981   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
11982   data: "plot-vpp-throughput-latency-2n-skx"
11983   filter: "'NIC_Intel-X710' and
11984            '78B' and
11985            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11986            'NDRPDR' and
11987            '2T1C' and
11988            'IP6FWD' and
11989            not 'SRv6' and
11990            not 'IPSEC' and
11991            not 'VHOST'"
11992   parameters:
11993   - "throughput"
11994   - "parent"
11995   - "tags"
11996   sort:
11997   - "IP6BASE"
11998   - "FIB_20K"
11999   - "FIB_200K"
12000   - "FIB_2M"
12001   traces:
12002     hoverinfo: "x+y"
12003     boxpoints: "outliers"
12004     whiskerwidth: 0
12005   layout:
12006     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
12007     layout: "plot-throughput"
12008
12009 -
12010   type: "plot"
12011   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12012   algorithm: "plot_performance_box"
12013   output-file-type: ".html"
12014   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12015   data: "plot-vpp-throughput-latency-2n-skx"
12016   filter: "'NIC_Intel-X710' and
12017            '78B' and
12018            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12019            'NDRPDR' and
12020            '4T2C' and
12021            'IP6FWD' and
12022            not 'SRv6' and
12023            not 'IPSEC' and
12024            not 'VHOST'"
12025   parameters:
12026   - "throughput"
12027   - "parent"
12028   - "tags"
12029   sort:
12030   - "IP6BASE"
12031   - "FIB_20K"
12032   - "FIB_200K"
12033   - "FIB_2M"
12034   traces:
12035     hoverinfo: "x+y"
12036     boxpoints: "outliers"
12037     whiskerwidth: 0
12038   layout:
12039     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
12040     layout: "plot-throughput"
12041
12042 -
12043   type: "plot"
12044   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12045   algorithm: "plot_performance_box"
12046   output-file-type: ".html"
12047   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12048   data: "plot-vpp-throughput-latency-2n-skx"
12049   filter: "'NIC_Intel-X710' and
12050            '78B' and
12051            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12052            'NDRPDR' and
12053            '4T2C' and
12054            'IP6FWD' and
12055            not 'SRv6' and
12056            not 'IPSEC' and
12057            not 'VHOST'"
12058   parameters:
12059   - "throughput"
12060   - "parent"
12061   - "tags"
12062   sort:
12063   - "IP6BASE"
12064   - "FIB_20K"
12065   - "FIB_200K"
12066   - "FIB_2M"
12067   traces:
12068     hoverinfo: "x+y"
12069     boxpoints: "outliers"
12070     whiskerwidth: 0
12071   layout:
12072     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
12073     layout: "plot-throughput"
12074
12075 # Packet Throughput - VPP IPv6 2n-skx-xxv710
12076 -
12077   type: "plot"
12078   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12079   algorithm: "plot_performance_box"
12080   output-file-type: ".html"
12081   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12082   data: "plot-vpp-throughput-latency-2n-skx"
12083   filter: "'NIC_Intel-XXV710' and
12084            '78B' and
12085            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12086            'NDRPDR' and
12087            '2T1C' and
12088            'IP6FWD' and
12089            not 'SRv6' and
12090            not 'IPSEC' and
12091            not 'VHOST'"
12092   parameters:
12093   - "throughput"
12094   - "parent"
12095   - "tags"
12096   sort:
12097   - "IP6BASE"
12098   - "FIB_20K"
12099   - "FIB_200K"
12100   - "FIB_2M"
12101   traces:
12102     hoverinfo: "x+y"
12103     boxpoints: "outliers"
12104     whiskerwidth: 0
12105   layout:
12106     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
12107     layout: "plot-throughput"
12108
12109 -
12110   type: "plot"
12111   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12112   algorithm: "plot_performance_box"
12113   output-file-type: ".html"
12114   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12115   data: "plot-vpp-throughput-latency-2n-skx"
12116   filter: "'NIC_Intel-XXV710' and
12117            '78B' and
12118            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12119            'NDRPDR' and
12120            '2T1C' and
12121            'IP6FWD' and
12122            not 'SRv6' and
12123            not 'IPSEC' and
12124            not 'VHOST'"
12125   parameters:
12126   - "throughput"
12127   - "parent"
12128   - "tags"
12129   sort:
12130   - "IP6BASE"
12131   - "FIB_20K"
12132   - "FIB_200K"
12133   - "FIB_2M"
12134   traces:
12135     hoverinfo: "x+y"
12136     boxpoints: "outliers"
12137     whiskerwidth: 0
12138   layout:
12139     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
12140     layout: "plot-throughput"
12141
12142 -
12143   type: "plot"
12144   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12145   algorithm: "plot_performance_box"
12146   output-file-type: ".html"
12147   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12148   data: "plot-vpp-throughput-latency-2n-skx"
12149   filter: "'NIC_Intel-XXV710' and
12150            '78B' and
12151            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12152            'NDRPDR' and
12153            '4T2C' and
12154            'IP6FWD' and
12155            not 'SRv6' and
12156            not 'IPSEC' and
12157            not 'VHOST'"
12158   parameters:
12159   - "throughput"
12160   - "parent"
12161   - "tags"
12162   sort:
12163   - "IP6BASE"
12164   - "FIB_20K"
12165   - "FIB_200K"
12166   - "FIB_2M"
12167   traces:
12168     hoverinfo: "x+y"
12169     boxpoints: "outliers"
12170     whiskerwidth: 0
12171   layout:
12172     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
12173     layout: "plot-throughput"
12174
12175 -
12176   type: "plot"
12177   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12178   algorithm: "plot_performance_box"
12179   output-file-type: ".html"
12180   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12181   data: "plot-vpp-throughput-latency-2n-skx"
12182   filter: "'NIC_Intel-XXV710' and
12183            '78B' and
12184            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12185            'NDRPDR' and
12186            '4T2C' and
12187            'IP6FWD' and
12188            not 'SRv6' and
12189            not 'IPSEC' and
12190            not 'VHOST'"
12191   parameters:
12192   - "throughput"
12193   - "parent"
12194   - "tags"
12195   sort:
12196   - "IP6BASE"
12197   - "FIB_20K"
12198   - "FIB_200K"
12199   - "FIB_2M"
12200   traces:
12201     hoverinfo: "x+y"
12202     boxpoints: "outliers"
12203     whiskerwidth: 0
12204   layout:
12205     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
12206     layout: "plot-throughput"
12207
12208 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
12209 -
12210   type: "plot"
12211   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12212   algorithm: "plot_performance_box"
12213   output-file-type: ".html"
12214   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12215   data: "intel-dnv-vpp"
12216   filter: "'NIC_Intel-X553' and
12217            '78B' and
12218            'IP6BASE' and
12219            'NDRPDR' and
12220            '1T1C' and
12221            'IP6FWD' and
12222            not 'SRv6' and
12223            not 'IPSEC' and
12224            not 'VHOST'"
12225   parameters:
12226   - "throughput"
12227   - "parent"
12228   - "tags"
12229   sort:
12230   - "IP6BASE"
12231   traces:
12232     hoverinfo: "x+y"
12233     boxpoints: "outliers"
12234     whiskerwidth: 0
12235   layout:
12236     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
12237     layout: "plot-throughput"
12238
12239 -
12240   type: "plot"
12241   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12242   algorithm: "plot_performance_box"
12243   output-file-type: ".html"
12244   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12245   data: "intel-dnv-vpp"
12246   filter: "'NIC_Intel-X553' and
12247            '78B' and
12248            'IP6BASE' and
12249            'NDRPDR' and
12250            '1T1C' and
12251            'IP6FWD' and
12252            not 'SRv6' and
12253            not 'IPSEC' and
12254            not 'VHOST'"
12255   parameters:
12256   - "throughput"
12257   - "parent"
12258   - "tags"
12259   sort:
12260   - "IP6BASE"
12261   traces:
12262     hoverinfo: "x+y"
12263     boxpoints: "outliers"
12264     whiskerwidth: 0
12265   layout:
12266     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
12267     layout: "plot-throughput"
12268
12269 -
12270   type: "plot"
12271   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
12272   algorithm: "plot_performance_box"
12273   output-file-type: ".html"
12274   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
12275   data: "intel-dnv-vpp"
12276   filter: "'NIC_Intel-X553' and
12277            '78B' and
12278            'IP6BASE' and
12279            'NDRPDR' and
12280            '2T2C' and
12281            'IP6FWD' and
12282            not 'SRv6' and
12283            not 'IPSEC' and
12284            not 'VHOST'"
12285   parameters:
12286   - "throughput"
12287   - "parent"
12288   - "tags"
12289   sort:
12290   - "IP6BASE"
12291   traces:
12292     hoverinfo: "x+y"
12293     boxpoints: "outliers"
12294     whiskerwidth: 0
12295   layout:
12296     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
12297     layout: "plot-throughput"
12298
12299 -
12300   type: "plot"
12301   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
12302   algorithm: "plot_performance_box"
12303   output-file-type: ".html"
12304   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
12305   data: "intel-dnv-vpp"
12306   filter: "'NIC_Intel-X553' and
12307            '78B' and
12308            'IP6BASE' and
12309            'NDRPDR' and
12310            '2T2C' and
12311            'IP6FWD' and
12312            not 'SRv6' and
12313            not 'IPSEC' and
12314            not 'VHOST'"
12315   parameters:
12316   - "throughput"
12317   - "parent"
12318   - "tags"
12319   sort:
12320   - "IP6BASE"
12321   traces:
12322     hoverinfo: "x+y"
12323     boxpoints: "outliers"
12324     whiskerwidth: 0
12325   layout:
12326     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
12327     layout: "plot-throughput"
12328
12329 ################################################################################
12330
12331 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
12332 -
12333   type: "plot"
12334   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12335   algorithm: "plot_performance_box"
12336   output-file-type: ".html"
12337   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12338   data: "plot-vpp-throughput-latency-3n-hsw"
12339   filter: "'NIC_Intel-X520-DA2' and
12340            '78B' and
12341            'ENCAP' and
12342            'NDRPDR' and
12343            '1T1C' and
12344            'LISP' and
12345            not 'VHOST'"
12346   parameters:
12347   - "throughput"
12348   - "parent"
12349   - "tags"
12350   sort:
12351   - "IP4UNRLAY"
12352   - "IP6UNRLAY"
12353   traces:
12354     hoverinfo: "x+y"
12355     boxpoints: "outliers"
12356     whiskerwidth: 0
12357   layout:
12358     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12359     layout: "plot-throughput"
12360
12361 -
12362   type: "plot"
12363   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12364   algorithm: "plot_performance_box"
12365   output-file-type: ".html"
12366   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12367   data: "plot-vpp-throughput-latency-3n-hsw"
12368   filter: "'NIC_Intel-X520-DA2' and
12369            '78B' and
12370            'ENCAP' and
12371            'NDRPDR' and
12372            '1T1C' and
12373            'LISP' and
12374            not 'VHOST'"
12375   parameters:
12376   - "throughput"
12377   - "parent"
12378   - "tags"
12379   sort:
12380   - "IP4UNRLAY"
12381   - "IP6UNRLAY"
12382   traces:
12383     hoverinfo: "x+y"
12384     boxpoints: "outliers"
12385     whiskerwidth: 0
12386   layout:
12387     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12388     layout: "plot-throughput"
12389
12390 -
12391   type: "plot"
12392   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12393   algorithm: "plot_performance_box"
12394   output-file-type: ".html"
12395   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12396   data: "plot-vpp-throughput-latency-3n-hsw"
12397   filter: "'NIC_Intel-X520-DA2' and
12398            '78B' and
12399            'ENCAP' and
12400            'NDRPDR' and
12401            '2T2C' and
12402            'LISP' and
12403            not 'VHOST'"
12404   parameters:
12405   - "throughput"
12406   - "parent"
12407   - "tags"
12408   sort:
12409   - "IP4UNRLAY"
12410   - "IP6UNRLAY"
12411   traces:
12412     hoverinfo: "x+y"
12413     boxpoints: "outliers"
12414     whiskerwidth: 0
12415   layout:
12416     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12417     layout: "plot-throughput"
12418
12419 -
12420   type: "plot"
12421   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12422   algorithm: "plot_performance_box"
12423   output-file-type: ".html"
12424   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12425   data: "plot-vpp-throughput-latency-3n-hsw"
12426   filter: "'NIC_Intel-X520-DA2' and
12427            '78B' and
12428            'ENCAP' and
12429            'NDRPDR' and
12430            '2T2C' and
12431            'LISP' and
12432            not 'VHOST'"
12433   parameters:
12434   - "throughput"
12435   - "parent"
12436   - "tags"
12437   sort:
12438   - "IP4UNRLAY"
12439   - "IP6UNRLAY"
12440   traces:
12441     hoverinfo: "x+y"
12442     boxpoints: "outliers"
12443     whiskerwidth: 0
12444   layout:
12445     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12446     layout: "plot-throughput"
12447
12448 ################################################################################
12449
12450 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
12451 -
12452   type: "plot"
12453   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
12454   algorithm: "plot_performance_box"
12455   output-file-type: ".html"
12456   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
12457   data: "plot-vpp-throughput-latency-3n-hsw"
12458   filter: "'NIC_Intel-XL710' and
12459            '64B' and
12460            'IP4FWD' and
12461            'NDRPDR' and
12462            'BASE' and
12463            '1T1C' and
12464            'IPSECHW' and
12465            ('IPSECTRAN' or 'IPSECTUN') and
12466            not 'VHOST'"
12467   parameters:
12468   - "throughput"
12469   - "parent"
12470   - "tags"
12471   traces:
12472     hoverinfo: "x+y"
12473     boxpoints: "outliers"
12474     whiskerwidth: 0
12475   layout:
12476     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
12477     layout: "plot-throughput"
12478
12479 -
12480   type: "plot"
12481   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
12482   algorithm: "plot_performance_box"
12483   output-file-type: ".html"
12484   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
12485   data: "plot-vpp-throughput-latency-3n-hsw"
12486   filter: "'NIC_Intel-XL710' and
12487            '64B' and
12488            'IP4FWD' and
12489            'NDRPDR' and
12490            'BASE' and
12491            '1T1C' and
12492            'IPSECHW' and
12493            ('IPSECTRAN' or 'IPSECTUN') and
12494            not 'VHOST'"
12495   parameters:
12496   - "throughput"
12497   - "parent"
12498   - "tags"
12499   traces:
12500     hoverinfo: "x+y"
12501     boxpoints: "outliers"
12502     whiskerwidth: 0
12503   layout:
12504     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
12505     layout: "plot-throughput"
12506
12507 -
12508   type: "plot"
12509   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
12510   algorithm: "plot_performance_box"
12511   output-file-type: ".html"
12512   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
12513   data: "plot-vpp-throughput-latency-3n-hsw"
12514   filter: "'NIC_Intel-XL710' and
12515            '64B' and
12516            'IP4FWD' and
12517            'NDRPDR' and
12518            'BASE' and
12519            '2T2C' and
12520            'IPSECHW' and
12521            ('IPSECTRAN' or 'IPSECTUN') and
12522            not 'VHOST'"
12523   parameters:
12524   - "throughput"
12525   - "parent"
12526   - "tags"
12527   traces:
12528     hoverinfo: "x+y"
12529     boxpoints: "outliers"
12530     whiskerwidth: 0
12531   layout:
12532     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
12533     layout: "plot-throughput"
12534
12535 -
12536   type: "plot"
12537   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
12538   algorithm: "plot_performance_box"
12539   output-file-type: ".html"
12540   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
12541   data: "plot-vpp-throughput-latency-3n-hsw"
12542   filter: "'NIC_Intel-XL710' and
12543            '64B' and
12544            'IP4FWD' and
12545            'NDRPDR' and
12546            'BASE' and
12547            '2T2C' and
12548            'IPSECHW' and
12549            ('IPSECTRAN' or 'IPSECTUN') and
12550            not 'VHOST'"
12551   parameters:
12552   - "throughput"
12553   - "parent"
12554   - "tags"
12555   traces:
12556     hoverinfo: "x+y"
12557     boxpoints: "outliers"
12558     whiskerwidth: 0
12559   layout:
12560     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
12561     layout: "plot-throughput"
12562
12563 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
12564 -
12565   type: "plot"
12566   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
12567   algorithm: "plot_performance_box"
12568   output-file-type: ".html"
12569   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
12570   data: "plot-vpp-throughput-latency-3n-hsw"
12571   filter: "'NIC_Intel-XL710' and
12572            '64B' and
12573            'IP4FWD' and
12574            'NDRPDR' and
12575            'SCALE' and
12576            '1T1C' and
12577            'IPSECHW' and
12578            ('IPSECTRAN' or 'IPSECTUN') and
12579            not 'VHOST'"
12580   parameters:
12581   - "throughput"
12582   - "parent"
12583   - "tags"
12584   traces:
12585     hoverinfo: "x+y"
12586     boxpoints: "outliers"
12587     whiskerwidth: 0
12588   layout:
12589     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
12590     layout: "plot-throughput"
12591
12592 -
12593   type: "plot"
12594   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
12595   algorithm: "plot_performance_box"
12596   output-file-type: ".html"
12597   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
12598   data: "plot-vpp-throughput-latency-3n-hsw"
12599   filter: "'NIC_Intel-XL710' and
12600            '64B' and
12601            'IP4FWD' and
12602            'NDRPDR' and
12603            'SCALE' and
12604            '1T1C' and
12605            'IPSECHW' and
12606            ('IPSECTRAN' or 'IPSECTUN') and
12607            not 'VHOST'"
12608   parameters:
12609   - "throughput"
12610   - "parent"
12611   - "tags"
12612   traces:
12613     hoverinfo: "x+y"
12614     boxpoints: "outliers"
12615     whiskerwidth: 0
12616   layout:
12617     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
12618     layout: "plot-throughput"
12619
12620 -
12621   type: "plot"
12622   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
12623   algorithm: "plot_performance_box"
12624   output-file-type: ".html"
12625   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
12626   data: "plot-vpp-throughput-latency-3n-hsw"
12627   filter: "'NIC_Intel-XL710' and
12628            '64B' and
12629            'IP4FWD' and
12630            'NDRPDR' and
12631            'SCALE' and
12632            '2T2C' and
12633            'IPSECHW' and
12634            ('IPSECTRAN' or 'IPSECTUN') and
12635            not 'VHOST'"
12636   parameters:
12637   - "throughput"
12638   - "parent"
12639   - "tags"
12640   traces:
12641     hoverinfo: "x+y"
12642     boxpoints: "outliers"
12643     whiskerwidth: 0
12644   layout:
12645     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
12646     layout: "plot-throughput"
12647
12648 -
12649   type: "plot"
12650   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
12651   algorithm: "plot_performance_box"
12652   output-file-type: ".html"
12653   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
12654   data: "plot-vpp-throughput-latency-3n-hsw"
12655   filter: "'NIC_Intel-XL710' and
12656            '64B' and
12657            'IP4FWD' and
12658            'NDRPDR' and
12659            'SCALE' and
12660            '2T2C' and
12661            'IPSECHW' and
12662            ('IPSECTRAN' or 'IPSECTUN') and
12663            not 'VHOST'"
12664   parameters:
12665   - "throughput"
12666   - "parent"
12667   - "tags"
12668   traces:
12669     hoverinfo: "x+y"
12670     boxpoints: "outliers"
12671     whiskerwidth: 0
12672   layout:
12673     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
12674     layout: "plot-throughput"
12675
12676 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
12677 -
12678   type: "plot"
12679   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
12680   algorithm: "plot_performance_box"
12681   output-file-type: ".html"
12682   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
12683   data: "plot-vpp-throughput-latency-3n-hsw"
12684   filter: "'NIC_Intel-XL710' and
12685            '64B' and
12686            'IP4FWD' and
12687            'NDRPDR' and
12688            '1T1C' and
12689            'IPSECSW' and
12690            ('IPSECTRAN' or 'IPSECTUN') and
12691            not 'VHOST'"
12692   parameters:
12693   - "throughput"
12694   - "parent"
12695   - "tags"
12696   traces:
12697     hoverinfo: "x+y"
12698     boxpoints: "outliers"
12699     whiskerwidth: 0
12700   layout:
12701     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
12702     layout: "plot-throughput"
12703
12704 -
12705   type: "plot"
12706   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
12707   algorithm: "plot_performance_box"
12708   output-file-type: ".html"
12709   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
12710   data: "plot-vpp-throughput-latency-3n-hsw"
12711   filter: "'NIC_Intel-XL710' and
12712            '64B' and
12713            'IP4FWD' and
12714            'NDRPDR' and
12715            '1T1C' and
12716            'IPSECSW' and
12717            ('IPSECTRAN' or 'IPSECTUN') and
12718            not 'VHOST'"
12719   parameters:
12720   - "throughput"
12721   - "parent"
12722   - "tags"
12723   traces:
12724     hoverinfo: "x+y"
12725     boxpoints: "outliers"
12726     whiskerwidth: 0
12727   layout:
12728     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
12729     layout: "plot-throughput"
12730
12731 -
12732   type: "plot"
12733   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
12734   algorithm: "plot_performance_box"
12735   output-file-type: ".html"
12736   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
12737   data: "plot-vpp-throughput-latency-3n-hsw"
12738   filter: "'NIC_Intel-XL710' and
12739            '64B' and
12740            'IP4FWD' and
12741            'NDRPDR' and
12742            '2T2C' and
12743            'IPSECSW' and
12744            ('IPSECTRAN' or 'IPSECTUN') and
12745            not 'VHOST'"
12746   parameters:
12747   - "throughput"
12748   - "parent"
12749   - "tags"
12750   traces:
12751     hoverinfo: "x+y"
12752     boxpoints: "outliers"
12753     whiskerwidth: 0
12754   layout:
12755     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
12756     layout: "plot-throughput"
12757
12758 -
12759   type: "plot"
12760   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
12761   algorithm: "plot_performance_box"
12762   output-file-type: ".html"
12763   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
12764   data: "plot-vpp-throughput-latency-3n-hsw"
12765   filter: "'NIC_Intel-XL710' and
12766            '64B' and
12767            'IP4FWD' and
12768            'NDRPDR' and
12769            '2T2C' and
12770            'IPSECSW' and
12771            ('IPSECTRAN' or 'IPSECTUN') and
12772            not 'VHOST'"
12773   parameters:
12774   - "throughput"
12775   - "parent"
12776   - "tags"
12777   traces:
12778     hoverinfo: "x+y"
12779     boxpoints: "outliers"
12780     whiskerwidth: 0
12781   layout:
12782     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
12783     layout: "plot-throughput"
12784
12785 ################################################################################
12786
12787 # Packet Throughput - VPP SRv6 3n-hsw-x520
12788 -
12789   type: "plot"
12790   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
12791   algorithm: "plot_performance_box"
12792   output-file-type: ".html"
12793   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
12794   data: "plot-vpp-throughput-latency-3n-hsw"
12795   filter: "'NIC_Intel-X520-DA2' and
12796            '78B' and
12797            'FEATURE' and
12798            'NDRPDR' and
12799            '1T1C' and
12800            'IP6FWD' and
12801            'SRv6'"
12802   parameters:
12803   - "throughput"
12804   - "parent"
12805   - "tags"
12806   traces:
12807     hoverinfo: "x+y"
12808     boxpoints: "outliers"
12809     whiskerwidth: 0
12810   layout:
12811     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
12812     layout: "plot-throughput"
12813
12814 -
12815   type: "plot"
12816   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
12817   algorithm: "plot_performance_box"
12818   output-file-type: ".html"
12819   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
12820   data: "plot-vpp-throughput-latency-3n-hsw"
12821   filter: "'NIC_Intel-X520-DA2' and
12822            '78B' and
12823            'FEATURE' and
12824            'NDRPDR' and
12825            '1T1C' and
12826            'IP6FWD' and
12827            'SRv6'"
12828   parameters:
12829   - "throughput"
12830   - "parent"
12831   - "tags"
12832   traces:
12833     hoverinfo: "x+y"
12834     boxpoints: "outliers"
12835     whiskerwidth: 0
12836   layout:
12837     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
12838     layout: "plot-throughput"
12839
12840 -
12841   type: "plot"
12842   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
12843   algorithm: "plot_performance_box"
12844   output-file-type: ".html"
12845   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
12846   data: "plot-vpp-throughput-latency-3n-hsw"
12847   filter: "'NIC_Intel-X520-DA2' and
12848            '78B' and
12849            'FEATURE' and
12850            'NDRPDR' and
12851            '2T2C' and
12852            'IP6FWD' and
12853            'SRv6'"
12854   parameters:
12855   - "throughput"
12856   - "parent"
12857   - "tags"
12858   traces:
12859     hoverinfo: "x+y"
12860     boxpoints: "outliers"
12861     whiskerwidth: 0
12862   layout:
12863     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
12864     layout: "plot-throughput"
12865
12866 -
12867   type: "plot"
12868   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
12869   algorithm: "plot_performance_box"
12870   output-file-type: ".html"
12871   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
12872   data: "plot-vpp-throughput-latency-3n-hsw"
12873   filter: "'NIC_Intel-X520-DA2' and
12874            '78B' and
12875            'FEATURE' and
12876            'NDRPDR' and
12877            '2T2C' and
12878            'IP6FWD' and
12879            'SRv6'"
12880   parameters:
12881   - "throughput"
12882   - "parent"
12883   - "tags"
12884   traces:
12885     hoverinfo: "x+y"
12886     boxpoints: "outliers"
12887     whiskerwidth: 0
12888   layout:
12889     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
12890     layout: "plot-throughput"
12891
12892 ################################################################################
12893
12894 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
12895 -
12896   type: "plot"
12897   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12898   algorithm: "plot_performance_box"
12899   output-file-type: ".html"
12900   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12901   data: "plot-vpp-throughput-latency-3n-hsw"
12902   filter: "'NIC_Intel-X520-DA2' and
12903            '64B' and
12904            'NDRPDR' and
12905            'ETH' and
12906            'IP4FWD' and
12907            '1T1C' and
12908            'VHOST_1024' and
12909            not 'VXLAN' and
12910            not 'DOT1Q'"
12911   parameters:
12912   - "throughput"
12913   - "parent"
12914   - "tags"
12915   sort:
12916   - "not CFS_OPT"
12917   - "1VM"
12918   - "2VM"
12919   traces:
12920     hoverinfo: "x+y"
12921     boxpoints: "outliers"
12922     whiskerwidth: 0
12923   layout:
12924     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12925     layout: "plot-throughput"
12926
12927 -
12928   type: "plot"
12929   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12930   algorithm: "plot_performance_box"
12931   output-file-type: ".html"
12932   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12933   data: "plot-vpp-throughput-latency-3n-hsw"
12934   filter: "'NIC_Intel-X520-DA2' and
12935            '64B' and
12936            'NDRPDR' and
12937            'ETH' and
12938            'IP4FWD' and
12939            '2T2C' and
12940            'VHOST_1024' and
12941            not 'VXLAN' and
12942            not 'DOT1Q'"
12943   parameters:
12944   - "throughput"
12945   - "parent"
12946   - "tags"
12947   sort:
12948   - "not CFS_OPT"
12949   - "1VM"
12950   - "2VM"
12951   traces:
12952     hoverinfo: "x+y"
12953     boxpoints: "outliers"
12954     whiskerwidth: 0
12955   layout:
12956     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12957     layout: "plot-throughput"
12958
12959 -
12960   type: "plot"
12961   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12962   algorithm: "plot_performance_box"
12963   output-file-type: ".html"
12964   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12965   data: "plot-vpp-throughput-latency-3n-hsw"
12966   filter: "'NIC_Intel-X520-DA2' and
12967            '64B' and
12968            'NDRPDR' and
12969            'ETH' and
12970            'IP4FWD' and
12971            '1T1C' and
12972            'VHOST_1024' and
12973            not 'VXLAN' and
12974            not 'DOT1Q'"
12975   parameters:
12976   - "throughput"
12977   - "parent"
12978   - "tags"
12979   sort:
12980   - "not CFS_OPT"
12981   - "1VM"
12982   - "2VM"
12983   traces:
12984     hoverinfo: "x+y"
12985     boxpoints: "outliers"
12986     whiskerwidth: 0
12987   layout:
12988     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12989     layout: "plot-throughput"
12990
12991 -
12992   type: "plot"
12993   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12994   algorithm: "plot_performance_box"
12995   output-file-type: ".html"
12996   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12997   data: "plot-vpp-throughput-latency-3n-hsw"
12998   filter: "'NIC_Intel-X520-DA2' and
12999            '64B' and
13000            'NDRPDR' and
13001            'ETH' and
13002            'IP4FWD' and
13003            '2T2C' and
13004            'VHOST_1024' and
13005            not 'VXLAN' and
13006            not 'DOT1Q'"
13007   parameters:
13008   - "throughput"
13009   - "parent"
13010   - "tags"
13011   sort:
13012   - "not CFS_OPT"
13013   - "1VM"
13014   - "2VM"
13015   traces:
13016     hoverinfo: "x+y"
13017     boxpoints: "outliers"
13018     whiskerwidth: 0
13019   layout:
13020     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13021     layout: "plot-throughput"
13022
13023 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
13024 -
13025   type: "plot"
13026   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13027   algorithm: "plot_performance_box"
13028   output-file-type: ".html"
13029   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13030   data: "plot-vpp-throughput-latency-3n-hsw"
13031   filter: "'NIC_Intel-X520-DA2' and
13032            '64B' and
13033            'NDRPDR' and
13034            ('ETH' or 'DOT1Q') and
13035            '1T1C' and
13036            'L2BDMACLRN' and
13037            'VHOST_1024' and
13038            not 'VXLAN' and
13039            not 'IP4FWD' and
13040            not '2VM'"
13041   parameters:
13042   - "throughput"
13043   - "parent"
13044   - "tags"
13045 #  sort:
13046 #  - "VM"  # "not CFS_OPT"
13047 #  - "CFS_OPT"
13048 #  - "FIB_10K"
13049 #  - "FIB_100K"
13050 #  - "FIB_1M"
13051   traces:
13052     hoverinfo: "x+y"
13053     boxpoints: "outliers"
13054     whiskerwidth: 0
13055   layout:
13056     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
13057     layout: "plot-throughput"
13058
13059 -
13060   type: "plot"
13061   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13062   algorithm: "plot_performance_box"
13063   output-file-type: ".html"
13064   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13065   data: "plot-vpp-throughput-latency-3n-hsw"
13066   filter: "'NIC_Intel-X520-DA2' and
13067            '64B' and
13068            'NDRPDR' and
13069            ('ETH' or 'DOT1Q') and
13070            '2T2C' and
13071            'L2BDMACLRN' and
13072            'VHOST_1024' and
13073            not 'VXLAN' and
13074            not 'IP4FWD' and
13075            not '2VM'"
13076   parameters:
13077   - "throughput"
13078   - "parent"
13079   - "tags"
13080 #  sort:
13081 #  - "VM"  # "not CFS_OPT"
13082 #  - "CFS_OPT"
13083 #  - "FIB_10K"
13084 #  - "FIB_100K"
13085 #  - "FIB_1M"
13086   traces:
13087     hoverinfo: "x+y"
13088     boxpoints: "outliers"
13089     whiskerwidth: 0
13090   layout:
13091     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
13092     layout: "plot-throughput"
13093
13094 -
13095   type: "plot"
13096   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13097   algorithm: "plot_performance_box"
13098   output-file-type: ".html"
13099   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13100   data: "plot-vpp-throughput-latency-3n-hsw"
13101   filter: "'NIC_Intel-X520-DA2' and
13102            '64B' and
13103            'NDRPDR' and
13104            ('ETH' or 'DOT1Q') and
13105            '1T1C' and
13106            'L2BDMACLRN' and
13107            'VHOST_1024' and
13108            not 'VXLAN' and
13109            not 'IP4FWD' and
13110            not '2VM'"
13111   parameters:
13112   - "throughput"
13113   - "parent"
13114   - "tags"
13115 #  sort:
13116 #  - "VM"  # "not CFS_OPT"
13117 #  - "CFS_OPT"
13118 #  - "FIB_10K"
13119 #  - "FIB_100K"
13120 #  - "FIB_1M"
13121   traces:
13122     hoverinfo: "x+y"
13123     boxpoints: "outliers"
13124     whiskerwidth: 0
13125   layout:
13126     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
13127     layout: "plot-throughput"
13128
13129 -
13130   type: "plot"
13131   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13132   algorithm: "plot_performance_box"
13133   output-file-type: ".html"
13134   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13135   data: "plot-vpp-throughput-latency-3n-hsw"
13136   filter: "'NIC_Intel-X520-DA2' and
13137            '64B' and
13138            'NDRPDR' and
13139            ('ETH' or 'DOT1Q') and
13140            '2T2C' and
13141            'L2BDMACLRN' and
13142            'VHOST_1024' and
13143            not 'VXLAN' and
13144            not 'IP4FWD' and
13145            not '2VM'"
13146   parameters:
13147   - "throughput"
13148   - "parent"
13149   - "tags"
13150 #  sort:
13151 #  - "VM"  # "not CFS_OPT"
13152 #  - "CFS_OPT"
13153 #  - "FIB_10K"
13154 #  - "FIB_100K"
13155 #  - "FIB_1M"
13156   traces:
13157     hoverinfo: "x+y"
13158     boxpoints: "outliers"
13159     whiskerwidth: 0
13160   layout:
13161     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
13162     layout: "plot-throughput"
13163
13164 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
13165 -
13166   type: "plot"
13167   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
13168   algorithm: "plot_performance_box"
13169   output-file-type: ".html"
13170   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
13171   data: "plot-vpp-throughput-latency-3n-hsw"
13172   filter: "'NIC_Intel-X520-DA2' and
13173            '64B' and
13174            'NDRPDR' and
13175            ('ETH' or 'DOT1Q') and
13176            'BASE' and
13177            '1T1C' and
13178            ('L2BDMACLRN' or 'L2XCFWD') and
13179            'VHOST_1024' and
13180            not 'VXLAN' and
13181            not 'IP4FWD' and
13182            not '2VM'"
13183   parameters:
13184   - "throughput"
13185   - "parent"
13186   - "tags"
13187 #  sort:
13188 #  - "not CFS_OPT"
13189 #  - "L2XCFWD"
13190 #  - "not CFS_OPT"
13191 #  - "CFS_OPT"
13192   traces:
13193     hoverinfo: "x+y"
13194     boxpoints: "outliers"
13195     whiskerwidth: 0
13196   layout:
13197     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
13198     layout: "plot-throughput"
13199
13200 -
13201   type: "plot"
13202   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
13203   algorithm: "plot_performance_box"
13204   output-file-type: ".html"
13205   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
13206   data: "plot-vpp-throughput-latency-3n-hsw"
13207   filter: "'NIC_Intel-X520-DA2' and
13208            '64B' and
13209            'NDRPDR' and
13210            ('ETH' or 'DOT1Q') and
13211            'BASE' and
13212            '1T1C' and
13213            ('L2BDMACLRN' or 'L2XCFWD') and
13214            'VHOST_1024' and
13215            not 'VXLAN' and
13216            not 'IP4FWD' and
13217            not '2VM'"
13218   parameters:
13219   - "throughput"
13220   - "parent"
13221   - "tags"
13222 #  sort:
13223 #  - "not CFS_OPT"
13224 #  - "L2XCFWD"
13225 #  - "not CFS_OPT"
13226 #  - "CFS_OPT"
13227   traces:
13228     hoverinfo: "x+y"
13229     boxpoints: "outliers"
13230     whiskerwidth: 0
13231   layout:
13232     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
13233     layout: "plot-throughput"
13234
13235 -
13236   type: "plot"
13237   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
13238   algorithm: "plot_performance_box"
13239   output-file-type: ".html"
13240   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
13241   data: "plot-vpp-throughput-latency-3n-hsw"
13242   filter: "'NIC_Intel-X520-DA2' and
13243            '64B' and
13244            'NDRPDR' and
13245            ('ETH' or 'DOT1Q') and
13246            'BASE' and
13247            '2T2C' and
13248            ('L2BDMACLRN' or 'L2XCFWD') and
13249            'VHOST_1024' and
13250            not 'VXLAN' and
13251            not 'IP4FWD' and
13252            not '2VM'"
13253   parameters:
13254   - "throughput"
13255   - "parent"
13256   - "tags"
13257 #  sort:
13258 #  - "not CFS_OPT"
13259 #  - "L2XCFWD"
13260 #  - "not CFS_OPT"
13261 #  - "CFS_OPT"
13262   traces:
13263     hoverinfo: "x+y"
13264     boxpoints: "outliers"
13265     whiskerwidth: 0
13266   layout:
13267     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
13268     layout: "plot-throughput"
13269
13270 -
13271   type: "plot"
13272   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
13273   algorithm: "plot_performance_box"
13274   output-file-type: ".html"
13275   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
13276   data: "plot-vpp-throughput-latency-3n-hsw"
13277   filter: "'NIC_Intel-X520-DA2' and
13278            '64B' and
13279            'NDRPDR' and
13280            ('ETH' or 'DOT1Q') and
13281            'BASE' and
13282            '2T2C' and
13283            ('L2BDMACLRN' or 'L2XCFWD') and
13284            'VHOST_1024' and
13285            not 'VXLAN' and
13286            not 'IP4FWD' and
13287            not '2VM'"
13288   parameters:
13289   - "throughput"
13290   - "parent"
13291   - "tags"
13292 #  sort:
13293 #  - "not CFS_OPT"
13294 #  - "L2XCFWD"
13295 #  - "not CFS_OPT"
13296 #  - "CFS_OPT"
13297   traces:
13298     hoverinfo: "x+y"
13299     boxpoints: "outliers"
13300     whiskerwidth: 0
13301   layout:
13302     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
13303     layout: "plot-throughput"
13304
13305 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
13306 -
13307   type: "plot"
13308   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13309   algorithm: "plot_performance_box"
13310   output-file-type: ".html"
13311   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13312   data: "plot-vpp-throughput-latency-3n-hsw"
13313   filter: "'NIC_Intel-X520-DA2' and
13314            '64B' and
13315            'NDRPDR' and
13316            ('ETH' or 'DOT1Q') and
13317            '1T1C' and
13318            ('L2BDMACLRN' or 'L2XCFWD') and
13319            'VHOST_1024' and
13320            not 'CFS_OPT' and
13321            not 'VXLAN' and
13322            not 'IP4FWD' and
13323            not 'LBOND'"
13324   parameters:
13325   - "throughput"
13326   - "parent"
13327   - "tags"
13328 #  sort:
13329 #  - "1VM"
13330 #  - "L2XCFWD"
13331 #  - "1VM"
13332 #  - "L2BDMACLRN"
13333   traces:
13334     hoverinfo: "x+y"
13335     boxpoints: "outliers"
13336     whiskerwidth: 0
13337   layout:
13338     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13339     layout: "plot-throughput"
13340
13341 -
13342   type: "plot"
13343   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13344   algorithm: "plot_performance_box"
13345   output-file-type: ".html"
13346   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13347   data: "plot-vpp-throughput-latency-3n-hsw"
13348   filter: "'NIC_Intel-X520-DA2' and
13349            '64B' and
13350            'NDRPDR' and
13351            ('ETH' or 'DOT1Q') and
13352            '1T1C' and
13353            ('L2BDMACLRN' or 'L2XCFWD') and
13354            'VHOST_1024' and
13355            not 'CFS_OPT' and
13356            not 'VXLAN' and
13357            not 'IP4FWD' and
13358            not 'LBOND'"
13359   parameters:
13360   - "throughput"
13361   - "parent"
13362   - "tags"
13363 #  sort:
13364 #  - "1VM"
13365 #  - "L2XCFWD"
13366 #  - "1VM"
13367 #  - "L2BDMACLRN"
13368   traces:
13369     hoverinfo: "x+y"
13370     boxpoints: "outliers"
13371     whiskerwidth: 0
13372   layout:
13373     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13374     layout: "plot-throughput"
13375
13376 -
13377   type: "plot"
13378   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
13379   algorithm: "plot_performance_box"
13380   output-file-type: ".html"
13381   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
13382   data: "plot-vpp-throughput-latency-3n-hsw"
13383   filter: "'NIC_Intel-X520-DA2' and
13384            '64B' and
13385            'NDRPDR' and
13386            ('ETH' or 'DOT1Q') and
13387            '2T2C' and
13388            ('L2BDMACLRN' or 'L2XCFWD') and
13389            'VHOST_1024' and
13390            not 'CFS_OPT' and
13391            not 'VXLAN' and
13392            not 'IP4FWD' and
13393            not 'LBOND'"
13394   parameters:
13395   - "throughput"
13396   - "parent"
13397   - "tags"
13398 #  sort:
13399 #  - "1VM"
13400 #  - "L2XCFWD"
13401 #  - "1VM"
13402 #  - "L2BDMACLRN"
13403   traces:
13404     hoverinfo: "x+y"
13405     boxpoints: "outliers"
13406     whiskerwidth: 0
13407   layout:
13408     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
13409     layout: "plot-throughput"
13410
13411 -
13412   type: "plot"
13413   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
13414   algorithm: "plot_performance_box"
13415   output-file-type: ".html"
13416   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
13417   data: "plot-vpp-throughput-latency-3n-hsw"
13418   filter: "'NIC_Intel-X520-DA2' and
13419            '64B' and
13420            'NDRPDR' and
13421            ('ETH' or 'DOT1Q') and
13422            '2T2C' and
13423            ('L2BDMACLRN' or 'L2XCFWD') and
13424            'VHOST_1024' and
13425            not 'CFS_OPT' and
13426            not 'VXLAN' and
13427            not 'IP4FWD' and
13428            not 'LBOND'"
13429   parameters:
13430   - "throughput"
13431   - "parent"
13432   - "tags"
13433 #  sort:
13434 #  - "1VM"
13435 #  - "L2XCFWD"
13436 #  - "1VM"
13437 #  - "L2BDMACLRN"
13438   traces:
13439     hoverinfo: "x+y"
13440     boxpoints: "outliers"
13441     whiskerwidth: 0
13442   layout:
13443     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
13444     layout: "plot-throughput"
13445
13446 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
13447 -
13448   type: "plot"
13449   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13450   algorithm: "plot_performance_box"
13451   output-file-type: ".html"
13452   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13453   data: "plot-vpp-throughput-latency-3n-hsw"
13454   filter: "'NIC_Intel-X710' and
13455            '64B' and
13456            'NDRPDR' and
13457            'ETH' and
13458            'IP4FWD' and
13459            '1T1C' and
13460            'VHOST_1024' and
13461            not 'VXLAN' and
13462            not 'DOT1Q'"
13463   parameters:
13464   - "throughput"
13465   - "parent"
13466   - "tags"
13467   sort:
13468   - "not CFS_OPT"
13469   - "1VM"
13470   - "2VM"
13471   traces:
13472     hoverinfo: "x+y"
13473     boxpoints: "outliers"
13474     whiskerwidth: 0
13475   layout:
13476     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13477     layout: "plot-throughput"
13478
13479 -
13480   type: "plot"
13481   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13482   algorithm: "plot_performance_box"
13483   output-file-type: ".html"
13484   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13485   data: "plot-vpp-throughput-latency-3n-hsw"
13486   filter: "'NIC_Intel-X710' and
13487            '64B' and
13488            'NDRPDR' and
13489            'ETH' and
13490            'IP4FWD' and
13491            '2T2C' and
13492            'VHOST_1024' and
13493            not 'VXLAN' and
13494            not 'DOT1Q'"
13495   parameters:
13496   - "throughput"
13497   - "parent"
13498   - "tags"
13499   sort:
13500   - "not CFS_OPT"
13501   - "1VM"
13502   - "2VM"
13503   traces:
13504     hoverinfo: "x+y"
13505     boxpoints: "outliers"
13506     whiskerwidth: 0
13507   layout:
13508     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13509     layout: "plot-throughput"
13510
13511 -
13512   type: "plot"
13513   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13514   algorithm: "plot_performance_box"
13515   output-file-type: ".html"
13516   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13517   data: "plot-vpp-throughput-latency-3n-hsw"
13518   filter: "'NIC_Intel-X710' and
13519            '64B' and
13520            'NDRPDR' and
13521            'ETH' and
13522            'IP4FWD' and
13523            '1T1C' and
13524            'VHOST_1024' and
13525            not 'VXLAN' and
13526            not 'DOT1Q'"
13527   parameters:
13528   - "throughput"
13529   - "parent"
13530   - "tags"
13531   sort:
13532   - "not CFS_OPT"
13533   - "1VM"
13534   - "2VM"
13535   traces:
13536     hoverinfo: "x+y"
13537     boxpoints: "outliers"
13538     whiskerwidth: 0
13539   layout:
13540     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13541     layout: "plot-throughput"
13542
13543 -
13544   type: "plot"
13545   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13546   algorithm: "plot_performance_box"
13547   output-file-type: ".html"
13548   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13549   data: "plot-vpp-throughput-latency-3n-hsw"
13550   filter: "'NIC_Intel-X710' and
13551            '64B' and
13552            'NDRPDR' and
13553            'ETH' and
13554            'IP4FWD' and
13555            '2T2C' and
13556            'VHOST_1024' and
13557            not 'VXLAN' and
13558            not 'DOT1Q'"
13559   parameters:
13560   - "throughput"
13561   - "parent"
13562   - "tags"
13563   sort:
13564   - "not CFS_OPT"
13565   - "1VM"
13566   - "2VM"
13567   traces:
13568     hoverinfo: "x+y"
13569     boxpoints: "outliers"
13570     whiskerwidth: 0
13571   layout:
13572     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13573     layout: "plot-throughput"
13574
13575 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
13576 -
13577   type: "plot"
13578   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13579   algorithm: "plot_performance_box"
13580   output-file-type: ".html"
13581   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13582   data: "plot-vpp-throughput-latency-3n-hsw"
13583   filter: "'NIC_Intel-X710' and
13584            '64B' and
13585            'NDRPDR' and
13586            ('ETH' or 'DOT1Q') and
13587            '1T1C' and
13588            'L2BDMACLRN' and
13589            'VHOST_1024' and
13590            not 'VXLAN' and
13591            not 'IP4FWD' and
13592            not '2VM'"
13593   parameters:
13594   - "throughput"
13595   - "parent"
13596   - "tags"
13597 #  sort:
13598 #  - "VM"  # "not CFS_OPT"
13599 #  - "CFS_OPT"
13600 #  - "FIB_10K"
13601 #  - "FIB_100K"
13602 #  - "FIB_1M"
13603   traces:
13604     hoverinfo: "x+y"
13605     boxpoints: "outliers"
13606     whiskerwidth: 0
13607   layout:
13608     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13609     layout: "plot-throughput"
13610
13611 -
13612   type: "plot"
13613   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13614   algorithm: "plot_performance_box"
13615   output-file-type: ".html"
13616   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13617   data: "plot-vpp-throughput-latency-3n-hsw"
13618   filter: "'NIC_Intel-X710' and
13619            '64B' and
13620            'NDRPDR' and
13621            ('ETH' or 'DOT1Q') and
13622            '2T2C' and
13623            'L2BDMACLRN' and
13624            'VHOST_1024' and
13625            not 'VXLAN' and
13626            not 'IP4FWD' and
13627            not '2VM'"
13628   parameters:
13629   - "throughput"
13630   - "parent"
13631   - "tags"
13632 #  sort:
13633 #  - "VM"  # "not CFS_OPT"
13634 #  - "CFS_OPT"
13635 #  - "FIB_10K"
13636 #  - "FIB_100K"
13637 #  - "FIB_1M"
13638   traces:
13639     hoverinfo: "x+y"
13640     boxpoints: "outliers"
13641     whiskerwidth: 0
13642   layout:
13643     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13644     layout: "plot-throughput"
13645
13646 -
13647   type: "plot"
13648   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13649   algorithm: "plot_performance_box"
13650   output-file-type: ".html"
13651   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13652   data: "plot-vpp-throughput-latency-3n-hsw"
13653   filter: "'NIC_Intel-X710' and
13654            '64B' and
13655            'NDRPDR' and
13656            ('ETH' or 'DOT1Q') and
13657            '1T1C' and
13658            'L2BDMACLRN' and
13659            'VHOST_1024' and
13660            not 'VXLAN' and
13661            not 'IP4FWD' and
13662            not '2VM'"
13663   parameters:
13664   - "throughput"
13665   - "parent"
13666   - "tags"
13667 #  sort:
13668 #  - "VM"  # "not CFS_OPT"
13669 #  - "CFS_OPT"
13670 #  - "FIB_10K"
13671 #  - "FIB_100K"
13672 #  - "FIB_1M"
13673   traces:
13674     hoverinfo: "x+y"
13675     boxpoints: "outliers"
13676     whiskerwidth: 0
13677   layout:
13678     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13679     layout: "plot-throughput"
13680
13681 -
13682   type: "plot"
13683   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13684   algorithm: "plot_performance_box"
13685   output-file-type: ".html"
13686   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13687   data: "plot-vpp-throughput-latency-3n-hsw"
13688   filter: "'NIC_Intel-X710' and
13689            '64B' and
13690            'NDRPDR' and
13691            ('ETH' or 'DOT1Q') and
13692            '2T2C' and
13693            'L2BDMACLRN' and
13694            'VHOST_1024' and
13695            not 'VXLAN' and
13696            not 'IP4FWD' and
13697            not '2VM'"
13698   parameters:
13699   - "throughput"
13700   - "parent"
13701   - "tags"
13702 #  sort:
13703 #  - "VM"  # "not CFS_OPT"
13704 #  - "CFS_OPT"
13705 #  - "FIB_10K"
13706 #  - "FIB_100K"
13707 #  - "FIB_1M"
13708   traces:
13709     hoverinfo: "x+y"
13710     boxpoints: "outliers"
13711     whiskerwidth: 0
13712   layout:
13713     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13714     layout: "plot-throughput"
13715
13716 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
13717 -
13718   type: "plot"
13719   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
13720   algorithm: "plot_performance_box"
13721   output-file-type: ".html"
13722   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
13723   data: "plot-vpp-throughput-latency-3n-hsw"
13724   filter: "'NIC_Intel-X710' and
13725            '64B' and
13726            'NDRPDR' and
13727            ('ETH' or 'DOT1Q') and
13728            'BASE' and
13729            '1T1C' and
13730            ('L2BDMACLRN' or 'L2XCFWD') and
13731            'VHOST_1024' and
13732            not 'VXLAN' and
13733            not 'IP4FWD' and
13734            not '2VM'"
13735   parameters:
13736   - "throughput"
13737   - "parent"
13738   - "tags"
13739 #  sort:
13740 #  - "not CFS_OPT"
13741 #  - "L2XCFWD"
13742 #  - "not CFS_OPT"
13743 #  - "CFS_OPT"
13744   traces:
13745     hoverinfo: "x+y"
13746     boxpoints: "outliers"
13747     whiskerwidth: 0
13748   layout:
13749     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
13750     layout: "plot-throughput"
13751
13752 -
13753   type: "plot"
13754   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
13755   algorithm: "plot_performance_box"
13756   output-file-type: ".html"
13757   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
13758   data: "plot-vpp-throughput-latency-3n-hsw"
13759   filter: "'NIC_Intel-X710' and
13760            '64B' and
13761            'NDRPDR' and
13762            ('ETH' or 'DOT1Q') and
13763            'BASE' and
13764            '1T1C' and
13765            ('L2BDMACLRN' or 'L2XCFWD') and
13766            'VHOST_1024' and
13767            not 'VXLAN' and
13768            not 'IP4FWD' and
13769            not '2VM'"
13770   parameters:
13771   - "throughput"
13772   - "parent"
13773   - "tags"
13774 #  sort:
13775 #  - "not CFS_OPT"
13776 #  - "L2XCFWD"
13777 #  - "not CFS_OPT"
13778 #  - "CFS_OPT"
13779   traces:
13780     hoverinfo: "x+y"
13781     boxpoints: "outliers"
13782     whiskerwidth: 0
13783   layout:
13784     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
13785     layout: "plot-throughput"
13786
13787 -
13788   type: "plot"
13789   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
13790   algorithm: "plot_performance_box"
13791   output-file-type: ".html"
13792   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
13793   data: "plot-vpp-throughput-latency-3n-hsw"
13794   filter: "'NIC_Intel-X710' and
13795            '64B' and
13796            'NDRPDR' and
13797            ('ETH' or 'DOT1Q') and
13798            'BASE' and
13799            '2T2C' and
13800            ('L2BDMACLRN' or 'L2XCFWD') and
13801            'VHOST_1024' and
13802            not 'VXLAN' and
13803            not 'IP4FWD' and
13804            not '2VM'"
13805   parameters:
13806   - "throughput"
13807   - "parent"
13808   - "tags"
13809 #  sort:
13810 #  - "not CFS_OPT"
13811 #  - "L2XCFWD"
13812 #  - "not CFS_OPT"
13813 #  - "CFS_OPT"
13814   traces:
13815     hoverinfo: "x+y"
13816     boxpoints: "outliers"
13817     whiskerwidth: 0
13818   layout:
13819     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
13820     layout: "plot-throughput"
13821
13822 -
13823   type: "plot"
13824   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
13825   algorithm: "plot_performance_box"
13826   output-file-type: ".html"
13827   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
13828   data: "plot-vpp-throughput-latency-3n-hsw"
13829   filter: "'NIC_Intel-X710' and
13830            '64B' and
13831            'NDRPDR' and
13832            ('ETH' or 'DOT1Q') and
13833            'BASE' and
13834            '2T2C' and
13835            ('L2BDMACLRN' or 'L2XCFWD') and
13836            'VHOST_1024' and
13837            not 'VXLAN' and
13838            not 'IP4FWD' and
13839            not '2VM'"
13840   parameters:
13841   - "throughput"
13842   - "parent"
13843   - "tags"
13844 #  sort:
13845 #  - "not CFS_OPT"
13846 #  - "L2XCFWD"
13847 #  - "not CFS_OPT"
13848 #  - "CFS_OPT"
13849   traces:
13850     hoverinfo: "x+y"
13851     boxpoints: "outliers"
13852     whiskerwidth: 0
13853   layout:
13854     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
13855     layout: "plot-throughput"
13856
13857 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
13858 -
13859   type: "plot"
13860   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
13861   algorithm: "plot_performance_box"
13862   output-file-type: ".html"
13863   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
13864   data: "plot-vpp-throughput-latency-3n-hsw"
13865   filter: "'NIC_Intel-X710' and
13866            '64B' and
13867            'NDRPDR' and
13868            ('ETH' or 'DOT1Q') and
13869            '1T1C' and
13870            ('L2BDMACLRN' or 'L2XCFWD') and
13871            'VHOST_1024' and
13872            not 'CFS_OPT' and
13873            not 'VXLAN' and
13874            not 'IP4FWD' and
13875            not 'LBOND'"
13876   parameters:
13877   - "throughput"
13878   - "parent"
13879   - "tags"
13880 #  sort:
13881 #  - "1VM"
13882 #  - "L2XCFWD"
13883 #  - "1VM"
13884 #  - "L2BDMACLRN"
13885   traces:
13886     hoverinfo: "x+y"
13887     boxpoints: "outliers"
13888     whiskerwidth: 0
13889   layout:
13890     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
13891     layout: "plot-throughput"
13892
13893 -
13894   type: "plot"
13895   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
13896   algorithm: "plot_performance_box"
13897   output-file-type: ".html"
13898   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
13899   data: "plot-vpp-throughput-latency-3n-hsw"
13900   filter: "'NIC_Intel-X710' and
13901            '64B' and
13902            'NDRPDR' and
13903            ('ETH' or 'DOT1Q') and
13904            '1T1C' and
13905            ('L2BDMACLRN' or 'L2XCFWD') and
13906            'VHOST_1024' and
13907            not 'CFS_OPT' and
13908            not 'VXLAN' and
13909            not 'IP4FWD' and
13910            not 'LBOND'"
13911   parameters:
13912   - "throughput"
13913   - "parent"
13914   - "tags"
13915 #  sort:
13916 #  - "1VM"
13917 #  - "L2XCFWD"
13918 #  - "1VM"
13919 #  - "L2BDMACLRN"
13920   traces:
13921     hoverinfo: "x+y"
13922     boxpoints: "outliers"
13923     whiskerwidth: 0
13924   layout:
13925     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
13926     layout: "plot-throughput"
13927
13928 -
13929   type: "plot"
13930   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
13931   algorithm: "plot_performance_box"
13932   output-file-type: ".html"
13933   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
13934   data: "plot-vpp-throughput-latency-3n-hsw"
13935   filter: "'NIC_Intel-X710' and
13936            '64B' and
13937            'NDRPDR' and
13938            ('ETH' or 'DOT1Q') and
13939            '2T2C' and
13940            ('L2BDMACLRN' or 'L2XCFWD') and
13941            'VHOST_1024' and
13942            not 'CFS_OPT' and
13943            not 'VXLAN' and
13944            not 'IP4FWD' and
13945            not 'LBOND'"
13946   parameters:
13947   - "throughput"
13948   - "parent"
13949   - "tags"
13950 #  sort:
13951 #  - "1VM"
13952 #  - "L2XCFWD"
13953 #  - "1VM"
13954 #  - "L2BDMACLRN"
13955   traces:
13956     hoverinfo: "x+y"
13957     boxpoints: "outliers"
13958     whiskerwidth: 0
13959   layout:
13960     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
13961     layout: "plot-throughput"
13962
13963 -
13964   type: "plot"
13965   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
13966   algorithm: "plot_performance_box"
13967   output-file-type: ".html"
13968   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
13969   data: "plot-vpp-throughput-latency-3n-hsw"
13970   filter: "'NIC_Intel-X710' and
13971            '64B' and
13972            'NDRPDR' and
13973            ('ETH' or 'DOT1Q') and
13974            '2T2C' and
13975            ('L2BDMACLRN' or 'L2XCFWD') and
13976            'VHOST_1024' and
13977            not 'CFS_OPT' and
13978            not 'VXLAN' and
13979            not 'IP4FWD' and
13980            not 'LBOND'"
13981   parameters:
13982   - "throughput"
13983   - "parent"
13984   - "tags"
13985 #  sort:
13986 #  - "1VM"
13987 #  - "L2XCFWD"
13988 #  - "1VM"
13989 #  - "L2BDMACLRN"
13990   traces:
13991     hoverinfo: "x+y"
13992     boxpoints: "outliers"
13993     whiskerwidth: 0
13994   layout:
13995     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
13996     layout: "plot-throughput"
13997
13998 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
13999 -
14000   type: "plot"
14001   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14002   algorithm: "plot_performance_box"
14003   output-file-type: ".html"
14004   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14005   data: "plot-vpp-throughput-latency-3n-hsw"
14006   filter: "'NIC_Intel-XL710' and
14007            '64B' and
14008            'NDRPDR' and
14009            'ETH' and
14010            'IP4FWD' and
14011            '1T1C' and
14012            'VHOST_1024' and
14013            not 'VXLAN' and
14014            not 'DOT1Q'"
14015   parameters:
14016   - "throughput"
14017   - "parent"
14018   - "tags"
14019   sort:
14020   - "not CFS_OPT"
14021   - "1VM"
14022   - "2VM"
14023   traces:
14024     hoverinfo: "x+y"
14025     boxpoints: "outliers"
14026     whiskerwidth: 0
14027   layout:
14028     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14029     layout: "plot-throughput"
14030
14031 -
14032   type: "plot"
14033   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14034   algorithm: "plot_performance_box"
14035   output-file-type: ".html"
14036   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14037   data: "plot-vpp-throughput-latency-3n-hsw"
14038   filter: "'NIC_Intel-XL710' and
14039            '64B' and
14040            'NDRPDR' and
14041            'ETH' and
14042            'IP4FWD' and
14043            '2T2C' and
14044            'VHOST_1024' and
14045            not 'VXLAN' and
14046            not 'DOT1Q'"
14047   parameters:
14048   - "throughput"
14049   - "parent"
14050   - "tags"
14051   sort:
14052   - "not CFS_OPT"
14053   - "1VM"
14054   - "2VM"
14055   traces:
14056     hoverinfo: "x+y"
14057     boxpoints: "outliers"
14058     whiskerwidth: 0
14059   layout:
14060     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14061     layout: "plot-throughput"
14062
14063 -
14064   type: "plot"
14065   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14066   algorithm: "plot_performance_box"
14067   output-file-type: ".html"
14068   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14069   data: "plot-vpp-throughput-latency-3n-hsw"
14070   filter: "'NIC_Intel-XL710' and
14071            '64B' and
14072            'NDRPDR' and
14073            'ETH' and
14074            'IP4FWD' and
14075            '1T1C' and
14076            'VHOST_1024' and
14077            not 'VXLAN' and
14078            not 'DOT1Q'"
14079   parameters:
14080   - "throughput"
14081   - "parent"
14082   - "tags"
14083   sort:
14084   - "not CFS_OPT"
14085   - "1VM"
14086   - "2VM"
14087   traces:
14088     hoverinfo: "x+y"
14089     boxpoints: "outliers"
14090     whiskerwidth: 0
14091   layout:
14092     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14093     layout: "plot-throughput"
14094
14095 -
14096   type: "plot"
14097   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14098   algorithm: "plot_performance_box"
14099   output-file-type: ".html"
14100   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14101   data: "plot-vpp-throughput-latency-3n-hsw"
14102   filter: "'NIC_Intel-XL710' and
14103            '64B' and
14104            'NDRPDR' and
14105            'ETH' and
14106            'IP4FWD' and
14107            '2T2C' and
14108            'VHOST_1024' and
14109            not 'VXLAN' and
14110            not 'DOT1Q'"
14111   parameters:
14112   - "throughput"
14113   - "parent"
14114   - "tags"
14115   sort:
14116   - "not CFS_OPT"
14117   - "1VM"
14118   - "2VM"
14119   traces:
14120     hoverinfo: "x+y"
14121     boxpoints: "outliers"
14122     whiskerwidth: 0
14123   layout:
14124     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14125     layout: "plot-throughput"
14126
14127 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
14128 -
14129   type: "plot"
14130   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14131   algorithm: "plot_performance_box"
14132   output-file-type: ".html"
14133   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14134   data: "plot-vpp-throughput-latency-3n-hsw"
14135   filter: "'NIC_Intel-XL710' and
14136            '64B' and
14137            'NDRPDR' and
14138            ('ETH' or 'DOT1Q') and
14139            '1T1C' and
14140            'L2BDMACLRN' and
14141            'VHOST_1024' and
14142            not 'VXLAN' and
14143            not 'IP4FWD' and
14144            not '2VM'"
14145   parameters:
14146   - "throughput"
14147   - "parent"
14148   - "tags"
14149 #  sort:
14150 #  - "VM"  # "not CFS_OPT"
14151 #  - "CFS_OPT"
14152 #  - "FIB_10K"
14153 #  - "FIB_100K"
14154 #  - "FIB_1M"
14155   traces:
14156     hoverinfo: "x+y"
14157     boxpoints: "outliers"
14158     whiskerwidth: 0
14159   layout:
14160     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
14161     layout: "plot-throughput"
14162
14163 -
14164   type: "plot"
14165   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14166   algorithm: "plot_performance_box"
14167   output-file-type: ".html"
14168   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14169   data: "plot-vpp-throughput-latency-3n-hsw"
14170   filter: "'NIC_Intel-XL710' and
14171            '64B' and
14172            'NDRPDR' and
14173            ('ETH' or 'DOT1Q') and
14174            '2T2C' and
14175            'L2BDMACLRN' and
14176            'VHOST_1024' and
14177            not 'VXLAN' and
14178            not 'IP4FWD' and
14179            not '2VM'"
14180   parameters:
14181   - "throughput"
14182   - "parent"
14183   - "tags"
14184 #  sort:
14185 #  - "VM"  # "not CFS_OPT"
14186 #  - "CFS_OPT"
14187 #  - "FIB_10K"
14188 #  - "FIB_100K"
14189 #  - "FIB_1M"
14190   traces:
14191     hoverinfo: "x+y"
14192     boxpoints: "outliers"
14193     whiskerwidth: 0
14194   layout:
14195     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
14196     layout: "plot-throughput"
14197
14198 -
14199   type: "plot"
14200   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14201   algorithm: "plot_performance_box"
14202   output-file-type: ".html"
14203   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14204   data: "plot-vpp-throughput-latency-3n-hsw"
14205   filter: "'NIC_Intel-XL710' and
14206            '64B' and
14207            'NDRPDR' and
14208            ('ETH' or 'DOT1Q') and
14209            '1T1C' and
14210            'L2BDMACLRN' and
14211            'VHOST_1024' and
14212            not 'VXLAN' and
14213            not 'IP4FWD' and
14214            not '2VM'"
14215   parameters:
14216   - "throughput"
14217   - "parent"
14218   - "tags"
14219 #  sort:
14220 #  - "VM"  # "not CFS_OPT"
14221 #  - "CFS_OPT"
14222 #  - "FIB_10K"
14223 #  - "FIB_100K"
14224 #  - "FIB_1M"
14225   traces:
14226     hoverinfo: "x+y"
14227     boxpoints: "outliers"
14228     whiskerwidth: 0
14229   layout:
14230     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
14231     layout: "plot-throughput"
14232
14233 -
14234   type: "plot"
14235   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14236   algorithm: "plot_performance_box"
14237   output-file-type: ".html"
14238   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14239   data: "plot-vpp-throughput-latency-3n-hsw"
14240   filter: "'NIC_Intel-XL710' and
14241            '64B' and
14242            'NDRPDR' and
14243            ('ETH' or 'DOT1Q') and
14244            '2T2C' and
14245            'L2BDMACLRN' and
14246            'VHOST_1024' and
14247            not 'VXLAN' and
14248            not 'IP4FWD' and
14249            not '2VM'"
14250   parameters:
14251   - "throughput"
14252   - "parent"
14253   - "tags"
14254 #  sort:
14255 #  - "VM"  # "not CFS_OPT"
14256 #  - "CFS_OPT"
14257 #  - "FIB_10K"
14258 #  - "FIB_100K"
14259 #  - "FIB_1M"
14260   traces:
14261     hoverinfo: "x+y"
14262     boxpoints: "outliers"
14263     whiskerwidth: 0
14264   layout:
14265     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
14266     layout: "plot-throughput"
14267
14268 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
14269 -
14270   type: "plot"
14271   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
14272   algorithm: "plot_performance_box"
14273   output-file-type: ".html"
14274   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
14275   data: "plot-vpp-throughput-latency-3n-hsw"
14276   filter: "'NIC_Intel-XL710' and
14277            '64B' and
14278            'NDRPDR' and
14279            ('ETH' or 'DOT1Q') and
14280            'BASE' and
14281            '1T1C' and
14282            ('L2BDMACLRN' or 'L2XCFWD') and
14283            'VHOST_1024' and
14284            not 'VXLAN' and
14285            not 'IP4FWD' and
14286            not '2VM'"
14287   parameters:
14288   - "throughput"
14289   - "parent"
14290   - "tags"
14291 #  sort:
14292 #  - "not CFS_OPT"
14293 #  - "L2XCFWD"
14294 #  - "not CFS_OPT"
14295 #  - "CFS_OPT"
14296   traces:
14297     hoverinfo: "x+y"
14298     boxpoints: "outliers"
14299     whiskerwidth: 0
14300   layout:
14301     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
14302     layout: "plot-throughput"
14303
14304 -
14305   type: "plot"
14306   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
14307   algorithm: "plot_performance_box"
14308   output-file-type: ".html"
14309   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
14310   data: "plot-vpp-throughput-latency-3n-hsw"
14311   filter: "'NIC_Intel-XL710' and
14312            '64B' and
14313            'NDRPDR' and
14314            ('ETH' or 'DOT1Q') and
14315            'BASE' and
14316            '1T1C' and
14317            ('L2BDMACLRN' or 'L2XCFWD') and
14318            'VHOST_1024' and
14319            not 'VXLAN' and
14320            not 'IP4FWD' and
14321            not '2VM'"
14322   parameters:
14323   - "throughput"
14324   - "parent"
14325   - "tags"
14326 #  sort:
14327 #  - "not CFS_OPT"
14328 #  - "L2XCFWD"
14329 #  - "not CFS_OPT"
14330 #  - "CFS_OPT"
14331   traces:
14332     hoverinfo: "x+y"
14333     boxpoints: "outliers"
14334     whiskerwidth: 0
14335   layout:
14336     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
14337     layout: "plot-throughput"
14338
14339 -
14340   type: "plot"
14341   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
14342   algorithm: "plot_performance_box"
14343   output-file-type: ".html"
14344   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
14345   data: "plot-vpp-throughput-latency-3n-hsw"
14346   filter: "'NIC_Intel-XL710' and
14347            '64B' and
14348            'NDRPDR' and
14349            ('ETH' or 'DOT1Q') and
14350            'BASE' and
14351            '2T2C' and
14352            ('L2BDMACLRN' or 'L2XCFWD') and
14353            'VHOST_1024' and
14354            not 'VXLAN' and
14355            not 'IP4FWD' and
14356            not '2VM'"
14357   parameters:
14358   - "throughput"
14359   - "parent"
14360   - "tags"
14361 #  sort:
14362 #  - "not CFS_OPT"
14363 #  - "L2XCFWD"
14364 #  - "not CFS_OPT"
14365 #  - "CFS_OPT"
14366   traces:
14367     hoverinfo: "x+y"
14368     boxpoints: "outliers"
14369     whiskerwidth: 0
14370   layout:
14371     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
14372     layout: "plot-throughput"
14373
14374 -
14375   type: "plot"
14376   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
14377   algorithm: "plot_performance_box"
14378   output-file-type: ".html"
14379   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
14380   data: "plot-vpp-throughput-latency-3n-hsw"
14381   filter: "'NIC_Intel-XL710' and
14382            '64B' and
14383            'NDRPDR' and
14384            ('ETH' or 'DOT1Q') and
14385            'BASE' and
14386            '2T2C' and
14387            ('L2BDMACLRN' or 'L2XCFWD') and
14388            'VHOST_1024' and
14389            not 'VXLAN' and
14390            not 'IP4FWD' and
14391            not '2VM'"
14392   parameters:
14393   - "throughput"
14394   - "parent"
14395   - "tags"
14396 #  sort:
14397 #  - "not CFS_OPT"
14398 #  - "L2XCFWD"
14399 #  - "not CFS_OPT"
14400 #  - "CFS_OPT"
14401   traces:
14402     hoverinfo: "x+y"
14403     boxpoints: "outliers"
14404     whiskerwidth: 0
14405   layout:
14406     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
14407     layout: "plot-throughput"
14408
14409 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
14410 -
14411   type: "plot"
14412   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
14413   algorithm: "plot_performance_box"
14414   output-file-type: ".html"
14415   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
14416   data: "plot-vpp-throughput-latency-3n-hsw"
14417   filter: "'NIC_Intel-XL710' and
14418            '64B' and
14419            'NDRPDR' and
14420            ('ETH' or 'DOT1Q') and
14421            '1T1C' and
14422            ('L2BDMACLRN' or 'L2XCFWD') and
14423            'VHOST_1024' and
14424            not 'CFS_OPT' and
14425            not 'VXLAN' and
14426            not 'IP4FWD'"
14427   parameters:
14428   - "throughput"
14429   - "parent"
14430   - "tags"
14431 #  sort:
14432 #  - "1VM"
14433 #  - "L2XCFWD"
14434 #  - "1VM"
14435 #  - "L2BDMACLRN"
14436   traces:
14437     hoverinfo: "x+y"
14438     boxpoints: "outliers"
14439     whiskerwidth: 0
14440   layout:
14441     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
14442     layout: "plot-throughput"
14443
14444 -
14445   type: "plot"
14446   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
14447   algorithm: "plot_performance_box"
14448   output-file-type: ".html"
14449   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
14450   data: "plot-vpp-throughput-latency-3n-hsw"
14451   filter: "'NIC_Intel-XL710' and
14452            '64B' and
14453            'NDRPDR' and
14454            ('ETH' or 'DOT1Q') and
14455            '1T1C' and
14456            ('L2BDMACLRN' or 'L2XCFWD') and
14457            'VHOST_1024' and
14458            not 'CFS_OPT' and
14459            not 'VXLAN' and
14460            not 'IP4FWD'"
14461   parameters:
14462   - "throughput"
14463   - "parent"
14464   - "tags"
14465 #  sort:
14466 #  - "1VM"
14467 #  - "L2XCFWD"
14468 #  - "1VM"
14469 #  - "L2BDMACLRN"
14470   traces:
14471     hoverinfo: "x+y"
14472     boxpoints: "outliers"
14473     whiskerwidth: 0
14474   layout:
14475     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
14476     layout: "plot-throughput"
14477
14478 -
14479   type: "plot"
14480   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
14481   algorithm: "plot_performance_box"
14482   output-file-type: ".html"
14483   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
14484   data: "plot-vpp-throughput-latency-3n-hsw"
14485   filter: "'NIC_Intel-XL710' and
14486            '64B' and
14487            'NDRPDR' and
14488            ('ETH' or 'DOT1Q') and
14489            '2T2C' and
14490            ('L2BDMACLRN' or 'L2XCFWD') and
14491            'VHOST_1024' and
14492            not 'CFS_OPT' and
14493            not 'VXLAN' and
14494            not 'IP4FWD'"
14495   parameters:
14496   - "throughput"
14497   - "parent"
14498   - "tags"
14499 #  sort:
14500 #  - "1VM"
14501 #  - "L2XCFWD"
14502 #  - "1VM"
14503 #  - "L2BDMACLRN"
14504   traces:
14505     hoverinfo: "x+y"
14506     boxpoints: "outliers"
14507     whiskerwidth: 0
14508   layout:
14509     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
14510     layout: "plot-throughput"
14511
14512 -
14513   type: "plot"
14514   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
14515   algorithm: "plot_performance_box"
14516   output-file-type: ".html"
14517   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
14518   data: "plot-vpp-throughput-latency-3n-hsw"
14519   filter: "'NIC_Intel-XL710' and
14520            '64B' and
14521            'NDRPDR' and
14522            ('ETH' or 'DOT1Q') and
14523            '2T2C' and
14524            ('L2BDMACLRN' or 'L2XCFWD') and
14525            'VHOST_1024' and
14526            not 'CFS_OPT' and
14527            not 'VXLAN' and
14528            not 'IP4FWD'"
14529   parameters:
14530   - "throughput"
14531   - "parent"
14532   - "tags"
14533 #  sort:
14534 #  - "1VM"
14535 #  - "L2XCFWD"
14536 #  - "1VM"
14537 #  - "L2BDMACLRN"
14538   traces:
14539     hoverinfo: "x+y"
14540     boxpoints: "outliers"
14541     whiskerwidth: 0
14542   layout:
14543     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
14544     layout: "plot-throughput"
14545
14546 # Packet Throughput - VPP vhost ip4 3n-skx-x710
14547 -
14548   type: "plot"
14549   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14550   algorithm: "plot_performance_box"
14551   output-file-type: ".html"
14552   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14553   data: "plot-vpp-throughput-latency-3n-skx"
14554   filter: "'NIC_Intel-X710' and
14555            '64B' and
14556            'NDRPDR' and
14557            'ETH' and
14558            'IP4FWD' and
14559            '2T1C' and
14560            'VHOST_1024' and
14561            not 'VXLAN' and
14562            not 'DOT1Q'"
14563   parameters:
14564   - "throughput"
14565   - "parent"
14566   - "tags"
14567   sort:
14568   - "not CFS_OPT"
14569   - "1VM"
14570   - "2VM"
14571   traces:
14572     hoverinfo: "x+y"
14573     boxpoints: "outliers"
14574     whiskerwidth: 0
14575   layout:
14576     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14577     layout: "plot-throughput"
14578
14579 -
14580   type: "plot"
14581   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14582   algorithm: "plot_performance_box"
14583   output-file-type: ".html"
14584   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14585   data: "plot-vpp-throughput-latency-3n-skx"
14586   filter: "'NIC_Intel-X710' and
14587            '64B' and
14588            'NDRPDR' and
14589            'ETH' and
14590            'IP4FWD' and
14591            '4T2C' and
14592            'VHOST_1024' and
14593            not 'VXLAN' and
14594            not 'DOT1Q'"
14595   parameters:
14596   - "throughput"
14597   - "parent"
14598   - "tags"
14599   sort:
14600   - "not CFS_OPT"
14601   - "1VM"
14602   - "2VM"
14603   traces:
14604     hoverinfo: "x+y"
14605     boxpoints: "outliers"
14606     whiskerwidth: 0
14607   layout:
14608     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14609     layout: "plot-throughput"
14610
14611 -
14612   type: "plot"
14613   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14614   algorithm: "plot_performance_box"
14615   output-file-type: ".html"
14616   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14617   data: "plot-vpp-throughput-latency-3n-skx"
14618   filter: "'NIC_Intel-X710' and
14619            '64B' and
14620            'NDRPDR' and
14621            'ETH' and
14622            'IP4FWD' and
14623            '2T1C' and
14624            'VHOST_1024' and
14625            not 'VXLAN' and
14626            not 'DOT1Q'"
14627   parameters:
14628   - "throughput"
14629   - "parent"
14630   - "tags"
14631   sort:
14632   - "not CFS_OPT"
14633   - "1VM"
14634   - "2VM"
14635   traces:
14636     hoverinfo: "x+y"
14637     boxpoints: "outliers"
14638     whiskerwidth: 0
14639   layout:
14640     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14641     layout: "plot-throughput"
14642
14643 -
14644   type: "plot"
14645   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14646   algorithm: "plot_performance_box"
14647   output-file-type: ".html"
14648   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14649   data: "plot-vpp-throughput-latency-3n-skx"
14650   filter: "'NIC_Intel-X710' and
14651            '64B' and
14652            'NDRPDR' and
14653            'ETH' and
14654            'IP4FWD' and
14655            '4T2C' and
14656            'VHOST_1024' and
14657            not 'VXLAN' and
14658            not 'DOT1Q'"
14659   parameters:
14660   - "throughput"
14661   - "parent"
14662   - "tags"
14663   sort:
14664   - "not CFS_OPT"
14665   - "1VM"
14666   - "2VM"
14667   traces:
14668     hoverinfo: "x+y"
14669     boxpoints: "outliers"
14670     whiskerwidth: 0
14671   layout:
14672     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14673     layout: "plot-throughput"
14674
14675 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
14676 -
14677   type: "plot"
14678   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14679   algorithm: "plot_performance_box"
14680   output-file-type: ".html"
14681   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14682   data: "plot-vpp-throughput-latency-3n-skx"
14683   filter: "'NIC_Intel-X710' and
14684            '64B' and
14685            'NDRPDR' and
14686            ('ETH' or 'DOT1Q') and
14687            '2T1C' and
14688            'L2BDMACLRN' and
14689            'VHOST_1024' and
14690            not 'VXLAN' and
14691            not 'IP4FWD' and
14692            not '2VM'"
14693   parameters:
14694   - "throughput"
14695   - "parent"
14696   - "tags"
14697 #  sort:
14698 #  - "VM"  # "not CFS_OPT"
14699 #  - "CFS_OPT"
14700 #  - "FIB_10K"
14701 #  - "FIB_100K"
14702 #  - "FIB_1M"
14703   traces:
14704     hoverinfo: "x+y"
14705     boxpoints: "outliers"
14706     whiskerwidth: 0
14707   layout:
14708     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14709     layout: "plot-throughput"
14710
14711 -
14712   type: "plot"
14713   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14714   algorithm: "plot_performance_box"
14715   output-file-type: ".html"
14716   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14717   data: "plot-vpp-throughput-latency-3n-skx"
14718   filter: "'NIC_Intel-X710' and
14719            '64B' and
14720            'NDRPDR' and
14721            ('ETH' or 'DOT1Q') and
14722            '4T2C' and
14723            'L2BDMACLRN' and
14724            'VHOST_1024' and
14725            not 'VXLAN' and
14726            not 'IP4FWD' and
14727            not '2VM'"
14728   parameters:
14729   - "throughput"
14730   - "parent"
14731   - "tags"
14732 #  sort:
14733 #  - "VM"  # "not CFS_OPT"
14734 #  - "CFS_OPT"
14735 #  - "FIB_10K"
14736 #  - "FIB_100K"
14737 #  - "FIB_1M"
14738   traces:
14739     hoverinfo: "x+y"
14740     boxpoints: "outliers"
14741     whiskerwidth: 0
14742   layout:
14743     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14744     layout: "plot-throughput"
14745
14746 -
14747   type: "plot"
14748   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14749   algorithm: "plot_performance_box"
14750   output-file-type: ".html"
14751   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14752   data: "plot-vpp-throughput-latency-3n-skx"
14753   filter: "'NIC_Intel-X710' and
14754            '64B' and
14755            'NDRPDR' and
14756            ('ETH' or 'DOT1Q') and
14757            '2T1C' and
14758            'L2BDMACLRN' and
14759            'VHOST_1024' and
14760            not 'VXLAN' and
14761            not 'IP4FWD' and
14762            not '2VM'"
14763   parameters:
14764   - "throughput"
14765   - "parent"
14766   - "tags"
14767 #  sort:
14768 #  - "VM"  # "not CFS_OPT"
14769 #  - "CFS_OPT"
14770 #  - "FIB_10K"
14771 #  - "FIB_100K"
14772 #  - "FIB_1M"
14773   traces:
14774     hoverinfo: "x+y"
14775     boxpoints: "outliers"
14776     whiskerwidth: 0
14777   layout:
14778     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14779     layout: "plot-throughput"
14780
14781 -
14782   type: "plot"
14783   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14784   algorithm: "plot_performance_box"
14785   output-file-type: ".html"
14786   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14787   data: "plot-vpp-throughput-latency-3n-skx"
14788   filter: "'NIC_Intel-X710' and
14789            '64B' and
14790            'NDRPDR' and
14791            ('ETH' or 'DOT1Q') and
14792            '4T2C' and
14793            'L2BDMACLRN' and
14794            'VHOST_1024' and
14795            not 'VXLAN' and
14796            not 'IP4FWD' and
14797            not '2VM'"
14798   parameters:
14799   - "throughput"
14800   - "parent"
14801   - "tags"
14802 #  sort:
14803 #  - "VM"  # "not CFS_OPT"
14804 #  - "CFS_OPT"
14805 #  - "FIB_10K"
14806 #  - "FIB_100K"
14807 #  - "FIB_1M"
14808   traces:
14809     hoverinfo: "x+y"
14810     boxpoints: "outliers"
14811     whiskerwidth: 0
14812   layout:
14813     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14814     layout: "plot-throughput"
14815
14816 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
14817 -
14818   type: "plot"
14819   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
14820   algorithm: "plot_performance_box"
14821   output-file-type: ".html"
14822   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
14823   data: "plot-vpp-throughput-latency-3n-skx"
14824   filter: "'NIC_Intel-X710' and
14825            '64B' and
14826            'NDRPDR' and
14827            ('ETH' or 'DOT1Q') and
14828            'BASE' and
14829            '2T1C' and
14830            ('L2BDMACLRN' or 'L2XCFWD') and
14831            'VHOST_1024' and
14832            not 'VXLAN' and
14833            not 'IP4FWD' and
14834            not '2VM' and
14835            not 'LBOND'"
14836   parameters:
14837   - "throughput"
14838   - "parent"
14839   - "tags"
14840 #  sort:
14841 #  - "not CFS_OPT"
14842 #  - "L2XCFWD"
14843 #  - "not CFS_OPT"
14844 #  - "CFS_OPT"
14845   traces:
14846     hoverinfo: "x+y"
14847     boxpoints: "outliers"
14848     whiskerwidth: 0
14849   layout:
14850     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
14851     layout: "plot-throughput"
14852
14853 -
14854   type: "plot"
14855   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
14856   algorithm: "plot_performance_box"
14857   output-file-type: ".html"
14858   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
14859   data: "plot-vpp-throughput-latency-3n-skx"
14860   filter: "'NIC_Intel-X710' and
14861            '64B' and
14862            'NDRPDR' and
14863            ('ETH' or 'DOT1Q') and
14864            'BASE' and
14865            '2T1C' and
14866            ('L2BDMACLRN' or 'L2XCFWD') and
14867            'VHOST_1024' and
14868            not 'VXLAN' and
14869            not 'IP4FWD' and
14870            not '2VM' and
14871            not 'LBOND'"
14872   parameters:
14873   - "throughput"
14874   - "parent"
14875   - "tags"
14876 #  sort:
14877 #  - "not CFS_OPT"
14878 #  - "L2XCFWD"
14879 #  - "not CFS_OPT"
14880 #  - "CFS_OPT"
14881   traces:
14882     hoverinfo: "x+y"
14883     boxpoints: "outliers"
14884     whiskerwidth: 0
14885   layout:
14886     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
14887     layout: "plot-throughput"
14888
14889 -
14890   type: "plot"
14891   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
14892   algorithm: "plot_performance_box"
14893   output-file-type: ".html"
14894   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
14895   data: "plot-vpp-throughput-latency-3n-skx"
14896   filter: "'NIC_Intel-X710' and
14897            '64B' and
14898            'NDRPDR' and
14899            ('ETH' or 'DOT1Q') and
14900            'BASE' and
14901            '4T2C' and
14902            ('L2BDMACLRN' or 'L2XCFWD') and
14903            'VHOST_1024' and
14904            not 'VXLAN' and
14905            not 'IP4FWD' and
14906            not '2VM' and
14907            not 'LBOND'"
14908   parameters:
14909   - "throughput"
14910   - "parent"
14911   - "tags"
14912 #  sort:
14913 #  - "not CFS_OPT"
14914 #  - "L2XCFWD"
14915 #  - "not CFS_OPT"
14916 #  - "CFS_OPT"
14917   traces:
14918     hoverinfo: "x+y"
14919     boxpoints: "outliers"
14920     whiskerwidth: 0
14921   layout:
14922     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
14923     layout: "plot-throughput"
14924
14925 -
14926   type: "plot"
14927   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
14928   algorithm: "plot_performance_box"
14929   output-file-type: ".html"
14930   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
14931   data: "plot-vpp-throughput-latency-3n-skx"
14932   filter: "'NIC_Intel-X710' and
14933            '64B' and
14934            'NDRPDR' and
14935            ('ETH' or 'DOT1Q') and
14936            'BASE' and
14937            '4T2C' and
14938            ('L2BDMACLRN' or 'L2XCFWD') and
14939            'VHOST_1024' and
14940            not 'VXLAN' and
14941            not 'IP4FWD' and
14942            not '2VM' and
14943            not 'LBOND'"
14944   parameters:
14945   - "throughput"
14946   - "parent"
14947   - "tags"
14948 #  sort:
14949 #  - "not CFS_OPT"
14950 #  - "L2XCFWD"
14951 #  - "not CFS_OPT"
14952 #  - "CFS_OPT"
14953   traces:
14954     hoverinfo: "x+y"
14955     boxpoints: "outliers"
14956     whiskerwidth: 0
14957   layout:
14958     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
14959     layout: "plot-throughput"
14960
14961 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
14962 -
14963   type: "plot"
14964   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
14965   algorithm: "plot_performance_box"
14966   output-file-type: ".html"
14967   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
14968   data: "plot-vpp-throughput-latency-3n-skx"
14969   filter: "'NIC_Intel-X710' and
14970            '64B' and
14971            'NDRPDR' and
14972            ('ETH' or 'DOT1Q') and
14973            '2T1C' and
14974            ('L2BDMACLRN' or 'L2XCFWD') and
14975            'VHOST_1024' and
14976            not 'CFS_OPT' and
14977            not 'VXLAN' and
14978            not 'IP4FWD' and
14979            not 'LBOND'"
14980   parameters:
14981   - "throughput"
14982   - "parent"
14983   - "tags"
14984 #  sort:
14985 #  - "1VM"
14986 #  - "L2XCFWD"
14987 #  - "1VM"
14988 #  - "L2BDMACLRN"
14989   traces:
14990     hoverinfo: "x+y"
14991     boxpoints: "outliers"
14992     whiskerwidth: 0
14993   layout:
14994     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
14995     layout: "plot-throughput"
14996
14997 -
14998   type: "plot"
14999   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15000   algorithm: "plot_performance_box"
15001   output-file-type: ".html"
15002   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15003   data: "plot-vpp-throughput-latency-3n-skx"
15004   filter: "'NIC_Intel-X710' and
15005            '64B' and
15006            'NDRPDR' and
15007            ('ETH' or 'DOT1Q') and
15008            '2T1C' and
15009            ('L2BDMACLRN' or 'L2XCFWD') and
15010            'VHOST_1024' and
15011            not 'CFS_OPT' and
15012            not 'VXLAN' and
15013            not 'IP4FWD' and
15014            not 'LBOND'"
15015   parameters:
15016   - "throughput"
15017   - "parent"
15018   - "tags"
15019 #  sort:
15020 #  - "1VM"
15021 #  - "L2XCFWD"
15022 #  - "1VM"
15023 #  - "L2BDMACLRN"
15024   traces:
15025     hoverinfo: "x+y"
15026     boxpoints: "outliers"
15027     whiskerwidth: 0
15028   layout:
15029     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
15030     layout: "plot-throughput"
15031
15032 -
15033   type: "plot"
15034   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15035   algorithm: "plot_performance_box"
15036   output-file-type: ".html"
15037   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15038   data: "plot-vpp-throughput-latency-3n-skx"
15039   filter: "'NIC_Intel-X710' and
15040            '64B' and
15041            'NDRPDR' and
15042            ('ETH' or 'DOT1Q') and
15043            '4T2C' and
15044            ('L2BDMACLRN' or 'L2XCFWD') and
15045            'VHOST_1024' and
15046            not 'CFS_OPT' and
15047            not 'VXLAN' and
15048            not 'IP4FWD' and
15049            not 'LBOND'"
15050   parameters:
15051   - "throughput"
15052   - "parent"
15053   - "tags"
15054 #  sort:
15055 #  - "1VM"
15056 #  - "L2XCFWD"
15057 #  - "1VM"
15058 #  - "L2BDMACLRN"
15059   traces:
15060     hoverinfo: "x+y"
15061     boxpoints: "outliers"
15062     whiskerwidth: 0
15063   layout:
15064     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
15065     layout: "plot-throughput"
15066
15067 -
15068   type: "plot"
15069   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15070   algorithm: "plot_performance_box"
15071   output-file-type: ".html"
15072   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15073   data: "plot-vpp-throughput-latency-3n-skx"
15074   filter: "'NIC_Intel-X710' and
15075            '64B' and
15076            'NDRPDR' and
15077            ('ETH' or 'DOT1Q') and
15078            '4T2C' and
15079            ('L2BDMACLRN' or 'L2XCFWD') and
15080            'VHOST_1024' and
15081            not 'CFS_OPT' and
15082            not 'VXLAN' and
15083            not 'IP4FWD' and
15084            not 'LBOND'"
15085   parameters:
15086   - "throughput"
15087   - "parent"
15088   - "tags"
15089 #  sort:
15090 #  - "1VM"
15091 #  - "L2XCFWD"
15092 #  - "1VM"
15093 #  - "L2BDMACLRN"
15094   traces:
15095     hoverinfo: "x+y"
15096     boxpoints: "outliers"
15097     whiskerwidth: 0
15098   layout:
15099     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
15100     layout: "plot-throughput"
15101
15102 # Packet Throughput - VPP vhost ip4 2n-skx-x710
15103 -
15104   type: "plot"
15105   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15106   algorithm: "plot_performance_box"
15107   output-file-type: ".html"
15108   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15109   data: "plot-vpp-throughput-latency-2n-skx"
15110   filter: "'NIC_Intel-X710' and
15111            '64B' and
15112            'NDRPDR' and
15113            'ETH' and
15114            'IP4FWD' and
15115            '2T1C' and
15116            'VHOST_1024' and
15117            not 'VXLAN' and
15118            not 'DOT1Q'"
15119   parameters:
15120   - "throughput"
15121   - "parent"
15122   - "tags"
15123   sort:
15124   - "not CFS_OPT"
15125   - "1VM"
15126   - "2VM"
15127   traces:
15128     hoverinfo: "x+y"
15129     boxpoints: "outliers"
15130     whiskerwidth: 0
15131   layout:
15132     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15133     layout: "plot-throughput"
15134
15135 -
15136   type: "plot"
15137   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15138   algorithm: "plot_performance_box"
15139   output-file-type: ".html"
15140   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15141   data: "plot-vpp-throughput-latency-2n-skx"
15142   filter: "'NIC_Intel-X710' and
15143            '64B' and
15144            'NDRPDR' and
15145            'ETH' and
15146            'IP4FWD' and
15147            '4T2C' and
15148            'VHOST_1024' and
15149            not 'VXLAN' and
15150            not 'DOT1Q'"
15151   parameters:
15152   - "throughput"
15153   - "parent"
15154   - "tags"
15155   sort:
15156   - "not CFS_OPT"
15157   - "1VM"
15158   - "2VM"
15159   traces:
15160     hoverinfo: "x+y"
15161     boxpoints: "outliers"
15162     whiskerwidth: 0
15163   layout:
15164     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15165     layout: "plot-throughput"
15166
15167 -
15168   type: "plot"
15169   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15170   algorithm: "plot_performance_box"
15171   output-file-type: ".html"
15172   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15173   data: "plot-vpp-throughput-latency-2n-skx"
15174   filter: "'NIC_Intel-X710' and
15175            '64B' and
15176            'NDRPDR' and
15177            'ETH' and
15178            'IP4FWD' and
15179            '2T1C' and
15180            'VHOST_1024' and
15181            not 'VXLAN' and
15182            not 'DOT1Q'"
15183   parameters:
15184   - "throughput"
15185   - "parent"
15186   - "tags"
15187   sort:
15188   - "not CFS_OPT"
15189   - "1VM"
15190   - "2VM"
15191   traces:
15192     hoverinfo: "x+y"
15193     boxpoints: "outliers"
15194     whiskerwidth: 0
15195   layout:
15196     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15197     layout: "plot-throughput"
15198
15199 -
15200   type: "plot"
15201   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15202   algorithm: "plot_performance_box"
15203   output-file-type: ".html"
15204   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15205   data: "plot-vpp-throughput-latency-2n-skx"
15206   filter: "'NIC_Intel-X710' and
15207            '64B' and
15208            'NDRPDR' and
15209            'ETH' and
15210            'IP4FWD' and
15211            '4T2C' and
15212            'VHOST_1024' and
15213            not 'VXLAN' and
15214            not 'DOT1Q'"
15215   parameters:
15216   - "throughput"
15217   - "parent"
15218   - "tags"
15219   sort:
15220   - "not CFS_OPT"
15221   - "1VM"
15222   - "2VM"
15223   traces:
15224     hoverinfo: "x+y"
15225     boxpoints: "outliers"
15226     whiskerwidth: 0
15227   layout:
15228     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15229     layout: "plot-throughput"
15230
15231 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
15232 -
15233   type: "plot"
15234   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15235   algorithm: "plot_performance_box"
15236   output-file-type: ".html"
15237   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15238   data: "plot-vpp-throughput-latency-2n-skx"
15239   filter: "'NIC_Intel-X710' and
15240            '64B' and
15241            'NDRPDR' and
15242            ('ETH' or 'DOT1Q') and
15243            '2T1C' and
15244            'L2BDMACLRN' and
15245            'VHOST_1024' and
15246            not 'VXLAN' and
15247            not 'IP4FWD' and
15248            not '2VM'"
15249   parameters:
15250   - "throughput"
15251   - "parent"
15252   - "tags"
15253 #  sort:
15254 #  - "VM"  # "not CFS_OPT"
15255 #  - "CFS_OPT"
15256 #  - "FIB_10K"
15257 #  - "FIB_100K"
15258 #  - "FIB_1M"
15259   traces:
15260     hoverinfo: "x+y"
15261     boxpoints: "outliers"
15262     whiskerwidth: 0
15263   layout:
15264     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
15265     layout: "plot-throughput"
15266
15267 -
15268   type: "plot"
15269   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15270   algorithm: "plot_performance_box"
15271   output-file-type: ".html"
15272   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15273   data: "plot-vpp-throughput-latency-2n-skx"
15274   filter: "'NIC_Intel-X710' and
15275            '64B' and
15276            'NDRPDR' and
15277            ('ETH' or 'DOT1Q') and
15278            '4T2C' and
15279            'L2BDMACLRN' and
15280            'VHOST_1024' and
15281            not 'VXLAN' and
15282            not 'IP4FWD' and
15283            not '2VM'"
15284   parameters:
15285   - "throughput"
15286   - "parent"
15287   - "tags"
15288 #  sort:
15289 #  - "VM"  # "not CFS_OPT"
15290 #  - "CFS_OPT"
15291 #  - "FIB_10K"
15292 #  - "FIB_100K"
15293 #  - "FIB_1M"
15294   traces:
15295     hoverinfo: "x+y"
15296     boxpoints: "outliers"
15297     whiskerwidth: 0
15298   layout:
15299     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15300     layout: "plot-throughput"
15301
15302 -
15303   type: "plot"
15304   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15305   algorithm: "plot_performance_box"
15306   output-file-type: ".html"
15307   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15308   data: "plot-vpp-throughput-latency-2n-skx"
15309   filter: "'NIC_Intel-X710' and
15310            '64B' and
15311            'NDRPDR' and
15312            ('ETH' or 'DOT1Q') and
15313            '2T1C' and
15314            'L2BDMACLRN' and
15315            'VHOST_1024' and
15316            not 'VXLAN' and
15317            not 'IP4FWD' and
15318            not '2VM'"
15319   parameters:
15320   - "throughput"
15321   - "parent"
15322   - "tags"
15323 #  sort:
15324 #  - "VM"  # "not CFS_OPT"
15325 #  - "CFS_OPT"
15326 #  - "FIB_10K"
15327 #  - "FIB_100K"
15328 #  - "FIB_1M"
15329   traces:
15330     hoverinfo: "x+y"
15331     boxpoints: "outliers"
15332     whiskerwidth: 0
15333   layout:
15334     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15335     layout: "plot-throughput"
15336
15337 -
15338   type: "plot"
15339   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15340   algorithm: "plot_performance_box"
15341   output-file-type: ".html"
15342   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15343   data: "plot-vpp-throughput-latency-2n-skx"
15344   filter: "'NIC_Intel-X710' and
15345            '64B' and
15346            'NDRPDR' and
15347            ('ETH' or 'DOT1Q') and
15348            '4T2C' and
15349            'L2BDMACLRN' and
15350            'VHOST_1024' and
15351            not 'VXLAN' and
15352            not 'IP4FWD' and
15353            not '2VM'"
15354   parameters:
15355   - "throughput"
15356   - "parent"
15357   - "tags"
15358 #  sort:
15359 #  - "VM"  # "not CFS_OPT"
15360 #  - "CFS_OPT"
15361 #  - "FIB_10K"
15362 #  - "FIB_100K"
15363 #  - "FIB_1M"
15364   traces:
15365     hoverinfo: "x+y"
15366     boxpoints: "outliers"
15367     whiskerwidth: 0
15368   layout:
15369     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15370     layout: "plot-throughput"
15371
15372 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
15373 -
15374   type: "plot"
15375   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
15376   algorithm: "plot_performance_box"
15377   output-file-type: ".html"
15378   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
15379   data: "plot-vpp-throughput-latency-2n-skx"
15380   filter: "'NIC_Intel-X710' and
15381            '64B' and
15382            'NDRPDR' and
15383            ('ETH' or 'DOT1Q') and
15384            'BASE' and
15385            '2T1C' and
15386            ('L2BDMACLRN' or 'L2XCFWD') and
15387            'VHOST_1024' and
15388            not 'VXLAN' and
15389            not 'IP4FWD' and
15390            not '2VM'"
15391   parameters:
15392   - "throughput"
15393   - "parent"
15394   - "tags"
15395 #  sort:
15396 #  - "not CFS_OPT"
15397 #  - "L2XCFWD"
15398 #  - "not CFS_OPT"
15399 #  - "CFS_OPT"
15400   traces:
15401     hoverinfo: "x+y"
15402     boxpoints: "outliers"
15403     whiskerwidth: 0
15404   layout:
15405     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
15406     layout: "plot-throughput"
15407
15408 -
15409   type: "plot"
15410   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
15411   algorithm: "plot_performance_box"
15412   output-file-type: ".html"
15413   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
15414   data: "plot-vpp-throughput-latency-2n-skx"
15415   filter: "'NIC_Intel-X710' and
15416            '64B' and
15417            'NDRPDR' and
15418            ('ETH' or 'DOT1Q') and
15419            'BASE' and
15420            '2T1C' and
15421            ('L2BDMACLRN' or 'L2XCFWD') and
15422            'VHOST_1024' and
15423            not 'VXLAN' and
15424            not 'IP4FWD' and
15425            not '2VM'"
15426   parameters:
15427   - "throughput"
15428   - "parent"
15429   - "tags"
15430 #  sort:
15431 #  - "not CFS_OPT"
15432 #  - "L2XCFWD"
15433 #  - "not CFS_OPT"
15434 #  - "CFS_OPT"
15435   traces:
15436     hoverinfo: "x+y"
15437     boxpoints: "outliers"
15438     whiskerwidth: 0
15439   layout:
15440     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
15441     layout: "plot-throughput"
15442
15443 -
15444   type: "plot"
15445   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
15446   algorithm: "plot_performance_box"
15447   output-file-type: ".html"
15448   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
15449   data: "plot-vpp-throughput-latency-2n-skx"
15450   filter: "'NIC_Intel-X710' and
15451            '64B' and
15452            'NDRPDR' and
15453            ('ETH' or 'DOT1Q') and
15454            'BASE' and
15455            '4T2C' and
15456            ('L2BDMACLRN' or 'L2XCFWD') and
15457            'VHOST_1024' and
15458            not 'VXLAN' and
15459            not 'IP4FWD' and
15460            not '2VM'"
15461   parameters:
15462   - "throughput"
15463   - "parent"
15464   - "tags"
15465 #  sort:
15466 #  - "not CFS_OPT"
15467 #  - "L2XCFWD"
15468 #  - "not CFS_OPT"
15469 #  - "CFS_OPT"
15470   traces:
15471     hoverinfo: "x+y"
15472     boxpoints: "outliers"
15473     whiskerwidth: 0
15474   layout:
15475     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
15476     layout: "plot-throughput"
15477
15478 -
15479   type: "plot"
15480   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
15481   algorithm: "plot_performance_box"
15482   output-file-type: ".html"
15483   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
15484   data: "plot-vpp-throughput-latency-2n-skx"
15485   filter: "'NIC_Intel-X710' and
15486            '64B' and
15487            'NDRPDR' and
15488            ('ETH' or 'DOT1Q') and
15489            'BASE' and
15490            '4T2C' and
15491            ('L2BDMACLRN' or 'L2XCFWD') and
15492            'VHOST_1024' and
15493            not 'VXLAN' and
15494            not 'IP4FWD' and
15495            not '2VM'"
15496   parameters:
15497   - "throughput"
15498   - "parent"
15499   - "tags"
15500 #  sort:
15501 #  - "not CFS_OPT"
15502 #  - "L2XCFWD"
15503 #  - "not CFS_OPT"
15504 #  - "CFS_OPT"
15505   traces:
15506     hoverinfo: "x+y"
15507     boxpoints: "outliers"
15508     whiskerwidth: 0
15509   layout:
15510     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
15511     layout: "plot-throughput"
15512
15513 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
15514 -
15515   type: "plot"
15516   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15517   algorithm: "plot_performance_box"
15518   output-file-type: ".html"
15519   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15520   data: "plot-vpp-throughput-latency-2n-skx"
15521   filter: "'NIC_Intel-X710' and
15522            '64B' and
15523            'NDRPDR' and
15524            ('ETH' or 'DOT1Q') and
15525            '2T1C' and
15526            ('L2BDMACLRN' or 'L2XCFWD') and
15527            'VHOST_1024' and
15528            not 'CFS_OPT' and
15529            not 'VXLAN' and
15530            not 'IP4FWD'"
15531   parameters:
15532   - "throughput"
15533   - "parent"
15534   - "tags"
15535 #  sort:
15536 #  - "1VM"
15537 #  - "L2XCFWD"
15538 #  - "1VM"
15539 #  - "L2BDMACLRN"
15540   traces:
15541     hoverinfo: "x+y"
15542     boxpoints: "outliers"
15543     whiskerwidth: 0
15544   layout:
15545     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15546     layout: "plot-throughput"
15547
15548 -
15549   type: "plot"
15550   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15551   algorithm: "plot_performance_box"
15552   output-file-type: ".html"
15553   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15554   data: "plot-vpp-throughput-latency-2n-skx"
15555   filter: "'NIC_Intel-X710' and
15556            '64B' and
15557            'NDRPDR' and
15558            ('ETH' or 'DOT1Q') and
15559            '2T1C' and
15560            ('L2BDMACLRN' or 'L2XCFWD') and
15561            'VHOST_1024' and
15562            not 'CFS_OPT' and
15563            not 'VXLAN' and
15564            not 'IP4FWD'"
15565   parameters:
15566   - "throughput"
15567   - "parent"
15568   - "tags"
15569 #  sort:
15570 #  - "1VM"
15571 #  - "L2XCFWD"
15572 #  - "1VM"
15573 #  - "L2BDMACLRN"
15574   traces:
15575     hoverinfo: "x+y"
15576     boxpoints: "outliers"
15577     whiskerwidth: 0
15578   layout:
15579     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15580     layout: "plot-throughput"
15581
15582 -
15583   type: "plot"
15584   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15585   algorithm: "plot_performance_box"
15586   output-file-type: ".html"
15587   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15588   data: "plot-vpp-throughput-latency-2n-skx"
15589   filter: "'NIC_Intel-X710' and
15590            '64B' and
15591            'NDRPDR' and
15592            ('ETH' or 'DOT1Q') and
15593            '4T2C' and
15594            ('L2BDMACLRN' or 'L2XCFWD') and
15595            'VHOST_1024' and
15596            not 'CFS_OPT' and
15597            not 'VXLAN' and
15598            not 'IP4FWD'"
15599   parameters:
15600   - "throughput"
15601   - "parent"
15602   - "tags"
15603 #  sort:
15604 #  - "1VM"
15605 #  - "L2XCFWD"
15606 #  - "1VM"
15607 #  - "L2BDMACLRN"
15608   traces:
15609     hoverinfo: "x+y"
15610     boxpoints: "outliers"
15611     whiskerwidth: 0
15612   layout:
15613     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15614     layout: "plot-throughput"
15615
15616 -
15617   type: "plot"
15618   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15619   algorithm: "plot_performance_box"
15620   output-file-type: ".html"
15621   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15622   data: "plot-vpp-throughput-latency-2n-skx"
15623   filter: "'NIC_Intel-X710' and
15624            '64B' and
15625            'NDRPDR' and
15626            ('ETH' or 'DOT1Q') and
15627            '4T2C' and
15628            ('L2BDMACLRN' or 'L2XCFWD') and
15629            'VHOST_1024' and
15630            not 'CFS_OPT' and
15631            not 'VXLAN' and
15632            not 'IP4FWD'"
15633   parameters:
15634   - "throughput"
15635   - "parent"
15636   - "tags"
15637 #  sort:
15638 #  - "1VM"
15639 #  - "L2XCFWD"
15640 #  - "1VM"
15641 #  - "L2BDMACLRN"
15642   traces:
15643     hoverinfo: "x+y"
15644     boxpoints: "outliers"
15645     whiskerwidth: 0
15646   layout:
15647     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15648     layout: "plot-throughput"
15649
15650 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
15651 -
15652   type: "plot"
15653   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15654   algorithm: "plot_performance_box"
15655   output-file-type: ".html"
15656   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15657   data: "plot-vpp-throughput-latency-2n-skx"
15658   filter: "'NIC_Intel-XXV710' and
15659            '64B' and
15660            'NDRPDR' and
15661            'ETH' and
15662            'IP4FWD' and
15663            '2T1C' and
15664            'VHOST_1024' and
15665            not 'VXLAN' and
15666            not 'DOT1Q'"
15667   parameters:
15668   - "throughput"
15669   - "parent"
15670   - "tags"
15671   sort:
15672   - "not CFS_OPT"
15673   - "1VM"
15674   - "2VM"
15675   traces:
15676     hoverinfo: "x+y"
15677     boxpoints: "outliers"
15678     whiskerwidth: 0
15679   layout:
15680     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15681     layout: "plot-throughput"
15682
15683 -
15684   type: "plot"
15685   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15686   algorithm: "plot_performance_box"
15687   output-file-type: ".html"
15688   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15689   data: "plot-vpp-throughput-latency-2n-skx"
15690   filter: "'NIC_Intel-XXV710' and
15691            '64B' and
15692            'NDRPDR' and
15693            'ETH' and
15694            'IP4FWD' and
15695            '4T2C' and
15696            'VHOST_1024' and
15697            not 'VXLAN' and
15698            not 'DOT1Q'"
15699   parameters:
15700   - "throughput"
15701   - "parent"
15702   - "tags"
15703   sort:
15704   - "not CFS_OPT"
15705   - "1VM"
15706   - "2VM"
15707   traces:
15708     hoverinfo: "x+y"
15709     boxpoints: "outliers"
15710     whiskerwidth: 0
15711   layout:
15712     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15713     layout: "plot-throughput"
15714
15715 -
15716   type: "plot"
15717   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15718   algorithm: "plot_performance_box"
15719   output-file-type: ".html"
15720   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15721   data: "plot-vpp-throughput-latency-2n-skx"
15722   filter: "'NIC_Intel-XXV710' and
15723            '64B' and
15724            'NDRPDR' and
15725            'ETH' and
15726            'IP4FWD' and
15727            '2T1C' and
15728            'VHOST_1024' and
15729            not 'VXLAN' and
15730            not 'DOT1Q'"
15731   parameters:
15732   - "throughput"
15733   - "parent"
15734   - "tags"
15735   sort:
15736   - "not CFS_OPT"
15737   - "1VM"
15738   - "2VM"
15739   traces:
15740     hoverinfo: "x+y"
15741     boxpoints: "outliers"
15742     whiskerwidth: 0
15743   layout:
15744     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15745     layout: "plot-throughput"
15746
15747 -
15748   type: "plot"
15749   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15750   algorithm: "plot_performance_box"
15751   output-file-type: ".html"
15752   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15753   data: "plot-vpp-throughput-latency-2n-skx"
15754   filter: "'NIC_Intel-XXV710' and
15755            '64B' and
15756            'NDRPDR' and
15757            'ETH' and
15758            'IP4FWD' and
15759            '4T2C' and
15760            'VHOST_1024' and
15761            not 'VXLAN' and
15762            not 'DOT1Q'"
15763   parameters:
15764   - "throughput"
15765   - "parent"
15766   - "tags"
15767   sort:
15768   - "not CFS_OPT"
15769   - "1VM"
15770   - "2VM"
15771   traces:
15772     hoverinfo: "x+y"
15773     boxpoints: "outliers"
15774     whiskerwidth: 0
15775   layout:
15776     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15777     layout: "plot-throughput"
15778
15779 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
15780 -
15781   type: "plot"
15782   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15783   algorithm: "plot_performance_box"
15784   output-file-type: ".html"
15785   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15786   data: "plot-vpp-throughput-latency-2n-skx"
15787   filter: "'NIC_Intel-XXV710' and
15788            '64B' and
15789            'NDRPDR' and
15790            ('ETH' or 'DOT1Q') and
15791            '2T1C' and
15792            'L2BDMACLRN' and
15793            'VHOST_1024' and
15794            not 'VXLAN' and
15795            not 'IP4FWD' and
15796            not '2VM'"
15797   parameters:
15798   - "throughput"
15799   - "parent"
15800   - "tags"
15801 #  sort:
15802 #  - "VM"  # "not CFS_OPT"
15803 #  - "CFS_OPT"
15804 #  - "FIB_10K"
15805 #  - "FIB_100K"
15806 #  - "FIB_1M"
15807   traces:
15808     hoverinfo: "x+y"
15809     boxpoints: "outliers"
15810     whiskerwidth: 0
15811   layout:
15812     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15813     layout: "plot-throughput"
15814
15815 -
15816   type: "plot"
15817   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15818   algorithm: "plot_performance_box"
15819   output-file-type: ".html"
15820   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15821   data: "plot-vpp-throughput-latency-2n-skx"
15822   filter: "'NIC_Intel-XXV710' and
15823            '64B' and
15824            'NDRPDR' and
15825            ('ETH' or 'DOT1Q') and
15826            '4T2C' and
15827            'L2BDMACLRN' and
15828            'VHOST_1024' and
15829            not 'VXLAN' and
15830            not 'IP4FWD' and
15831            not '2VM'"
15832   parameters:
15833   - "throughput"
15834   - "parent"
15835   - "tags"
15836 #  sort:
15837 #  - "VM"  # "not CFS_OPT"
15838 #  - "CFS_OPT"
15839 #  - "FIB_10K"
15840 #  - "FIB_100K"
15841 #  - "FIB_1M"
15842   traces:
15843     hoverinfo: "x+y"
15844     boxpoints: "outliers"
15845     whiskerwidth: 0
15846   layout:
15847     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15848     layout: "plot-throughput"
15849
15850 -
15851   type: "plot"
15852   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15853   algorithm: "plot_performance_box"
15854   output-file-type: ".html"
15855   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15856   data: "plot-vpp-throughput-latency-2n-skx"
15857   filter: "'NIC_Intel-XXV710' and
15858            '64B' and
15859            'NDRPDR' and
15860            ('ETH' or 'DOT1Q') and
15861            '2T1C' and
15862            'L2BDMACLRN' and
15863            'VHOST_1024' and
15864            not 'VXLAN' and
15865            not 'IP4FWD' and
15866            not '2VM'"
15867   parameters:
15868   - "throughput"
15869   - "parent"
15870   - "tags"
15871 #  sort:
15872 #  - "VM"  # "not CFS_OPT"
15873 #  - "CFS_OPT"
15874 #  - "FIB_10K"
15875 #  - "FIB_100K"
15876 #  - "FIB_1M"
15877   traces:
15878     hoverinfo: "x+y"
15879     boxpoints: "outliers"
15880     whiskerwidth: 0
15881   layout:
15882     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15883     layout: "plot-throughput"
15884
15885 -
15886   type: "plot"
15887   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15888   algorithm: "plot_performance_box"
15889   output-file-type: ".html"
15890   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15891   data: "plot-vpp-throughput-latency-2n-skx"
15892   filter: "'NIC_Intel-XXV710' and
15893            '64B' and
15894            'NDRPDR' and
15895            ('ETH' or 'DOT1Q') and
15896            '4T2C' and
15897            'L2BDMACLRN' and
15898            'VHOST_1024' and
15899            not 'VXLAN' and
15900            not 'IP4FWD' and
15901            not '2VM'"
15902   parameters:
15903   - "throughput"
15904   - "parent"
15905   - "tags"
15906 #  sort:
15907 #  - "VM"  # "not CFS_OPT"
15908 #  - "CFS_OPT"
15909 #  - "FIB_10K"
15910 #  - "FIB_100K"
15911 #  - "FIB_1M"
15912   traces:
15913     hoverinfo: "x+y"
15914     boxpoints: "outliers"
15915     whiskerwidth: 0
15916   layout:
15917     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15918     layout: "plot-throughput"
15919
15920 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
15921 -
15922   type: "plot"
15923   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
15924   algorithm: "plot_performance_box"
15925   output-file-type: ".html"
15926   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
15927   data: "plot-vpp-throughput-latency-2n-skx"
15928   filter: "'NIC_Intel-XXV710' and
15929            '64B' and
15930            'NDRPDR' and
15931            ('ETH' or 'DOT1Q') and
15932            'BASE' and
15933            '2T1C' and
15934            ('L2BDMACLRN' or 'L2XCFWD') and
15935            'VHOST_1024' and
15936            not 'VXLAN' and
15937            not 'IP4FWD' and
15938            not '2VM'"
15939   parameters:
15940   - "throughput"
15941   - "parent"
15942   - "tags"
15943 #  sort:
15944 #  - "not CFS_OPT"
15945 #  - "L2XCFWD"
15946 #  - "not CFS_OPT"
15947 #  - "CFS_OPT"
15948   traces:
15949     hoverinfo: "x+y"
15950     boxpoints: "outliers"
15951     whiskerwidth: 0
15952   layout:
15953     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
15954     layout: "plot-throughput"
15955
15956 -
15957   type: "plot"
15958   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
15959   algorithm: "plot_performance_box"
15960   output-file-type: ".html"
15961   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
15962   data: "plot-vpp-throughput-latency-2n-skx"
15963   filter: "'NIC_Intel-XXV710' and
15964            '64B' and
15965            'NDRPDR' and
15966            ('ETH' or 'DOT1Q') and
15967            'BASE' and
15968            '2T1C' and
15969            ('L2BDMACLRN' or 'L2XCFWD') and
15970            'VHOST_1024' and
15971            not 'VXLAN' and
15972            not 'IP4FWD' and
15973            not '2VM'"
15974   parameters:
15975   - "throughput"
15976   - "parent"
15977   - "tags"
15978 #  sort:
15979 #  - "not CFS_OPT"
15980 #  - "L2XCFWD"
15981 #  - "not CFS_OPT"
15982 #  - "CFS_OPT"
15983   traces:
15984     hoverinfo: "x+y"
15985     boxpoints: "outliers"
15986     whiskerwidth: 0
15987   layout:
15988     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
15989     layout: "plot-throughput"
15990
15991 -
15992   type: "plot"
15993   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
15994   algorithm: "plot_performance_box"
15995   output-file-type: ".html"
15996   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
15997   data: "plot-vpp-throughput-latency-2n-skx"
15998   filter: "'NIC_Intel-XXV710' and
15999            '64B' and
16000            'NDRPDR' and
16001            ('ETH' or 'DOT1Q') and
16002            'BASE' and
16003            '4T2C' and
16004            ('L2BDMACLRN' or 'L2XCFWD') and
16005            'VHOST_1024' and
16006            not 'VXLAN' and
16007            not 'IP4FWD' and
16008            not '2VM'"
16009   parameters:
16010   - "throughput"
16011   - "parent"
16012   - "tags"
16013 #  sort:
16014 #  - "not CFS_OPT"
16015 #  - "L2XCFWD"
16016 #  - "not CFS_OPT"
16017 #  - "CFS_OPT"
16018   traces:
16019     hoverinfo: "x+y"
16020     boxpoints: "outliers"
16021     whiskerwidth: 0
16022   layout:
16023     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
16024     layout: "plot-throughput"
16025
16026 -
16027   type: "plot"
16028   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16029   algorithm: "plot_performance_box"
16030   output-file-type: ".html"
16031   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16032   data: "plot-vpp-throughput-latency-2n-skx"
16033   filter: "'NIC_Intel-XXV710' and
16034            '64B' and
16035            'NDRPDR' and
16036            ('ETH' or 'DOT1Q') and
16037            'BASE' and
16038            '4T2C' and
16039            ('L2BDMACLRN' or 'L2XCFWD') and
16040            'VHOST_1024' and
16041            not 'VXLAN' and
16042            not 'IP4FWD' and
16043            not '2VM'"
16044   parameters:
16045   - "throughput"
16046   - "parent"
16047   - "tags"
16048 #  sort:
16049 #  - "not CFS_OPT"
16050 #  - "L2XCFWD"
16051 #  - "not CFS_OPT"
16052 #  - "CFS_OPT"
16053   traces:
16054     hoverinfo: "x+y"
16055     boxpoints: "outliers"
16056     whiskerwidth: 0
16057   layout:
16058     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
16059     layout: "plot-throughput"
16060
16061 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16062 -
16063   type: "plot"
16064   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16065   algorithm: "plot_performance_box"
16066   output-file-type: ".html"
16067   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16068   data: "plot-vpp-throughput-latency-2n-skx"
16069   filter: "'NIC_Intel-XXV710' and
16070            '64B' and
16071            'NDRPDR' and
16072            ('ETH' or 'DOT1Q') and
16073            '2T1C' and
16074            ('L2BDMACLRN' or 'L2XCFWD') and
16075            'VHOST_1024' and
16076            not 'CFS_OPT' and
16077            not 'VXLAN' and
16078            not 'IP4FWD'"
16079   parameters:
16080   - "throughput"
16081   - "parent"
16082   - "tags"
16083 #  sort:
16084 #  - "1VM"
16085 #  - "L2XCFWD"
16086 #  - "1VM"
16087 #  - "L2BDMACLRN"
16088   traces:
16089     hoverinfo: "x+y"
16090     boxpoints: "outliers"
16091     whiskerwidth: 0
16092   layout:
16093     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16094     layout: "plot-throughput"
16095
16096 -
16097   type: "plot"
16098   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16099   algorithm: "plot_performance_box"
16100   output-file-type: ".html"
16101   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16102   data: "plot-vpp-throughput-latency-2n-skx"
16103   filter: "'NIC_Intel-XXV710' and
16104            '64B' and
16105            'NDRPDR' and
16106            ('ETH' or 'DOT1Q') and
16107            '2T1C' and
16108            ('L2BDMACLRN' or 'L2XCFWD') and
16109            'VHOST_1024' and
16110            not 'CFS_OPT' and
16111            not 'VXLAN' and
16112            not 'IP4FWD'"
16113   parameters:
16114   - "throughput"
16115   - "parent"
16116   - "tags"
16117 #  sort:
16118 #  - "1VM"
16119 #  - "L2XCFWD"
16120 #  - "1VM"
16121 #  - "L2BDMACLRN"
16122   traces:
16123     hoverinfo: "x+y"
16124     boxpoints: "outliers"
16125     whiskerwidth: 0
16126   layout:
16127     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16128     layout: "plot-throughput"
16129
16130 -
16131   type: "plot"
16132   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16133   algorithm: "plot_performance_box"
16134   output-file-type: ".html"
16135   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16136   data: "plot-vpp-throughput-latency-2n-skx"
16137   filter: "'NIC_Intel-XXV710' and
16138            '64B' and
16139            'NDRPDR' and
16140            ('ETH' or 'DOT1Q') and
16141            '4T2C' and
16142            ('L2BDMACLRN' or 'L2XCFWD') and
16143            'VHOST_1024' and
16144            not 'CFS_OPT' and
16145            not 'VXLAN' and
16146            not 'IP4FWD'"
16147   parameters:
16148   - "throughput"
16149   - "parent"
16150   - "tags"
16151 #  sort:
16152 #  - "1VM"
16153 #  - "L2XCFWD"
16154 #  - "1VM"
16155 #  - "L2BDMACLRN"
16156   traces:
16157     hoverinfo: "x+y"
16158     boxpoints: "outliers"
16159     whiskerwidth: 0
16160   layout:
16161     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16162     layout: "plot-throughput"
16163
16164 -
16165   type: "plot"
16166   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16167   algorithm: "plot_performance_box"
16168   output-file-type: ".html"
16169   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16170   data: "plot-vpp-throughput-latency-2n-skx"
16171   filter: "'NIC_Intel-XXV710' and
16172            '64B' and
16173            'NDRPDR' and
16174            ('ETH' or 'DOT1Q') and
16175            '4T2C' and
16176            ('L2BDMACLRN' or 'L2XCFWD') and
16177            'VHOST_1024' and
16178            not 'CFS_OPT' and
16179            not 'VXLAN' and
16180            not 'IP4FWD'"
16181   parameters:
16182   - "throughput"
16183   - "parent"
16184   - "tags"
16185 #  sort:
16186 #  - "1VM"
16187 #  - "L2XCFWD"
16188 #  - "1VM"
16189 #  - "L2BDMACLRN"
16190   traces:
16191     hoverinfo: "x+y"
16192     boxpoints: "outliers"
16193     whiskerwidth: 0
16194   layout:
16195     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16196     layout: "plot-throughput"
16197
16198 ################################################################################
16199
16200 # Packet Throughput - VPP VTS 3n-hsw-x520
16201 -
16202   type: "plot"
16203   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
16204   algorithm: "plot_performance_box"
16205   output-file-type: ".html"
16206   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
16207   data: "plot-vpp-throughput-latency-3n-hsw"
16208   filter: "'NIC_Intel-X520-DA2' and
16209            '114B' and
16210            'NDRPDR' and
16211            '1T1C' and
16212            'VTS'"
16213   parameters:
16214   - "throughput"
16215   - "parent"
16216   - "tags"
16217   traces:
16218     hoverinfo: "x+y"
16219     boxpoints: "outliers"
16220     whiskerwidth: 0
16221   layout:
16222     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
16223     layout: "plot-throughput"
16224
16225 -
16226   type: "plot"
16227   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
16228   algorithm: "plot_performance_box"
16229   output-file-type: ".html"
16230   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
16231   data: "plot-vpp-throughput-latency-3n-hsw"
16232   filter: "'NIC_Intel-X520-DA2' and
16233            '114B' and
16234            'NDRPDR' and
16235            '2T2C' and
16236            'VTS'"
16237   parameters:
16238   - "throughput"
16239   - "parent"
16240   - "tags"
16241   traces:
16242     hoverinfo: "x+y"
16243     boxpoints: "outliers"
16244     whiskerwidth: 0
16245   layout:
16246     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
16247     layout: "plot-throughput"
16248
16249 -
16250   type: "plot"
16251   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
16252   algorithm: "plot_performance_box"
16253   output-file-type: ".html"
16254   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
16255   data: "plot-vpp-throughput-latency-3n-hsw"
16256   filter: "'NIC_Intel-X520-DA2' and
16257            '114B' and
16258            'NDRPDR' and
16259            '1T1C' and
16260            'VTS'"
16261   parameters:
16262   - "throughput"
16263   - "parent"
16264   - "tags"
16265   traces:
16266     hoverinfo: "x+y"
16267     boxpoints: "outliers"
16268     whiskerwidth: 0
16269   layout:
16270     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
16271     layout: "plot-throughput"
16272
16273 -
16274   type: "plot"
16275   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
16276   algorithm: "plot_performance_box"
16277   output-file-type: ".html"
16278   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
16279   data: "plot-vpp-throughput-latency-3n-hsw"
16280   filter: "'NIC_Intel-X520-DA2' and
16281            '114B' and
16282            'NDRPDR' and
16283            '2T2C' and
16284            'VTS'"
16285   parameters:
16286   - "throughput"
16287   - "parent"
16288   - "tags"
16289   traces:
16290     hoverinfo: "x+y"
16291     boxpoints: "outliers"
16292     whiskerwidth: 0
16293   layout:
16294     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
16295     layout: "plot-throughput"
16296
16297 ################################################################################
16298
16299 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
16300 -
16301   type: "plot"
16302   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16303   algorithm: "plot_performance_box"
16304   output-file-type: ".html"
16305   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16306   data: "plot-dpdk-throughput-latency-3n-hsw"
16307   filter: "'NIC_Intel-X520-DA2' and
16308            '64B' and
16309            'BASE' and
16310            'NDRPDR' and
16311            '1T1C' and
16312            'IP4FWD'"
16313   parameters:
16314   - "throughput"
16315   - "parent"
16316   - "tags"
16317   traces:
16318     hoverinfo: "x+y"
16319     boxpoints: "outliers"
16320     whiskerwidth: 0
16321   layout:
16322     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16323     layout: "plot-throughput"
16324
16325 -
16326   type: "plot"
16327   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16328   algorithm: "plot_performance_box"
16329   output-file-type: ".html"
16330   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16331   data: "plot-dpdk-throughput-latency-3n-hsw"
16332   filter: "'NIC_Intel-X520-DA2' and
16333            '64B' and
16334            'BASE' and
16335            'NDRPDR' and
16336            '2T2C' and
16337            'IP4FWD'"
16338   parameters:
16339   - "throughput"
16340   - "parent"
16341   - "tags"
16342   traces:
16343     hoverinfo: "x+y"
16344     boxpoints: "outliers"
16345     whiskerwidth: 0
16346   layout:
16347     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16348     layout: "plot-throughput"
16349
16350 -
16351   type: "plot"
16352   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16353   algorithm: "plot_performance_box"
16354   output-file-type: ".html"
16355   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16356   data: "plot-dpdk-throughput-latency-3n-hsw"
16357   filter: "'NIC_Intel-X520-DA2' and
16358            '64B' and
16359            'BASE' and
16360            'NDRPDR' and
16361            '1T1C' and
16362            'IP4FWD'"
16363   parameters:
16364   - "throughput"
16365   - "parent"
16366   - "tags"
16367   traces:
16368     hoverinfo: "x+y"
16369     boxpoints: "outliers"
16370     whiskerwidth: 0
16371   layout:
16372     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16373     layout: "plot-throughput"
16374
16375 -
16376   type: "plot"
16377   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16378   algorithm: "plot_performance_box"
16379   output-file-type: ".html"
16380   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16381   data: "plot-dpdk-throughput-latency-3n-hsw"
16382   filter: "'NIC_Intel-X520-DA2' and
16383            '64B' and
16384            'BASE' and
16385            'NDRPDR' and
16386            '2T2C' and
16387            'IP4FWD'"
16388   parameters:
16389   - "throughput"
16390   - "parent"
16391   - "tags"
16392   traces:
16393     hoverinfo: "x+y"
16394     boxpoints: "outliers"
16395     whiskerwidth: 0
16396   layout:
16397     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16398     layout: "plot-throughput"
16399
16400 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
16401 -
16402   type: "plot"
16403   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16404   algorithm: "plot_performance_box"
16405   output-file-type: ".html"
16406   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16407   data: "plot-dpdk-throughput-latency-3n-hsw"
16408   filter: "'NIC_Intel-X710' and
16409            '64B' and
16410            'BASE' and
16411            'NDRPDR' and
16412            '1T1C' and
16413            'IP4FWD'"
16414   parameters:
16415   - "throughput"
16416   - "parent"
16417   - "tags"
16418   traces:
16419     hoverinfo: "x+y"
16420     boxpoints: "outliers"
16421     whiskerwidth: 0
16422   layout:
16423     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16424     layout: "plot-throughput"
16425
16426 -
16427   type: "plot"
16428   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16429   algorithm: "plot_performance_box"
16430   output-file-type: ".html"
16431   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16432   data: "plot-dpdk-throughput-latency-3n-hsw"
16433   filter: "'NIC_Intel-X710' and
16434            '64B' and
16435            'BASE' and
16436            'NDRPDR' and
16437            '2T2C' and
16438            'IP4FWD'"
16439   parameters:
16440   - "throughput"
16441   - "parent"
16442   - "tags"
16443   traces:
16444     hoverinfo: "x+y"
16445     boxpoints: "outliers"
16446     whiskerwidth: 0
16447   layout:
16448     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16449     layout: "plot-throughput"
16450
16451 -
16452   type: "plot"
16453   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16454   algorithm: "plot_performance_box"
16455   output-file-type: ".html"
16456   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16457   data: "plot-dpdk-throughput-latency-3n-hsw"
16458   filter: "'NIC_Intel-X710' and
16459            '64B' and
16460            'BASE' and
16461            'NDRPDR' and
16462            '1T1C' and
16463            'IP4FWD'"
16464   parameters:
16465   - "throughput"
16466   - "parent"
16467   - "tags"
16468   traces:
16469     hoverinfo: "x+y"
16470     boxpoints: "outliers"
16471     whiskerwidth: 0
16472   layout:
16473     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16474     layout: "plot-throughput"
16475
16476 -
16477   type: "plot"
16478   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16479   algorithm: "plot_performance_box"
16480   output-file-type: ".html"
16481   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16482   data: "plot-dpdk-throughput-latency-3n-hsw"
16483   filter: "'NIC_Intel-X710' and
16484            '64B' and
16485            'BASE' and
16486            'NDRPDR' and
16487            '2T2C' and
16488            'IP4FWD'"
16489   parameters:
16490   - "throughput"
16491   - "parent"
16492   - "tags"
16493   traces:
16494     hoverinfo: "x+y"
16495     boxpoints: "outliers"
16496     whiskerwidth: 0
16497   layout:
16498     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16499     layout: "plot-throughput"
16500
16501 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
16502 -
16503   type: "plot"
16504   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16505   algorithm: "plot_performance_box"
16506   output-file-type: ".html"
16507   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16508   data: "plot-dpdk-throughput-latency-3n-hsw"
16509   filter: "'NIC_Intel-XL710' and
16510            '64B' and
16511            'BASE' and
16512            'NDRPDR' and
16513            '1T1C' and
16514            'IP4FWD'"
16515   parameters:
16516   - "throughput"
16517   - "parent"
16518   - "tags"
16519   traces:
16520     hoverinfo: "x+y"
16521     boxpoints: "outliers"
16522     whiskerwidth: 0
16523   layout:
16524     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16525     layout: "plot-throughput"
16526
16527 -
16528   type: "plot"
16529   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16530   algorithm: "plot_performance_box"
16531   output-file-type: ".html"
16532   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16533   data: "plot-dpdk-throughput-latency-3n-hsw"
16534   filter: "'NIC_Intel-XL710' and
16535            '64B' and
16536            'BASE' and
16537            'NDRPDR' and
16538            '2T2C' and
16539            'IP4FWD'"
16540   parameters:
16541   - "throughput"
16542   - "parent"
16543   - "tags"
16544   traces:
16545     hoverinfo: "x+y"
16546     boxpoints: "outliers"
16547     whiskerwidth: 0
16548   layout:
16549     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16550     layout: "plot-throughput"
16551
16552 -
16553   type: "plot"
16554   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16555   algorithm: "plot_performance_box"
16556   output-file-type: ".html"
16557   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16558   data: "plot-dpdk-throughput-latency-3n-hsw"
16559   filter: "'NIC_Intel-XL710' and
16560            '64B' and
16561            'BASE' and
16562            'NDRPDR' and
16563            '1T1C' and
16564            'IP4FWD'"
16565   parameters:
16566   - "throughput"
16567   - "parent"
16568   - "tags"
16569   traces:
16570     hoverinfo: "x+y"
16571     boxpoints: "outliers"
16572     whiskerwidth: 0
16573   layout:
16574     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16575     layout: "plot-throughput"
16576
16577 -
16578   type: "plot"
16579   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16580   algorithm: "plot_performance_box"
16581   output-file-type: ".html"
16582   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16583   data: "plot-dpdk-throughput-latency-3n-hsw"
16584   filter: "'NIC_Intel-XL710' and
16585            '64B' and
16586            'BASE' and
16587            'NDRPDR' and
16588            '2T2C' and
16589            'IP4FWD'"
16590   parameters:
16591   - "throughput"
16592   - "parent"
16593   - "tags"
16594   traces:
16595     hoverinfo: "x+y"
16596     boxpoints: "outliers"
16597     whiskerwidth: 0
16598   layout:
16599     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16600     layout: "plot-throughput"
16601
16602 # Packet Throughput - DPDK l3fwd 3n-skx-x710
16603 -
16604   type: "plot"
16605   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16606   algorithm: "plot_performance_box"
16607   output-file-type: ".html"
16608   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16609   data: "plot-dpdk-throughput-latency-3n-skx"
16610   filter: "'NIC_Intel-X710' and
16611            '64B' and
16612            'BASE' and
16613            'NDRPDR' and
16614            '2T1C' and
16615            'IP4FWD'"
16616   parameters:
16617   - "throughput"
16618   - "parent"
16619   - "tags"
16620   traces:
16621     hoverinfo: "x+y"
16622     boxpoints: "outliers"
16623     whiskerwidth: 0
16624   layout:
16625     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16626     layout: "plot-throughput"
16627
16628 -
16629   type: "plot"
16630   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16631   algorithm: "plot_performance_box"
16632   output-file-type: ".html"
16633   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16634   data: "plot-dpdk-throughput-latency-3n-skx"
16635   filter: "'NIC_Intel-X710' and
16636            '64B' and
16637            'BASE' and
16638            'NDRPDR' and
16639            '4T2C' and
16640            'IP4FWD'"
16641   parameters:
16642   - "throughput"
16643   - "parent"
16644   - "tags"
16645   traces:
16646     hoverinfo: "x+y"
16647     boxpoints: "outliers"
16648     whiskerwidth: 0
16649   layout:
16650     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16651     layout: "plot-throughput"
16652
16653 -
16654   type: "plot"
16655   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16656   algorithm: "plot_performance_box"
16657   output-file-type: ".html"
16658   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16659   data: "plot-dpdk-throughput-latency-3n-skx"
16660   filter: "'NIC_Intel-X710' and
16661            '64B' and
16662            'BASE' and
16663            'NDRPDR' and
16664            '2T1C' and
16665            'IP4FWD'"
16666   parameters:
16667   - "throughput"
16668   - "parent"
16669   - "tags"
16670   traces:
16671     hoverinfo: "x+y"
16672     boxpoints: "outliers"
16673     whiskerwidth: 0
16674   layout:
16675     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16676     layout: "plot-throughput"
16677
16678 -
16679   type: "plot"
16680   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16681   algorithm: "plot_performance_box"
16682   output-file-type: ".html"
16683   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16684   data: "plot-dpdk-throughput-latency-3n-skx"
16685   filter: "'NIC_Intel-X710' and
16686            '64B' and
16687            'BASE' and
16688            'NDRPDR' and
16689            '4T2C' and
16690            'IP4FWD'"
16691   parameters:
16692   - "throughput"
16693   - "parent"
16694   - "tags"
16695   traces:
16696     hoverinfo: "x+y"
16697     boxpoints: "outliers"
16698     whiskerwidth: 0
16699   layout:
16700     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16701     layout: "plot-throughput"
16702
16703 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
16704 -
16705   type: "plot"
16706   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16707   algorithm: "plot_performance_box"
16708   output-file-type: ".html"
16709   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16710   data: "plot-dpdk-throughput-latency-3n-skx"
16711   filter: "'NIC_Intel-XXV710' and
16712            '64B' and
16713            'BASE' and
16714            'NDRPDR' and
16715            '2T1C' and
16716            'IP4FWD'"
16717   parameters:
16718   - "throughput"
16719   - "parent"
16720   - "tags"
16721   traces:
16722     hoverinfo: "x+y"
16723     boxpoints: "outliers"
16724     whiskerwidth: 0
16725   layout:
16726     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16727     layout: "plot-throughput"
16728
16729 -
16730   type: "plot"
16731   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16732   algorithm: "plot_performance_box"
16733   output-file-type: ".html"
16734   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16735   data: "plot-dpdk-throughput-latency-3n-skx"
16736   filter: "'NIC_Intel-XXV710' and
16737            '64B' and
16738            'BASE' and
16739            'NDRPDR' and
16740            '4T2C' and
16741            'IP4FWD'"
16742   parameters:
16743   - "throughput"
16744   - "parent"
16745   - "tags"
16746   traces:
16747     hoverinfo: "x+y"
16748     boxpoints: "outliers"
16749     whiskerwidth: 0
16750   layout:
16751     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16752     layout: "plot-throughput"
16753
16754 -
16755   type: "plot"
16756   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16757   algorithm: "plot_performance_box"
16758   output-file-type: ".html"
16759   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16760   data: "plot-dpdk-throughput-latency-3n-skx"
16761   filter: "'NIC_Intel-XXV710' and
16762            '64B' and
16763            'BASE' and
16764            'NDRPDR' and
16765            '2T1C' and
16766            'IP4FWD'"
16767   parameters:
16768   - "throughput"
16769   - "parent"
16770   - "tags"
16771   traces:
16772     hoverinfo: "x+y"
16773     boxpoints: "outliers"
16774     whiskerwidth: 0
16775   layout:
16776     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16777     layout: "plot-throughput"
16778
16779 -
16780   type: "plot"
16781   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16782   algorithm: "plot_performance_box"
16783   output-file-type: ".html"
16784   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16785   data: "plot-dpdk-throughput-latency-3n-skx"
16786   filter: "'NIC_Intel-XXV710' and
16787            '64B' and
16788            'BASE' and
16789            'NDRPDR' and
16790            '4T2C' and
16791            'IP4FWD'"
16792   parameters:
16793   - "throughput"
16794   - "parent"
16795   - "tags"
16796   traces:
16797     hoverinfo: "x+y"
16798     boxpoints: "outliers"
16799     whiskerwidth: 0
16800   layout:
16801     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16802     layout: "plot-throughput"
16803
16804 # Packet Throughput - DPDK l3fwd 2n-skx-x710
16805 -
16806   type: "plot"
16807   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16808   algorithm: "plot_performance_box"
16809   output-file-type: ".html"
16810   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16811   data: "plot-dpdk-throughput-latency-2n-skx"
16812   filter: "'NIC_Intel-X710' and
16813            '64B' and
16814            'BASE' and
16815            'NDRPDR' and
16816            '2T1C' and
16817            'IP4FWD'"
16818   parameters:
16819   - "throughput"
16820   - "parent"
16821   - "tags"
16822   traces:
16823     hoverinfo: "x+y"
16824     boxpoints: "outliers"
16825     whiskerwidth: 0
16826   layout:
16827     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16828     layout: "plot-throughput"
16829
16830 -
16831   type: "plot"
16832   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16833   algorithm: "plot_performance_box"
16834   output-file-type: ".html"
16835   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16836   data: "plot-dpdk-throughput-latency-2n-skx"
16837   filter: "'NIC_Intel-X710' and
16838            '64B' and
16839            'BASE' and
16840            'NDRPDR' and
16841            '4T2C' and
16842            'IP4FWD'"
16843   parameters:
16844   - "throughput"
16845   - "parent"
16846   - "tags"
16847   traces:
16848     hoverinfo: "x+y"
16849     boxpoints: "outliers"
16850     whiskerwidth: 0
16851   layout:
16852     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16853     layout: "plot-throughput"
16854
16855 -
16856   type: "plot"
16857   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16858   algorithm: "plot_performance_box"
16859   output-file-type: ".html"
16860   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16861   data: "plot-dpdk-throughput-latency-2n-skx"
16862   filter: "'NIC_Intel-X710' and
16863            '64B' and
16864            'BASE' and
16865            'NDRPDR' and
16866            '2T1C' and
16867            'IP4FWD'"
16868   parameters:
16869   - "throughput"
16870   - "parent"
16871   - "tags"
16872   traces:
16873     hoverinfo: "x+y"
16874     boxpoints: "outliers"
16875     whiskerwidth: 0
16876   layout:
16877     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16878     layout: "plot-throughput"
16879
16880 -
16881   type: "plot"
16882   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16883   algorithm: "plot_performance_box"
16884   output-file-type: ".html"
16885   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16886   data: "plot-dpdk-throughput-latency-2n-skx"
16887   filter: "'NIC_Intel-X710' and
16888            '64B' and
16889            'BASE' and
16890            'NDRPDR' and
16891            '4T2C' and
16892            'IP4FWD'"
16893   parameters:
16894   - "throughput"
16895   - "parent"
16896   - "tags"
16897   traces:
16898     hoverinfo: "x+y"
16899     boxpoints: "outliers"
16900     whiskerwidth: 0
16901   layout:
16902     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16903     layout: "plot-throughput"
16904
16905 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
16906 -
16907   type: "plot"
16908   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16909   algorithm: "plot_performance_box"
16910   output-file-type: ".html"
16911   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16912   data: "plot-dpdk-throughput-latency-2n-skx"
16913   filter: "'NIC_Intel-XXV710' and
16914            '64B' and
16915            'BASE' and
16916            'NDRPDR' and
16917            '2T1C' and
16918            'IP4FWD'"
16919   parameters:
16920   - "throughput"
16921   - "parent"
16922   - "tags"
16923   traces:
16924     hoverinfo: "x+y"
16925     boxpoints: "outliers"
16926     whiskerwidth: 0
16927   layout:
16928     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16929     layout: "plot-throughput"
16930
16931 -
16932   type: "plot"
16933   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16934   algorithm: "plot_performance_box"
16935   output-file-type: ".html"
16936   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16937   data: "plot-dpdk-throughput-latency-2n-skx"
16938   filter: "'NIC_Intel-XXV710' and
16939            '64B' and
16940            'BASE' and
16941            'NDRPDR' and
16942            '4T2C' and
16943            'IP4FWD'"
16944   parameters:
16945   - "throughput"
16946   - "parent"
16947   - "tags"
16948   traces:
16949     hoverinfo: "x+y"
16950     boxpoints: "outliers"
16951     whiskerwidth: 0
16952   layout:
16953     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16954     layout: "plot-throughput"
16955
16956 -
16957   type: "plot"
16958   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16959   algorithm: "plot_performance_box"
16960   output-file-type: ".html"
16961   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16962   data: "plot-dpdk-throughput-latency-2n-skx"
16963   filter: "'NIC_Intel-XXV710' and
16964            '64B' and
16965            'BASE' and
16966            'NDRPDR' and
16967            '2T1C' and
16968            'IP4FWD'"
16969   parameters:
16970   - "throughput"
16971   - "parent"
16972   - "tags"
16973   traces:
16974     hoverinfo: "x+y"
16975     boxpoints: "outliers"
16976     whiskerwidth: 0
16977   layout:
16978     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16979     layout: "plot-throughput"
16980
16981 -
16982   type: "plot"
16983   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16984   algorithm: "plot_performance_box"
16985   output-file-type: ".html"
16986   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16987   data: "plot-dpdk-throughput-latency-2n-skx"
16988   filter: "'NIC_Intel-XXV710' and
16989            '64B' and
16990            'BASE' and
16991            'NDRPDR' and
16992            '4T2C' and
16993            'IP4FWD'"
16994   parameters:
16995   - "throughput"
16996   - "parent"
16997   - "tags"
16998   traces:
16999     hoverinfo: "x+y"
17000     boxpoints: "outliers"
17001     whiskerwidth: 0
17002   layout:
17003     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17004     layout: "plot-throughput"
17005
17006 ################################################################################
17007
17008 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17009 -
17010   type: "plot"
17011   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17012   algorithm: "plot_performance_box"
17013   output-file-type: ".html"
17014   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17015   data: "plot-dpdk-throughput-latency-3n-hsw"
17016   filter: "'NIC_Intel-X520-DA2' and
17017            '64B' and
17018            'BASE' and
17019            'NDRPDR' and
17020            '1T1C' and
17021            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17022   parameters:
17023   - "throughput"
17024   - "parent"
17025   - "tags"
17026   traces:
17027     hoverinfo: "x+y"
17028     boxpoints: "outliers"
17029     whiskerwidth: 0
17030   layout:
17031     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17032     layout: "plot-throughput"
17033
17034 -
17035   type: "plot"
17036   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17037   algorithm: "plot_performance_box"
17038   output-file-type: ".html"
17039   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17040   data: "plot-dpdk-throughput-latency-3n-hsw"
17041   filter: "'NIC_Intel-X520-DA2' and
17042            '64B' and
17043            'BASE' and
17044            'NDRPDR' and
17045            '2T2C' and
17046            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17047   parameters:
17048   - "throughput"
17049   - "parent"
17050   - "tags"
17051   traces:
17052     hoverinfo: "x+y"
17053     boxpoints: "outliers"
17054     whiskerwidth: 0
17055   layout:
17056     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17057     layout: "plot-throughput"
17058
17059 -
17060   type: "plot"
17061   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17062   algorithm: "plot_performance_box"
17063   output-file-type: ".html"
17064   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17065   data: "plot-dpdk-throughput-latency-3n-hsw"
17066   filter: "'NIC_Intel-X520-DA2' and
17067            '64B' and
17068            'BASE' and
17069            'NDRPDR' and
17070            '1T1C' and
17071            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17072   parameters:
17073   - "throughput"
17074   - "parent"
17075   - "tags"
17076   traces:
17077     hoverinfo: "x+y"
17078     boxpoints: "outliers"
17079     whiskerwidth: 0
17080   layout:
17081     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17082     layout: "plot-throughput"
17083
17084 -
17085   type: "plot"
17086   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17087   algorithm: "plot_performance_box"
17088   output-file-type: ".html"
17089   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17090   data: "plot-dpdk-throughput-latency-3n-hsw"
17091   filter: "'NIC_Intel-X520-DA2' and
17092            '64B' and
17093            'BASE' and
17094            'NDRPDR' and
17095            '2T2C' and
17096            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17097   parameters:
17098   - "throughput"
17099   - "parent"
17100   - "tags"
17101   traces:
17102     hoverinfo: "x+y"
17103     boxpoints: "outliers"
17104     whiskerwidth: 0
17105   layout:
17106     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17107     layout: "plot-throughput"
17108
17109 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17110 -
17111   type: "plot"
17112   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17113   algorithm: "plot_performance_box"
17114   output-file-type: ".html"
17115   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17116   data: "plot-dpdk-throughput-latency-3n-hsw"
17117   filter: "'NIC_Intel-X710' and
17118            '64B' and
17119            'BASE' and
17120            'NDRPDR' and
17121            '1T1C' and
17122            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17123   parameters:
17124   - "throughput"
17125   - "parent"
17126   - "tags"
17127   traces:
17128     hoverinfo: "x+y"
17129     boxpoints: "outliers"
17130     whiskerwidth: 0
17131   layout:
17132     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17133     layout: "plot-throughput"
17134
17135 -
17136   type: "plot"
17137   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17138   algorithm: "plot_performance_box"
17139   output-file-type: ".html"
17140   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17141   data: "plot-dpdk-throughput-latency-3n-hsw"
17142   filter: "'NIC_Intel-X710' and
17143            '64B' and
17144            'BASE' and
17145            'NDRPDR' and
17146            '2T2C' and
17147            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17148   parameters:
17149   - "throughput"
17150   - "parent"
17151   - "tags"
17152   traces:
17153     hoverinfo: "x+y"
17154     boxpoints: "outliers"
17155     whiskerwidth: 0
17156   layout:
17157     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17158     layout: "plot-throughput"
17159
17160 -
17161   type: "plot"
17162   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17163   algorithm: "plot_performance_box"
17164   output-file-type: ".html"
17165   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17166   data: "plot-dpdk-throughput-latency-3n-hsw"
17167   filter: "'NIC_Intel-X710' and
17168            '64B' and
17169            'BASE' and
17170            'NDRPDR' and
17171            '1T1C' and
17172            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17173   parameters:
17174   - "throughput"
17175   - "parent"
17176   - "tags"
17177   traces:
17178     hoverinfo: "x+y"
17179     boxpoints: "outliers"
17180     whiskerwidth: 0
17181   layout:
17182     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17183     layout: "plot-throughput"
17184
17185 -
17186   type: "plot"
17187   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17188   algorithm: "plot_performance_box"
17189   output-file-type: ".html"
17190   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17191   data: "plot-dpdk-throughput-latency-3n-hsw"
17192   filter: "'NIC_Intel-X710' and
17193            '64B' and
17194            'BASE' and
17195            'NDRPDR' and
17196            '2T2C' and
17197            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17198   parameters:
17199   - "throughput"
17200   - "parent"
17201   - "tags"
17202   traces:
17203     hoverinfo: "x+y"
17204     boxpoints: "outliers"
17205     whiskerwidth: 0
17206   layout:
17207     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17208     layout: "plot-throughput"
17209
17210 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
17211 -
17212   type: "plot"
17213   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17214   algorithm: "plot_performance_box"
17215   output-file-type: ".html"
17216   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17217   data: "plot-dpdk-throughput-latency-3n-hsw"
17218   filter: "'NIC_Intel-XL710' and
17219            '64B' and
17220            'BASE' and
17221            'NDRPDR' and
17222            '1T1C' and
17223            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17224   parameters:
17225   - "throughput"
17226   - "parent"
17227   - "tags"
17228   traces:
17229     hoverinfo: "x+y"
17230     boxpoints: "outliers"
17231     whiskerwidth: 0
17232   layout:
17233     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17234     layout: "plot-throughput"
17235
17236 -
17237   type: "plot"
17238   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17239   algorithm: "plot_performance_box"
17240   output-file-type: ".html"
17241   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17242   data: "plot-dpdk-throughput-latency-3n-hsw"
17243   filter: "'NIC_Intel-XL710' and
17244            '64B' and
17245            'BASE' and
17246            'NDRPDR' and
17247            '2T2C' and
17248            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17249   parameters:
17250   - "throughput"
17251   - "parent"
17252   - "tags"
17253   traces:
17254     hoverinfo: "x+y"
17255     boxpoints: "outliers"
17256     whiskerwidth: 0
17257   layout:
17258     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17259     layout: "plot-throughput"
17260
17261 -
17262   type: "plot"
17263   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17264   algorithm: "plot_performance_box"
17265   output-file-type: ".html"
17266   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17267   data: "plot-dpdk-throughput-latency-3n-hsw"
17268   filter: "'NIC_Intel-XL710' and
17269            '64B' and
17270            'BASE' and
17271            'NDRPDR' and
17272            '1T1C' and
17273            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17274   parameters:
17275   - "throughput"
17276   - "parent"
17277   - "tags"
17278   traces:
17279     hoverinfo: "x+y"
17280     boxpoints: "outliers"
17281     whiskerwidth: 0
17282   layout:
17283     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17284     layout: "plot-throughput"
17285
17286 -
17287   type: "plot"
17288   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17289   algorithm: "plot_performance_box"
17290   output-file-type: ".html"
17291   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17292   data: "plot-dpdk-throughput-latency-3n-hsw"
17293   filter: "'NIC_Intel-XL710' and
17294            '64B' and
17295            'BASE' and
17296            'NDRPDR' and
17297            '2T2C' and
17298            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17299   parameters:
17300   - "throughput"
17301   - "parent"
17302   - "tags"
17303   traces:
17304     hoverinfo: "x+y"
17305     boxpoints: "outliers"
17306     whiskerwidth: 0
17307   layout:
17308     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17309     layout: "plot-throughput"
17310
17311 # Packet Throughput - DPDK testpmd 3n-skx-x710
17312 -
17313   type: "plot"
17314   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17315   algorithm: "plot_performance_box"
17316   output-file-type: ".html"
17317   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17318   data: "plot-dpdk-throughput-latency-3n-skx"
17319   filter: "'NIC_Intel-X710' and
17320            '64B' and
17321            'BASE' and
17322            'NDRPDR' and
17323            '2T1C' and
17324            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17325   parameters:
17326   - "throughput"
17327   - "parent"
17328   - "tags"
17329   traces:
17330     hoverinfo: "x+y"
17331     boxpoints: "outliers"
17332     whiskerwidth: 0
17333   layout:
17334     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17335     layout: "plot-throughput"
17336
17337 -
17338   type: "plot"
17339   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17340   algorithm: "plot_performance_box"
17341   output-file-type: ".html"
17342   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17343   data: "plot-dpdk-throughput-latency-3n-skx"
17344   filter: "'NIC_Intel-X710' and
17345            '64B' and
17346            'BASE' and
17347            'NDRPDR' and
17348            '4T2C' and
17349            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17350   parameters:
17351   - "throughput"
17352   - "parent"
17353   - "tags"
17354   traces:
17355     hoverinfo: "x+y"
17356     boxpoints: "outliers"
17357     whiskerwidth: 0
17358   layout:
17359     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17360     layout: "plot-throughput"
17361
17362 -
17363   type: "plot"
17364   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17365   algorithm: "plot_performance_box"
17366   output-file-type: ".html"
17367   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17368   data: "plot-dpdk-throughput-latency-3n-skx"
17369   filter: "'NIC_Intel-X710' and
17370            '64B' and
17371            'BASE' and
17372            'NDRPDR' and
17373            '2T1C' and
17374            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17375   parameters:
17376   - "throughput"
17377   - "parent"
17378   - "tags"
17379   traces:
17380     hoverinfo: "x+y"
17381     boxpoints: "outliers"
17382     whiskerwidth: 0
17383   layout:
17384     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17385     layout: "plot-throughput"
17386
17387 -
17388   type: "plot"
17389   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17390   algorithm: "plot_performance_box"
17391   output-file-type: ".html"
17392   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17393   data: "plot-dpdk-throughput-latency-3n-skx"
17394   filter: "'NIC_Intel-X710' and
17395            '64B' and
17396            'BASE' and
17397            'NDRPDR' and
17398            '4T2C' and
17399            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17400   parameters:
17401   - "throughput"
17402   - "parent"
17403   - "tags"
17404   traces:
17405     hoverinfo: "x+y"
17406     boxpoints: "outliers"
17407     whiskerwidth: 0
17408   layout:
17409     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17410     layout: "plot-throughput"
17411
17412 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
17413 -
17414   type: "plot"
17415   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17416   algorithm: "plot_performance_box"
17417   output-file-type: ".html"
17418   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17419   data: "plot-dpdk-throughput-latency-3n-skx"
17420   filter: "'NIC_Intel-XXV710' and
17421            '64B' and
17422            'BASE' and
17423            'NDRPDR' and
17424            '2T1C' and
17425            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17426   parameters:
17427   - "throughput"
17428   - "parent"
17429   - "tags"
17430   traces:
17431     hoverinfo: "x+y"
17432     boxpoints: "outliers"
17433     whiskerwidth: 0
17434   layout:
17435     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17436     layout: "plot-throughput"
17437
17438 -
17439   type: "plot"
17440   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17441   algorithm: "plot_performance_box"
17442   output-file-type: ".html"
17443   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17444   data: "plot-dpdk-throughput-latency-3n-skx"
17445   filter: "'NIC_Intel-XXV710' and
17446            '64B' and
17447            'BASE' and
17448            'NDRPDR' and
17449            '4T2C' and
17450            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17451   parameters:
17452   - "throughput"
17453   - "parent"
17454   - "tags"
17455   traces:
17456     hoverinfo: "x+y"
17457     boxpoints: "outliers"
17458     whiskerwidth: 0
17459   layout:
17460     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17461     layout: "plot-throughput"
17462
17463 -
17464   type: "plot"
17465   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17466   algorithm: "plot_performance_box"
17467   output-file-type: ".html"
17468   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17469   data: "plot-dpdk-throughput-latency-3n-skx"
17470   filter: "'NIC_Intel-XXV710' and
17471            '64B' and
17472            'BASE' and
17473            'NDRPDR' and
17474            '2T1C' and
17475            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17476   parameters:
17477   - "throughput"
17478   - "parent"
17479   - "tags"
17480   traces:
17481     hoverinfo: "x+y"
17482     boxpoints: "outliers"
17483     whiskerwidth: 0
17484   layout:
17485     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17486     layout: "plot-throughput"
17487
17488 -
17489   type: "plot"
17490   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17491   algorithm: "plot_performance_box"
17492   output-file-type: ".html"
17493   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17494   data: "plot-dpdk-throughput-latency-3n-skx"
17495   filter: "'NIC_Intel-XXV710' and
17496            '64B' and
17497            'BASE' and
17498            'NDRPDR' and
17499            '4T2C' and
17500            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17501   parameters:
17502   - "throughput"
17503   - "parent"
17504   - "tags"
17505   traces:
17506     hoverinfo: "x+y"
17507     boxpoints: "outliers"
17508     whiskerwidth: 0
17509   layout:
17510     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17511     layout: "plot-throughput"
17512
17513 # Packet Throughput - DPDK testpmd 2n-skx-x710
17514 -
17515   type: "plot"
17516   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17517   algorithm: "plot_performance_box"
17518   output-file-type: ".html"
17519   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17520   data: "plot-dpdk-throughput-latency-2n-skx"
17521   filter: "'NIC_Intel-X710' and
17522            '64B' and
17523            'BASE' and
17524            'NDRPDR' and
17525            '2T1C' and
17526            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17527   parameters:
17528   - "throughput"
17529   - "parent"
17530   - "tags"
17531   traces:
17532     hoverinfo: "x+y"
17533     boxpoints: "outliers"
17534     whiskerwidth: 0
17535   layout:
17536     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17537     layout: "plot-throughput"
17538
17539 -
17540   type: "plot"
17541   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17542   algorithm: "plot_performance_box"
17543   output-file-type: ".html"
17544   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17545   data: "plot-dpdk-throughput-latency-2n-skx"
17546   filter: "'NIC_Intel-X710' and
17547            '64B' and
17548            'BASE' and
17549            'NDRPDR' and
17550            '4T2C' and
17551            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17552   parameters:
17553   - "throughput"
17554   - "parent"
17555   - "tags"
17556   traces:
17557     hoverinfo: "x+y"
17558     boxpoints: "outliers"
17559     whiskerwidth: 0
17560   layout:
17561     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17562     layout: "plot-throughput"
17563
17564 -
17565   type: "plot"
17566   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17567   algorithm: "plot_performance_box"
17568   output-file-type: ".html"
17569   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17570   data: "plot-dpdk-throughput-latency-2n-skx"
17571   filter: "'NIC_Intel-X710' and
17572            '64B' and
17573            'BASE' and
17574            'NDRPDR' and
17575            '2T1C' and
17576            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17577   parameters:
17578   - "throughput"
17579   - "parent"
17580   - "tags"
17581   traces:
17582     hoverinfo: "x+y"
17583     boxpoints: "outliers"
17584     whiskerwidth: 0
17585   layout:
17586     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17587     layout: "plot-throughput"
17588
17589 -
17590   type: "plot"
17591   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17592   algorithm: "plot_performance_box"
17593   output-file-type: ".html"
17594   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17595   data: "plot-dpdk-throughput-latency-2n-skx"
17596   filter: "'NIC_Intel-X710' and
17597            '64B' and
17598            'BASE' and
17599            'NDRPDR' and
17600            '4T2C' and
17601            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17602   parameters:
17603   - "throughput"
17604   - "parent"
17605   - "tags"
17606   traces:
17607     hoverinfo: "x+y"
17608     boxpoints: "outliers"
17609     whiskerwidth: 0
17610   layout:
17611     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17612     layout: "plot-throughput"
17613
17614 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
17615 -
17616   type: "plot"
17617   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17618   algorithm: "plot_performance_box"
17619   output-file-type: ".html"
17620   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17621   data: "plot-dpdk-throughput-latency-2n-skx"
17622   filter: "'NIC_Intel-XXV710' and
17623            '64B' and
17624            'BASE' and
17625            'NDRPDR' and
17626            '2T1C' and
17627            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17628   parameters:
17629   - "throughput"
17630   - "parent"
17631   - "tags"
17632   traces:
17633     hoverinfo: "x+y"
17634     boxpoints: "outliers"
17635     whiskerwidth: 0
17636   layout:
17637     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17638     layout: "plot-throughput"
17639
17640 -
17641   type: "plot"
17642   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17643   algorithm: "plot_performance_box"
17644   output-file-type: ".html"
17645   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17646   data: "plot-dpdk-throughput-latency-2n-skx"
17647   filter: "'NIC_Intel-XXV710' and
17648            '64B' and
17649            'BASE' and
17650            'NDRPDR' and
17651            '4T2C' and
17652            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17653   parameters:
17654   - "throughput"
17655   - "parent"
17656   - "tags"
17657   traces:
17658     hoverinfo: "x+y"
17659     boxpoints: "outliers"
17660     whiskerwidth: 0
17661   layout:
17662     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17663     layout: "plot-throughput"
17664
17665 -
17666   type: "plot"
17667   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17668   algorithm: "plot_performance_box"
17669   output-file-type: ".html"
17670   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17671   data: "plot-dpdk-throughput-latency-2n-skx"
17672   filter: "'NIC_Intel-XXV710' and
17673            '64B' and
17674            'BASE' and
17675            'NDRPDR' and
17676            '2T1C' and
17677            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17678   parameters:
17679   - "throughput"
17680   - "parent"
17681   - "tags"
17682   traces:
17683     hoverinfo: "x+y"
17684     boxpoints: "outliers"
17685     whiskerwidth: 0
17686   layout:
17687     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17688     layout: "plot-throughput"
17689
17690 -
17691   type: "plot"
17692   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17693   algorithm: "plot_performance_box"
17694   output-file-type: ".html"
17695   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17696   data: "plot-dpdk-throughput-latency-2n-skx"
17697   filter: "'NIC_Intel-XXV710' and
17698            '64B' and
17699            'BASE' and
17700            'NDRPDR' and
17701            '4T2C' and
17702            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17703   parameters:
17704   - "throughput"
17705   - "parent"
17706   - "tags"
17707   traces:
17708     hoverinfo: "x+y"
17709     boxpoints: "outliers"
17710     whiskerwidth: 0
17711   layout:
17712     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17713     layout: "plot-throughput"
17714
17715 ################################################################################
17716
17717 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
17718 -
17719   type: "plot"
17720   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17721   algorithm: "plot_latency_error_bars"
17722   output-file-type: ".html"
17723   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17724   data: "plot-vpp-throughput-latency-3n-hsw"
17725   filter: "'NIC_Intel-X520-DA2' and
17726            '64B' and
17727            ('BASE' or 'SCALE') and
17728            'NDRPDR' and
17729            'ETH' and
17730            '1T1C' and
17731            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17732            not 'VHOST' and
17733            not 'MEMIF'"
17734   parameters:
17735   - "latency"
17736   - "parent"
17737   - "tags"
17738   sort:
17739   - "L2PATCH"
17740   - "L2XCBASE"
17741   - "BASE"
17742   - "FIB_10K"
17743   - "FIB_100K"
17744   - "FIB_1M"
17745   layout:
17746     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17747     layout: "plot-latency"
17748
17749 -
17750   type: "plot"
17751   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17752   algorithm: "plot_latency_error_bars"
17753   output-file-type: ".html"
17754   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17755   data: "plot-vpp-throughput-latency-3n-hsw"
17756   filter: "'NIC_Intel-X520-DA2' and
17757            '64B' and
17758            ('BASE' or 'SCALE') and
17759            'NDRPDR' and
17760            'ETH' and
17761            '2T2C' and
17762            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17763            not 'VHOST' and
17764            not 'MEMIF'"
17765   parameters:
17766   - "latency"
17767   - "parent"
17768   - "tags"
17769   sort:
17770   - "L2PATCH"
17771   - "L2XCBASE"
17772   - "BASE"
17773   - "FIB_10K"
17774   - "FIB_100K"
17775   - "FIB_1M"
17776   layout:
17777     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
17778     layout: "plot-latency"
17779
17780 # Packet Latency - VPP L2 3n-hsw-x520 features
17781 -
17782   type: "plot"
17783   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17784   algorithm: "plot_latency_error_bars"
17785   output-file-type: ".html"
17786   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17787   data: "plot-vpp-throughput-latency-3n-hsw"
17788   filter: "'NIC_Intel-X520-DA2' and
17789            '64B' and
17790            'NDRPDR' and
17791            '1T1C' and
17792            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17793            not 'ACL' and
17794            not 'VHOST' and
17795            not 'MEMIF'"
17796   parameters:
17797   - "latency"
17798   - "parent"
17799   - "tags"
17800   sort:
17801   - "L2XCBASE"    # l2xcbase
17802   - "L2BDBASE"    # l2bdbase
17803   - "L2XCFWD"     # dot1q-l2xcbase
17804   - "L2BDMACLRN"  # dot1q-l2bdbase
17805   layout:
17806     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
17807     layout: "plot-latency"
17808
17809 -
17810   type: "plot"
17811   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17812   algorithm: "plot_latency_error_bars"
17813   output-file-type: ".html"
17814   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17815   data: "plot-vpp-throughput-latency-3n-hsw"
17816   filter: "'NIC_Intel-X520-DA2' and
17817            '64B' and
17818            'NDRPDR' and
17819            '2T2C' and
17820            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17821            not 'ACL' and
17822            not 'VHOST' and
17823            not 'MEMIF'"
17824   parameters:
17825   - "latency"
17826   - "parent"
17827   - "tags"
17828   sort:
17829   - "L2XCBASE"    # l2xcbase
17830   - "L2BDBASE"    # l2bdbase
17831   - "L2XCFWD"     # dot1q-l2xcbase
17832   - "L2BDMACLRN"  # dot1q-l2bdbase
17833   layout:
17834     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
17835     layout: "plot-latency"
17836
17837 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
17838 -
17839   type: "plot"
17840   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17841   algorithm: "plot_latency_error_bars"
17842   output-file-type: ".html"
17843   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17844   data: "plot-vpp-throughput-latency-3n-hsw"
17845   filter: "'NIC_Intel-X710' and
17846            '64B' and
17847            ('BASE' or 'SCALE') and
17848            'NDRPDR' and
17849            'ETH' and
17850            '1T1C' and
17851            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17852            not 'VHOST' and
17853            not 'MEMIF'"
17854   parameters:
17855   - "latency"
17856   - "parent"
17857   - "tags"
17858   sort:
17859   - "L2PATCH"
17860   - "L2XCBASE"
17861   - "BASE"
17862   - "FIB_10K"
17863   - "FIB_100K"
17864   - "FIB_1M"
17865   layout:
17866     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17867     layout: "plot-latency"
17868
17869 -
17870   type: "plot"
17871   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17872   algorithm: "plot_latency_error_bars"
17873   output-file-type: ".html"
17874   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17875   data: "plot-vpp-throughput-latency-3n-hsw"
17876   filter: "'NIC_Intel-X710' and
17877            '64B' and
17878            ('BASE' or 'SCALE') and
17879            'NDRPDR' and
17880            'ETH' and
17881            '2T2C' and
17882            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17883            not 'VHOST' and
17884            not 'MEMIF'"
17885   parameters:
17886   - "latency"
17887   - "parent"
17888   - "tags"
17889   sort:
17890   - "L2PATCH"
17891   - "L2XCBASE"
17892   - "BASE"
17893   - "FIB_10K"
17894   - "FIB_100K"
17895   - "FIB_1M"
17896   layout:
17897     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17898     layout: "plot-latency"
17899
17900 # Packet Latency - VPP L2 3n-hsw-x710 features
17901 -
17902   type: "plot"
17903   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17904   algorithm: "plot_latency_error_bars"
17905   output-file-type: ".html"
17906   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17907   data: "plot-vpp-throughput-latency-3n-hsw"
17908   filter: "'NIC_Intel-X710' and
17909            '64B' and
17910            'NDRPDR' and
17911            '1T1C' and
17912            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17913            not 'ACL' and
17914            not 'VHOST' and
17915            not 'MEMIF'"
17916   parameters:
17917   - "latency"
17918   - "parent"
17919   - "tags"
17920   sort:
17921   - "L2XCBASE"    # l2xcbase
17922   - "L2BDBASE"    # l2bdbase
17923   - "L2XCFWD"     # dot1q-l2xcbase
17924   - "L2BDMACLRN"  # dot1q-l2bdbase
17925   layout:
17926     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
17927     layout: "plot-latency"
17928
17929 -
17930   type: "plot"
17931   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17932   algorithm: "plot_latency_error_bars"
17933   output-file-type: ".html"
17934   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17935   data: "plot-vpp-throughput-latency-3n-hsw"
17936   filter: "'NIC_Intel-X710' and
17937            '64B' and
17938            'NDRPDR' and
17939            '2T2C' and
17940            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17941            not 'ACL' and
17942            not 'VHOST' and
17943            not 'MEMIF'"
17944   parameters:
17945   - "latency"
17946   - "parent"
17947   - "tags"
17948   sort:
17949   - "L2XCBASE"    # l2xcbase
17950   - "L2BDBASE"    # l2bdbase
17951   - "L2XCFWD"     # dot1q-l2xcbase
17952   - "L2BDMACLRN"  # dot1q-l2bdbase
17953   layout:
17954     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
17955     layout: "plot-latency"
17956
17957 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
17958 -
17959   type: "plot"
17960   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17961   algorithm: "plot_latency_error_bars"
17962   output-file-type: ".html"
17963   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17964   data: "plot-vpp-throughput-latency-3n-hsw"
17965   filter: "'NIC_Intel-XL710' and
17966            '64B' and
17967            ('BASE' or 'SCALE') and
17968            'NDRPDR' and
17969            'ETH' and
17970            '1T1C' and
17971            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17972            not 'VHOST' and
17973            not 'MEMIF'"
17974   parameters:
17975   - "latency"
17976   - "parent"
17977   - "tags"
17978   sort:
17979   - "L2PATCH"
17980   - "L2XCBASE"
17981   - "BASE"
17982   - "FIB_10K"
17983   - "FIB_100K"
17984   - "FIB_1M"
17985   layout:
17986     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
17987     layout: "plot-latency"
17988
17989 -
17990   type: "plot"
17991   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17992   algorithm: "plot_latency_error_bars"
17993   output-file-type: ".html"
17994   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17995   data: "plot-vpp-throughput-latency-3n-hsw"
17996   filter: "'NIC_Intel-XL710' and
17997            '64B' and
17998            ('BASE' or 'SCALE') and
17999            'NDRPDR' and
18000            'ETH' and
18001            '2T2C' and
18002            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18003            not 'VHOST' and
18004            not 'MEMIF'"
18005   parameters:
18006   - "latency"
18007   - "parent"
18008   - "tags"
18009   sort:
18010   - "L2PATCH"
18011   - "L2XCBASE"
18012   - "BASE"
18013   - "FIB_10K"
18014   - "FIB_100K"
18015   - "FIB_1M"
18016   layout:
18017     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
18018     layout: "plot-latency"
18019
18020 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18021 -
18022   type: "plot"
18023   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18024   algorithm: "plot_latency_error_bars"
18025   output-file-type: ".html"
18026   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18027   data: "plot-vpp-throughput-latency-3n-skx"
18028   filter: "'NIC_Intel-X710' and
18029            '64B' and
18030            ('BASE' or 'SCALE') and
18031            'NDRPDR' and
18032            'ETH' and
18033            '2T1C' and
18034            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18035            not 'VHOST' and
18036            not 'MEMIF'"
18037   parameters:
18038   - "latency"
18039   - "parent"
18040   - "tags"
18041   sort:
18042   - "L2PATCH"
18043   - "L2XCBASE"
18044   - "BASE"
18045   - "FIB_10K"
18046   - "FIB_100K"
18047   - "FIB_1M"
18048   layout:
18049     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18050     layout: "plot-latency"
18051
18052 -
18053   type: "plot"
18054   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18055   algorithm: "plot_latency_error_bars"
18056   output-file-type: ".html"
18057   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18058   data: "plot-vpp-throughput-latency-3n-skx"
18059   filter: "'NIC_Intel-X710' and
18060            '64B' and
18061            ('BASE' or 'SCALE') and
18062            'NDRPDR' and
18063            'ETH' and
18064            '4T2C' and
18065            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18066            not 'VHOST' and
18067            not 'MEMIF'"
18068   parameters:
18069   - "latency"
18070   - "parent"
18071   - "tags"
18072   sort:
18073   - "L2PATCH"
18074   - "L2XCBASE"
18075   - "BASE"
18076   - "FIB_10K"
18077   - "FIB_100K"
18078   - "FIB_1M"
18079   layout:
18080     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18081     layout: "plot-latency"
18082
18083 # Packet Latency - VPP L2 3n-skx-x710 features
18084 -
18085   type: "plot"
18086   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18087   algorithm: "plot_latency_error_bars"
18088   output-file-type: ".html"
18089   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18090   data: "plot-vpp-throughput-latency-3n-skx"
18091   filter: "'NIC_Intel-X710' and
18092            '64B' and
18093            'NDRPDR' and
18094            '2T1C' and
18095            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18096            not 'ACL' and
18097            not 'VHOST' and
18098            not 'MEMIF'"
18099   parameters:
18100   - "latency"
18101   - "parent"
18102   - "tags"
18103   sort:
18104   - "L2XCBASE"    # l2xcbase
18105   - "L2BDBASE"    # l2bdbase
18106   - "L2XCFWD"     # dot1q-l2xcbase
18107   - "L2BDMACLRN"  # dot1q-l2bdbase
18108   layout:
18109     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18110     layout: "plot-latency"
18111
18112 -
18113   type: "plot"
18114   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18115   algorithm: "plot_latency_error_bars"
18116   output-file-type: ".html"
18117   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18118   data: "plot-vpp-throughput-latency-3n-skx"
18119   filter: "'NIC_Intel-X710' and
18120            '64B' and
18121            'NDRPDR' and
18122            '4T2C' and
18123            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18124            not 'ACL' and
18125            not 'VHOST' and
18126            not 'MEMIF'"
18127   parameters:
18128   - "latency"
18129   - "parent"
18130   - "tags"
18131   sort:
18132   - "L2XCBASE"    # l2xcbase
18133   - "L2BDBASE"    # l2bdbase
18134   - "L2XCFWD"     # dot1q-l2xcbase
18135   - "L2BDMACLRN"  # dot1q-l2bdbase
18136   layout:
18137     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
18138     layout: "plot-latency"
18139
18140 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
18141 -
18142   type: "plot"
18143   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18144   algorithm: "plot_latency_error_bars"
18145   output-file-type: ".html"
18146   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18147   data: "plot-vpp-throughput-latency-3n-skx"
18148   filter: "'NIC_Intel-XXV710' and
18149            '64B' and
18150            ('BASE' or 'SCALE') and
18151            'NDRPDR' and
18152            'ETH' and
18153            '2T1C' and
18154            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18155            not 'VHOST' and
18156            not 'MEMIF'"
18157   parameters:
18158   - "latency"
18159   - "parent"
18160   - "tags"
18161   sort:
18162   - "L2PATCH"
18163   - "L2XCBASE"
18164   - "BASE"
18165   - "FIB_10K"
18166   - "FIB_100K"
18167   - "FIB_1M"
18168   layout:
18169     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18170     layout: "plot-latency"
18171
18172 -
18173   type: "plot"
18174   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18175   algorithm: "plot_latency_error_bars"
18176   output-file-type: ".html"
18177   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18178   data: "plot-vpp-throughput-latency-3n-skx"
18179   filter: "'NIC_Intel-XXV710' and
18180            '64B' and
18181            ('BASE' or 'SCALE') and
18182            'NDRPDR' and
18183            'ETH' and
18184            '4T2C' and
18185            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18186            not 'VHOST' and
18187            not 'MEMIF'"
18188   parameters:
18189   - "latency"
18190   - "parent"
18191   - "tags"
18192   sort:
18193   - "L2PATCH"
18194   - "L2XCBASE"
18195   - "BASE"
18196   - "FIB_10K"
18197   - "FIB_100K"
18198   - "FIB_1M"
18199   layout:
18200     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18201     layout: "plot-latency"
18202
18203 # Packet Latency - VPP L2 2n-skx-x710 base and scale
18204 -
18205   type: "plot"
18206   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18207   algorithm: "plot_latency_error_bars"
18208   output-file-type: ".html"
18209   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18210   data: "plot-vpp-throughput-latency-2n-skx"
18211   filter: "'NIC_Intel-X710' and
18212            '64B' and
18213            'ETH' and
18214            ('BASE' or 'SCALE') and
18215            'NDRPDR' and
18216            '2T1C' and
18217            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18218            not 'VHOST' and
18219            not 'MEMIF'"
18220   parameters:
18221   - "latency"
18222   - "parent"
18223   - "tags"
18224   sort:
18225   - "L2PATCH"
18226   - "L2XCBASE"
18227   - "BASE"
18228   - "FIB_10K"
18229   - "FIB_100K"
18230   - "FIB_1M"
18231   layout:
18232     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
18233     layout: "plot-latency"
18234
18235 -
18236   type: "plot"
18237   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18238   algorithm: "plot_latency_error_bars"
18239   output-file-type: ".html"
18240   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18241   data: "plot-vpp-throughput-latency-2n-skx"
18242   filter: "'NIC_Intel-X710' and
18243            '64B' and
18244            ('BASE' or 'SCALE') and
18245            'NDRPDR' and
18246            'ETH' and
18247            '4T2C' and
18248            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18249            not 'VHOST' and
18250            not 'MEMIF'"
18251   parameters:
18252   - "latency"
18253   - "parent"
18254   - "tags"
18255   sort:
18256   - "L2PATCH"
18257   - "L2XCBASE"
18258   - "BASE"
18259   - "FIB_10K"
18260   - "FIB_100K"
18261   - "FIB_1M"
18262   layout:
18263     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
18264     layout: "plot-latency"
18265
18266 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
18267 -
18268   type: "plot"
18269   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18270   algorithm: "plot_latency_error_bars"
18271   output-file-type: ".html"
18272   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18273   data: "plot-vpp-throughput-latency-2n-skx"
18274   filter: "'NIC_Intel-XXV710' and
18275            '64B' and
18276            ('BASE' or 'SCALE') and
18277            'NDRPDR' and
18278            'ETH' and
18279            '2T1C' and
18280            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18281            not 'VHOST' and
18282            not 'MEMIF'"
18283   parameters:
18284   - "latency"
18285   - "parent"
18286   - "tags"
18287   sort:
18288   - "L2PATCH"
18289   - "L2XCBASE"
18290   - "BASE"
18291   - "FIB_10K"
18292   - "FIB_100K"
18293   - "FIB_1M"
18294   layout:
18295     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18296     layout: "plot-latency"
18297
18298 -
18299   type: "plot"
18300   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18301   algorithm: "plot_latency_error_bars"
18302   output-file-type: ".html"
18303   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18304   data: "plot-vpp-throughput-latency-2n-skx"
18305   filter: "'NIC_Intel-XXV710' and
18306            '64B' and
18307            ('BASE' or 'SCALE') and
18308            'NDRPDR' and
18309            'ETH' and
18310            '4T2C' and
18311            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18312            not 'VHOST' and
18313            not 'MEMIF'"
18314   parameters:
18315   - "latency"
18316   - "parent"
18317   - "tags"
18318   sort:
18319   - "L2PATCH"
18320   - "L2XCBASE"
18321   - "BASE"
18322   - "FIB_10K"
18323   - "FIB_100K"
18324   - "FIB_1M"
18325   layout:
18326     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18327     layout: "plot-latency"
18328
18329 ################################################################################
18330
18331 # Packet Latency - VPP Container Memif 3n-hsw-x520
18332 -
18333   type: "plot"
18334   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18335   algorithm: "plot_latency_error_bars"
18336   output-file-type: ".html"
18337   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18338   data: "plot-vpp-throughput-latency-3n-hsw"
18339   filter: "'NIC_Intel-X520-DA2' and
18340            '64B' and
18341            ('BASE' or 'SCALE') and
18342            'NDRPDR' and
18343            '1T1C' and
18344            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18345            not 'VHOST' and
18346            'MEMIF'"
18347   parameters:
18348   - "latency"
18349   - "parent"
18350   - "tags"
18351   sort:
18352   - "L2XCFWD"
18353   - "L2XCFWD"
18354   - "L2XCFWD"
18355   - "L2BDMACLRN"
18356   - "L2BDMACLRN"
18357   - "L2BDMACLRN"
18358   layout:
18359     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18360     layout: "plot-latency"
18361
18362 -
18363   type: "plot"
18364   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18365   algorithm: "plot_latency_error_bars"
18366   output-file-type: ".html"
18367   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18368   data: "plot-vpp-throughput-latency-3n-hsw"
18369   filter: "'NIC_Intel-X520-DA2' and
18370            '64B' and
18371            ('BASE' or 'SCALE') and
18372            'NDRPDR' and
18373            '2T2C' and
18374            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18375            not 'VHOST' and
18376            'MEMIF'"
18377   parameters:
18378   - "latency"
18379   - "parent"
18380   - "tags"
18381   sort:
18382   - "L2XCFWD"
18383   - "L2XCFWD"
18384   - "L2XCFWD"
18385   - "L2BDMACLRN"
18386   - "L2BDMACLRN"
18387   - "L2BDMACLRN"
18388   layout:
18389     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18390     layout: "plot-latency"
18391
18392 # Packet Latency - VPP Container Memif 3n-hsw-x710
18393 -
18394   type: "plot"
18395   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18396   algorithm: "plot_latency_error_bars"
18397   output-file-type: ".html"
18398   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18399   data: "plot-vpp-throughput-latency-3n-hsw"
18400   filter: "'NIC_Intel-X710' and
18401            '64B' and
18402            ('BASE' or 'SCALE') and
18403            'NDRPDR' and
18404            '1T1C' and
18405            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18406            not 'VHOST' and
18407            'MEMIF'"
18408   parameters:
18409   - "latency"
18410   - "parent"
18411   - "tags"
18412   sort:
18413   - "L2XCFWD"
18414   - "L2XCFWD"
18415   - "L2XCFWD"
18416   - "L2BDMACLRN"
18417   - "L2BDMACLRN"
18418   - "L2BDMACLRN"
18419   layout:
18420     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18421     layout: "plot-latency"
18422
18423 -
18424   type: "plot"
18425   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18426   algorithm: "plot_latency_error_bars"
18427   output-file-type: ".html"
18428   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18429   data: "plot-vpp-throughput-latency-3n-hsw"
18430   filter: "'NIC_Intel-X710' and
18431            '64B' and
18432            ('BASE' or 'SCALE') and
18433            'NDRPDR' and
18434            '2T2C' and
18435            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18436            not 'VHOST' and
18437            'MEMIF'"
18438   parameters:
18439   - "latency"
18440   - "parent"
18441   - "tags"
18442   sort:
18443   - "L2XCFWD"
18444   - "L2XCFWD"
18445   - "L2XCFWD"
18446   - "L2BDMACLRN"
18447   - "L2BDMACLRN"
18448   - "L2BDMACLRN"
18449   layout:
18450     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18451     layout: "plot-latency"
18452
18453 # Packet Latency - VPP Container Memif 3n-hsw-xl710
18454 -
18455   type: "plot"
18456   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18457   algorithm: "plot_latency_error_bars"
18458   output-file-type: ".html"
18459   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18460   data: "plot-vpp-throughput-latency-3n-hsw"
18461   filter: "'NIC_Intel-XL710' and
18462            '64B' and
18463            ('BASE' or 'SCALE') and
18464            'NDRPDR' and
18465            '1T1C' and
18466            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18467            not 'VHOST' and
18468            'MEMIF'"
18469   parameters:
18470   - "latency"
18471   - "parent"
18472   - "tags"
18473   sort:
18474   - "L2XCFWD"
18475   - "L2XCFWD"
18476   - "L2XCFWD"
18477   - "L2BDMACLRN"
18478   - "L2BDMACLRN"
18479   - "L2BDMACLRN"
18480   layout:
18481     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
18482     layout: "plot-latency"
18483
18484 -
18485   type: "plot"
18486   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18487   algorithm: "plot_latency_error_bars"
18488   output-file-type: ".html"
18489   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18490   data: "plot-vpp-throughput-latency-3n-hsw"
18491   filter: "'NIC_Intel-XL710' and
18492            '64B' and
18493            ('BASE' or 'SCALE') and
18494            'NDRPDR' and
18495            '2T2C' and
18496            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18497            not 'VHOST' and
18498            'MEMIF'"
18499   parameters:
18500   - "latency"
18501   - "parent"
18502   - "tags"
18503   sort:
18504   - "L2XCFWD"
18505   - "L2XCFWD"
18506   - "L2XCFWD"
18507   - "L2BDMACLRN"
18508   - "L2BDMACLRN"
18509   - "L2BDMACLRN"
18510   layout:
18511     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
18512     layout: "plot-latency"
18513
18514 # Packet Latency - VPP Container Memif 3n-skx-x710
18515 -
18516   type: "plot"
18517   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18518   algorithm: "plot_latency_error_bars"
18519   output-file-type: ".html"
18520   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18521   data: "plot-vpp-throughput-latency-3n-skx"
18522   filter: "'NIC_Intel-X710' and
18523            '64B' and
18524            ('BASE' or 'SCALE') and
18525            'NDRPDR' and
18526            '2T1C' and
18527            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18528            not 'VHOST' and
18529            'MEMIF'"
18530   parameters:
18531   - "latency"
18532   - "parent"
18533   - "tags"
18534   sort:
18535   - "L2XCFWD"
18536   - "L2XCFWD"
18537   - "L2XCFWD"
18538   - "L2BDMACLRN"
18539   - "L2BDMACLRN"
18540   - "L2BDMACLRN"
18541   layout:
18542     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18543     layout: "plot-latency"
18544
18545 -
18546   type: "plot"
18547   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18548   algorithm: "plot_latency_error_bars"
18549   output-file-type: ".html"
18550   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18551   data: "plot-vpp-throughput-latency-3n-skx"
18552   filter: "'NIC_Intel-X710' and
18553            '64B' and
18554            ('BASE' or 'SCALE') and
18555            'NDRPDR' and
18556            '4T2C' and
18557            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18558            not 'VHOST' and
18559            'MEMIF'"
18560   parameters:
18561   - "latency"
18562   - "parent"
18563   - "tags"
18564   sort:
18565   - "L2XCFWD"
18566   - "L2XCFWD"
18567   - "L2XCFWD"
18568   - "L2BDMACLRN"
18569   - "L2BDMACLRN"
18570   - "L2BDMACLRN"
18571   layout:
18572     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18573     layout: "plot-latency"
18574
18575 # Packet Latency - VPP Container Memif 2n-skx-x710
18576 -
18577   type: "plot"
18578   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18579   algorithm: "plot_latency_error_bars"
18580   output-file-type: ".html"
18581   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18582   data: "plot-vpp-throughput-latency-2n-skx"
18583   filter: "'NIC_Intel-X710' and
18584            '64B' and
18585            ('BASE' or 'SCALE') and
18586            'NDRPDR' and
18587            '2T1C' and
18588            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18589            not 'VHOST' and
18590            'MEMIF'"
18591   parameters:
18592   - "latency"
18593   - "parent"
18594   - "tags"
18595   sort:
18596   - "L2XCFWD"
18597   - "L2XCFWD"
18598   - "L2XCFWD"
18599   - "L2BDMACLRN"
18600   - "L2BDMACLRN"
18601   - "L2BDMACLRN"
18602   layout:
18603     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
18604     layout: "plot-latency"
18605
18606 -
18607   type: "plot"
18608   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18609   algorithm: "plot_latency_error_bars"
18610   output-file-type: ".html"
18611   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18612   data: "plot-vpp-throughput-latency-2n-skx"
18613   filter: "'NIC_Intel-X710' and
18614            '64B' and
18615            ('BASE' or 'SCALE') and
18616            'NDRPDR' and
18617            '4T2C' and
18618            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18619            not 'VHOST' and
18620            'MEMIF'"
18621   parameters:
18622   - "latency"
18623   - "parent"
18624   - "tags"
18625   sort:
18626   - "L2XCFWD"
18627   - "L2XCFWD"
18628   - "L2XCFWD"
18629   - "L2BDMACLRN"
18630   - "L2BDMACLRN"
18631   - "L2BDMACLRN"
18632   layout:
18633     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
18634     layout: "plot-latency"
18635
18636 # Packet Latency - VPP Container Memif 2n-skx-xxv710
18637 -
18638   type: "plot"
18639   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18640   algorithm: "plot_latency_error_bars"
18641   output-file-type: ".html"
18642   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18643   data: "plot-vpp-throughput-latency-2n-skx"
18644   filter: "'NIC_Intel-XXV710' and
18645            '64B' and
18646            ('BASE' or 'SCALE') and
18647            'NDRPDR' and
18648            '2T1C' and
18649            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18650            not 'VHOST' and
18651            'MEMIF'"
18652   parameters:
18653   - "latency"
18654   - "parent"
18655   - "tags"
18656   sort:
18657   - "L2XCFWD"
18658   - "L2XCFWD"
18659   - "L2XCFWD"
18660   - "L2BDMACLRN"
18661   - "L2BDMACLRN"
18662   - "L2BDMACLRN"
18663   layout:
18664     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18665     layout: "plot-latency"
18666
18667 -
18668   type: "plot"
18669   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18670   algorithm: "plot_latency_error_bars"
18671   output-file-type: ".html"
18672   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18673   data: "plot-vpp-throughput-latency-2n-skx"
18674   filter: "'NIC_Intel-XXV710' and
18675            '64B' and
18676            ('BASE' or 'SCALE') and
18677            'NDRPDR' and
18678            '4T2C' and
18679            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18680            not 'VHOST' and
18681            'MEMIF'"
18682   parameters:
18683   - "latency"
18684   - "parent"
18685   - "tags"
18686   sort:
18687   - "L2XCFWD"
18688   - "L2XCFWD"
18689   - "L2XCFWD"
18690   - "L2BDMACLRN"
18691   - "L2BDMACLRN"
18692   - "L2BDMACLRN"
18693   layout:
18694     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18695     layout: "plot-latency"
18696
18697 ################################################################################
18698
18699 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
18700 -
18701   type: "plot"
18702   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18703   algorithm: "plot_latency_error_bars"
18704   output-file-type: ".html"
18705   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18706   data: "plot-ligato-throughput-latency-3n-hsw"
18707   filter: "'NIC_Intel-X520-DA2' and
18708            '64B' and
18709            ('BASE' or 'SCALE') and
18710            'NDRPDR' and
18711            '1T1C' and
18712            'L2XCFWD' and
18713            not 'VHOST' and
18714            'MEMIF'"
18715   parameters:
18716   - "latency"
18717   - "parent"
18718   - "tags"
18719   sort:
18720   - "1VNF"
18721   - "2VNF"
18722   - "4VNF"
18723   - "2VNF"
18724   - "4VNF"
18725   layout:
18726     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
18727     layout: "plot-latency"
18728
18729 -
18730   type: "plot"
18731   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18732   algorithm: "plot_latency_error_bars"
18733   output-file-type: ".html"
18734   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18735   data: "plot-ligato-throughput-latency-3n-hsw"
18736   filter: "'NIC_Intel-X520-DA2' and
18737            '64B' and
18738            ('BASE' or 'SCALE') and
18739            'NDRPDR' and
18740            '2T2C' and
18741            'L2XCFWD' and
18742            not 'VHOST' and
18743            'MEMIF'"
18744   parameters:
18745   - "latency"
18746   - "parent"
18747   - "tags"
18748   sort:
18749   - "1VNF"
18750   - "2VNF"
18751   - "4VNF"
18752   - "2VNF"
18753   - "4VNF"
18754   layout:
18755     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
18756     layout: "plot-latency"
18757
18758 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
18759 -
18760   type: "plot"
18761   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18762   algorithm: "plot_latency_error_bars"
18763   output-file-type: ".html"
18764   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18765   data: "plot-ligato-throughput-latency-3n-hsw"
18766   filter: "'NIC_Intel-X520-DA2' and
18767            '64B' and
18768            ('BASE' or 'SCALE') and
18769            'NDRPDR' and
18770            '1T1C' and
18771            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18772            not 'VHOST' and
18773            'MEMIF'"
18774   parameters:
18775   - "latency"
18776   - "parent"
18777   - "tags"
18778   sort:
18779   - "1VNF"
18780   - "2VNF"
18781   - "4VNF"
18782   - "2VNF"
18783   - "4VNF"
18784   layout:
18785     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
18786     layout: "plot-latency"
18787
18788 -
18789   type: "plot"
18790   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18791   algorithm: "plot_latency_error_bars"
18792   output-file-type: ".html"
18793   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18794   data: "plot-ligato-throughput-latency-3n-hsw"
18795   filter: "'NIC_Intel-X520-DA2' and
18796            '64B' and
18797            ('BASE' or 'SCALE') and
18798            'NDRPDR' and
18799            '2T2C' and
18800            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18801            not 'VHOST' and
18802            'MEMIF'"
18803   parameters:
18804   - "latency"
18805   - "parent"
18806   - "tags"
18807   sort:
18808   - "1VNF"
18809   - "2VNF"
18810   - "4VNF"
18811   - "2VNF"
18812   - "4VNF"
18813   layout:
18814     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
18815     layout: "plot-latency"
18816
18817 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
18818 -
18819   type: "plot"
18820   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18821   algorithm: "plot_latency_error_bars"
18822   output-file-type: ".html"
18823   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18824   data: "plot-ligato-throughput-latency-3n-hsw"
18825   filter: "'NIC_Intel-X710' and
18826            '64B' and
18827            ('BASE' or 'SCALE') and
18828            'NDRPDR' and
18829            '1T1C' and
18830            'L2XCFWD' and
18831            not 'VHOST' and
18832            'MEMIF'"
18833   parameters:
18834   - "latency"
18835   - "parent"
18836   - "tags"
18837   sort:
18838   - "1VNF"
18839   - "2VNF"
18840   - "4VNF"
18841   - "2VNF"
18842   - "4VNF"
18843   layout:
18844     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
18845     layout: "plot-latency"
18846
18847 -
18848   type: "plot"
18849   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18850   algorithm: "plot_latency_error_bars"
18851   output-file-type: ".html"
18852   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18853   data: "plot-ligato-throughput-latency-3n-hsw"
18854   filter: "'NIC_Intel-X710' and
18855            '64B' and
18856            ('BASE' or 'SCALE') and
18857            'NDRPDR' and
18858            '2T2C' and
18859            'L2XCFWD' and
18860            not 'VHOST' and
18861            'MEMIF'"
18862   parameters:
18863   - "latency"
18864   - "parent"
18865   - "tags"
18866   sort:
18867   - "1VNF"
18868   - "2VNF"
18869   - "4VNF"
18870   - "2VNF"
18871   - "4VNF"
18872   layout:
18873     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
18874     layout: "plot-latency"
18875
18876 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
18877 -
18878   type: "plot"
18879   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18880   algorithm: "plot_latency_error_bars"
18881   output-file-type: ".html"
18882   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18883   data: "plot-ligato-throughput-latency-3n-hsw"
18884   filter: "'NIC_Intel-X710' and
18885            '64B' and
18886            ('BASE' or 'SCALE') and
18887            'NDRPDR' and
18888            '1T1C' and
18889            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18890            not 'VHOST' and
18891            'MEMIF'"
18892   parameters:
18893   - "latency"
18894   - "parent"
18895   - "tags"
18896   sort:
18897   - "1VNF"
18898   - "2VNF"
18899   - "4VNF"
18900   - "2VNF"
18901   - "4VNF"
18902   layout:
18903     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
18904     layout: "plot-latency"
18905
18906 -
18907   type: "plot"
18908   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18909   algorithm: "plot_latency_error_bars"
18910   output-file-type: ".html"
18911   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18912   data: "plot-ligato-throughput-latency-3n-hsw"
18913   filter: "'NIC_Intel-X710' and
18914            '64B' and
18915            ('BASE' or 'SCALE') and
18916            'NDRPDR' and
18917            '2T2C' and
18918            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18919            not 'VHOST' and
18920            'MEMIF'"
18921   parameters:
18922   - "latency"
18923   - "parent"
18924   - "tags"
18925   sort:
18926   - "1VNF"
18927   - "2VNF"
18928   - "4VNF"
18929   - "2VNF"
18930   - "4VNF"
18931   layout:
18932     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
18933     layout: "plot-latency"
18934
18935 ################################################################################
18936
18937 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
18938 -
18939   type: "plot"
18940   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18941   algorithm: "plot_latency_error_bars"
18942   output-file-type: ".html"
18943   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18944   data: "plot-vpp-throughput-latency-3n-hsw"
18945   filter: "'NIC_Intel-X520-DA2' and
18946            '64B' and
18947            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18948            'NDRPDR' and
18949            '1T1C' and
18950            'IP4FWD' and
18951            not 'IPSEC' and
18952            not 'VHOST'"
18953   parameters:
18954   - "latency"
18955   - "parent"
18956   - "tags"
18957   sort:
18958   - "IP4BASE"
18959   - "FIB_20K"
18960   - "FIB_200K"
18961   - "FIB_2M"
18962   layout:
18963     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18964     layout: "plot-latency"
18965
18966 -
18967   type: "plot"
18968   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18969   algorithm: "plot_latency_error_bars"
18970   output-file-type: ".html"
18971   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18972   data: "plot-vpp-throughput-latency-3n-hsw"
18973   filter: "'NIC_Intel-X520-DA2' and
18974            '64B' and
18975            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18976            'NDRPDR' and
18977            '2T2C' and
18978            'IP4FWD' and
18979            not 'IPSEC' and
18980            not 'VHOST'"
18981   parameters:
18982   - "latency"
18983   - "parent"
18984   - "tags"
18985   sort:
18986   - "IP4BASE"
18987   - "FIB_20K"
18988   - "FIB_200K"
18989   - "FIB_2M"
18990   layout:
18991     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18992     layout: "plot-latency"
18993
18994 # Packet Latency - VPP IPv4 3n-hsw-x520 features
18995 -
18996   type: "plot"
18997   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18998   algorithm: "plot_latency_error_bars"
18999   output-file-type: ".html"
19000   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19001   data: "plot-vpp-throughput-latency-3n-hsw"
19002   filter: "'NIC_Intel-X520-DA2' and
19003            '64B' and
19004            ('IP4BASE' or
19005             'POLICE_MARK' or
19006             'COPWHLIST' or
19007             ('NAT44' and 'BASE') or
19008             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19009            'NDRPDR' and
19010            '1T1C' and
19011            'IP4FWD' and
19012            not 'IPSEC' and
19013            not 'VHOST'"
19014   parameters:
19015   - "latency"
19016   - "parent"
19017   - "tags"
19018   sort:
19019   - "IP4BASE"
19020   - "NAT44"
19021   - "POLICE_MARK"
19022   - "COPWHLIST"
19023   - "IACL"
19024   - "OACL"
19025   layout:
19026     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19027     layout: "plot-latency"
19028
19029 -
19030   type: "plot"
19031   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19032   algorithm: "plot_latency_error_bars"
19033   output-file-type: ".html"
19034   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19035   data: "plot-vpp-throughput-latency-3n-hsw"
19036   filter: "'NIC_Intel-X520-DA2' and
19037            '64B' and
19038            ('IP4BASE' or
19039             'POLICE_MARK' or
19040             'COPWHLIST' or
19041             ('NAT44' and 'BASE') or
19042             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19043            'NDRPDR' and
19044            '2T2C' and
19045            'IP4FWD' and
19046            not 'IPSEC' and
19047            not 'VHOST'"
19048   parameters:
19049   - "latency"
19050   - "parent"
19051   - "tags"
19052   sort:
19053   - "IP4BASE"
19054   - "NAT44"
19055   - "POLICE_MARK"
19056   - "COPWHLIST"
19057   - "IACL"
19058   - "OACL"
19059   layout:
19060     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19061     layout: "plot-latency"
19062
19063 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19064 -
19065   type: "plot"
19066   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19067   algorithm: "plot_latency_error_bars"
19068   output-file-type: ".html"
19069   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19070   data: "plot-vpp-throughput-latency-3n-hsw"
19071   filter: "'NIC_Intel-X520-DA2' and
19072            '64B' and
19073            'NDRPDR' and
19074            '1T1C' and
19075            'IP4FWD' and
19076            'NAT44' and
19077            not 'IPSEC' and
19078            not 'VHOST'"
19079   parameters:
19080   - "latency"
19081   - "parent"
19082   - "tags"
19083   sort:
19084   - "BASE"
19085   - "BASE"
19086   - "SRC_USER_10"
19087   - "SRC_USER_100"
19088   - "SRC_USER_1000"
19089   - "SRC_USER_2000"
19090   layout:
19091     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19092     layout: "plot-latency"
19093
19094 -
19095   type: "plot"
19096   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19097   algorithm: "plot_latency_error_bars"
19098   output-file-type: ".html"
19099   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19100   data: "plot-vpp-throughput-latency-3n-hsw"
19101   filter: "'NIC_Intel-X520-DA2' and
19102            '64B' and
19103            'NDRPDR' and
19104            '2T2C' and
19105            'IP4FWD' and
19106            'NAT44' and
19107            not 'IPSEC' and
19108            not 'VHOST'"
19109   parameters:
19110   - "latency"
19111   - "parent"
19112   - "tags"
19113   sort:
19114   - "BASE"
19115   - "BASE"
19116   - "SRC_USER_10"
19117   - "SRC_USER_100"
19118   - "SRC_USER_1000"
19119   - "SRC_USER_2000"
19120   layout:
19121     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
19122     layout: "plot-latency"
19123
19124 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
19125 -
19126   type: "plot"
19127   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19128   algorithm: "plot_latency_error_bars"
19129   output-file-type: ".html"
19130   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19131   data: "plot-vpp-throughput-latency-3n-hsw"
19132   filter: "'NIC_Intel-X520-DA2' and
19133            '64B' and
19134            'NDRPDR' and
19135            '1T1C' and
19136            'IP4FWD' and
19137            'IACL' and
19138            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19139            not 'IPSEC' and
19140            not 'VHOST'"
19141   parameters:
19142   - "latency"
19143   - "parent"
19144   - "tags"
19145   sort:
19146   - "ACL_STATELESS"
19147   - "ACL_STATEFUL"
19148   - "ACL_STATELESS"
19149   - "ACL_STATEFUL"
19150   layout:
19151     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
19152     layout: "plot-latency"
19153
19154 -
19155   type: "plot"
19156   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19157   algorithm: "plot_latency_error_bars"
19158   output-file-type: ".html"
19159   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19160   data: "plot-vpp-throughput-latency-3n-hsw"
19161   filter: "'NIC_Intel-X520-DA2' and
19162            '64B' and
19163            'NDRPDR' and
19164            '2T2C' and
19165            'IP4FWD' and
19166            'IACL' and
19167            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19168            not 'IPSEC' and
19169            not 'VHOST'"
19170   parameters:
19171   - "latency"
19172   - "parent"
19173   - "tags"
19174   sort:
19175   - "ACL_STATELESS"
19176   - "ACL_STATEFUL"
19177   - "ACL_STATELESS"
19178   - "ACL_STATEFUL"
19179   layout:
19180     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
19181     layout: "plot-latency"
19182
19183 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
19184 -
19185   type: "plot"
19186   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19187   algorithm: "plot_latency_error_bars"
19188   output-file-type: ".html"
19189   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19190   data: "plot-vpp-throughput-latency-3n-hsw"
19191   filter: "'NIC_Intel-X520-DA2' and
19192            '64B' and
19193            'NDRPDR' and
19194            '1T1C' and
19195            'IP4FWD' and
19196            'OACL' and
19197            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19198            not 'IPSEC' and
19199            not 'VHOST'"
19200   parameters:
19201   - "latency"
19202   - "parent"
19203   - "tags"
19204   sort:
19205   - "ACL_STATELESS"
19206   - "ACL_STATEFUL"
19207   - "ACL_STATELESS"
19208   - "ACL_STATEFUL"
19209   layout:
19210     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
19211     layout: "plot-latency"
19212
19213 -
19214   type: "plot"
19215   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19216   algorithm: "plot_latency_error_bars"
19217   output-file-type: ".html"
19218   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
19219   data: "plot-vpp-throughput-latency-3n-hsw"
19220   filter: "'NIC_Intel-X520-DA2' and
19221            '64B' and
19222            'NDRPDR' and
19223            '2T2C' and
19224            'IP4FWD' and
19225            'OACL' and
19226            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19227            not 'IPSEC' and
19228            not 'VHOST'"
19229   parameters:
19230   - "latency"
19231   - "parent"
19232   - "tags"
19233   sort:
19234   - "ACL_STATELESS"
19235   - "ACL_STATEFUL"
19236   - "ACL_STATELESS"
19237   - "ACL_STATEFUL"
19238   layout:
19239     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
19240     layout: "plot-latency"
19241
19242 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
19243 -
19244   type: "plot"
19245   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19246   algorithm: "plot_latency_error_bars"
19247   output-file-type: ".html"
19248   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19249   data: "plot-vpp-throughput-latency-3n-hsw"
19250   filter: "'NIC_Intel-X710' and
19251            '64B' and
19252            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19253            'NDRPDR' and
19254            '1T1C' and
19255            'IP4FWD' and
19256            not 'IPSEC' and
19257            not 'VHOST'"
19258   parameters:
19259   - "latency"
19260   - "parent"
19261   - "tags"
19262   sort:
19263   - "IP4BASE"
19264   - "FIB_20K"
19265   - "FIB_200K"
19266   - "FIB_2M"
19267   layout:
19268     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19269     layout: "plot-latency"
19270
19271 -
19272   type: "plot"
19273   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19274   algorithm: "plot_latency_error_bars"
19275   output-file-type: ".html"
19276   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19277   data: "plot-vpp-throughput-latency-3n-hsw"
19278   filter: "'NIC_Intel-X710' and
19279            '64B' and
19280            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19281            'NDRPDR' and
19282            '2T2C' and
19283            'IP4FWD' and
19284            not 'IPSEC' and
19285            not 'VHOST'"
19286   parameters:
19287   - "latency"
19288   - "parent"
19289   - "tags"
19290   sort:
19291   - "IP4BASE"
19292   - "FIB_20K"
19293   - "FIB_200K"
19294   - "FIB_2M"
19295   layout:
19296     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19297     layout: "plot-latency"
19298
19299 # Packet Latency - VPP IPv4 3n-hsw-x710 features
19300 -
19301   type: "plot"
19302   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19303   algorithm: "plot_latency_error_bars"
19304   output-file-type: ".html"
19305   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19306   data: "plot-vpp-throughput-latency-3n-hsw"
19307   filter: "'NIC_Intel-X710' and
19308            '64B' and
19309            ('IP4BASE' or
19310             'POLICE_MARK' or
19311             'COPWHLIST' or
19312             ('NAT44' and 'BASE') or
19313             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19314            'NDRPDR' and
19315            '1T1C' and
19316            'IP4FWD' and
19317            not 'IPSEC' and
19318            not 'VHOST'"
19319   parameters:
19320   - "latency"
19321   - "parent"
19322   - "tags"
19323   sort:
19324   - "IP4BASE"
19325   - "NAT44"
19326   - "POLICE_MARK"
19327   - "COPWHLIST"
19328   - "IACL"
19329   - "OACL"
19330   layout:
19331     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
19332     layout: "plot-latency"
19333
19334 -
19335   type: "plot"
19336   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19337   algorithm: "plot_latency_error_bars"
19338   output-file-type: ".html"
19339   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19340   data: "plot-vpp-throughput-latency-3n-hsw"
19341   filter: "'NIC_Intel-X710' and
19342            '64B' and
19343            ('IP4BASE' or
19344             'POLICE_MARK' or
19345             'COPWHLIST' or
19346             ('NAT44' and 'BASE') or
19347             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19348            'NDRPDR' and
19349            '2T2C' and
19350            'IP4FWD' and
19351            not 'IPSEC' and
19352            not 'VHOST'"
19353   parameters:
19354   - "latency"
19355   - "parent"
19356   - "tags"
19357   sort:
19358   - "IP4BASE"
19359   - "NAT44"
19360   - "POLICE_MARK"
19361   - "COPWHLIST"
19362   - "IACL"
19363   - "OACL"
19364   layout:
19365     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
19366     layout: "plot-latency"
19367
19368 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
19369 -
19370   type: "plot"
19371   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
19372   algorithm: "plot_latency_error_bars"
19373   output-file-type: ".html"
19374   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
19375   data: "plot-vpp-throughput-latency-3n-hsw"
19376   filter: "'NIC_Intel-X710' and
19377            '64B' and
19378            'NDRPDR' and
19379            '1T1C' and
19380            'IP4FWD' and
19381            'NAT44' and
19382            not 'IPSEC' and
19383            not 'VHOST'"
19384   parameters:
19385   - "latency"
19386   - "parent"
19387   - "tags"
19388   sort:
19389   - "BASE"
19390   - "BASE"
19391   - "SRC_USER_10"
19392   - "SRC_USER_100"
19393   - "SRC_USER_1000"
19394   - "SRC_USER_2000"
19395   layout:
19396     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
19397     layout: "plot-latency"
19398
19399 -
19400   type: "plot"
19401   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
19402   algorithm: "plot_latency_error_bars"
19403   output-file-type: ".html"
19404   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
19405   data: "plot-vpp-throughput-latency-3n-hsw"
19406   filter: "'NIC_Intel-X710' and
19407            '64B' and
19408            'NDRPDR' and
19409            '2T2C' and
19410            'IP4FWD' and
19411            'NAT44' and
19412            not 'IPSEC' and
19413            not 'VHOST'"
19414   parameters:
19415   - "latency"
19416   - "parent"
19417   - "tags"
19418   sort:
19419   - "BASE"
19420   - "BASE"
19421   - "SRC_USER_10"
19422   - "SRC_USER_100"
19423   - "SRC_USER_1000"
19424   - "SRC_USER_2000"
19425   layout:
19426     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
19427     layout: "plot-latency"
19428
19429 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
19430 -
19431   type: "plot"
19432   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
19433   algorithm: "plot_latency_error_bars"
19434   output-file-type: ".html"
19435   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
19436   data: "plot-vpp-throughput-latency-3n-hsw"
19437   filter: "'NIC_Intel-X710' and
19438            '64B' and
19439            'NDRPDR' and
19440            '1T1C' and
19441            'IP4FWD' and
19442            'IACL' and
19443            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19444            not 'IPSEC' and
19445            not 'VHOST'"
19446   parameters:
19447   - "latency"
19448   - "parent"
19449   - "tags"
19450   sort:
19451   - "ACL_STATELESS"
19452   - "ACL_STATEFUL"
19453   - "ACL_STATELESS"
19454   - "ACL_STATEFUL"
19455   layout:
19456     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
19457     layout: "plot-latency"
19458
19459 -
19460   type: "plot"
19461   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
19462   algorithm: "plot_latency_error_bars"
19463   output-file-type: ".html"
19464   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
19465   data: "plot-vpp-throughput-latency-3n-hsw"
19466   filter: "'NIC_Intel-X710' and
19467            '64B' and
19468            'NDRPDR' and
19469            '2T2C' and
19470            'IP4FWD' and
19471            'IACL' and
19472            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19473            not 'IPSEC' and
19474            not 'VHOST'"
19475   parameters:
19476   - "latency"
19477   - "parent"
19478   - "tags"
19479   sort:
19480   - "ACL_STATELESS"
19481   - "ACL_STATEFUL"
19482   - "ACL_STATELESS"
19483   - "ACL_STATEFUL"
19484   layout:
19485     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
19486     layout: "plot-latency"
19487
19488 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
19489 -
19490   type: "plot"
19491   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
19492   algorithm: "plot_latency_error_bars"
19493   output-file-type: ".html"
19494   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
19495   data: "plot-vpp-throughput-latency-3n-hsw"
19496   filter: "'NIC_Intel-X710' and
19497            '64B' and
19498            'NDRPDR' and
19499            '1T1C' and
19500            'IP4FWD' and
19501            'OACL' and
19502            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19503            not 'IPSEC' and
19504            not 'VHOST'"
19505   parameters:
19506   - "latency"
19507   - "parent"
19508   - "tags"
19509   sort:
19510   - "ACL_STATELESS"
19511   - "ACL_STATEFUL"
19512   - "ACL_STATELESS"
19513   - "ACL_STATEFUL"
19514   layout:
19515     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
19516     layout: "plot-latency"
19517
19518 -
19519   type: "plot"
19520   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
19521   algorithm: "plot_latency_error_bars"
19522   output-file-type: ".html"
19523   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
19524   data: "plot-vpp-throughput-latency-3n-hsw"
19525   filter: "'NIC_Intel-X710' and
19526            '64B' and
19527            'NDRPDR' and
19528            '2T2C' and
19529            'IP4FWD' and
19530            'OACL' and
19531            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19532            not 'IPSEC' and
19533            not 'VHOST'"
19534   parameters:
19535   - "latency"
19536   - "parent"
19537   - "tags"
19538   sort:
19539   - "ACL_STATELESS"
19540   - "ACL_STATEFUL"
19541   - "ACL_STATELESS"
19542   - "ACL_STATEFUL"
19543   layout:
19544     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
19545     layout: "plot-latency"
19546
19547 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
19548 -
19549   type: "plot"
19550   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19551   algorithm: "plot_latency_error_bars"
19552   output-file-type: ".html"
19553   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19554   data: "plot-vpp-throughput-latency-3n-hsw"
19555   filter: "'NIC_Intel-XL710' and
19556            '64B' and
19557            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19558            'NDRPDR' and
19559            '1T1C' and
19560            'IP4FWD' and
19561            not 'IPSEC' and
19562            not 'VHOST'"
19563   parameters:
19564   - "latency"
19565   - "parent"
19566   - "tags"
19567   sort:
19568   - "IP4BASE"
19569   - "FIB_20K"
19570   - "FIB_200K"
19571   - "FIB_2M"
19572   layout:
19573     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19574     layout: "plot-latency"
19575
19576 -
19577   type: "plot"
19578   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19579   algorithm: "plot_latency_error_bars"
19580   output-file-type: ".html"
19581   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19582   data: "plot-vpp-throughput-latency-3n-hsw"
19583   filter: "'NIC_Intel-XL710' and
19584            '64B' and
19585            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19586            'NDRPDR' and
19587            '2T2C' and
19588            'IP4FWD' and
19589            not 'IPSEC' and
19590            not 'VHOST'"
19591   parameters:
19592   - "latency"
19593   - "parent"
19594   - "tags"
19595   sort:
19596   - "IP4BASE"
19597   - "FIB_20K"
19598   - "FIB_200K"
19599   - "FIB_2M"
19600   layout:
19601     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19602     layout: "plot-latency"
19603
19604 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
19605 -
19606   type: "plot"
19607   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19608   algorithm: "plot_latency_error_bars"
19609   output-file-type: ".html"
19610   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19611   data: "plot-vpp-throughput-latency-3n-skx"
19612   filter: "'NIC_Intel-X710' and
19613            '64B' and
19614            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19615            'NDRPDR' and
19616            '2T1C' and
19617            'IP4FWD' and
19618            not 'IPSEC' and
19619            not 'VHOST'"
19620   parameters:
19621   - "latency"
19622   - "parent"
19623   - "tags"
19624   sort:
19625   - "IP4BASE"
19626   - "FIB_20K"
19627   - "FIB_200K"
19628   - "FIB_2M"
19629   layout:
19630     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19631     layout: "plot-latency"
19632
19633 -
19634   type: "plot"
19635   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19636   algorithm: "plot_latency_error_bars"
19637   output-file-type: ".html"
19638   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19639   data: "plot-vpp-throughput-latency-3n-skx"
19640   filter: "'NIC_Intel-X710' and
19641            '64B' and
19642            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19643            'NDRPDR' and
19644            '4T2C' and
19645            'IP4FWD' and
19646            not 'IPSEC' and
19647            not 'VHOST'"
19648   parameters:
19649   - "latency"
19650   - "parent"
19651   - "tags"
19652   sort:
19653   - "IP4BASE"
19654   - "FIB_20K"
19655   - "FIB_200K"
19656   - "FIB_2M"
19657   layout:
19658     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19659     layout: "plot-latency"
19660
19661 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
19662 -
19663   type: "plot"
19664   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
19665   algorithm: "plot_latency_error_bars"
19666   output-file-type: ".html"
19667   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
19668   data: "plot-vpp-throughput-latency-3n-skx"
19669   filter: "'NIC_Intel-X710' and
19670            '64B' and
19671            ('IP4BASE' or
19672             'POLICE_MARK' or
19673             'COPWHLIST' or
19674             ('NAT44' and 'BASE') or
19675             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19676            'NDRPDR' and
19677            '2T1C' and
19678            'IP4FWD' and
19679            not 'IPSEC' and
19680            not 'VHOST'"
19681   parameters:
19682   - "latency"
19683   - "parent"
19684   - "tags"
19685   sort:
19686   - "IP4BASE"
19687   - "NAT44"
19688   - "POLICE_MARK"
19689   - "COPWHLIST"
19690   - "IACL"
19691   - "OACL"
19692   layout:
19693     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
19694     layout: "plot-latency"
19695
19696 -
19697   type: "plot"
19698   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
19699   algorithm: "plot_latency_error_bars"
19700   output-file-type: ".html"
19701   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
19702   data: "plot-vpp-throughput-latency-3n-skx"
19703   filter: "'NIC_Intel-X710' and
19704            '64B' and
19705            ('IP4BASE' or
19706             'POLICE_MARK' or
19707             'COPWHLIST' or
19708             ('NAT44' and 'BASE') or
19709             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19710            'NDRPDR' and
19711            '4T2C' and
19712            'IP4FWD' and
19713            not 'IPSEC' and
19714            not 'VHOST'"
19715   parameters:
19716   - "latency"
19717   - "parent"
19718   - "tags"
19719   sort:
19720   - "IP4BASE"
19721   - "NAT44"
19722   - "POLICE_MARK"
19723   - "COPWHLIST"
19724   - "IACL"
19725   - "OACL"
19726   layout:
19727     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
19728     layout: "plot-latency"
19729
19730 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
19731 -
19732   type: "plot"
19733   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
19734   algorithm: "plot_latency_error_bars"
19735   output-file-type: ".html"
19736   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
19737   data: "plot-vpp-throughput-latency-3n-skx"
19738   filter: "'NIC_Intel-X710' and
19739            '64B' and
19740            'NDRPDR' and
19741            '2T1C' and
19742            'IP4FWD' and
19743            'NAT44' and
19744            not 'IPSEC' and
19745            not 'VHOST'"
19746   parameters:
19747   - "latency"
19748   - "parent"
19749   - "tags"
19750   sort:
19751   - "BASE"
19752   - "BASE"
19753   - "SRC_USER_10"
19754   - "SRC_USER_100"
19755   - "SRC_USER_1000"
19756   - "SRC_USER_2000"
19757   layout:
19758     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
19759     layout: "plot-latency"
19760
19761 -
19762   type: "plot"
19763   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
19764   algorithm: "plot_latency_error_bars"
19765   output-file-type: ".html"
19766   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
19767   data: "plot-vpp-throughput-latency-3n-skx"
19768   filter: "'NIC_Intel-X710' and
19769            '64B' and
19770            'NDRPDR' and
19771            '4T2C' and
19772            'IP4FWD' and
19773            'NAT44' and
19774            not 'IPSEC' and
19775            not 'VHOST'"
19776   parameters:
19777   - "latency"
19778   - "parent"
19779   - "tags"
19780   sort:
19781   - "BASE"
19782   - "BASE"
19783   - "SRC_USER_10"
19784   - "SRC_USER_100"
19785   - "SRC_USER_1000"
19786   - "SRC_USER_2000"
19787   layout:
19788     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
19789     layout: "plot-latency"
19790
19791 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
19792 -
19793   type: "plot"
19794   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19795   algorithm: "plot_latency_error_bars"
19796   output-file-type: ".html"
19797   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19798   data: "plot-vpp-throughput-latency-3n-skx"
19799   filter: "'NIC_Intel-X710' and
19800            '64B' and
19801            'NDRPDR' and
19802            '2T1C' and
19803            'IP4FWD' and
19804            'IACL' and
19805            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19806            not 'IPSEC' and
19807            not 'VHOST'"
19808   parameters:
19809   - "latency"
19810   - "parent"
19811   - "tags"
19812   sort:
19813   - "ACL_STATELESS"
19814   - "ACL_STATEFUL"
19815   - "ACL_STATELESS"
19816   - "ACL_STATEFUL"
19817   layout:
19818     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
19819     layout: "plot-latency"
19820
19821 -
19822   type: "plot"
19823   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19824   algorithm: "plot_latency_error_bars"
19825   output-file-type: ".html"
19826   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19827   data: "plot-vpp-throughput-latency-3n-skx"
19828   filter: "'NIC_Intel-X710' and
19829            '64B' and
19830            'NDRPDR' and
19831            '4T2C' and
19832            'IP4FWD' and
19833            'IACL' and
19834            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19835            not 'IPSEC' and
19836            not 'VHOST'"
19837   parameters:
19838   - "latency"
19839   - "parent"
19840   - "tags"
19841   sort:
19842   - "ACL_STATELESS"
19843   - "ACL_STATEFUL"
19844   - "ACL_STATELESS"
19845   - "ACL_STATEFUL"
19846   layout:
19847     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
19848     layout: "plot-latency"
19849
19850 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
19851 -
19852   type: "plot"
19853   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
19854   algorithm: "plot_latency_error_bars"
19855   output-file-type: ".html"
19856   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
19857   data: "plot-vpp-throughput-latency-3n-skx"
19858   filter: "'NIC_Intel-X710' and
19859            '64B' and
19860            'NDRPDR' and
19861            '2T1C' and
19862            'IP4FWD' and
19863            'OACL' and
19864            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19865            not 'IPSEC' and
19866            not 'VHOST'"
19867   parameters:
19868   - "latency"
19869   - "parent"
19870   - "tags"
19871   sort:
19872   - "ACL_STATELESS"
19873   - "ACL_STATEFUL"
19874   - "ACL_STATELESS"
19875   - "ACL_STATEFUL"
19876   layout:
19877     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
19878     layout: "plot-latency"
19879
19880 -
19881   type: "plot"
19882   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
19883   algorithm: "plot_latency_error_bars"
19884   output-file-type: ".html"
19885   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
19886   data: "plot-vpp-throughput-latency-3n-skx"
19887   filter: "'NIC_Intel-X710' and
19888            '64B' and
19889            'NDRPDR' and
19890            '4T2C' and
19891            'IP4FWD' and
19892            'OACL' and
19893            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19894            not 'IPSEC' and
19895            not 'VHOST'"
19896   parameters:
19897   - "latency"
19898   - "parent"
19899   - "tags"
19900   sort:
19901   - "ACL_STATELESS"
19902   - "ACL_STATEFUL"
19903   - "ACL_STATELESS"
19904   - "ACL_STATEFUL"
19905   layout:
19906     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
19907     layout: "plot-latency"
19908
19909 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
19910 -
19911   type: "plot"
19912   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19913   algorithm: "plot_latency_error_bars"
19914   output-file-type: ".html"
19915   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19916   data: "plot-vpp-throughput-latency-2n-skx"
19917   filter: "'NIC_Intel-X710' and
19918            '64B' and
19919            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19920            'NDRPDR' and
19921            '2T1C' and
19922            'IP4FWD' and
19923            not 'IPSEC' and
19924            not 'VHOST'"
19925   parameters:
19926   - "latency"
19927   - "parent"
19928   - "tags"
19929   sort:
19930   - "IP4BASE"
19931   - "FIB_20K"
19932   - "FIB_200K"
19933   - "FIB_2M"
19934   layout:
19935     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19936     layout: "plot-latency"
19937
19938 -
19939   type: "plot"
19940   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19941   algorithm: "plot_latency_error_bars"
19942   output-file-type: ".html"
19943   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19944   data: "plot-vpp-throughput-latency-2n-skx"
19945   filter: "'NIC_Intel-X710' and
19946            '64B' and
19947            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19948            'NDRPDR' and
19949            '4T2C' and
19950            'IP4FWD' and
19951            not 'IPSEC' and
19952            not 'VHOST'"
19953   parameters:
19954   - "latency"
19955   - "parent"
19956   - "tags"
19957   sort:
19958   - "IP4BASE"
19959   - "FIB_20K"
19960   - "FIB_200K"
19961   - "FIB_2M"
19962   layout:
19963     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19964     layout: "plot-latency"
19965
19966 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
19967 -
19968   type: "plot"
19969   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19970   algorithm: "plot_latency_error_bars"
19971   output-file-type: ".html"
19972   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19973   data: "plot-vpp-throughput-latency-2n-skx"
19974   filter: "'NIC_Intel-XXV710' and
19975            '64B' and
19976            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19977            'NDRPDR' and
19978            '2T1C' and
19979            'IP4FWD' and
19980            not 'IPSEC' and
19981            not 'VHOST'"
19982   parameters:
19983   - "latency"
19984   - "parent"
19985   - "tags"
19986   sort:
19987   - "IP4BASE"
19988   - "FIB_20K"
19989   - "FIB_200K"
19990   - "FIB_2M"
19991   layout:
19992     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19993     layout: "plot-latency"
19994
19995 -
19996   type: "plot"
19997   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19998   algorithm: "plot_latency_error_bars"
19999   output-file-type: ".html"
20000   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20001   data: "plot-vpp-throughput-latency-2n-skx"
20002   filter: "'NIC_Intel-XXV710' and
20003            '64B' and
20004            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20005            'NDRPDR' and
20006            '4T2C' and
20007            'IP4FWD' and
20008            not 'IPSEC' and
20009            not 'VHOST'"
20010   parameters:
20011   - "latency"
20012   - "parent"
20013   - "tags"
20014   sort:
20015   - "IP4BASE"
20016   - "FIB_20K"
20017   - "FIB_200K"
20018   - "FIB_2M"
20019   layout:
20020     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20021     layout: "plot-latency"
20022
20023 ################################################################################
20024
20025 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
20026 -
20027   type: "plot"
20028   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20029   algorithm: "plot_latency_error_bars"
20030   output-file-type: ".html"
20031   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20032   data: "plot-vpp-throughput-latency-3n-hsw"
20033   filter: "'NIC_Intel-X520-DA2' and
20034            '64B' and
20035            'ENCAP' and
20036            'NDRPDR' and
20037            '1T1C' and
20038            'VXLAN' and
20039            'L2BDMACLRN' and
20040            not 'VHOST' and
20041            not 'IPSECHW'"
20042   parameters:
20043   - "latency"
20044   - "parent"
20045   - "tags"
20046   sort:
20047   - "not DOT1Q"
20048   - "VXLAN_1"
20049   - "VXLAN_10"
20050   - "VXLAN_100"
20051   - "VXLAN_1000"
20052   layout:
20053     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20054     layout: "plot-latency"
20055
20056 -
20057   type: "plot"
20058   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20059   algorithm: "plot_latency_error_bars"
20060   output-file-type: ".html"
20061   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20062   data: "plot-vpp-throughput-latency-3n-hsw"
20063   filter: "'NIC_Intel-X520-DA2' and
20064            '64B' and
20065            'ENCAP' and
20066            'NDRPDR' and
20067            '2T2C' and
20068            'VXLAN' and
20069            'L2BDMACLRN' and
20070            not 'VHOST' and
20071            not 'IPSECHW'"
20072   parameters:
20073   - "latency"
20074   - "parent"
20075   - "tags"
20076   sort:
20077   - "not DOT1Q"
20078   - "VXLAN_1"
20079   - "VXLAN_10"
20080   - "VXLAN_100"
20081   - "VXLAN_1000"
20082   layout:
20083     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20084     layout: "plot-latency"
20085
20086 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20087 -
20088   type: "plot"
20089   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20090   algorithm: "plot_latency_error_bars"
20091   output-file-type: ".html"
20092   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20093   data: "plot-vpp-throughput-latency-3n-hsw"
20094   filter: "'NIC_Intel-X520-DA2' and
20095            '64B' and
20096            'ENCAP' and
20097            'NDRPDR' and
20098            '1T1C' and
20099            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20100            not 'DOT1Q' and
20101            not 'VHOST' and
20102            not 'IPSECHW'"
20103   parameters:
20104   - "latency"
20105   - "parent"
20106   - "tags"
20107   sort:
20108   - "L2BDMACLRN"
20109   - "L2XCFWD"
20110   - "LISP"
20111   layout:
20112     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20113     layout: "plot-latency"
20114
20115 -
20116   type: "plot"
20117   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20118   algorithm: "plot_latency_error_bars"
20119   output-file-type: ".html"
20120   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20121   data: "plot-vpp-throughput-latency-3n-hsw"
20122   filter: "'NIC_Intel-X520-DA2' and
20123            '64B' and
20124            'ENCAP' and
20125            'NDRPDR' and
20126            '2T2C' and
20127            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20128            not 'DOT1Q' and
20129            not 'VHOST' and
20130            not 'IPSECHW'"
20131   parameters:
20132   - "latency"
20133   - "parent"
20134   - "tags"
20135   sort:
20136   - "L2BDMACLRN"
20137   - "L2XCFWD"
20138   - "LISP"
20139   layout:
20140     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20141     layout: "plot-latency"
20142
20143 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
20144 -
20145   type: "plot"
20146   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20147   algorithm: "plot_latency_error_bars"
20148   output-file-type: ".html"
20149   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20150   data: "plot-vpp-throughput-latency-3n-hsw"
20151   filter: "'NIC_Intel-X710' and
20152            '64B' and
20153            'ENCAP' and
20154            'NDRPDR' and
20155            '1T1C' and
20156            'VXLAN' and
20157            'L2BDMACLRN' and
20158            not 'VHOST' and
20159            not 'IPSECHW'"
20160   parameters:
20161   - "latency"
20162   - "parent"
20163   - "tags"
20164   sort:
20165   - "not DOT1Q"
20166   - "VXLAN_1"
20167   - "VXLAN_10"
20168   - "VXLAN_100"
20169   - "VXLAN_1000"
20170   layout:
20171     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20172     layout: "plot-latency"
20173
20174 -
20175   type: "plot"
20176   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20177   algorithm: "plot_latency_error_bars"
20178   output-file-type: ".html"
20179   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20180   data: "plot-vpp-throughput-latency-3n-hsw"
20181   filter: "'NIC_Intel-X710' and
20182            '64B' and
20183            'ENCAP' and
20184            'NDRPDR' and
20185            '2T2C' and
20186            'VXLAN' and
20187            'L2BDMACLRN' and
20188            not 'VHOST' and
20189            not 'IPSECHW'"
20190   parameters:
20191   - "latency"
20192   - "parent"
20193   - "tags"
20194   sort:
20195   - "not DOT1Q"
20196   - "VXLAN_1"
20197   - "VXLAN_10"
20198   - "VXLAN_100"
20199   - "VXLAN_1000"
20200   layout:
20201     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20202     layout: "plot-latency"
20203
20204 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
20205 -
20206   type: "plot"
20207   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20208   algorithm: "plot_latency_error_bars"
20209   output-file-type: ".html"
20210   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20211   data: "plot-vpp-throughput-latency-3n-hsw"
20212   filter: "'NIC_Intel-X710' and
20213            '64B' and
20214            'ENCAP' and
20215            'NDRPDR' and
20216            '1T1C' and
20217            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20218            not 'DOT1Q' and
20219            not 'VHOST' and
20220            not 'IPSECHW'"
20221   parameters:
20222   - "latency"
20223   - "parent"
20224   - "tags"
20225   sort:
20226   - "L2BDMACLRN"
20227   - "L2XCFWD"
20228   - "LISP"
20229   layout:
20230     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20231     layout: "plot-latency"
20232
20233 -
20234   type: "plot"
20235   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20236   algorithm: "plot_latency_error_bars"
20237   output-file-type: ".html"
20238   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20239   data: "plot-vpp-throughput-latency-3n-hsw"
20240   filter: "'NIC_Intel-X710' and
20241            '64B' and
20242            'ENCAP' and
20243            'NDRPDR' and
20244            '2T2C' and
20245            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20246            not 'DOT1Q' and
20247            not 'VHOST' and
20248            not 'IPSECHW'"
20249   parameters:
20250   - "latency"
20251   - "parent"
20252   - "tags"
20253   sort:
20254   - "L2BDMACLRN"
20255   - "L2XCFWD"
20256   - "LISP"
20257   layout:
20258     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20259     layout: "plot-latency"
20260
20261 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
20262 -
20263   type: "plot"
20264   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20265   algorithm: "plot_latency_error_bars"
20266   output-file-type: ".html"
20267   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20268   data: "plot-vpp-throughput-latency-3n-skx"
20269   filter: "'NIC_Intel-X710' and
20270            '64B' and
20271            'ENCAP' and
20272            'NDRPDR' and
20273            '2T1C' and
20274            'VXLAN' and
20275            'L2BDMACLRN' and
20276            not 'VHOST' and
20277            not 'IPSECHW'"
20278   parameters:
20279   - "latency"
20280   - "parent"
20281   - "tags"
20282   sort:
20283   - "not DOT1Q"
20284   - "VXLAN_1"
20285   - "VXLAN_10"
20286   - "VXLAN_100"
20287   - "VXLAN_1000"
20288   layout:
20289     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20290     layout: "plot-latency"
20291
20292 -
20293   type: "plot"
20294   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20295   algorithm: "plot_latency_error_bars"
20296   output-file-type: ".html"
20297   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20298   data: "plot-vpp-throughput-latency-3n-skx"
20299   filter: "'NIC_Intel-X710' and
20300            '64B' and
20301            'ENCAP' and
20302            'NDRPDR' and
20303            '4T2C' and
20304            'VXLAN' and
20305            'L2BDMACLRN' and
20306            not 'VHOST' and
20307            not 'IPSECHW'"
20308   parameters:
20309   - "latency"
20310   - "parent"
20311   - "tags"
20312   sort:
20313   - "not DOT1Q"
20314   - "VXLAN_1"
20315   - "VXLAN_10"
20316   - "VXLAN_100"
20317   - "VXLAN_1000"
20318   layout:
20319     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20320     layout: "plot-latency"
20321
20322 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
20323 -
20324   type: "plot"
20325   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20326   algorithm: "plot_latency_error_bars"
20327   output-file-type: ".html"
20328   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20329   data: "plot-vpp-throughput-latency-3n-skx"
20330   filter: "'NIC_Intel-X710' and
20331            '64B' and
20332            'ENCAP' and
20333            'NDRPDR' and
20334            '2T1C' and
20335            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20336            not 'DOT1Q' and
20337            not 'VHOST' and
20338            not 'IPSECHW'"
20339   parameters:
20340   - "latency"
20341   - "parent"
20342   - "tags"
20343   sort:
20344   - "L2BDMACLRN"
20345   - "L2XCFWD"
20346   - "LISP"
20347   layout:
20348     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
20349     layout: "plot-latency"
20350
20351 -
20352   type: "plot"
20353   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20354   algorithm: "plot_latency_error_bars"
20355   output-file-type: ".html"
20356   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20357   data: "plot-vpp-throughput-latency-3n-skx"
20358   filter: "'NIC_Intel-X710' and
20359            '64B' and
20360            'ENCAP' and
20361            'NDRPDR' and
20362            '4T2C' and
20363            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20364            not 'DOT1Q' and
20365            not 'VHOST' and
20366            not 'IPSECHW'"
20367   parameters:
20368   - "latency"
20369   - "parent"
20370   - "tags"
20371   sort:
20372   - "L2BDMACLRN"
20373   - "L2XCFWD"
20374   - "LISP"
20375   layout:
20376     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
20377     layout: "plot-latency"
20378
20379 ################################################################################
20380
20381 # Packet Latency - VPP IPv6 3n-hsw-x520
20382 -
20383   type: "plot"
20384   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
20385   algorithm: "plot_latency_error_bars"
20386   output-file-type: ".html"
20387   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
20388   data: "plot-vpp-throughput-latency-3n-hsw"
20389   filter: "'NIC_Intel-X520-DA2' and
20390            '78B' and
20391            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20392            'NDRPDR' and
20393            '1T1C' and
20394            'IP6FWD' and
20395            not 'SRv6' and
20396            not 'IPSEC' and
20397            not 'VHOST'"
20398   parameters:
20399   - "latency"
20400   - "parent"
20401   - "tags"
20402   sort:
20403   - "IP6BASE"
20404   - "FIB_20K"
20405   - "FIB_200K"
20406   - "FIB_2M"
20407   layout:
20408     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
20409     layout: "plot-latency"
20410
20411 -
20412   type: "plot"
20413   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
20414   algorithm: "plot_latency_error_bars"
20415   output-file-type: ".html"
20416   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
20417   data: "plot-vpp-throughput-latency-3n-hsw"
20418   filter: "'NIC_Intel-X520-DA2' and
20419            '78B' and
20420            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20421            'NDRPDR' and
20422            '2T2C' and
20423            'IP6FWD' and
20424            not 'SRv6' and
20425            not 'IPSEC' and
20426            not 'VHOST'"
20427   parameters:
20428   - "latency"
20429   - "parent"
20430   - "tags"
20431   sort:
20432   - "IP6BASE"
20433   - "FIB_20K"
20434   - "FIB_200K"
20435   - "FIB_2M"
20436   layout:
20437     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
20438     layout: "plot-latency"
20439
20440 # Packet Latency - VPP IPv6 3n-hsw-x710
20441 -
20442   type: "plot"
20443   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
20444   algorithm: "plot_latency_error_bars"
20445   output-file-type: ".html"
20446   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
20447   data: "plot-vpp-throughput-latency-3n-hsw"
20448   filter: "'NIC_Intel-X710' and
20449            '78B' and
20450            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20451            'NDRPDR' and
20452            '1T1C' and
20453            'IP6FWD' and
20454            not 'SRv6' and
20455            not 'IPSEC' and
20456            not 'VHOST'"
20457   parameters:
20458   - "latency"
20459   - "parent"
20460   - "tags"
20461   sort:
20462   - "IP6BASE"
20463   - "FIB_20K"
20464   - "FIB_200K"
20465   - "FIB_2M"
20466   layout:
20467     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
20468     layout: "plot-latency"
20469
20470 -
20471   type: "plot"
20472   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
20473   algorithm: "plot_latency_error_bars"
20474   output-file-type: ".html"
20475   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
20476   data: "plot-vpp-throughput-latency-3n-hsw"
20477   filter: "'NIC_Intel-X710' and
20478            '78B' and
20479            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20480            'NDRPDR' and
20481            '2T2C' and
20482            'IP6FWD' and
20483            not 'SRv6' and
20484            not 'IPSEC' and
20485            not 'VHOST'"
20486   parameters:
20487   - "latency"
20488   - "parent"
20489   - "tags"
20490   sort:
20491   - "IP6BASE"
20492   - "FIB_20K"
20493   - "FIB_200K"
20494   - "FIB_2M"
20495   layout:
20496     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
20497     layout: "plot-latency"
20498
20499 # Packet Latency - VPP IPv6 3n-hsw-xl710
20500 -
20501   type: "plot"
20502   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
20503   algorithm: "plot_latency_error_bars"
20504   output-file-type: ".html"
20505   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
20506   data: "plot-vpp-throughput-latency-3n-hsw"
20507   filter: "'NIC_Intel-XL710' and
20508            '78B' and
20509            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20510            'NDRPDR' and
20511            '1T1C' and
20512            'IP6FWD' and
20513            not 'SRv6' and
20514            not 'IPSEC' and
20515            not 'VHOST'"
20516   parameters:
20517   - "latency"
20518   - "parent"
20519   - "tags"
20520   sort:
20521   - "IP6BASE"
20522   - "FIB_20K"
20523   - "FIB_200K"
20524   - "FIB_2M"
20525   layout:
20526     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
20527     layout: "plot-latency"
20528
20529 -
20530   type: "plot"
20531   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
20532   algorithm: "plot_latency_error_bars"
20533   output-file-type: ".html"
20534   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
20535   data: "plot-vpp-throughput-latency-3n-hsw"
20536   filter: "'NIC_Intel-XL710' and
20537            '78B' and
20538            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20539            'NDRPDR' and
20540            '2T2C' and
20541            'IP6FWD' and
20542            not 'SRv6' and
20543            not 'IPSEC' and
20544            not 'VHOST'"
20545   parameters:
20546   - "latency"
20547   - "parent"
20548   - "tags"
20549   sort:
20550   - "IP6BASE"
20551   - "FIB_20K"
20552   - "FIB_200K"
20553   - "FIB_2M"
20554   layout:
20555     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
20556     layout: "plot-latency"
20557
20558 # Packet Latency - VPP IPv6 3n-skx-x710
20559 -
20560   type: "plot"
20561   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20562   algorithm: "plot_latency_error_bars"
20563   output-file-type: ".html"
20564   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20565   data: "plot-vpp-throughput-latency-3n-skx"
20566   filter: "'NIC_Intel-X710' and
20567            '78B' and
20568            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20569            'NDRPDR' and
20570            '2T1C' and
20571            'IP6FWD' and
20572            not 'SRv6' and
20573            not 'IPSEC' and
20574            not 'VHOST'"
20575   parameters:
20576   - "latency"
20577   - "parent"
20578   - "tags"
20579   sort:
20580   - "IP6BASE"
20581   - "FIB_20K"
20582   - "FIB_200K"
20583   - "FIB_2M"
20584   layout:
20585     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
20586     layout: "plot-latency"
20587
20588 -
20589   type: "plot"
20590   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20591   algorithm: "plot_latency_error_bars"
20592   output-file-type: ".html"
20593   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20594   data: "plot-vpp-throughput-latency-3n-skx"
20595   filter: "'NIC_Intel-X710' and
20596            '78B' and
20597            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20598            'NDRPDR' and
20599            '4T2C' and
20600            'IP6FWD' and
20601            not 'SRv6' and
20602            not 'IPSEC' and
20603            not 'VHOST'"
20604   parameters:
20605   - "latency"
20606   - "parent"
20607   - "tags"
20608   sort:
20609   - "IP6BASE"
20610   - "FIB_20K"
20611   - "FIB_200K"
20612   - "FIB_2M"
20613   layout:
20614     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
20615     layout: "plot-latency"
20616
20617 # Packet Latency - VPP IPv6 2n-skx-x710
20618 -
20619   type: "plot"
20620   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20621   algorithm: "plot_latency_error_bars"
20622   output-file-type: ".html"
20623   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20624   data: "plot-vpp-throughput-latency-2n-skx"
20625   filter: "'NIC_Intel-X710' and
20626            '78B' and
20627            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20628            'NDRPDR' and
20629            '2T1C' and
20630            'IP6FWD' and
20631            not 'SRv6' and
20632            not 'IPSEC' and
20633            not 'VHOST'"
20634   parameters:
20635   - "latency"
20636   - "parent"
20637   - "tags"
20638   sort:
20639   - "IP6BASE"
20640   - "FIB_20K"
20641   - "FIB_200K"
20642   - "FIB_2M"
20643   layout:
20644     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
20645     layout: "plot-latency"
20646
20647 -
20648   type: "plot"
20649   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20650   algorithm: "plot_latency_error_bars"
20651   output-file-type: ".html"
20652   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20653   data: "plot-vpp-throughput-latency-2n-skx"
20654   filter: "'NIC_Intel-X710' and
20655            '78B' and
20656            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20657            'NDRPDR' and
20658            '4T2C' and
20659            'IP6FWD' and
20660            not 'SRv6' and
20661            not 'IPSEC' and
20662            not 'VHOST'"
20663   parameters:
20664   - "latency"
20665   - "parent"
20666   - "tags"
20667   sort:
20668   - "IP6BASE"
20669   - "FIB_20K"
20670   - "FIB_200K"
20671   - "FIB_2M"
20672   layout:
20673     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
20674     layout: "plot-latency"
20675
20676 # Packet Latency - VPP IPv6 2n-skx-xxv710
20677 -
20678   type: "plot"
20679   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20680   algorithm: "plot_latency_error_bars"
20681   output-file-type: ".html"
20682   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20683   data: "plot-vpp-throughput-latency-2n-skx"
20684   filter: "'NIC_Intel-XXV710' and
20685            '78B' and
20686            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20687            'NDRPDR' and
20688            '2T1C' and
20689            'IP6FWD' and
20690            not 'SRv6' and
20691            not 'IPSEC' and
20692            not 'VHOST'"
20693   parameters:
20694   - "latency"
20695   - "parent"
20696   - "tags"
20697   sort:
20698   - "IP6BASE"
20699   - "FIB_20K"
20700   - "FIB_200K"
20701   - "FIB_2M"
20702   layout:
20703     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
20704     layout: "plot-latency"
20705
20706 -
20707   type: "plot"
20708   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20709   algorithm: "plot_latency_error_bars"
20710   output-file-type: ".html"
20711   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20712   data: "plot-vpp-throughput-latency-2n-skx"
20713   filter: "'NIC_Intel-XXV710' and
20714            '78B' and
20715            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20716            'NDRPDR' and
20717            '4T2C' and
20718            'IP6FWD' and
20719            not 'SRv6' and
20720            not 'IPSEC' and
20721            not 'VHOST'"
20722   parameters:
20723   - "latency"
20724   - "parent"
20725   - "tags"
20726   sort:
20727   - "IP6BASE"
20728   - "FIB_20K"
20729   - "FIB_200K"
20730   - "FIB_2M"
20731   layout:
20732     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
20733     layout: "plot-latency"
20734
20735 ################################################################################
20736
20737 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
20738 -
20739   type: "plot"
20740   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
20741   algorithm: "plot_latency_error_bars"
20742   output-file-type: ".html"
20743   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
20744   data: "plot-vpp-throughput-latency-3n-hsw"
20745   filter: "'NIC_Intel-X520-DA2' and
20746            '78B' and
20747            'ENCAP' and
20748            'NDRPDR' and
20749            '1T1C' and
20750            'LISP' and
20751            not 'VHOST'"
20752   parameters:
20753   - "latency"
20754   - "parent"
20755   - "tags"
20756   sort:
20757   - "IP4UNRLAY"
20758   - "IP6UNRLAY"
20759   layout:
20760     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
20761     layout: "plot-latency"
20762
20763 -
20764   type: "plot"
20765   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
20766   algorithm: "plot_latency_error_bars"
20767   output-file-type: ".html"
20768   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
20769   data: "plot-vpp-throughput-latency-3n-hsw"
20770   filter: "'NIC_Intel-X520-DA2' and
20771            '78B' and
20772            'ENCAP' and
20773            'NDRPDR' and
20774            '2T2C' and
20775            'LISP' and
20776            not 'VHOST'"
20777   parameters:
20778   - "latency"
20779   - "parent"
20780   - "tags"
20781   sort:
20782   - "IP4UNRLAY"
20783   - "IP6UNRLAY"
20784   layout:
20785     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
20786     layout: "plot-latency"
20787
20788 ################################################################################
20789
20790 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
20791 -
20792   type: "plot"
20793   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20794   algorithm: "plot_latency_error_bars"
20795   output-file-type: ".html"
20796   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20797   data: "plot-vpp-throughput-latency-3n-hsw"
20798   filter: "'NIC_Intel-XL710' and
20799            '64B' and
20800            'IP4FWD' and
20801            'NDRPDR' and
20802            'BASE' and
20803            '1T1C' and
20804            'IPSECHW' and
20805            ('IPSECTRAN' or 'IPSECTUN') and
20806            not 'VHOST'"
20807   parameters:
20808   - "latency"
20809   - "parent"
20810   - "tags"
20811   layout:
20812     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
20813     layout: "plot-latency"
20814
20815 -
20816   type: "plot"
20817   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20818   algorithm: "plot_latency_error_bars"
20819   output-file-type: ".html"
20820   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20821   data: "plot-vpp-throughput-latency-3n-hsw"
20822   filter: "'NIC_Intel-XL710' and
20823            '64B' and
20824            'IP4FWD' and
20825            'NDRPDR' and
20826            'BASE' and
20827            '2T2C' and
20828            'IPSECHW' and
20829            ('IPSECTRAN' or 'IPSECTUN') and
20830            not 'VHOST'"
20831   parameters:
20832   - "latency"
20833   - "parent"
20834   - "tags"
20835   layout:
20836     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
20837     layout: "plot-latency"
20838
20839 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
20840 -
20841   type: "plot"
20842   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20843   algorithm: "plot_latency_error_bars"
20844   output-file-type: ".html"
20845   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20846   data: "plot-vpp-throughput-latency-3n-hsw"
20847   filter: "'NIC_Intel-XL710' and
20848            '64B' and
20849            'IP4FWD' and
20850            'NDRPDR' and
20851            'SCALE' and
20852            '1T1C' and
20853            'IPSECHW' and
20854            ('IPSECTRAN' or 'IPSECTUN') and
20855            not 'VHOST'"
20856   parameters:
20857   - "latency"
20858   - "parent"
20859   - "tags"
20860   layout:
20861     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
20862     layout: "plot-latency"
20863
20864 -
20865   type: "plot"
20866   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20867   algorithm: "plot_latency_error_bars"
20868   output-file-type: ".html"
20869   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20870   data: "plot-vpp-throughput-latency-3n-hsw"
20871   filter: "'NIC_Intel-XL710' and
20872            '64B' and
20873            'IP4FWD' and
20874            'NDRPDR' and
20875            'SCALE' and
20876            '2T2C' and
20877            'IPSECHW' and
20878            ('IPSECTRAN' or 'IPSECTUN') and
20879            not 'VHOST'"
20880   parameters:
20881   - "latency"
20882   - "parent"
20883   - "tags"
20884   layout:
20885     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
20886     layout: "plot-latency"
20887
20888 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
20889 -
20890   type: "plot"
20891   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20892   algorithm: "plot_latency_error_bars"
20893   output-file-type: ".html"
20894   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20895   data: "plot-vpp-throughput-latency-3n-hsw"
20896   filter: "'NIC_Intel-XL710' and
20897            '64B' and
20898            'IP4FWD' and
20899            'NDRPDR' and
20900            '1T1C' and
20901            'IPSECSW' and
20902            ('IPSECTRAN' or 'IPSECTUN') and
20903            not 'VHOST'"
20904   parameters:
20905   - "latency"
20906   - "parent"
20907   - "tags"
20908   layout:
20909     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
20910     layout: "plot-latency"
20911
20912 -
20913   type: "plot"
20914   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20915   algorithm: "plot_latency_error_bars"
20916   output-file-type: ".html"
20917   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20918   data: "plot-vpp-throughput-latency-3n-hsw"
20919   filter: "'NIC_Intel-XL710' and
20920            '64B' and
20921            'IP4FWD' and
20922            'NDRPDR' and
20923            '2T2C' and
20924            'IPSECSW' and
20925            ('IPSECTRAN' or 'IPSECTUN') and
20926            not 'VHOST'"
20927   parameters:
20928   - "latency"
20929   - "parent"
20930   - "tags"
20931   layout:
20932     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
20933     layout: "plot-latency"
20934
20935 ################################################################################
20936
20937 # Packet Latency - VPP SRv6 3n-hsw-x520
20938 -
20939   type: "plot"
20940   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20941   algorithm: "plot_latency_error_bars"
20942   output-file-type: ".html"
20943   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20944   data: "plot-vpp-throughput-latency-3n-hsw"
20945   filter: "'NIC_Intel-X520-DA2' and
20946            '78B' and
20947            'FEATURE' and
20948            'NDRPDR' and
20949            '1T1C' and
20950            'IP6FWD' and
20951            'SRv6'"
20952   parameters:
20953   - "latency"
20954   - "parent"
20955   - "tags"
20956   layout:
20957     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
20958     layout: "plot-latency"
20959
20960 -
20961   type: "plot"
20962   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20963   algorithm: "plot_latency_error_bars"
20964   output-file-type: ".html"
20965   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20966   data: "plot-vpp-throughput-latency-3n-hsw"
20967   filter: "'NIC_Intel-X520-DA2' and
20968            '78B' and
20969            'FEATURE' and
20970            'NDRPDR' and
20971            '2T2C' and
20972            'IP6FWD' and
20973            'SRv6'"
20974   parameters:
20975   - "latency"
20976   - "parent"
20977   - "tags"
20978   layout:
20979     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
20980     layout: "plot-latency"
20981
20982 ################################################################################
20983
20984 # Packet Latency - VPP vhost ip4 3n-hsw-x520
20985 -
20986   type: "plot"
20987   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20988   algorithm: "plot_latency_error_bars"
20989   output-file-type: ".html"
20990   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20991   data: "plot-vpp-throughput-latency-3n-hsw"
20992   filter: "'NIC_Intel-X520-DA2' and
20993            '64B' and
20994            'NDRPDR' and
20995            'ETH' and
20996            'IP4FWD' and
20997            '1T1C' and
20998            'VHOST_1024' and
20999            not 'VXLAN' and
21000            not 'DOT1Q'"
21001   parameters:
21002   - "latency"
21003   - "parent"
21004   - "tags"
21005   sort:
21006   - "not CFS_OPT"
21007   - "1VM"
21008   - "2VM"
21009   layout:
21010     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21011     layout: "plot-latency"
21012
21013 -
21014   type: "plot"
21015   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21016   algorithm: "plot_latency_error_bars"
21017   output-file-type: ".html"
21018   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21019   data: "plot-vpp-throughput-latency-3n-hsw"
21020   filter: "'NIC_Intel-X520-DA2' and
21021            '64B' and
21022            'NDRPDR' and
21023            'ETH' and
21024            'IP4FWD' and
21025            '2T2C' and
21026            'VHOST_1024' and
21027            not 'VXLAN' and
21028            not 'DOT1Q'"
21029   parameters:
21030   - "latency"
21031   - "parent"
21032   - "tags"
21033   sort:
21034   - "not CFS_OPT"
21035   - "1VM"
21036   - "2VM"
21037   layout:
21038     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21039     layout: "plot-latency"
21040
21041 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
21042 -
21043   type: "plot"
21044   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21045   algorithm: "plot_latency_error_bars"
21046   output-file-type: ".html"
21047   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21048   data: "plot-vpp-throughput-latency-3n-hsw"
21049   filter: "'NIC_Intel-X520-DA2' and
21050            '64B' and
21051            'NDRPDR' and
21052            ('ETH' or 'DOT1Q') and
21053            '1T1C' and
21054            'L2BDMACLRN' and
21055            'VHOST_1024' and
21056            not 'VXLAN' and
21057            not 'IP4FWD' and
21058            not '2VM'"
21059   parameters:
21060   - "latency"
21061   - "parent"
21062   - "tags"
21063 #  sort:
21064 #  - "VM"  # "not CFS_OPT"
21065 #  - "CFS_OPT"
21066 #  - "FIB_10K"
21067 #  - "FIB_100K"
21068 #  - "FIB_1M"
21069   layout:
21070     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21071     layout: "plot-latency"
21072
21073 -
21074   type: "plot"
21075   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21076   algorithm: "plot_latency_error_bars"
21077   output-file-type: ".html"
21078   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21079   data: "plot-vpp-throughput-latency-3n-hsw"
21080   filter: "'NIC_Intel-X520-DA2' and
21081            '64B' and
21082            'NDRPDR' and
21083            ('ETH' or 'DOT1Q') and
21084            '2T2C' and
21085            'L2BDMACLRN' and
21086            'VHOST_1024' and
21087            not 'VXLAN' and
21088            not 'IP4FWD' and
21089            not '2VM'"
21090   parameters:
21091   - "latency"
21092   - "parent"
21093   - "tags"
21094 #  sort:
21095 #  - "VM"  # "not CFS_OPT"
21096 #  - "CFS_OPT"
21097 #  - "FIB_10K"
21098 #  - "FIB_100K"
21099 #  - "FIB_1M"
21100   layout:
21101     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21102     layout: "plot-latency"
21103
21104 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21105 -
21106   type: "plot"
21107   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21108   algorithm: "plot_latency_error_bars"
21109   output-file-type: ".html"
21110   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
21111   data: "plot-vpp-throughput-latency-3n-hsw"
21112   filter: "'NIC_Intel-X520-DA2' and
21113            '64B' and
21114            'NDRPDR' and
21115            ('ETH' or 'DOT1Q') and
21116            'BASE' and
21117            '1T1C' and
21118            ('L2BDMACLRN' or 'L2XCFWD') and
21119            'VHOST_1024' and
21120            not 'VXLAN' and
21121            not 'IP4FWD' and
21122            not '2VM'"
21123   parameters:
21124   - "latency"
21125   - "parent"
21126   - "tags"
21127 #  sort:
21128 #  - "not CFS_OPT"
21129 #  - "L2XCFWD"
21130 #  - "not CFS_OPT"
21131 #  - "CFS_OPT"
21132   layout:
21133     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
21134     layout: "plot-latency"
21135
21136 -
21137   type: "plot"
21138   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21139   algorithm: "plot_latency_error_bars"
21140   output-file-type: ".html"
21141   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
21142   data: "plot-vpp-throughput-latency-3n-hsw"
21143   filter: "'NIC_Intel-X520-DA2' and
21144            '64B' and
21145            'NDRPDR' and
21146            ('ETH' or 'DOT1Q') and
21147            'BASE' and
21148            '2T2C' and
21149            ('L2BDMACLRN' or 'L2XCFWD') and
21150            'VHOST_1024' and
21151            not 'VXLAN' and
21152            not 'IP4FWD' and
21153            not '2VM'"
21154   parameters:
21155   - "latency"
21156   - "parent"
21157   - "tags"
21158 #  sort:
21159 #  - "not CFS_OPT"
21160 #  - "L2XCFWD"
21161 #  - "not CFS_OPT"
21162 #  - "CFS_OPT"
21163   layout:
21164     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
21165     layout: "plot-latency"
21166
21167 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
21168 -
21169   type: "plot"
21170   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21171   algorithm: "plot_latency_error_bars"
21172   output-file-type: ".html"
21173   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21174   data: "plot-vpp-throughput-latency-3n-hsw"
21175   filter: "'NIC_Intel-X520-DA2' and
21176            '64B' and
21177            'NDRPDR' and
21178            ('ETH' or 'DOT1Q') and
21179            '1T1C' and
21180            ('L2BDMACLRN' or 'L2XCFWD') and
21181            'VHOST_1024' and
21182            not 'CFS_OPT' and
21183            not 'VXLAN' and
21184            not 'IP4FWD' and
21185            not 'LBOND'"
21186   parameters:
21187   - "latency"
21188   - "parent"
21189   - "tags"
21190 #  sort:
21191 #  - "1VM"
21192 #  - "L2XCFWD"
21193 #  - "1VM"
21194 #  - "L2BDMACLRN"
21195   layout:
21196     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
21197     layout: "plot-latency"
21198
21199 -
21200   type: "plot"
21201   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21202   algorithm: "plot_latency_error_bars"
21203   output-file-type: ".html"
21204   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21205   data: "plot-vpp-throughput-latency-3n-hsw"
21206   filter: "'NIC_Intel-X520-DA2' and
21207            '64B' and
21208            'NDRPDR' and
21209            ('ETH' or 'DOT1Q') and
21210            '2T2C' and
21211            ('L2BDMACLRN' or 'L2XCFWD') and
21212            'VHOST_1024' and
21213            not 'CFS_OPT' and
21214            not 'VXLAN' and
21215            not 'IP4FWD' and
21216            not 'LBOND'"
21217   parameters:
21218   - "latency"
21219   - "parent"
21220   - "tags"
21221 #  sort:
21222 #  - "1VM"
21223 #  - "L2XCFWD"
21224 #  - "1VM"
21225 #  - "L2BDMACLRN"
21226   layout:
21227     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
21228     layout: "plot-latency"
21229
21230 # Packet Latency - VPP vhost ip4 3n-hsw-x710
21231 -
21232   type: "plot"
21233   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21234   algorithm: "plot_latency_error_bars"
21235   output-file-type: ".html"
21236   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21237   data: "plot-vpp-throughput-latency-3n-hsw"
21238   filter: "'NIC_Intel-X710' and
21239            '64B' and
21240            'NDRPDR' and
21241            'ETH' and
21242            'IP4FWD' and
21243            '1T1C' and
21244            'VHOST_1024' and
21245            not 'VXLAN' and
21246            not 'DOT1Q'"
21247   parameters:
21248   - "latency"
21249   - "parent"
21250   - "tags"
21251   sort:
21252   - "not CFS_OPT"
21253   - "1VM"
21254   - "2VM"
21255   layout:
21256     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21257     layout: "plot-latency"
21258
21259 -
21260   type: "plot"
21261   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21262   algorithm: "plot_latency_error_bars"
21263   output-file-type: ".html"
21264   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21265   data: "plot-vpp-throughput-latency-3n-hsw"
21266   filter: "'NIC_Intel-X710' and
21267            '64B' and
21268            'NDRPDR' and
21269            'ETH' and
21270            'IP4FWD' and
21271            '2T2C' and
21272            'VHOST_1024' and
21273            not 'VXLAN' and
21274            not 'DOT1Q'"
21275   parameters:
21276   - "latency"
21277   - "parent"
21278   - "tags"
21279   sort:
21280   - "not CFS_OPT"
21281   - "1VM"
21282   - "2VM"
21283   layout:
21284     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21285     layout: "plot-latency"
21286
21287 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
21288 -
21289   type: "plot"
21290   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21291   algorithm: "plot_latency_error_bars"
21292   output-file-type: ".html"
21293   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21294   data: "plot-vpp-throughput-latency-3n-hsw"
21295   filter: "'NIC_Intel-X710' and
21296            '64B' and
21297            'NDRPDR' and
21298            ('ETH' or 'DOT1Q') and
21299            '1T1C' and
21300            'L2BDMACLRN' and
21301            'VHOST_1024' and
21302            not 'VXLAN' and
21303            not 'IP4FWD' and
21304            not '2VM'"
21305   parameters:
21306   - "latency"
21307   - "parent"
21308   - "tags"
21309 #  sort:
21310 #  - "VM"  # "not CFS_OPT"
21311 #  - "CFS_OPT"
21312 #  - "FIB_10K"
21313 #  - "FIB_100K"
21314 #  - "FIB_1M"
21315   layout:
21316     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21317     layout: "plot-latency"
21318
21319 -
21320   type: "plot"
21321   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21322   algorithm: "plot_latency_error_bars"
21323   output-file-type: ".html"
21324   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21325   data: "plot-vpp-throughput-latency-3n-hsw"
21326   filter: "'NIC_Intel-X710' and
21327            '64B' and
21328            'NDRPDR' and
21329            ('ETH' or 'DOT1Q') and
21330            '2T2C' and
21331            'L2BDMACLRN' and
21332            'VHOST_1024' and
21333            not 'VXLAN' and
21334            not 'IP4FWD' and
21335            not '2VM'"
21336   parameters:
21337   - "latency"
21338   - "parent"
21339   - "tags"
21340 #  sort:
21341 #  - "VM"  # "not CFS_OPT"
21342 #  - "CFS_OPT"
21343 #  - "FIB_10K"
21344 #  - "FIB_100K"
21345 #  - "FIB_1M"
21346   layout:
21347     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21348     layout: "plot-latency"
21349
21350 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
21351 -
21352   type: "plot"
21353   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21354   algorithm: "plot_latency_error_bars"
21355   output-file-type: ".html"
21356   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21357   data: "plot-vpp-throughput-latency-3n-hsw"
21358   filter: "'NIC_Intel-X710' and
21359            '64B' and
21360            'NDRPDR' and
21361            ('ETH' or 'DOT1Q') and
21362            'BASE' and
21363            '1T1C' and
21364            ('L2BDMACLRN' or 'L2XCFWD') and
21365            'VHOST_1024' and
21366            not 'VXLAN' and
21367            not 'IP4FWD' and
21368            not '2VM'"
21369   parameters:
21370   - "latency"
21371   - "parent"
21372   - "tags"
21373 #  sort:
21374 #  - "not CFS_OPT"
21375 #  - "L2XCFWD"
21376 #  - "not CFS_OPT"
21377 #  - "CFS_OPT"
21378   layout:
21379     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
21380     layout: "plot-latency"
21381
21382 -
21383   type: "plot"
21384   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21385   algorithm: "plot_latency_error_bars"
21386   output-file-type: ".html"
21387   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21388   data: "plot-vpp-throughput-latency-3n-hsw"
21389   filter: "'NIC_Intel-X710' and
21390            '64B' and
21391            'NDRPDR' and
21392            ('ETH' or 'DOT1Q') and
21393            'BASE' and
21394            '2T2C' and
21395            ('L2BDMACLRN' or 'L2XCFWD') and
21396            'VHOST_1024' and
21397            not 'VXLAN' and
21398            not 'IP4FWD' and
21399            not '2VM'"
21400   parameters:
21401   - "latency"
21402   - "parent"
21403   - "tags"
21404 #  sort:
21405 #  - "not CFS_OPT"
21406 #  - "L2XCFWD"
21407 #  - "not CFS_OPT"
21408 #  - "CFS_OPT"
21409   layout:
21410     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
21411     layout: "plot-latency"
21412
21413 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
21414 -
21415   type: "plot"
21416   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
21417   algorithm: "plot_latency_error_bars"
21418   output-file-type: ".html"
21419   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
21420   data: "plot-vpp-throughput-latency-3n-hsw"
21421   filter: "'NIC_Intel-X710' and
21422            '64B' and
21423            'NDRPDR' and
21424            ('ETH' or 'DOT1Q') and
21425            '1T1C' and
21426            ('L2BDMACLRN' or 'L2XCFWD') and
21427            'VHOST_1024' and
21428            not 'CFS_OPT' and
21429            not 'VXLAN' and
21430            not 'IP4FWD' and
21431            not 'LBOND'"
21432   parameters:
21433   - "latency"
21434   - "parent"
21435   - "tags"
21436 #  sort:
21437 #  - "1VM"
21438 #  - "L2XCFWD"
21439 #  - "1VM"
21440 #  - "L2BDMACLRN"
21441   layout:
21442     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
21443     layout: "plot-latency"
21444
21445 -
21446   type: "plot"
21447   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
21448   algorithm: "plot_latency_error_bars"
21449   output-file-type: ".html"
21450   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
21451   data: "plot-vpp-throughput-latency-3n-hsw"
21452   filter: "'NIC_Intel-X710' and
21453            '64B' and
21454            'NDRPDR' and
21455            ('ETH' or 'DOT1Q') and
21456            '2T2C' and
21457            ('L2BDMACLRN' or 'L2XCFWD') and
21458            'VHOST_1024' and
21459            not 'CFS_OPT' and
21460            not 'VXLAN' and
21461            not 'IP4FWD' and
21462            not 'LBOND'"
21463   parameters:
21464   - "latency"
21465   - "parent"
21466   - "tags"
21467 #  sort:
21468 #  - "1VM"
21469 #  - "L2XCFWD"
21470 #  - "1VM"
21471 #  - "L2BDMACLRN"
21472   layout:
21473     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
21474     layout: "plot-latency"
21475
21476 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
21477 -
21478   type: "plot"
21479   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21480   algorithm: "plot_latency_error_bars"
21481   output-file-type: ".html"
21482   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21483   data: "plot-vpp-throughput-latency-3n-hsw"
21484   filter: "'NIC_Intel-XL710' and
21485            '64B' and
21486            'NDRPDR' and
21487            'ETH' and
21488            'IP4FWD' and
21489            '1T1C' and
21490            'VHOST_1024' and
21491            not 'VXLAN' and
21492            not 'DOT1Q'"
21493   parameters:
21494   - "latency"
21495   - "parent"
21496   - "tags"
21497   sort:
21498   - "not CFS_OPT"
21499   - "1VM"
21500   - "2VM"
21501   layout:
21502     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
21503     layout: "plot-latency"
21504
21505 -
21506   type: "plot"
21507   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21508   algorithm: "plot_latency_error_bars"
21509   output-file-type: ".html"
21510   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21511   data: "plot-vpp-throughput-latency-3n-hsw"
21512   filter: "'NIC_Intel-XL710' and
21513            '64B' and
21514            'NDRPDR' and
21515            'ETH' and
21516            'IP4FWD' and
21517            '2T2C' and
21518            'VHOST_1024' and
21519            not 'VXLAN' and
21520            not 'DOT1Q'"
21521   parameters:
21522   - "latency"
21523   - "parent"
21524   - "tags"
21525   sort:
21526   - "not CFS_OPT"
21527   - "1VM"
21528   - "2VM"
21529   layout:
21530     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
21531     layout: "plot-latency"
21532
21533 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
21534 -
21535   type: "plot"
21536   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21537   algorithm: "plot_latency_error_bars"
21538   output-file-type: ".html"
21539   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21540   data: "plot-vpp-throughput-latency-3n-hsw"
21541   filter: "'NIC_Intel-XL710' and
21542            '64B' and
21543            'NDRPDR' and
21544            ('ETH' or 'DOT1Q') and
21545            '1T1C' and
21546            'L2BDMACLRN' and
21547            'VHOST_1024' and
21548            not 'VXLAN' and
21549            not 'IP4FWD' and
21550            not '2VM'"
21551   parameters:
21552   - "latency"
21553   - "parent"
21554   - "tags"
21555 #  sort:
21556 #  - "VM"  # "not CFS_OPT"
21557 #  - "CFS_OPT"
21558 #  - "FIB_10K"
21559 #  - "FIB_100K"
21560 #  - "FIB_1M"
21561   layout:
21562     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
21563     layout: "plot-latency"
21564
21565 -
21566   type: "plot"
21567   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21568   algorithm: "plot_latency_error_bars"
21569   output-file-type: ".html"
21570   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21571   data: "plot-vpp-throughput-latency-3n-hsw"
21572   filter: "'NIC_Intel-XL710' and
21573            '64B' and
21574            'NDRPDR' and
21575            ('ETH' or 'DOT1Q') and
21576            '2T2C' and
21577            'L2BDMACLRN' and
21578            'VHOST_1024' and
21579            not 'VXLAN' and
21580            not 'IP4FWD' and
21581            not '2VM'"
21582   parameters:
21583   - "latency"
21584   - "parent"
21585   - "tags"
21586 #  sort:
21587 #  - "VM"  # "not CFS_OPT"
21588 #  - "CFS_OPT"
21589 #  - "FIB_10K"
21590 #  - "FIB_100K"
21591 #  - "FIB_1M"
21592   layout:
21593     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
21594     layout: "plot-latency"
21595
21596 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
21597 -
21598   type: "plot"
21599   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21600   algorithm: "plot_latency_error_bars"
21601   output-file-type: ".html"
21602   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21603   data: "plot-vpp-throughput-latency-3n-hsw"
21604   filter: "'NIC_Intel-XL710' and
21605            '64B' and
21606            'NDRPDR' and
21607            ('ETH' or 'DOT1Q') and
21608            'BASE' and
21609            '1T1C' and
21610            ('L2BDMACLRN' or 'L2XCFWD') and
21611            'VHOST_1024' and
21612            not 'VXLAN' and
21613            not 'IP4FWD' and
21614            not '2VM'"
21615   parameters:
21616   - "latency"
21617   - "parent"
21618   - "tags"
21619 #  sort:
21620 #  - "not CFS_OPT"
21621 #  - "L2XCFWD"
21622 #  - "not CFS_OPT"
21623 #  - "CFS_OPT"
21624   layout:
21625     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
21626     layout: "plot-latency"
21627
21628 -
21629   type: "plot"
21630   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21631   algorithm: "plot_latency_error_bars"
21632   output-file-type: ".html"
21633   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21634   data: "plot-vpp-throughput-latency-3n-hsw"
21635   filter: "'NIC_Intel-XL710' and
21636            '64B' and
21637            'NDRPDR' and
21638            ('ETH' or 'DOT1Q') and
21639            'BASE' and
21640            '2T2C' and
21641            ('L2BDMACLRN' or 'L2XCFWD') and
21642            'VHOST_1024' and
21643            not 'VXLAN' and
21644            not 'IP4FWD' and
21645            not '2VM'"
21646   parameters:
21647   - "latency"
21648   - "parent"
21649   - "tags"
21650 #  sort:
21651 #  - "not CFS_OPT"
21652 #  - "L2XCFWD"
21653 #  - "not CFS_OPT"
21654 #  - "CFS_OPT"
21655   layout:
21656     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
21657     layout: "plot-latency"
21658
21659 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
21660 -
21661   type: "plot"
21662   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
21663   algorithm: "plot_latency_error_bars"
21664   output-file-type: ".html"
21665   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
21666   data: "plot-vpp-throughput-latency-3n-hsw"
21667   filter: "'NIC_Intel-XL710' and
21668            '64B' and
21669            'NDRPDR' and
21670            ('ETH' or 'DOT1Q') and
21671            '1T1C' and
21672            ('L2BDMACLRN' or 'L2XCFWD') and
21673            'VHOST_1024' and
21674            not 'CFS_OPT' and
21675            not 'VXLAN' and
21676            not 'IP4FWD'"
21677   parameters:
21678   - "latency"
21679   - "parent"
21680   - "tags"
21681 #  sort:
21682 #  - "1VM"
21683 #  - "L2XCFWD"
21684 #  - "1VM"
21685 #  - "L2BDMACLRN"
21686   layout:
21687     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
21688     layout: "plot-latency"
21689
21690 -
21691   type: "plot"
21692   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
21693   algorithm: "plot_latency_error_bars"
21694   output-file-type: ".html"
21695   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
21696   data: "plot-vpp-throughput-latency-3n-hsw"
21697   filter: "'NIC_Intel-XL710' and
21698            '64B' and
21699            'NDRPDR' and
21700            ('ETH' or 'DOT1Q') and
21701            '2T2C' and
21702            ('L2BDMACLRN' or 'L2XCFWD') and
21703            'VHOST_1024' and
21704            not 'CFS_OPT' and
21705            not 'VXLAN' and
21706            not 'IP4FWD'"
21707   parameters:
21708   - "latency"
21709   - "parent"
21710   - "tags"
21711 #  sort:
21712 #  - "1VM"
21713 #  - "L2XCFWD"
21714 #  - "1VM"
21715 #  - "L2BDMACLRN"
21716   layout:
21717     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
21718     layout: "plot-latency"
21719
21720 # Packet Latency - VPP vhost ip4 3n-skx-x710
21721 -
21722   type: "plot"
21723   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21724   algorithm: "plot_latency_error_bars"
21725   output-file-type: ".html"
21726   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21727   data: "plot-vpp-throughput-latency-3n-skx"
21728   filter: "'NIC_Intel-X710' and
21729            '64B' and
21730            'NDRPDR' and
21731            'ETH' and
21732            'IP4FWD' and
21733            '2T1C' and
21734            'VHOST_1024' and
21735            not 'VXLAN' and
21736            not 'DOT1Q'"
21737   parameters:
21738   - "latency"
21739   - "parent"
21740   - "tags"
21741   sort:
21742   - "not CFS_OPT"
21743   - "1VM"
21744   - "2VM"
21745   layout:
21746     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21747     layout: "plot-latency"
21748
21749 -
21750   type: "plot"
21751   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21752   algorithm: "plot_latency_error_bars"
21753   output-file-type: ".html"
21754   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21755   data: "plot-vpp-throughput-latency-3n-skx"
21756   filter: "'NIC_Intel-X710' and
21757            '64B' and
21758            'NDRPDR' and
21759            'ETH' and
21760            'IP4FWD' and
21761            '4T2C' and
21762            'VHOST_1024' and
21763            not 'VXLAN' and
21764            not 'DOT1Q'"
21765   parameters:
21766   - "latency"
21767   - "parent"
21768   - "tags"
21769   sort:
21770   - "not CFS_OPT"
21771   - "1VM"
21772   - "2VM"
21773   layout:
21774     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21775     layout: "plot-latency"
21776
21777 # Packet Latency - VPP vhost l2sw 3n-skx-x710
21778 -
21779   type: "plot"
21780   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21781   algorithm: "plot_latency_error_bars"
21782   output-file-type: ".html"
21783   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21784   data: "plot-vpp-throughput-latency-3n-skx"
21785   filter: "'NIC_Intel-X710' and
21786            '64B' and
21787            'NDRPDR' and
21788            ('ETH' or 'DOT1Q') and
21789            '2T1C' and
21790            'L2BDMACLRN' and
21791            'VHOST_1024' and
21792            not 'VXLAN' and
21793            not 'IP4FWD' and
21794            not '2VM'"
21795   parameters:
21796   - "latency"
21797   - "parent"
21798   - "tags"
21799 #  sort:
21800 #  - "VM"  # "not CFS_OPT"
21801 #  - "CFS_OPT"
21802 #  - "FIB_10K"
21803 #  - "FIB_100K"
21804 #  - "FIB_1M"
21805   layout:
21806     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21807     layout: "plot-latency"
21808
21809 -
21810   type: "plot"
21811   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21812   algorithm: "plot_latency_error_bars"
21813   output-file-type: ".html"
21814   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21815   data: "plot-vpp-throughput-latency-3n-skx"
21816   filter: "'NIC_Intel-X710' and
21817            '64B' and
21818            'NDRPDR' and
21819            ('ETH' or 'DOT1Q') and
21820            '4T2C' and
21821            'L2BDMACLRN' and
21822            'VHOST_1024' and
21823            not 'VXLAN' and
21824            not 'IP4FWD' and
21825            not '2VM'"
21826   parameters:
21827   - "latency"
21828   - "parent"
21829   - "tags"
21830 #  sort:
21831 #  - "VM"  # "not CFS_OPT"
21832 #  - "CFS_OPT"
21833 #  - "FIB_10K"
21834 #  - "FIB_100K"
21835 #  - "FIB_1M"
21836   layout:
21837     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21838     layout: "plot-latency"
21839
21840 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
21841 -
21842   type: "plot"
21843   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
21844   algorithm: "plot_latency_error_bars"
21845   output-file-type: ".html"
21846   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
21847   data: "plot-vpp-throughput-latency-3n-skx"
21848   filter: "'NIC_Intel-X710' and
21849            '64B' and
21850            'NDRPDR' and
21851            ('ETH' or 'DOT1Q') and
21852            'BASE' and
21853            '2T1C' and
21854            ('L2BDMACLRN' or 'L2XCFWD') and
21855            'VHOST_1024' and
21856            not 'VXLAN' and
21857            not 'IP4FWD' and
21858            not '2VM' and
21859            not 'LBOND'"
21860   parameters:
21861   - "latency"
21862   - "parent"
21863   - "tags"
21864 #  sort:
21865 #  - "not CFS_OPT"
21866 #  - "L2XCFWD"
21867 #  - "not CFS_OPT"
21868 #  - "CFS_OPT"
21869   layout:
21870     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
21871     layout: "plot-latency"
21872
21873 -
21874   type: "plot"
21875   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
21876   algorithm: "plot_latency_error_bars"
21877   output-file-type: ".html"
21878   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
21879   data: "plot-vpp-throughput-latency-3n-skx"
21880   filter: "'NIC_Intel-X710' and
21881            '64B' and
21882            'NDRPDR' and
21883            ('ETH' or 'DOT1Q') and
21884            'BASE' and
21885            '4T2C' and
21886            ('L2BDMACLRN' or 'L2XCFWD') and
21887            'VHOST_1024' and
21888            not 'VXLAN' and
21889            not 'IP4FWD' and
21890            not '2VM' and
21891            not 'LBOND'"
21892   parameters:
21893   - "latency"
21894   - "parent"
21895   - "tags"
21896 #  sort:
21897 #  - "not CFS_OPT"
21898 #  - "L2XCFWD"
21899 #  - "not CFS_OPT"
21900 #  - "CFS_OPT"
21901   layout:
21902     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
21903     layout: "plot-latency"
21904
21905 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
21906 -
21907   type: "plot"
21908   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21909   algorithm: "plot_latency_error_bars"
21910   output-file-type: ".html"
21911   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21912   data: "plot-vpp-throughput-latency-3n-skx"
21913   filter: "'NIC_Intel-X710' and
21914            '64B' and
21915            'NDRPDR' and
21916            ('ETH' or 'DOT1Q') and
21917            '2T1C' and
21918            ('L2BDMACLRN' or 'L2XCFWD') and
21919            'VHOST_1024' and
21920            not 'CFS_OPT' and
21921            not 'VXLAN' and
21922            not 'IP4FWD' and
21923            not 'LBOND'"
21924   parameters:
21925   - "latency"
21926   - "parent"
21927   - "tags"
21928 #  sort:
21929 #  - "1VM"
21930 #  - "L2XCFWD"
21931 #  - "1VM"
21932 #  - "L2BDMACLRN"
21933   layout:
21934     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
21935     layout: "plot-latency"
21936
21937 -
21938   type: "plot"
21939   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21940   algorithm: "plot_latency_error_bars"
21941   output-file-type: ".html"
21942   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21943   data: "plot-vpp-throughput-latency-3n-skx"
21944   filter: "'NIC_Intel-X710' and
21945            '64B' and
21946            'NDRPDR' and
21947            ('ETH' or 'DOT1Q') and
21948            '4T2C' and
21949            ('L2BDMACLRN' or 'L2XCFWD') and
21950            'VHOST_1024' and
21951            not 'CFS_OPT' and
21952            not 'VXLAN' and
21953            not 'IP4FWD' and
21954            not 'LBOND'"
21955   parameters:
21956   - "latency"
21957   - "parent"
21958   - "tags"
21959 #  sort:
21960 #  - "1VM"
21961 #  - "L2XCFWD"
21962 #  - "1VM"
21963 #  - "L2BDMACLRN"
21964   layout:
21965     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
21966     layout: "plot-latency"
21967
21968 # Packet Latency - VPP vhost ip4 2n-skx-x710
21969 -
21970   type: "plot"
21971   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21972   algorithm: "plot_latency_error_bars"
21973   output-file-type: ".html"
21974   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21975   data: "plot-vpp-throughput-latency-2n-skx"
21976   filter: "'NIC_Intel-X710' and
21977            '64B' and
21978            'NDRPDR' and
21979            'ETH' and
21980            'IP4FWD' and
21981            '2T1C' and
21982            'VHOST_1024' and
21983            not 'VXLAN' and
21984            not 'DOT1Q'"
21985   parameters:
21986   - "latency"
21987   - "parent"
21988   - "tags"
21989   sort:
21990   - "not CFS_OPT"
21991   - "1VM"
21992   - "2VM"
21993   layout:
21994     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21995     layout: "plot-latency"
21996
21997 -
21998   type: "plot"
21999   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22000   algorithm: "plot_latency_error_bars"
22001   output-file-type: ".html"
22002   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22003   data: "plot-vpp-throughput-latency-2n-skx"
22004   filter: "'NIC_Intel-X710' and
22005            '64B' and
22006            'NDRPDR' and
22007            'ETH' and
22008            'IP4FWD' and
22009            '4T2C' and
22010            'VHOST_1024' and
22011            not 'VXLAN' and
22012            not 'DOT1Q'"
22013   parameters:
22014   - "latency"
22015   - "parent"
22016   - "tags"
22017   sort:
22018   - "not CFS_OPT"
22019   - "1VM"
22020   - "2VM"
22021   layout:
22022     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22023     layout: "plot-latency"
22024
22025 # Packet Latency - VPP vhost l2sw 2n-skx-x710
22026 -
22027   type: "plot"
22028   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22029   algorithm: "plot_latency_error_bars"
22030   output-file-type: ".html"
22031   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22032   data: "plot-vpp-throughput-latency-2n-skx"
22033   filter: "'NIC_Intel-X710' and
22034            '64B' and
22035            'NDRPDR' and
22036            ('ETH' or 'DOT1Q') and
22037            '2T1C' and
22038            'L2BDMACLRN' and
22039            'VHOST_1024' and
22040            not 'VXLAN' and
22041            not 'IP4FWD' and
22042            not '2VM'"
22043   parameters:
22044   - "latency"
22045   - "parent"
22046   - "tags"
22047 #  sort:
22048 #  - "VM"  # "not CFS_OPT"
22049 #  - "CFS_OPT"
22050 #  - "FIB_10K"
22051 #  - "FIB_100K"
22052 #  - "FIB_1M"
22053   layout:
22054     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22055     layout: "plot-latency"
22056
22057 -
22058   type: "plot"
22059   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22060   algorithm: "plot_latency_error_bars"
22061   output-file-type: ".html"
22062   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22063   data: "plot-vpp-throughput-latency-2n-skx"
22064   filter: "'NIC_Intel-X710' and
22065            '64B' and
22066            'NDRPDR' and
22067            ('ETH' or 'DOT1Q') and
22068            '4T2C' and
22069            'L2BDMACLRN' and
22070            'VHOST_1024' and
22071            not 'VXLAN' and
22072            not 'IP4FWD' and
22073            not '2VM'"
22074   parameters:
22075   - "latency"
22076   - "parent"
22077   - "tags"
22078 #  sort:
22079 #  - "VM"  # "not CFS_OPT"
22080 #  - "CFS_OPT"
22081 #  - "FIB_10K"
22082 #  - "FIB_100K"
22083 #  - "FIB_1M"
22084   layout:
22085     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22086     layout: "plot-latency"
22087
22088 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22089 -
22090   type: "plot"
22091   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
22092   algorithm: "plot_latency_error_bars"
22093   output-file-type: ".html"
22094   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
22095   data: "plot-vpp-throughput-latency-2n-skx"
22096   filter: "'NIC_Intel-X710' and
22097            '64B' and
22098            'NDRPDR' and
22099            ('ETH' or 'DOT1Q') and
22100            'BASE' and
22101            '2T1C' and
22102            ('L2BDMACLRN' or 'L2XCFWD') and
22103            'VHOST_1024' and
22104            not 'VXLAN' and
22105            not 'IP4FWD' and
22106            not '2VM'"
22107   parameters:
22108   - "latency"
22109   - "parent"
22110   - "tags"
22111 #  sort:
22112 #  - "not CFS_OPT"
22113 #  - "L2XCFWD"
22114 #  - "not CFS_OPT"
22115 #  - "CFS_OPT"
22116   layout:
22117     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
22118     layout: "plot-latency"
22119
22120 -
22121   type: "plot"
22122   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
22123   algorithm: "plot_latency_error_bars"
22124   output-file-type: ".html"
22125   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
22126   data: "plot-vpp-throughput-latency-2n-skx"
22127   filter: "'NIC_Intel-X710' and
22128            '64B' and
22129            'NDRPDR' and
22130            ('ETH' or 'DOT1Q') and
22131            'BASE' and
22132            '4T2C' and
22133            ('L2BDMACLRN' or 'L2XCFWD') and
22134            'VHOST_1024' and
22135            not 'VXLAN' and
22136            not 'IP4FWD' and
22137            not '2VM'"
22138   parameters:
22139   - "latency"
22140   - "parent"
22141   - "tags"
22142 #  sort:
22143 #  - "not CFS_OPT"
22144 #  - "L2XCFWD"
22145 #  - "not CFS_OPT"
22146 #  - "CFS_OPT"
22147   layout:
22148     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
22149     layout: "plot-latency"
22150
22151 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
22152 -
22153   type: "plot"
22154   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22155   algorithm: "plot_latency_error_bars"
22156   output-file-type: ".html"
22157   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22158   data: "plot-vpp-throughput-latency-2n-skx"
22159   filter: "'NIC_Intel-X710' and
22160            '64B' and
22161            'NDRPDR' and
22162            ('ETH' or 'DOT1Q') and
22163            '2T1C' and
22164            ('L2BDMACLRN' or 'L2XCFWD') and
22165            'VHOST_1024' and
22166            not 'CFS_OPT' and
22167            not 'VXLAN' and
22168            not 'IP4FWD'"
22169   parameters:
22170   - "latency"
22171   - "parent"
22172   - "tags"
22173 #  sort:
22174 #  - "1VM"
22175 #  - "L2XCFWD"
22176 #  - "1VM"
22177 #  - "L2BDMACLRN"
22178   layout:
22179     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
22180     layout: "plot-latency"
22181
22182 -
22183   type: "plot"
22184   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22185   algorithm: "plot_latency_error_bars"
22186   output-file-type: ".html"
22187   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22188   data: "plot-vpp-throughput-latency-2n-skx"
22189   filter: "'NIC_Intel-X710' and
22190            '64B' and
22191            'NDRPDR' and
22192            ('ETH' or 'DOT1Q') and
22193            '4T2C' and
22194            ('L2BDMACLRN' or 'L2XCFWD') and
22195            'VHOST_1024' and
22196            not 'CFS_OPT' and
22197            not 'VXLAN' and
22198            not 'IP4FWD'"
22199   parameters:
22200   - "latency"
22201   - "parent"
22202   - "tags"
22203 #  sort:
22204 #  - "1VM"
22205 #  - "L2XCFWD"
22206 #  - "1VM"
22207 #  - "L2BDMACLRN"
22208   layout:
22209     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
22210     layout: "plot-latency"
22211
22212 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
22213 -
22214   type: "plot"
22215   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22216   algorithm: "plot_latency_error_bars"
22217   output-file-type: ".html"
22218   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22219   data: "plot-vpp-throughput-latency-2n-skx"
22220   filter: "'NIC_Intel-XXV710' and
22221            '64B' and
22222            'NDRPDR' and
22223            'ETH' and
22224            'IP4FWD' and
22225            '2T1C' and
22226            'VHOST_1024' and
22227            not 'VXLAN' and
22228            not 'DOT1Q'"
22229   parameters:
22230   - "latency"
22231   - "parent"
22232   - "tags"
22233   sort:
22234   - "not CFS_OPT"
22235   - "1VM"
22236   - "2VM"
22237   layout:
22238     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22239     layout: "plot-latency"
22240
22241 -
22242   type: "plot"
22243   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22244   algorithm: "plot_latency_error_bars"
22245   output-file-type: ".html"
22246   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22247   data: "plot-vpp-throughput-latency-2n-skx"
22248   filter: "'NIC_Intel-XXV710' and
22249            '64B' and
22250            'NDRPDR' and
22251            'ETH' and
22252            'IP4FWD' and
22253            '4T2C' and
22254            'VHOST_1024' and
22255            not 'VXLAN' and
22256            not 'DOT1Q'"
22257   parameters:
22258   - "latency"
22259   - "parent"
22260   - "tags"
22261   sort:
22262   - "not CFS_OPT"
22263   - "1VM"
22264   - "2VM"
22265   layout:
22266     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22267     layout: "plot-latency"
22268
22269 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
22270 -
22271   type: "plot"
22272   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22273   algorithm: "plot_latency_error_bars"
22274   output-file-type: ".html"
22275   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22276   data: "plot-vpp-throughput-latency-2n-skx"
22277   filter: "'NIC_Intel-XXV710' and
22278            '64B' and
22279            'NDRPDR' and
22280            ('ETH' or 'DOT1Q') and
22281            '2T1C' and
22282            'L2BDMACLRN' and
22283            'VHOST_1024' and
22284            not 'VXLAN' and
22285            not 'IP4FWD' and
22286            not '2VM'"
22287   parameters:
22288   - "latency"
22289   - "parent"
22290   - "tags"
22291 #  sort:
22292 #  - "VM"  # "not CFS_OPT"
22293 #  - "CFS_OPT"
22294 #  - "FIB_10K"
22295 #  - "FIB_100K"
22296 #  - "FIB_1M"
22297   layout:
22298     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22299     layout: "plot-latency"
22300
22301 -
22302   type: "plot"
22303   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22304   algorithm: "plot_latency_error_bars"
22305   output-file-type: ".html"
22306   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22307   data: "plot-vpp-throughput-latency-2n-skx"
22308   filter: "'NIC_Intel-XXV710' and
22309            '64B' and
22310            'NDRPDR' and
22311            ('ETH' or 'DOT1Q') and
22312            '4T2C' and
22313            'L2BDMACLRN' and
22314            'VHOST_1024' and
22315            not 'VXLAN' and
22316            not 'IP4FWD' and
22317            not '2VM'"
22318   parameters:
22319   - "latency"
22320   - "parent"
22321   - "tags"
22322 #  sort:
22323 #  - "VM"  # "not CFS_OPT"
22324 #  - "CFS_OPT"
22325 #  - "FIB_10K"
22326 #  - "FIB_100K"
22327 #  - "FIB_1M"
22328   layout:
22329     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22330     layout: "plot-latency"
22331
22332 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
22333 -
22334   type: "plot"
22335   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22336   algorithm: "plot_latency_error_bars"
22337   output-file-type: ".html"
22338   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22339   data: "plot-vpp-throughput-latency-2n-skx"
22340   filter: "'NIC_Intel-XXV710' and
22341            '64B' and
22342            'NDRPDR' and
22343            ('ETH' or 'DOT1Q') and
22344            'BASE' and
22345            '2T1C' and
22346            ('L2BDMACLRN' or 'L2XCFWD') and
22347            'VHOST_1024' and
22348            not 'VXLAN' and
22349            not 'IP4FWD' and
22350            not '2VM'"
22351   parameters:
22352   - "latency"
22353   - "parent"
22354   - "tags"
22355 #  sort:
22356 #  - "not CFS_OPT"
22357 #  - "L2XCFWD"
22358 #  - "not CFS_OPT"
22359 #  - "CFS_OPT"
22360   layout:
22361     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
22362     layout: "plot-latency"
22363
22364 -
22365   type: "plot"
22366   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22367   algorithm: "plot_latency_error_bars"
22368   output-file-type: ".html"
22369   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22370   data: "plot-vpp-throughput-latency-2n-skx"
22371   filter: "'NIC_Intel-XXV710' and
22372            '64B' and
22373            'NDRPDR' and
22374            ('ETH' or 'DOT1Q') and
22375            'BASE' and
22376            '4T2C' and
22377            ('L2BDMACLRN' or 'L2XCFWD') and
22378            'VHOST_1024' and
22379            not 'VXLAN' and
22380            not 'IP4FWD' and
22381            not '2VM'"
22382   parameters:
22383   - "latency"
22384   - "parent"
22385   - "tags"
22386 #  sort:
22387 #  - "not CFS_OPT"
22388 #  - "L2XCFWD"
22389 #  - "not CFS_OPT"
22390 #  - "CFS_OPT"
22391   layout:
22392     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
22393     layout: "plot-latency"
22394
22395 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
22396 -
22397   type: "plot"
22398   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22399   algorithm: "plot_latency_error_bars"
22400   output-file-type: ".html"
22401   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22402   data: "plot-vpp-throughput-latency-2n-skx"
22403   filter: "'NIC_Intel-XXV710' and
22404            '64B' and
22405            'NDRPDR' and
22406            ('ETH' or 'DOT1Q') and
22407            '2T1C' and
22408            ('L2BDMACLRN' or 'L2XCFWD') and
22409            'VHOST_1024' and
22410            not 'CFS_OPT' and
22411            not 'VXLAN' and
22412            not 'IP4FWD'"
22413   parameters:
22414   - "latency"
22415   - "parent"
22416   - "tags"
22417 #  sort:
22418 #  - "1VM"
22419 #  - "L2XCFWD"
22420 #  - "1VM"
22421 #  - "L2BDMACLRN"
22422   layout:
22423     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
22424     layout: "plot-latency"
22425
22426 -
22427   type: "plot"
22428   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22429   algorithm: "plot_latency_error_bars"
22430   output-file-type: ".html"
22431   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22432   data: "plot-vpp-throughput-latency-2n-skx"
22433   filter: "'NIC_Intel-XXV710' and
22434            '64B' and
22435            'NDRPDR' and
22436            ('ETH' or 'DOT1Q') and
22437            '4T2C' and
22438            ('L2BDMACLRN' or 'L2XCFWD') and
22439            'VHOST_1024' and
22440            not 'CFS_OPT' and
22441            not 'VXLAN' and
22442            not 'IP4FWD'"
22443   parameters:
22444   - "latency"
22445   - "parent"
22446   - "tags"
22447 #  sort:
22448 #  - "1VM"
22449 #  - "L2XCFWD"
22450 #  - "1VM"
22451 #  - "L2BDMACLRN"
22452   layout:
22453     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
22454     layout: "plot-latency"
22455
22456 ################################################################################
22457
22458 # Packet Latency - VPP VTS 3n-hsw-x520
22459 -
22460   type: "plot"
22461   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22462   algorithm: "plot_latency_error_bars"
22463   output-file-type: ".html"
22464   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22465   data: "plot-vpp-throughput-latency-3n-hsw"
22466   filter: "'NIC_Intel-X520-DA2' and
22467            '114B' and
22468            'NDRPDR' and
22469            '1T1C' and
22470            'VTS'"
22471   parameters:
22472   - "latency"
22473   - "parent"
22474   - "tags"
22475   layout:
22476     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
22477     layout: "plot-latency"
22478
22479 -
22480   type: "plot"
22481   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22482   algorithm: "plot_latency_error_bars"
22483   output-file-type: ".html"
22484   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22485   data: "plot-vpp-throughput-latency-3n-hsw"
22486   filter: "'NIC_Intel-X520-DA2' and
22487            '114B' and
22488            'NDRPDR' and
22489            '2T2C' and
22490            'VTS'"
22491   parameters:
22492   - "latency"
22493   - "parent"
22494   - "tags"
22495   layout:
22496     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
22497     layout: "plot-latency"
22498
22499 ################################################################################
22500
22501 # Packet Latency - DPDK l3fwd 3n-hsw-x520
22502 -
22503   type: "plot"
22504   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22505   algorithm: "plot_latency_error_bars"
22506   output-file-type: ".html"
22507   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22508   data: "plot-dpdk-throughput-latency-3n-hsw"
22509   filter: "'NIC_Intel-X520-DA2' and
22510            '64B' and
22511            'BASE' and
22512            'NDRPDR' and
22513            '1T1C' and
22514            'IP4FWD'"
22515   parameters:
22516   - "latency"
22517   - "parent"
22518   - "tags"
22519   layout:
22520     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
22521     layout: "plot-latency"
22522
22523 -
22524   type: "plot"
22525   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22526   algorithm: "plot_latency_error_bars"
22527   output-file-type: ".html"
22528   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22529   data: "plot-dpdk-throughput-latency-3n-hsw"
22530   filter: "'NIC_Intel-X520-DA2' and
22531            '64B' and
22532            'BASE' and
22533            'NDRPDR' and
22534            '2T2C' and
22535            'IP4FWD'"
22536   parameters:
22537   - "latency"
22538   - "parent"
22539   - "tags"
22540   layout:
22541     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
22542     layout: "plot-latency"
22543
22544 # Packet Latency - DPDK l3fwd 3n-hsw-x710
22545 -
22546   type: "plot"
22547   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22548   algorithm: "plot_latency_error_bars"
22549   output-file-type: ".html"
22550   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22551   data: "plot-dpdk-throughput-latency-3n-hsw"
22552   filter: "'NIC_Intel-X710' and
22553            '64B' and
22554            'BASE' and
22555            'NDRPDR' and
22556            '1T1C' and
22557            'IP4FWD'"
22558   parameters:
22559   - "latency"
22560   - "parent"
22561   - "tags"
22562   layout:
22563     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
22564     layout: "plot-latency"
22565
22566 -
22567   type: "plot"
22568   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22569   algorithm: "plot_latency_error_bars"
22570   output-file-type: ".html"
22571   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22572   data: "plot-dpdk-throughput-latency-3n-hsw"
22573   filter: "'NIC_Intel-X710' and
22574            '64B' and
22575            'BASE' and
22576            'NDRPDR' and
22577            '2T2C' and
22578            'IP4FWD'"
22579   parameters:
22580   - "latency"
22581   - "parent"
22582   - "tags"
22583   layout:
22584     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
22585     layout: "plot-latency"
22586
22587 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
22588 -
22589   type: "plot"
22590   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22591   algorithm: "plot_latency_error_bars"
22592   output-file-type: ".html"
22593   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22594   data: "plot-dpdk-throughput-latency-3n-hsw"
22595   filter: "'NIC_Intel-XL710' and
22596            '64B' and
22597            'BASE' and
22598            'NDRPDR' and
22599            '1T1C' and
22600            'IP4FWD'"
22601   parameters:
22602   - "latency"
22603   - "parent"
22604   - "tags"
22605   layout:
22606     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
22607     layout: "plot-latency"
22608
22609 -
22610   type: "plot"
22611   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22612   algorithm: "plot_latency_error_bars"
22613   output-file-type: ".html"
22614   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22615   data: "plot-dpdk-throughput-latency-3n-hsw"
22616   filter: "'NIC_Intel-XL710' and
22617            '64B' and
22618            'BASE' and
22619            'NDRPDR' and
22620            '2T2C' and
22621            'IP4FWD'"
22622   parameters:
22623   - "latency"
22624   - "parent"
22625   - "tags"
22626   layout:
22627     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
22628     layout: "plot-latency"
22629
22630 # Packet Latency - DPDK l3fwd 3n-skx-x710
22631 -
22632   type: "plot"
22633   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22634   algorithm: "plot_latency_error_bars"
22635   output-file-type: ".html"
22636   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22637   data: "plot-dpdk-throughput-latency-3n-skx"
22638   filter: "'NIC_Intel-X710' and
22639            '64B' and
22640            'BASE' and
22641            'NDRPDR' and
22642            '2T1C' and
22643            'IP4FWD'"
22644   parameters:
22645   - "latency"
22646   - "parent"
22647   - "tags"
22648   layout:
22649     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
22650     layout: "plot-latency"
22651
22652 -
22653   type: "plot"
22654   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22655   algorithm: "plot_latency_error_bars"
22656   output-file-type: ".html"
22657   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22658   data: "plot-dpdk-throughput-latency-3n-skx"
22659   filter: "'NIC_Intel-X710' and
22660            '64B' and
22661            'BASE' and
22662            'NDRPDR' and
22663            '4T2C' and
22664            'IP4FWD'"
22665   parameters:
22666   - "latency"
22667   - "parent"
22668   - "tags"
22669   layout:
22670     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
22671     layout: "plot-latency"
22672
22673 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
22674 -
22675   type: "plot"
22676   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22677   algorithm: "plot_latency_error_bars"
22678   output-file-type: ".html"
22679   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22680   data: "plot-dpdk-throughput-latency-3n-skx"
22681   filter: "'NIC_Intel-XXV710' and
22682            '64B' and
22683            'BASE' and
22684            'NDRPDR' and
22685            '2T1C' and
22686            'IP4FWD'"
22687   parameters:
22688   - "latency"
22689   - "parent"
22690   - "tags"
22691   layout:
22692     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
22693     layout: "plot-latency"
22694
22695 -
22696   type: "plot"
22697   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22698   algorithm: "plot_latency_error_bars"
22699   output-file-type: ".html"
22700   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22701   data: "plot-dpdk-throughput-latency-3n-skx"
22702   filter: "'NIC_Intel-XXV710' and
22703            '64B' and
22704            'BASE' and
22705            'NDRPDR' and
22706            '4T2C' and
22707            'IP4FWD'"
22708   parameters:
22709   - "latency"
22710   - "parent"
22711   - "tags"
22712   layout:
22713     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
22714     layout: "plot-latency"
22715
22716 # Packet Latency - DPDK l3fwd 2n-skx-x710
22717 -
22718   type: "plot"
22719   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22720   algorithm: "plot_latency_error_bars"
22721   output-file-type: ".html"
22722   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22723   data: "plot-dpdk-throughput-latency-2n-skx"
22724   filter: "'NIC_Intel-X710' and
22725            '64B' and
22726            'BASE' and
22727            'NDRPDR' and
22728            '2T1C' and
22729            'IP4FWD'"
22730   parameters:
22731   - "latency"
22732   - "parent"
22733   - "tags"
22734   layout:
22735     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
22736     layout: "plot-latency"
22737
22738 -
22739   type: "plot"
22740   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22741   algorithm: "plot_latency_error_bars"
22742   output-file-type: ".html"
22743   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22744   data: "plot-dpdk-throughput-latency-2n-skx"
22745   filter: "'NIC_Intel-X710' and
22746            '64B' and
22747            'BASE' and
22748            'NDRPDR' and
22749            '4T2C' and
22750            'IP4FWD'"
22751   parameters:
22752   - "latency"
22753   - "parent"
22754   - "tags"
22755   layout:
22756     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
22757     layout: "plot-latency"
22758
22759 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
22760 -
22761   type: "plot"
22762   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22763   algorithm: "plot_latency_error_bars"
22764   output-file-type: ".html"
22765   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22766   data: "plot-dpdk-throughput-latency-2n-skx"
22767   filter: "'NIC_Intel-XXV710' and
22768            '64B' and
22769            'BASE' and
22770            'NDRPDR' and
22771            '2T1C' and
22772            'IP4FWD'"
22773   parameters:
22774   - "latency"
22775   - "parent"
22776   - "tags"
22777   layout:
22778     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
22779     layout: "plot-latency"
22780
22781 -
22782   type: "plot"
22783   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22784   algorithm: "plot_latency_error_bars"
22785   output-file-type: ".html"
22786   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22787   data: "plot-dpdk-throughput-latency-2n-skx"
22788   filter: "'NIC_Intel-XXV710' and
22789            '64B' and
22790            'BASE' and
22791            'NDRPDR' and
22792            '4T2C' and
22793            'IP4FWD'"
22794   parameters:
22795   - "latency"
22796   - "parent"
22797   - "tags"
22798   layout:
22799     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
22800     layout: "plot-latency"
22801
22802 ################################################################################
22803
22804 # Packet Latency - DPDK testpmd 3n-hsw-x520
22805 -
22806   type: "plot"
22807   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22808   algorithm: "plot_latency_error_bars"
22809   output-file-type: ".html"
22810   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22811   data: "plot-dpdk-throughput-latency-3n-hsw"
22812   filter: "'NIC_Intel-X520-DA2' and
22813            '64B' and
22814            'BASE' and
22815            'NDRPDR' and
22816            '1T1C' and
22817            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22818   parameters:
22819   - "latency"
22820   - "parent"
22821   - "tags"
22822   layout:
22823     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
22824     layout: "plot-latency"
22825
22826 -
22827   type: "plot"
22828   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22829   algorithm: "plot_latency_error_bars"
22830   output-file-type: ".html"
22831   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22832   data: "plot-dpdk-throughput-latency-3n-hsw"
22833   filter: "'NIC_Intel-X520-DA2' and
22834            '64B' and
22835            'BASE' and
22836            'NDRPDR' and
22837            '2T2C' and
22838            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22839   parameters:
22840   - "latency"
22841   - "parent"
22842   - "tags"
22843   layout:
22844     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
22845     layout: "plot-latency"
22846
22847 # Packet Latency - DPDK testpmd 3n-hsw-x710
22848 -
22849   type: "plot"
22850   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22851   algorithm: "plot_latency_error_bars"
22852   output-file-type: ".html"
22853   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22854   data: "plot-dpdk-throughput-latency-3n-hsw"
22855   filter: "'NIC_Intel-X710' and
22856            '64B' and
22857            'BASE' and
22858            'NDRPDR' and
22859            '1T1C' and
22860            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22861   parameters:
22862   - "latency"
22863   - "parent"
22864   - "tags"
22865   layout:
22866     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
22867     layout: "plot-latency"
22868
22869 -
22870   type: "plot"
22871   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22872   algorithm: "plot_latency_error_bars"
22873   output-file-type: ".html"
22874   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22875   data: "plot-dpdk-throughput-latency-3n-hsw"
22876   filter: "'NIC_Intel-X710' and
22877            '64B' and
22878            'BASE' and
22879            'NDRPDR' and
22880            '2T2C' and
22881            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22882   parameters:
22883   - "latency"
22884   - "parent"
22885   - "tags"
22886   layout:
22887     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
22888     layout: "plot-latency"
22889
22890 # Packet Latency - DPDK testpmd 3n-hsw-xl710
22891 -
22892   type: "plot"
22893   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22894   algorithm: "plot_latency_error_bars"
22895   output-file-type: ".html"
22896   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22897   data: "plot-dpdk-throughput-latency-3n-hsw"
22898   filter: "'NIC_Intel-XL710' and
22899            '64B' and
22900            'BASE' and
22901            'NDRPDR' and
22902            '1T1C' and
22903            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22904   parameters:
22905   - "latency"
22906   - "parent"
22907   - "tags"
22908   layout:
22909     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
22910     layout: "plot-latency"
22911
22912 -
22913   type: "plot"
22914   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22915   algorithm: "plot_latency_error_bars"
22916   output-file-type: ".html"
22917   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22918   data: "plot-dpdk-throughput-latency-3n-hsw"
22919   filter: "'NIC_Intel-XL710' and
22920            '64B' and
22921            'BASE' and
22922            'NDRPDR' and
22923            '2T2C' and
22924            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22925   parameters:
22926   - "latency"
22927   - "parent"
22928   - "tags"
22929   layout:
22930     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
22931     layout: "plot-latency"
22932
22933 # Packet Latency - DPDK testpmd 3n-skx-x710
22934 -
22935   type: "plot"
22936   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22937   algorithm: "plot_latency_error_bars"
22938   output-file-type: ".html"
22939   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22940   data: "plot-dpdk-throughput-latency-3n-skx"
22941   filter: "'NIC_Intel-X710' and
22942            '64B' and
22943            'BASE' and
22944            'NDRPDR' and
22945            '2T1C' and
22946            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22947   parameters:
22948   - "latency"
22949   - "parent"
22950   - "tags"
22951   layout:
22952     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
22953     layout: "plot-latency"
22954
22955 -
22956   type: "plot"
22957   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22958   algorithm: "plot_latency_error_bars"
22959   output-file-type: ".html"
22960   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22961   data: "plot-dpdk-throughput-latency-3n-skx"
22962   filter: "'NIC_Intel-X710' and
22963            '64B' and
22964            'BASE' and
22965            'NDRPDR' and
22966            '4T2C' and
22967            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22968   parameters:
22969   - "latency"
22970   - "parent"
22971   - "tags"
22972   layout:
22973     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
22974     layout: "plot-latency"
22975
22976 # Packet Latency - DPDK testpmd 3n-skx-xxv710
22977 -
22978   type: "plot"
22979   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22980   algorithm: "plot_latency_error_bars"
22981   output-file-type: ".html"
22982   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22983   data: "plot-dpdk-throughput-latency-3n-skx"
22984   filter: "'NIC_Intel-XXV710' and
22985            '64B' and
22986            'BASE' and
22987            'NDRPDR' and
22988            '2T1C' and
22989            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22990   parameters:
22991   - "latency"
22992   - "parent"
22993   - "tags"
22994   layout:
22995     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
22996     layout: "plot-latency"
22997
22998 -
22999   type: "plot"
23000   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23001   algorithm: "plot_latency_error_bars"
23002   output-file-type: ".html"
23003   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23004   data: "plot-dpdk-throughput-latency-3n-skx"
23005   filter: "'NIC_Intel-XXV710' and
23006            '64B' and
23007            'BASE' and
23008            'NDRPDR' and
23009            '4T2C' and
23010            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23011   parameters:
23012   - "latency"
23013   - "parent"
23014   - "tags"
23015   layout:
23016     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23017     layout: "plot-latency"
23018
23019 # Packet Latency - DPDK testpmd 2n-skx-x710
23020 -
23021   type: "plot"
23022   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23023   algorithm: "plot_latency_error_bars"
23024   output-file-type: ".html"
23025   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23026   data: "plot-dpdk-throughput-latency-2n-skx"
23027   filter: "'NIC_Intel-X710' and
23028            '64B' and
23029            'BASE' and
23030            'NDRPDR' and
23031            '2T1C' and
23032            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23033   parameters:
23034   - "latency"
23035   - "parent"
23036   - "tags"
23037   layout:
23038     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23039     layout: "plot-latency"
23040
23041 -
23042   type: "plot"
23043   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23044   algorithm: "plot_latency_error_bars"
23045   output-file-type: ".html"
23046   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23047   data: "plot-dpdk-throughput-latency-2n-skx"
23048   filter: "'NIC_Intel-X710' and
23049            '64B' and
23050            'BASE' and
23051            'NDRPDR' and
23052            '4T2C' and
23053            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23054   parameters:
23055   - "latency"
23056   - "parent"
23057   - "tags"
23058   layout:
23059     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23060     layout: "plot-latency"
23061
23062 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23063 -
23064   type: "plot"
23065   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23066   algorithm: "plot_latency_error_bars"
23067   output-file-type: ".html"
23068   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23069   data: "plot-dpdk-throughput-latency-2n-skx"
23070   filter: "'NIC_Intel-XXV710' and
23071            '64B' and
23072            'BASE' and
23073            'NDRPDR' and
23074            '2T1C' and
23075            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23076   parameters:
23077   - "latency"
23078   - "parent"
23079   - "tags"
23080   layout:
23081     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23082     layout: "plot-latency"
23083
23084 -
23085   type: "plot"
23086   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23087   algorithm: "plot_latency_error_bars"
23088   output-file-type: ".html"
23089   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23090   data: "plot-dpdk-throughput-latency-2n-skx"
23091   filter: "'NIC_Intel-XXV710' and
23092            '64B' and
23093            'BASE' and
23094            'NDRPDR' and
23095            '4T2C' and
23096            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23097   parameters:
23098   - "latency"
23099   - "parent"
23100   - "tags"
23101   layout:
23102     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
23103     layout: "plot-latency"
23104
23105 ################################################################################
23106
23107 # Speedup - VPP Container Memif 3n-hsw-x520
23108 -
23109   type: "plot"
23110   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23111   algorithm: "plot_throughput_speedup_analysis"
23112   output-file-type: ".html"
23113   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23114   data: "plot-throughput-speedup-analysis-3n-hsw"
23115   filter: "'NIC_Intel-X520-DA2' and
23116            '64B' and
23117            ('BASE' or 'SCALE') and
23118            'NDRPDR' and
23119            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23120            not 'VHOST' and
23121            'MEMIF'"
23122   parameters:
23123   - "throughput"
23124   - "parent"
23125   - "tags"
23126   sort:
23127   - "L2XCFWD"
23128   - "L2XCFWD"
23129   - "L2XCFWD"
23130   - "L2BDMACLRN"
23131   - "L2BDMACLRN"
23132   - "L2BDMACLRN"
23133   layout:
23134     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
23135     layout: "plot-throughput-speedup-analysis"
23136
23137 -
23138   type: "plot"
23139   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23140   algorithm: "plot_throughput_speedup_analysis"
23141   output-file-type: ".html"
23142   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23143   data: "plot-throughput-speedup-analysis-3n-hsw"
23144   filter: "'NIC_Intel-X520-DA2' and
23145            '64B' and
23146            ('BASE' or 'SCALE') and
23147            'NDRPDR' and
23148            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23149            not 'VHOST' and
23150            'MEMIF'"
23151   parameters:
23152   - "throughput"
23153   - "parent"
23154   - "tags"
23155   sort:
23156   - "L2XCFWD"
23157   - "L2XCFWD"
23158   - "L2XCFWD"
23159   - "L2BDMACLRN"
23160   - "L2BDMACLRN"
23161   - "L2BDMACLRN"
23162   layout:
23163     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
23164     layout: "plot-throughput-speedup-analysis"
23165
23166 # Speedup - VPP Container Memif 3n-hsw-x710
23167 -
23168   type: "plot"
23169   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23170   algorithm: "plot_throughput_speedup_analysis"
23171   output-file-type: ".html"
23172   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23173   data: "plot-throughput-speedup-analysis-3n-hsw"
23174   filter: "'NIC_Intel-X710' and
23175            '64B' and
23176            ('BASE' or 'SCALE') and
23177            'NDRPDR' and
23178            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23179            not 'VHOST' and
23180            'MEMIF'"
23181   parameters:
23182   - "throughput"
23183   - "parent"
23184   - "tags"
23185   sort:
23186   - "L2XCFWD"
23187   - "L2XCFWD"
23188   - "L2XCFWD"
23189   - "L2BDMACLRN"
23190   - "L2BDMACLRN"
23191   - "L2BDMACLRN"
23192   layout:
23193     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
23194     layout: "plot-throughput-speedup-analysis"
23195
23196 -
23197   type: "plot"
23198   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23199   algorithm: "plot_throughput_speedup_analysis"
23200   output-file-type: ".html"
23201   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23202   data: "plot-throughput-speedup-analysis-3n-hsw"
23203   filter: "'NIC_Intel-X710' and
23204            '64B' and
23205            ('BASE' or 'SCALE') and
23206            'NDRPDR' and
23207            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23208            not 'VHOST' and
23209            'MEMIF'"
23210   parameters:
23211   - "throughput"
23212   - "parent"
23213   - "tags"
23214   sort:
23215   - "L2XCFWD"
23216   - "L2XCFWD"
23217   - "L2XCFWD"
23218   - "L2BDMACLRN"
23219   - "L2BDMACLRN"
23220   - "L2BDMACLRN"
23221   layout:
23222     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
23223     layout: "plot-throughput-speedup-analysis"
23224
23225 # Speedup - VPP Container Memif 3n-hsw-xl710
23226 -
23227   type: "plot"
23228   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
23229   algorithm: "plot_throughput_speedup_analysis"
23230   output-file-type: ".html"
23231   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
23232   data: "plot-throughput-speedup-analysis-3n-hsw"
23233   filter: "'NIC_Intel-XL710' and
23234            '64B' and
23235            ('BASE' or 'SCALE') and
23236            'NDRPDR' and
23237            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23238            not 'VHOST' and
23239            'MEMIF'"
23240   parameters:
23241   - "throughput"
23242   - "parent"
23243   - "tags"
23244   sort:
23245   - "L2XCFWD"
23246   - "L2XCFWD"
23247   - "L2XCFWD"
23248   - "L2BDMACLRN"
23249   - "L2BDMACLRN"
23250   - "L2BDMACLRN"
23251   layout:
23252     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
23253     layout: "plot-throughput-speedup-analysis"
23254
23255 -
23256   type: "plot"
23257   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
23258   algorithm: "plot_throughput_speedup_analysis"
23259   output-file-type: ".html"
23260   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
23261   data: "plot-throughput-speedup-analysis-3n-hsw"
23262   filter: "'NIC_Intel-XL710' and
23263            '64B' and
23264            ('BASE' or 'SCALE') and
23265            'NDRPDR' and
23266            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23267            not 'VHOST' and
23268            'MEMIF'"
23269   parameters:
23270   - "throughput"
23271   - "parent"
23272   - "tags"
23273   sort:
23274   - "L2XCFWD"
23275   - "L2XCFWD"
23276   - "L2XCFWD"
23277   - "L2BDMACLRN"
23278   - "L2BDMACLRN"
23279   - "L2BDMACLRN"
23280   layout:
23281     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
23282     layout: "plot-throughput-speedup-analysis"
23283
23284 # Speedup - VPP Container Memif 3n-skx-x710
23285 -
23286   type: "plot"
23287   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23288   algorithm: "plot_throughput_speedup_analysis"
23289   output-file-type: ".html"
23290   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23291   data: "plot-throughput-speedup-analysis-3n-skx"
23292   filter: "'NIC_Intel-X710' and
23293            '64B' and
23294            ('BASE' or 'SCALE') and
23295            'NDRPDR' and
23296            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23297            not 'VHOST' and
23298            'MEMIF'"
23299   parameters:
23300   - "throughput"
23301   - "parent"
23302   - "tags"
23303   sort:
23304   - "L2XCFWD"
23305   - "L2XCFWD"
23306   - "L2XCFWD"
23307   - "L2BDMACLRN"
23308   - "L2BDMACLRN"
23309   - "L2BDMACLRN"
23310   layout:
23311     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
23312     layout: "plot-throughput-speedup-analysis"
23313
23314 -
23315   type: "plot"
23316   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23317   algorithm: "plot_throughput_speedup_analysis"
23318   output-file-type: ".html"
23319   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23320   data: "plot-throughput-speedup-analysis-3n-skx"
23321   filter: "'NIC_Intel-X710' and
23322            '64B' and
23323            ('BASE' or 'SCALE') and
23324            'NDRPDR' and
23325            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23326            not 'VHOST' and
23327             'MEMIF'"
23328   parameters:
23329   - "throughput"
23330   - "parent"
23331   - "tags"
23332   sort:
23333   - "L2XCFWD"
23334   - "L2XCFWD"
23335   - "L2XCFWD"
23336   - "L2BDMACLRN"
23337   - "L2BDMACLRN"
23338   - "L2BDMACLRN"
23339   layout:
23340     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
23341     layout: "plot-throughput-speedup-analysis"
23342
23343 # Speedup - VPP Container Memif 2n-skx-x710
23344 -
23345   type: "plot"
23346   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23347   algorithm: "plot_throughput_speedup_analysis"
23348   output-file-type: ".html"
23349   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23350   data: "plot-throughput-speedup-analysis-2n-skx"
23351   filter: "'NIC_Intel-X710' and
23352            '64B' and
23353            ('BASE' or 'SCALE') and
23354            'NDRPDR' and
23355            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23356            not 'VHOST' and
23357            'MEMIF'"
23358   parameters:
23359   - "throughput"
23360   - "parent"
23361   - "tags"
23362   sort:
23363   - "L2XCFWD"
23364   - "L2XCFWD"
23365   - "L2XCFWD"
23366   - "L2BDMACLRN"
23367   - "L2BDMACLRN"
23368   - "L2BDMACLRN"
23369   layout:
23370     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
23371     layout: "plot-throughput-speedup-analysis"
23372
23373 -
23374   type: "plot"
23375   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23376   algorithm: "plot_throughput_speedup_analysis"
23377   output-file-type: ".html"
23378   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23379   data: "plot-throughput-speedup-analysis-2n-skx"
23380   filter: "'NIC_Intel-X710' and
23381            '64B' and
23382            ('BASE' or 'SCALE') and
23383            'NDRPDR' and
23384            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23385            not 'VHOST' and
23386             'MEMIF'"
23387   parameters:
23388   - "throughput"
23389   - "parent"
23390   - "tags"
23391   sort:
23392   - "L2XCFWD"
23393   - "L2XCFWD"
23394   - "L2XCFWD"
23395   - "L2BDMACLRN"
23396   - "L2BDMACLRN"
23397   - "L2BDMACLRN"
23398   layout:
23399     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
23400     layout: "plot-throughput-speedup-analysis"
23401
23402 # Speedup - VPP Container Memif 2n-skx-xxv710
23403 -
23404   type: "plot"
23405   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23406   algorithm: "plot_throughput_speedup_analysis"
23407   output-file-type: ".html"
23408   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23409   data: "plot-throughput-speedup-analysis-2n-skx"
23410   filter: "'NIC_Intel-XXV710' and
23411            '64B' and
23412            ('BASE' or 'SCALE') and
23413            'NDRPDR' and
23414            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23415            not 'VHOST' and
23416            'MEMIF'"
23417   parameters:
23418   - "throughput"
23419   - "parent"
23420   - "tags"
23421   sort:
23422   - "L2XCFWD"
23423   - "L2XCFWD"
23424   - "L2XCFWD"
23425   - "L2BDMACLRN"
23426   - "L2BDMACLRN"
23427   - "L2BDMACLRN"
23428   layout:
23429     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
23430     layout: "plot-throughput-speedup-analysis"
23431
23432 -
23433   type: "plot"
23434   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23435   algorithm: "plot_throughput_speedup_analysis"
23436   output-file-type: ".html"
23437   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23438   data: "plot-throughput-speedup-analysis-2n-skx"
23439   filter: "'NIC_Intel-XXV710' and
23440            '64B' and
23441            ('BASE' or 'SCALE') and
23442            'NDRPDR' and
23443            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23444            not 'VHOST' and
23445             'MEMIF'"
23446   parameters:
23447   - "throughput"
23448   - "parent"
23449   - "tags"
23450   sort:
23451   - "L2XCFWD"
23452   - "L2XCFWD"
23453   - "L2XCFWD"
23454   - "L2BDMACLRN"
23455   - "L2BDMACLRN"
23456   - "L2BDMACLRN"
23457   layout:
23458     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
23459     layout: "plot-throughput-speedup-analysis"
23460
23461 ################################################################################
23462
23463 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
23464 -
23465   type: "plot"
23466   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23467   algorithm: "plot_throughput_speedup_analysis"
23468   output-file-type: ".html"
23469   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23470   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23471   filter: "'NIC_Intel-X520-DA2' and
23472            '64B' and
23473            ('BASE' or 'SCALE') and
23474            'NDRPDR' and
23475            'L2XCFWD' and
23476            not 'VHOST' and
23477            'MEMIF'"
23478   parameters:
23479   - "throughput"
23480   - "parent"
23481   - "tags"
23482   sort:
23483   - "1VNF"
23484   - "2VNF"
23485   - "4VNF"
23486   - "2VNF"
23487   - "4VNF"
23488   layout:
23489     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
23490     layout: "plot-throughput-speedup-analysis"
23491
23492 -
23493   type: "plot"
23494   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23495   algorithm: "plot_throughput_speedup_analysis"
23496   output-file-type: ".html"
23497   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23498   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23499   filter: "'NIC_Intel-X520-DA2' and
23500            '64B' and
23501            ('BASE' or 'SCALE') and
23502            'NDRPDR' and
23503            'L2XCFWD' and
23504            not 'VHOST' and
23505            'MEMIF'"
23506   parameters:
23507   - "throughput"
23508   - "parent"
23509   - "tags"
23510   sort:
23511   - "1VNF"
23512   - "2VNF"
23513   - "4VNF"
23514   - "2VNF"
23515   - "4VNF"
23516   layout:
23517     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
23518     layout: "plot-throughput-speedup-analysis"
23519
23520 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
23521 -
23522   type: "plot"
23523   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23524   algorithm: "plot_throughput_speedup_analysis"
23525   output-file-type: ".html"
23526   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23527   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23528   filter: "'NIC_Intel-X520-DA2' and
23529            '64B' and
23530            ('BASE' or 'SCALE') and
23531            'NDRPDR' and
23532            ('L2BDMACSTAT' or 'L2BDMACLRN') and
23533            not 'VHOST' and
23534            'MEMIF'"
23535   parameters:
23536   - "throughput"
23537   - "parent"
23538   - "tags"
23539   sort:
23540   - "1VNF"
23541   - "2VNF"
23542   - "4VNF"
23543   - "2VNF"
23544   - "4VNF"
23545   layout:
23546     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
23547     layout: "plot-throughput-speedup-analysis"
23548
23549 -
23550   type: "plot"
23551   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23552   algorithm: "plot_throughput_speedup_analysis"
23553   output-file-type: ".html"
23554   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23555   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23556   filter: "'NIC_Intel-X520-DA2' and
23557            '64B' and
23558            ('BASE' or 'SCALE') and
23559            'NDRPDR' and
23560            ('L2BDMACSTAT' or 'L2BDMACLRN') and
23561            not 'VHOST' and
23562            'MEMIF'"
23563   parameters:
23564   - "throughput"
23565   - "parent"
23566   - "tags"
23567   sort:
23568   - "1VNF"
23569   - "2VNF"
23570   - "4VNF"
23571   - "2VNF"
23572   - "4VNF"
23573   layout:
23574     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
23575     layout: "plot-throughput-speedup-analysis"
23576
23577 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
23578 -
23579   type: "plot"
23580   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23581   algorithm: "plot_throughput_speedup_analysis"
23582   output-file-type: ".html"
23583   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23584   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23585   filter: "'NIC_Intel-X710' and
23586            '64B' and
23587            ('BASE' or 'SCALE') and
23588            'NDRPDR' and
23589            'L2XCFWD' and
23590            not 'VHOST' and
23591            'MEMIF'"
23592   parameters:
23593   - "throughput"
23594   - "parent"
23595   - "tags"
23596   sort:
23597   - "1VNF"
23598   - "2VNF"
23599   - "4VNF"
23600   - "2VNF"
23601   - "4VNF"
23602   layout:
23603     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
23604     layout: "plot-throughput-speedup-analysis"
23605
23606 -
23607   type: "plot"
23608   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23609   algorithm: "plot_throughput_speedup_analysis"
23610   output-file-type: ".html"
23611   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23612   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23613   filter: "'NIC_Intel-X710' and
23614            '64B' and
23615            ('BASE' or 'SCALE') and
23616            'NDRPDR' and
23617            'L2XCFWD' and
23618            not 'VHOST' and
23619            'MEMIF'"
23620   parameters:
23621   - "throughput"
23622   - "parent"
23623   - "tags"
23624   sort:
23625   - "1VNF"
23626   - "2VNF"
23627   - "4VNF"
23628   - "2VNF"
23629   - "4VNF"
23630   layout:
23631     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
23632     layout: "plot-throughput-speedup-analysis"
23633
23634 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
23635 -
23636   type: "plot"
23637   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23638   algorithm: "plot_throughput_speedup_analysis"
23639   output-file-type: ".html"
23640   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23641   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23642   filter: "'NIC_Intel-X710' and
23643            '64B' and
23644            ('BASE' or 'SCALE') and
23645            'NDRPDR' and
23646            ('L2BDMACSTAT' or 'L2BDMACLRN') and
23647            not 'VHOST' and
23648            'MEMIF'"
23649   parameters:
23650   - "throughput"
23651   - "parent"
23652   - "tags"
23653   sort:
23654   - "1VNF"
23655   - "2VNF"
23656   - "4VNF"
23657   - "2VNF"
23658   - "4VNF"
23659   layout:
23660     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
23661     layout: "plot-throughput-speedup-analysis"
23662
23663 -
23664   type: "plot"
23665   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23666   algorithm: "plot_throughput_speedup_analysis"
23667   output-file-type: ".html"
23668   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23669   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23670   filter: "'NIC_Intel-X710' and
23671            '64B' and
23672            ('BASE' or 'SCALE') and
23673            'NDRPDR' and
23674            ('L2BDMACSTAT' or 'L2BDMACLRN') and
23675            not 'VHOST' and
23676            'MEMIF'"
23677   parameters:
23678   - "throughput"
23679   - "parent"
23680   - "tags"
23681   sort:
23682   - "1VNF"
23683   - "2VNF"
23684   - "4VNF"
23685   - "2VNF"
23686   - "4VNF"
23687   layout:
23688     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
23689     layout: "plot-throughput-speedup-analysis"
23690
23691 ################################################################################
23692
23693 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
23694 -
23695   type: "plot"
23696   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23697   algorithm: "plot_throughput_speedup_analysis"
23698   output-file-type: ".html"
23699   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23700   data: "plot-throughput-speedup-analysis-3n-hsw"
23701   filter: "'NIC_Intel-X520-DA2' and
23702            '64B' and
23703            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23704            'NDRPDR' and
23705            'IP4FWD' and
23706            not 'IPSEC' and
23707            not 'VHOST'"
23708   parameters:
23709   - "throughput"
23710   - "parent"
23711   - "tags"
23712   sort:
23713   - "IP4BASE"
23714   - "FIB_20K"
23715   - "FIB_200K"
23716   - "FIB_2M"
23717   layout:
23718     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
23719     layout: "plot-throughput-speedup-analysis"
23720
23721 -
23722   type: "plot"
23723   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23724   algorithm: "plot_throughput_speedup_analysis"
23725   output-file-type: ".html"
23726   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23727   data: "plot-throughput-speedup-analysis-3n-hsw"
23728   filter: "'NIC_Intel-X520-DA2' and
23729            '64B' and
23730            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23731            'NDRPDR' and
23732            'IP4FWD' and
23733            not 'IPSEC' and
23734            not 'VHOST'"
23735   parameters:
23736   - "throughput"
23737   - "parent"
23738   - "tags"
23739   sort:
23740   - "IP4BASE"
23741   - "FIB_20K"
23742   - "FIB_200K"
23743   - "FIB_2M"
23744   layout:
23745     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
23746     layout: "plot-throughput-speedup-analysis"
23747
23748 # Speedup - VPP IPv4 3n-hsw-x520 features
23749 -
23750   type: "plot"
23751   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
23752   algorithm: "plot_throughput_speedup_analysis"
23753   output-file-type: ".html"
23754   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
23755   data: "plot-throughput-speedup-analysis-3n-hsw"
23756   filter: "'NIC_Intel-X520-DA2' and
23757            '64B' and
23758            ('IP4BASE' or
23759             'POLICE_MARK' or
23760             'COPWHLIST' or
23761             ('NAT44' and 'BASE') or
23762             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23763            'NDRPDR' and
23764            'IP4FWD' and
23765            not 'IPSEC' and
23766            not 'VHOST'"
23767   parameters:
23768   - "throughput"
23769   - "parent"
23770   - "tags"
23771   sort:
23772   - "IP4BASE"
23773   - "NAT44"
23774   - "POLICE_MARK"
23775   - "COPWHLIST"
23776   - "IACL"
23777   - "OACL"
23778   layout:
23779     title: "ip4-3n-hsw-x520-64b-features-ndr"
23780     layout: "plot-throughput-speedup-analysis"
23781
23782 -
23783   type: "plot"
23784   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
23785   algorithm: "plot_throughput_speedup_analysis"
23786   output-file-type: ".html"
23787   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
23788   data: "plot-throughput-speedup-analysis-3n-hsw"
23789   filter: "'NIC_Intel-X520-DA2' and
23790            '64B' and
23791            ('IP4BASE' or
23792             'POLICE_MARK' or
23793             'COPWHLIST' or
23794             ('NAT44' and 'BASE') or
23795             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23796            'NDRPDR' and
23797            'IP4FWD' and
23798            not 'IPSEC' and
23799            not 'VHOST'"
23800   parameters:
23801   - "throughput"
23802   - "parent"
23803   - "tags"
23804   sort:
23805   - "IP4BASE"
23806   - "NAT44"
23807   - "POLICE_MARK"
23808   - "COPWHLIST"
23809   - "IACL"
23810   - "OACL"
23811   layout:
23812     title: "ip4-3n-hsw-x520-64b-features-pdr"
23813     layout: "plot-throughput-speedup-analysis"
23814
23815 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
23816 -
23817   type: "plot"
23818   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23819   algorithm: "plot_throughput_speedup_analysis"
23820   output-file-type: ".html"
23821   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23822   data: "plot-throughput-speedup-analysis-3n-hsw"
23823   filter: "'NIC_Intel-X520-DA2' and
23824            '64B' and
23825            'NDRPDR' and
23826            'IP4FWD' and
23827            'NAT44' and
23828            not 'IPSEC' and
23829            not 'VHOST'"
23830   parameters:
23831   - "throughput"
23832   - "parent"
23833   - "tags"
23834   sort:
23835   - "BASE"
23836   - "BASE"
23837   - "SRC_USER_10"
23838   - "SRC_USER_100"
23839   - "SRC_USER_1000"
23840   - "SRC_USER_2000"
23841   layout:
23842     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
23843     layout: "plot-throughput-speedup-analysis"
23844
23845 -
23846   type: "plot"
23847   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23848   algorithm: "plot_throughput_speedup_analysis"
23849   output-file-type: ".html"
23850   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23851   data: "plot-throughput-speedup-analysis-3n-hsw"
23852   filter: "'NIC_Intel-X520-DA2' and
23853            '64B' and
23854            'NDRPDR' and
23855            'IP4FWD' and
23856            'NAT44' and
23857            not 'IPSEC' and
23858            not 'VHOST'"
23859   parameters:
23860   - "throughput"
23861   - "parent"
23862   - "tags"
23863   sort:
23864   - "BASE"
23865   - "BASE"
23866   - "SRC_USER_10"
23867   - "SRC_USER_100"
23868   - "SRC_USER_1000"
23869   - "SRC_USER_2000"
23870   layout:
23871     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23872     layout: "plot-throughput-speedup-analysis"
23873
23874 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23875 -
23876   type: "plot"
23877   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23878   algorithm: "plot_throughput_speedup_analysis"
23879   output-file-type: ".html"
23880   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23881   data: "plot-throughput-speedup-analysis-3n-hsw"
23882   filter: "'NIC_Intel-X520-DA2' and
23883            '64B' and
23884            'NDRPDR' and
23885            'IP4FWD' and
23886            'IACL' and
23887            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23888            not 'IPSEC' and
23889            not 'VHOST'"
23890   parameters:
23891   - "throughput"
23892   - "parent"
23893   - "tags"
23894   sort:
23895   - "ACL_STATELESS"
23896   - "ACL_STATEFUL"
23897   - "ACL_STATELESS"
23898   - "ACL_STATEFUL"
23899   layout:
23900     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
23901     layout: "plot-throughput-speedup-analysis"
23902
23903 -
23904   type: "plot"
23905   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23906   algorithm: "plot_throughput_speedup_analysis"
23907   output-file-type: ".html"
23908   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23909   data: "plot-throughput-speedup-analysis-3n-hsw"
23910   filter: "'NIC_Intel-X520-DA2' and
23911            '64B' and
23912            'NDRPDR' and
23913            'IP4FWD' and
23914            'IACL' and
23915            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23916            not 'IPSEC' and
23917            not 'VHOST'"
23918   parameters:
23919   - "throughput"
23920   - "parent"
23921   - "tags"
23922   sort:
23923   - "ACL_STATELESS"
23924   - "ACL_STATEFUL"
23925   - "ACL_STATELESS"
23926   - "ACL_STATEFUL"
23927   layout:
23928     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
23929     layout: "plot-throughput-speedup-analysis"
23930
23931 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
23932 -
23933   type: "plot"
23934   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23935   algorithm: "plot_throughput_speedup_analysis"
23936   output-file-type: ".html"
23937   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23938   data: "plot-throughput-speedup-analysis-3n-hsw"
23939   filter: "'NIC_Intel-X520-DA2' and
23940            '64B' and
23941            'NDRPDR' and
23942            'IP4FWD' and
23943            'OACL' and
23944            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23945            not 'IPSEC' and
23946            not 'VHOST'"
23947   parameters:
23948   - "throughput"
23949   - "parent"
23950   - "tags"
23951   sort:
23952   - "ACL_STATELESS"
23953   - "ACL_STATEFUL"
23954   - "ACL_STATELESS"
23955   - "ACL_STATEFUL"
23956   layout:
23957     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
23958     layout: "plot-throughput-speedup-analysis"
23959
23960 -
23961   type: "plot"
23962   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23963   algorithm: "plot_throughput_speedup_analysis"
23964   output-file-type: ".html"
23965   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23966   data: "plot-throughput-speedup-analysis-3n-hsw"
23967   filter: "'NIC_Intel-X520-DA2' and
23968            '64B' and
23969            'NDRPDR' and
23970            'IP4FWD' and
23971            'OACL' and
23972            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23973            not 'IPSEC' and
23974            not 'VHOST'"
23975   parameters:
23976   - "throughput"
23977   - "parent"
23978   - "tags"
23979   sort:
23980   - "ACL_STATELESS"
23981   - "ACL_STATEFUL"
23982   - "ACL_STATELESS"
23983   - "ACL_STATEFUL"
23984   layout:
23985     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
23986     layout: "plot-throughput-speedup-analysis"
23987
23988 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
23989 -
23990   type: "plot"
23991   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23992   algorithm: "plot_throughput_speedup_analysis"
23993   output-file-type: ".html"
23994   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23995   data: "plot-throughput-speedup-analysis-3n-hsw"
23996   filter: "'NIC_Intel-X710' and
23997            '64B' and
23998            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23999            'NDRPDR' and
24000            'IP4FWD' and
24001            not 'IPSEC' and
24002            not 'VHOST'"
24003   parameters:
24004   - "throughput"
24005   - "parent"
24006   - "tags"
24007   sort:
24008   - "IP4BASE"
24009   - "FIB_20K"
24010   - "FIB_200K"
24011   - "FIB_2M"
24012   layout:
24013     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24014     layout: "plot-throughput-speedup-analysis"
24015
24016 -
24017   type: "plot"
24018   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24019   algorithm: "plot_throughput_speedup_analysis"
24020   output-file-type: ".html"
24021   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24022   data: "plot-throughput-speedup-analysis-3n-hsw"
24023   filter: "'NIC_Intel-X710' and
24024            '64B' and
24025            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24026            'NDRPDR' and
24027            'IP4FWD' and
24028            not 'IPSEC' and
24029            not 'VHOST'"
24030   parameters:
24031   - "throughput"
24032   - "parent"
24033   - "tags"
24034   sort:
24035   - "IP4BASE"
24036   - "FIB_20K"
24037   - "FIB_200K"
24038   - "FIB_2M"
24039   layout:
24040     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24041     layout: "plot-throughput-speedup-analysis"
24042
24043 # Speedup - VPP IPv4 3n-hsw-x710 features
24044 -
24045   type: "plot"
24046   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24047   algorithm: "plot_throughput_speedup_analysis"
24048   output-file-type: ".html"
24049   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24050   data: "plot-throughput-speedup-analysis-3n-hsw"
24051   filter: "'NIC_Intel-X710' and
24052            '64B' and
24053            ('IP4BASE' or
24054             'POLICE_MARK' or
24055             'COPWHLIST' or
24056             ('NAT44' and 'BASE') or
24057             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24058            'NDRPDR' and
24059            'IP4FWD' and
24060            not 'IPSEC' and
24061            not 'VHOST'"
24062   parameters:
24063   - "throughput"
24064   - "parent"
24065   - "tags"
24066   sort:
24067   - "IP4BASE"
24068   - "NAT44"
24069   - "POLICE_MARK"
24070   - "COPWHLIST"
24071   - "IACL"
24072   - "OACL"
24073   layout:
24074     title: "ip4-3n-hsw-x710-64b-features-ndr"
24075     layout: "plot-throughput-speedup-analysis"
24076
24077 -
24078   type: "plot"
24079   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24080   algorithm: "plot_throughput_speedup_analysis"
24081   output-file-type: ".html"
24082   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24083   data: "plot-throughput-speedup-analysis-3n-hsw"
24084   filter: "'NIC_Intel-X710' and
24085            '64B' and
24086            ('IP4BASE' or
24087             'POLICE_MARK' or
24088             'COPWHLIST' or
24089             ('NAT44' and 'BASE') or
24090             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24091            'NDRPDR' and
24092            'IP4FWD' and
24093            not 'IPSEC' and
24094            not 'VHOST'"
24095   parameters:
24096   - "throughput"
24097   - "parent"
24098   - "tags"
24099   sort:
24100   - "IP4BASE"
24101   - "NAT44"
24102   - "POLICE_MARK"
24103   - "COPWHLIST"
24104   - "IACL"
24105   - "OACL"
24106   layout:
24107     title: "ip4-3n-hsw-x710-64b-features-pdr"
24108     layout: "plot-throughput-speedup-analysis"
24109
24110 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
24111 -
24112   type: "plot"
24113   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24114   algorithm: "plot_throughput_speedup_analysis"
24115   output-file-type: ".html"
24116   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24117   data: "plot-throughput-speedup-analysis-3n-hsw"
24118   filter: "'NIC_Intel-X710' and
24119            '64B' and
24120            'NDRPDR' and
24121            'IP4FWD' and
24122            'NAT44' and
24123            not 'IPSEC' and
24124            not 'VHOST'"
24125   parameters:
24126   - "throughput"
24127   - "parent"
24128   - "tags"
24129   sort:
24130   - "BASE"
24131   - "BASE"
24132   - "SRC_USER_10"
24133   - "SRC_USER_100"
24134   - "SRC_USER_1000"
24135   - "SRC_USER_2000"
24136   layout:
24137     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
24138     layout: "plot-throughput-speedup-analysis"
24139
24140 -
24141   type: "plot"
24142   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24143   algorithm: "plot_throughput_speedup_analysis"
24144   output-file-type: ".html"
24145   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24146   data: "plot-throughput-speedup-analysis-3n-hsw"
24147   filter: "'NIC_Intel-X710' and
24148            '64B' and
24149            'NDRPDR' and
24150            'IP4FWD' and
24151            'NAT44' and
24152            not 'IPSEC' and
24153            not 'VHOST'"
24154   parameters:
24155   - "throughput"
24156   - "parent"
24157   - "tags"
24158   sort:
24159   - "BASE"
24160   - "BASE"
24161   - "SRC_USER_10"
24162   - "SRC_USER_100"
24163   - "SRC_USER_1000"
24164   - "SRC_USER_2000"
24165   layout:
24166     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
24167     layout: "plot-throughput-speedup-analysis"
24168
24169 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
24170 -
24171   type: "plot"
24172   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24173   algorithm: "plot_throughput_speedup_analysis"
24174   output-file-type: ".html"
24175   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24176   data: "plot-throughput-speedup-analysis-3n-hsw"
24177   filter: "'NIC_Intel-X710' and
24178            '64B' and
24179            'NDRPDR' and
24180            'IP4FWD' and
24181            'IACL' and
24182            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24183            not 'IPSEC' and
24184            not 'VHOST'"
24185   parameters:
24186   - "throughput"
24187   - "parent"
24188   - "tags"
24189   sort:
24190   - "ACL_STATELESS"
24191   - "ACL_STATEFUL"
24192   - "ACL_STATELESS"
24193   - "ACL_STATEFUL"
24194   layout:
24195     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
24196     layout: "plot-throughput-speedup-analysis"
24197
24198 -
24199   type: "plot"
24200   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24201   algorithm: "plot_throughput_speedup_analysis"
24202   output-file-type: ".html"
24203   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24204   data: "plot-throughput-speedup-analysis-3n-hsw"
24205   filter: "'NIC_Intel-X710' and
24206            '64B' and
24207            'NDRPDR' and
24208            'IP4FWD' and
24209            'IACL' and
24210            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24211            not 'IPSEC' and
24212            not 'VHOST'"
24213   parameters:
24214   - "throughput"
24215   - "parent"
24216   - "tags"
24217   sort:
24218   - "ACL_STATELESS"
24219   - "ACL_STATEFUL"
24220   - "ACL_STATELESS"
24221   - "ACL_STATEFUL"
24222   layout:
24223     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
24224     layout: "plot-throughput-speedup-analysis"
24225
24226 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
24227 -
24228   type: "plot"
24229   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
24230   algorithm: "plot_throughput_speedup_analysis"
24231   output-file-type: ".html"
24232   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
24233   data: "plot-throughput-speedup-analysis-3n-hsw"
24234   filter: "'NIC_Intel-X710' and
24235            '64B' and
24236            'NDRPDR' and
24237            'IP4FWD' and
24238            'OACL' and
24239            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24240            not 'IPSEC' and
24241            not 'VHOST'"
24242   parameters:
24243   - "throughput"
24244   - "parent"
24245   - "tags"
24246   sort:
24247   - "ACL_STATELESS"
24248   - "ACL_STATEFUL"
24249   - "ACL_STATELESS"
24250   - "ACL_STATEFUL"
24251   layout:
24252     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
24253     layout: "plot-throughput-speedup-analysis"
24254
24255 -
24256   type: "plot"
24257   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
24258   algorithm: "plot_throughput_speedup_analysis"
24259   output-file-type: ".html"
24260   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
24261   data: "plot-throughput-speedup-analysis-3n-hsw"
24262   filter: "'NIC_Intel-X710' and
24263            '64B' and
24264            'NDRPDR' and
24265            'IP4FWD' and
24266            'OACL' and
24267            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24268            not 'IPSEC' and
24269            not 'VHOST'"
24270   parameters:
24271   - "throughput"
24272   - "parent"
24273   - "tags"
24274   sort:
24275   - "ACL_STATELESS"
24276   - "ACL_STATEFUL"
24277   - "ACL_STATELESS"
24278   - "ACL_STATEFUL"
24279   layout:
24280     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
24281     layout: "plot-throughput-speedup-analysis"
24282
24283 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
24284 -
24285   type: "plot"
24286   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24287   algorithm: "plot_throughput_speedup_analysis"
24288   output-file-type: ".html"
24289   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24290   data: "plot-throughput-speedup-analysis-3n-hsw"
24291   filter: "'NIC_Intel-XL710' and
24292            '64B' and
24293            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24294            'NDRPDR' and
24295            'IP4FWD' and
24296            not 'IPSEC' and
24297            not 'VHOST'"
24298   parameters:
24299   - "throughput"
24300   - "parent"
24301   - "tags"
24302   sort:
24303   - "IP4BASE"
24304   - "FIB_20K"
24305   - "FIB_200K"
24306   - "FIB_2M"
24307   layout:
24308     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
24309     layout: "plot-throughput-speedup-analysis"
24310
24311 -
24312   type: "plot"
24313   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24314   algorithm: "plot_throughput_speedup_analysis"
24315   output-file-type: ".html"
24316   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24317   data: "plot-throughput-speedup-analysis-3n-hsw"
24318   filter: "'NIC_Intel-XL710' and
24319            '64B' and
24320            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24321            'NDRPDR' and
24322            'IP4FWD' and
24323            not 'IPSEC' and
24324            not 'VHOST'"
24325   parameters:
24326   - "throughput"
24327   - "parent"
24328   - "tags"
24329   sort:
24330   - "IP4BASE"
24331   - "FIB_20K"
24332   - "FIB_200K"
24333   - "FIB_2M"
24334   layout:
24335     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
24336     layout: "plot-throughput-speedup-analysis"
24337
24338 # Speedup - VPP IPv4 3n-skx-x710 base and scale
24339 -
24340   type: "plot"
24341   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24342   algorithm: "plot_throughput_speedup_analysis"
24343   output-file-type: ".html"
24344   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24345   data: "plot-throughput-speedup-analysis-3n-skx"
24346   filter: "'NIC_Intel-X710' and
24347            '64B' and
24348            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24349            'NDRPDR' and
24350            'IP4FWD' and
24351            not 'IPSEC' and
24352            not 'VHOST'"
24353   parameters:
24354   - "throughput"
24355   - "parent"
24356   - "tags"
24357   sort:
24358   - "IP4BASE"
24359   - "FIB_20K"
24360   - "FIB_200K"
24361   - "FIB_2M"
24362   layout:
24363     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
24364     layout: "plot-throughput-speedup-analysis"
24365
24366 -
24367   type: "plot"
24368   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24369   algorithm: "plot_throughput_speedup_analysis"
24370   output-file-type: ".html"
24371   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24372   data: "plot-throughput-speedup-analysis-3n-skx"
24373   filter: "'NIC_Intel-X710' and
24374            '64B' and
24375            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24376            'NDRPDR' and
24377            'IP4FWD' and
24378            not 'IPSEC' and
24379            not 'VHOST'"
24380   parameters:
24381   - "throughput"
24382   - "parent"
24383   - "tags"
24384   sort:
24385   - "IP4BASE"
24386   - "FIB_20K"
24387   - "FIB_200K"
24388   - "FIB_2M"
24389   layout:
24390     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
24391     layout: "plot-throughput-speedup-analysis"
24392
24393 # Speedup - VPP IPv4 3n-skx-x710 features
24394 -
24395   type: "plot"
24396   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
24397   algorithm: "plot_throughput_speedup_analysis"
24398   output-file-type: ".html"
24399   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
24400   data: "plot-throughput-speedup-analysis-3n-skx"
24401   filter: "'NIC_Intel-X710' and
24402            '64B' and
24403            ('IP4BASE' or
24404             'POLICE_MARK' or
24405             'COPWHLIST' or
24406             ('NAT44' and 'BASE') or
24407             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24408            'NDRPDR' and
24409            'IP4FWD' and
24410            not 'IPSEC' and
24411            not 'VHOST'"
24412   parameters:
24413   - "throughput"
24414   - "parent"
24415   - "tags"
24416   sort:
24417   - "IP4BASE"
24418   - "NAT44"
24419   - "POLICE_MARK"
24420   - "COPWHLIST"
24421   - "IACL"
24422   - "OACL"
24423   layout:
24424     title: "ip4-3n-skx-x710-64b-features-ndr"
24425     layout: "plot-throughput-speedup-analysis"
24426
24427 -
24428   type: "plot"
24429   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
24430   algorithm: "plot_throughput_speedup_analysis"
24431   output-file-type: ".html"
24432   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
24433   data: "plot-throughput-speedup-analysis-3n-skx"
24434   filter: "'NIC_Intel-X710' and
24435            '64B' and
24436            ('IP4BASE' or
24437             'POLICE_MARK' or
24438             'COPWHLIST' or
24439             ('NAT44' and 'BASE') or
24440             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24441            'NDRPDR' and
24442            'IP4FWD' and
24443            not 'IPSEC' and
24444            not 'VHOST'"
24445   parameters:
24446   - "throughput"
24447   - "parent"
24448   - "tags"
24449   sort:
24450   - "IP4BASE"
24451   - "NAT44"
24452   - "POLICE_MARK"
24453   - "COPWHLIST"
24454   - "IACL"
24455   - "OACL"
24456   layout:
24457     title: "ip4-3n-skx-x710-64b-features-pdr"
24458     layout: "plot-throughput-speedup-analysis"
24459
24460 # Speedup - VPP IPv4 3n-skx-x710 features nat44
24461 -
24462   type: "plot"
24463   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24464   algorithm: "plot_throughput_speedup_analysis"
24465   output-file-type: ".html"
24466   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24467   data: "plot-throughput-speedup-analysis-3n-skx"
24468   filter: "'NIC_Intel-X710' and
24469            '64B' and
24470            'NDRPDR' and
24471            'IP4FWD' and
24472            'NAT44' and
24473            not 'IPSEC' and
24474            not 'VHOST'"
24475   parameters:
24476   - "throughput"
24477   - "parent"
24478   - "tags"
24479   sort:
24480   - "BASE"
24481   - "BASE"
24482   - "SRC_USER_10"
24483   - "SRC_USER_100"
24484   - "SRC_USER_1000"
24485   - "SRC_USER_2000"
24486   layout:
24487     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
24488     layout: "plot-throughput-speedup-analysis"
24489
24490 -
24491   type: "plot"
24492   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24493   algorithm: "plot_throughput_speedup_analysis"
24494   output-file-type: ".html"
24495   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24496   data: "plot-throughput-speedup-analysis-3n-skx"
24497   filter: "'NIC_Intel-X710' and
24498            '64B' and
24499            'NDRPDR' and
24500            'IP4FWD' and
24501            'NAT44' and
24502            not 'IPSEC' and
24503            not 'VHOST'"
24504   parameters:
24505   - "throughput"
24506   - "parent"
24507   - "tags"
24508   sort:
24509   - "BASE"
24510   - "BASE"
24511   - "SRC_USER_10"
24512   - "SRC_USER_100"
24513   - "SRC_USER_1000"
24514   - "SRC_USER_2000"
24515   layout:
24516     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
24517     layout: "plot-throughput-speedup-analysis"
24518
24519 # Speedup - VPP IPv4 3n-skx-x710 features iacl
24520 -
24521   type: "plot"
24522   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24523   algorithm: "plot_throughput_speedup_analysis"
24524   output-file-type: ".html"
24525   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24526   data: "plot-throughput-speedup-analysis-3n-skx"
24527   filter: "'NIC_Intel-X710' and
24528            '64B' and
24529            'NDRPDR' and
24530            'IP4FWD' and
24531            'IACL' and
24532            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24533            not 'IPSEC' and
24534            not 'VHOST'"
24535   parameters:
24536   - "throughput"
24537   - "parent"
24538   - "tags"
24539   sort:
24540   - "ACL_STATELESS"
24541   - "ACL_STATEFUL"
24542   - "ACL_STATELESS"
24543   - "ACL_STATEFUL"
24544   layout:
24545     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
24546     layout: "plot-throughput-speedup-analysis"
24547
24548 -
24549   type: "plot"
24550   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24551   algorithm: "plot_throughput_speedup_analysis"
24552   output-file-type: ".html"
24553   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24554   data: "plot-throughput-speedup-analysis-3n-skx"
24555   filter: "'NIC_Intel-X710' and
24556            '64B' and
24557            'NDRPDR' and
24558            'IP4FWD' and
24559            'IACL' and
24560            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24561            not 'IPSEC' and
24562            not 'VHOST'"
24563   parameters:
24564   - "throughput"
24565   - "parent"
24566   - "tags"
24567   sort:
24568   - "ACL_STATELESS"
24569   - "ACL_STATEFUL"
24570   - "ACL_STATELESS"
24571   - "ACL_STATEFUL"
24572   layout:
24573     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
24574     layout: "plot-throughput-speedup-analysis"
24575
24576 # Speedup - VPP IPv4 3n-skx-x710 features oacl
24577 -
24578   type: "plot"
24579   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24580   algorithm: "plot_throughput_speedup_analysis"
24581   output-file-type: ".html"
24582   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24583   data: "plot-throughput-speedup-analysis-3n-skx"
24584   filter: "'NIC_Intel-X710' and
24585            '64B' and
24586            'NDRPDR' and
24587            'IP4FWD' and
24588            'OACL' and
24589            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24590            not 'IPSEC' and
24591            not 'VHOST'"
24592   parameters:
24593   - "throughput"
24594   - "parent"
24595   - "tags"
24596   sort:
24597   - "ACL_STATELESS"
24598   - "ACL_STATEFUL"
24599   - "ACL_STATELESS"
24600   - "ACL_STATEFUL"
24601   layout:
24602     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
24603     layout: "plot-throughput-speedup-analysis"
24604
24605 -
24606   type: "plot"
24607   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24608   algorithm: "plot_throughput_speedup_analysis"
24609   output-file-type: ".html"
24610   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24611   data: "plot-throughput-speedup-analysis-3n-skx"
24612   filter: "'NIC_Intel-X710' and
24613            '64B' and
24614            'NDRPDR' and
24615            'IP4FWD' and
24616            'OACL' and
24617            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24618            not 'IPSEC' and
24619            not 'VHOST'"
24620   parameters:
24621   - "throughput"
24622   - "parent"
24623   - "tags"
24624   sort:
24625   - "ACL_STATELESS"
24626   - "ACL_STATEFUL"
24627   - "ACL_STATELESS"
24628   - "ACL_STATEFUL"
24629   layout:
24630     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
24631     layout: "plot-throughput-speedup-analysis"
24632
24633 # Speedup - VPP IPv4 2n-skx-x710 base and scale
24634 -
24635   type: "plot"
24636   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24637   algorithm: "plot_throughput_speedup_analysis"
24638   output-file-type: ".html"
24639   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24640   data: "plot-throughput-speedup-analysis-2n-skx"
24641   filter: "'NIC_Intel-X710' and
24642            '64B' and
24643            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24644            'NDRPDR' and
24645            'IP4FWD' and
24646            not 'IPSEC' and
24647            not 'VHOST'"
24648   parameters:
24649   - "throughput"
24650   - "parent"
24651   - "tags"
24652   sort:
24653   - "IP4BASE"
24654   - "FIB_20K"
24655   - "FIB_200K"
24656   - "FIB_2M"
24657   layout:
24658     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
24659     layout: "plot-throughput-speedup-analysis"
24660
24661 -
24662   type: "plot"
24663   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24664   algorithm: "plot_throughput_speedup_analysis"
24665   output-file-type: ".html"
24666   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24667   data: "plot-throughput-speedup-analysis-2n-skx"
24668   filter: "'NIC_Intel-X710' and
24669            '64B' and
24670            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24671            'NDRPDR' and
24672            'IP4FWD' and
24673            not 'IPSEC' and
24674            not 'VHOST'"
24675   parameters:
24676   - "throughput"
24677   - "parent"
24678   - "tags"
24679   sort:
24680   - "IP4BASE"
24681   - "FIB_20K"
24682   - "FIB_200K"
24683   - "FIB_2M"
24684   layout:
24685     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
24686     layout: "plot-throughput-speedup-analysis"
24687
24688 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
24689 -
24690   type: "plot"
24691   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24692   algorithm: "plot_throughput_speedup_analysis"
24693   output-file-type: ".html"
24694   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24695   data: "plot-throughput-speedup-analysis-2n-skx"
24696   filter: "'NIC_Intel-XXV710' and
24697            '64B' and
24698            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24699            'NDRPDR' and
24700            'IP4FWD' and
24701            not 'IPSEC' and
24702            not 'VHOST'"
24703   parameters:
24704   - "throughput"
24705   - "parent"
24706   - "tags"
24707   sort:
24708   - "IP4BASE"
24709   - "FIB_20K"
24710   - "FIB_200K"
24711   - "FIB_2M"
24712   layout:
24713     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
24714     layout: "plot-throughput-speedup-analysis"
24715
24716 -
24717   type: "plot"
24718   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24719   algorithm: "plot_throughput_speedup_analysis"
24720   output-file-type: ".html"
24721   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24722   data: "plot-throughput-speedup-analysis-2n-skx"
24723   filter: "'NIC_Intel-XXV710' and
24724            '64B' and
24725            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24726            'NDRPDR' and
24727            'IP4FWD' and
24728            not 'IPSEC' and
24729            not 'VHOST'"
24730   parameters:
24731   - "throughput"
24732   - "parent"
24733   - "tags"
24734   sort:
24735   - "IP4BASE"
24736   - "FIB_20K"
24737   - "FIB_200K"
24738   - "FIB_2M"
24739   layout:
24740     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
24741     layout: "plot-throughput-speedup-analysis"
24742
24743 # Speedup - VPP IPv4 2n-dnv-x553 base
24744 -
24745   type: "plot"
24746   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
24747   algorithm: "plot_throughput_speedup_analysis"
24748   output-file-type: ".html"
24749   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
24750   data: "intel-dnv-vpp"
24751   filter: "'NIC_Intel-X553' and
24752            '64B' and
24753            'IP4BASE' and
24754            'NDRPDR' and
24755            'IP4FWD' and
24756            not 'IPSEC' and
24757            not 'VHOST'"
24758   parameters:
24759   - "throughput"
24760   - "parent"
24761   - "tags"
24762   sort:
24763   - "IP4BASE"
24764   layout:
24765     title: "ip4-2n-dnv-x553-64b-base-ndr"
24766     layout: "plot-throughput-speedup-analysis"
24767
24768 -
24769   type: "plot"
24770   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
24771   algorithm: "plot_throughput_speedup_analysis"
24772   output-file-type: ".html"
24773   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
24774   data: "intel-dnv-vpp"
24775   filter: "'NIC_Intel-X553' and
24776            '64B' and
24777            'IP4BASE' and
24778            'NDRPDR' and
24779            'IP4FWD' and
24780            not 'IPSEC' and
24781            not 'VHOST'"
24782   parameters:
24783   - "throughput"
24784   - "parent"
24785   - "tags"
24786   sort:
24787   - "IP4BASE"
24788   layout:
24789     title: "ip4-2n-dnv-x553-64b-base-pdr"
24790     layout: "plot-throughput-speedup-analysis"
24791
24792 ################################################################################
24793
24794 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
24795 -
24796   type: "plot"
24797   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24798   algorithm: "plot_throughput_speedup_analysis"
24799   output-file-type: ".html"
24800   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24801   data: "plot-throughput-speedup-analysis-3n-hsw"
24802   filter: "'NIC_Intel-X520_DA2' and
24803            '64B' and
24804            'ENCAP' and
24805            'NDRPDR' and
24806            'VXLAN' and
24807            'L2BDMACLRN' and
24808            not 'VHOST' and
24809            not 'IPSECHW'"
24810   parameters:
24811   - "throughput"
24812   - "parent"
24813   - "tags"
24814   sort:
24815   - "not DOT1Q"
24816   - "VXLAN_1"
24817   - "VXLAN_10"
24818   - "VXLAN_100"
24819   - "VXLAN_1000"
24820   layout:
24821     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
24822     layout: "plot-throughput-speedup-analysis"
24823
24824 -
24825   type: "plot"
24826   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24827   algorithm: "plot_throughput_speedup_analysis"
24828   output-file-type: ".html"
24829   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24830   data: "plot-throughput-speedup-analysis-3n-hsw"
24831   filter: "'NIC_Intel-X520_DA2' and
24832            '64B' and
24833            'ENCAP' and
24834            'NDRPDR' and
24835            'VXLAN' and
24836            'L2BDMACLRN' and
24837            not 'VHOST' and
24838            not 'IPSECHW'"
24839   parameters:
24840   - "throughput"
24841   - "parent"
24842   - "tags"
24843   sort:
24844   - "not DOT1Q"
24845   - "VXLAN_1"
24846   - "VXLAN_10"
24847   - "VXLAN_100"
24848   - "VXLAN_1000"
24849   layout:
24850     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
24851     layout: "plot-throughput-speedup-analysis"
24852
24853 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
24854 -
24855   type: "plot"
24856   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24857   algorithm: "plot_throughput_speedup_analysis"
24858   output-file-type: ".html"
24859   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24860   data: "plot-throughput-speedup-analysis-3n-hsw"
24861   filter: "'NIC_Intel-X520-DA2' and
24862            '64B' and
24863            'ENCAP' and
24864            'NDRPDR' and
24865            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24866            not 'DOT1Q' and
24867            not 'VHOST' and
24868            not 'IPSECHW'"
24869   parameters:
24870   - "throughput"
24871   - "parent"
24872   - "tags"
24873   sort:
24874   - "L2BDMACLRN"
24875   - "L2XCFWD"
24876   - "LISP"
24877   layout:
24878     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
24879     layout: "plot-throughput-speedup-analysis"
24880
24881 -
24882   type: "plot"
24883   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24884   algorithm: "plot_throughput_speedup_analysis"
24885   output-file-type: ".html"
24886   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24887   data: "plot-throughput-speedup-analysis-3n-hsw"
24888   filter: "'NIC_Intel-X520-DA2' and
24889            '64B' and
24890            'ENCAP' and
24891            'NDRPDR' and
24892            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24893            not 'DOT1Q' and
24894            not 'VHOST' and
24895            not 'IPSECHW'"
24896   parameters:
24897   - "throughput"
24898   - "parent"
24899   - "tags"
24900   sort:
24901   - "L2BDMACLRN"
24902   - "L2XCFWD"
24903   - "LISP"
24904   layout:
24905     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
24906     layout: "plot-throughput-speedup-analysis"
24907
24908 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
24909 -
24910   type: "plot"
24911   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24912   algorithm: "plot_throughput_speedup_analysis"
24913   output-file-type: ".html"
24914   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24915   data: "plot-throughput-speedup-analysis-3n-hsw"
24916   filter: "'NIC_Intel-X710' and
24917            '64B' and
24918            'ENCAP' and
24919            'NDRPDR' and
24920            'VXLAN' and
24921            'L2BDMACLRN' and
24922            not 'VHOST' and
24923            not 'IPSECHW'"
24924   parameters:
24925   - "throughput"
24926   - "parent"
24927   - "tags"
24928   sort:
24929   - "not DOT1Q"
24930   - "VXLAN_1"
24931   - "VXLAN_10"
24932   - "VXLAN_100"
24933   - "VXLAN_1000"
24934   layout:
24935     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
24936     layout: "plot-throughput-speedup-analysis"
24937
24938 -
24939   type: "plot"
24940   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24941   algorithm: "plot_throughput_speedup_analysis"
24942   output-file-type: ".html"
24943   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24944   data: "plot-throughput-speedup-analysis-3n-hsw"
24945   filter: "'NIC_Intel-X710' and
24946            '64B' and
24947            'ENCAP' and
24948            'NDRPDR' and
24949            'VXLAN' and
24950            'L2BDMACLRN' and
24951            not 'VHOST' and
24952            not 'IPSECHW'"
24953   parameters:
24954   - "throughput"
24955   - "parent"
24956   - "tags"
24957   sort:
24958   - "not DOT1Q"
24959   - "VXLAN_1"
24960   - "VXLAN_10"
24961   - "VXLAN_100"
24962   - "VXLAN_1000"
24963   layout:
24964     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
24965     layout: "plot-throughput-speedup-analysis"
24966
24967 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
24968 -
24969   type: "plot"
24970   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24971   algorithm: "plot_throughput_speedup_analysis"
24972   output-file-type: ".html"
24973   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24974   data: "plot-throughput-speedup-analysis-3n-hsw"
24975   filter: "'NIC_Intel-X710' and
24976            '64B' and
24977            'ENCAP' and
24978            'NDRPDR' and
24979            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24980            not 'DOT1Q' and
24981            not 'VHOST' and
24982            not 'IPSECHW'"
24983   parameters:
24984   - "throughput"
24985   - "parent"
24986   - "tags"
24987   sort:
24988   - "L2BDMACLRN"
24989   - "L2XCFWD"
24990   - "LISP"
24991   layout:
24992     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
24993     layout: "plot-throughput-speedup-analysis"
24994
24995 -
24996   type: "plot"
24997   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24998   algorithm: "plot_throughput_speedup_analysis"
24999   output-file-type: ".html"
25000   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25001   data: "plot-throughput-speedup-analysis-3n-hsw"
25002   filter: "'NIC_Intel-X710' and
25003            '64B' and
25004            'ENCAP' and
25005            'NDRPDR' and
25006            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25007            not 'DOT1Q' and
25008            not 'VHOST' and
25009            not 'IPSECHW'"
25010   parameters:
25011   - "throughput"
25012   - "parent"
25013   - "tags"
25014   sort:
25015   - "L2BDMACLRN"
25016   - "L2XCFWD"
25017   - "LISP"
25018   layout:
25019     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25020     layout: "plot-throughput-speedup-analysis"
25021
25022 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25023 -
25024   type: "plot"
25025   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25026   algorithm: "plot_throughput_speedup_analysis"
25027   output-file-type: ".html"
25028   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25029   data: "plot-throughput-speedup-analysis-3n-skx"
25030   filter: "'NIC_Intel-X710' and
25031            '64B' and
25032            'ENCAP' and
25033            'NDRPDR' and
25034            'VXLAN' and
25035            'L2BDMACLRN' and
25036            not 'VHOST' and
25037            not 'IPSECHW'"
25038   parameters:
25039   - "throughput"
25040   - "parent"
25041   - "tags"
25042   sort:
25043   - "not DOT1Q"
25044   - "VXLAN_1"
25045   - "VXLAN_10"
25046   - "VXLAN_100"
25047   - "VXLAN_1000"
25048   layout:
25049     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25050     layout: "plot-throughput-speedup-analysis"
25051
25052 -
25053   type: "plot"
25054   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25055   algorithm: "plot_throughput_speedup_analysis"
25056   output-file-type: ".html"
25057   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25058   data: "plot-throughput-speedup-analysis-3n-skx"
25059   filter: "'NIC_Intel-X710' and
25060            '64B' and
25061            'ENCAP' and
25062            'NDRPDR' and
25063            'VXLAN' and
25064            'L2BDMACLRN' and
25065            not 'VHOST' and
25066            not 'IPSECHW'"
25067   parameters:
25068   - "throughput"
25069   - "parent"
25070   - "tags"
25071   sort:
25072   - "not DOT1Q"
25073   - "VXLAN_1"
25074   - "VXLAN_10"
25075   - "VXLAN_100"
25076   - "VXLAN_1000"
25077   layout:
25078     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25079     layout: "plot-throughput-speedup-analysis"
25080
25081 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25082 -
25083   type: "plot"
25084   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25085   algorithm: "plot_throughput_speedup_analysis"
25086   output-file-type: ".html"
25087   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25088   data: "plot-throughput-speedup-analysis-3n-skx"
25089   filter: "'NIC_Intel-X710' and
25090            '64B' and
25091            'ENCAP' and
25092            'NDRPDR' and
25093            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25094            not 'DOT1Q' and
25095            not 'VHOST' and
25096            not 'IPSECHW'"
25097   parameters:
25098   - "throughput"
25099   - "parent"
25100   - "tags"
25101   sort:
25102   - "L2BDMACLRN"
25103   - "L2XCFWD"
25104   - "LISP"
25105   layout:
25106     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
25107     layout: "plot-throughput-speedup-analysis"
25108
25109 -
25110   type: "plot"
25111   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25112   algorithm: "plot_throughput_speedup_analysis"
25113   output-file-type: ".html"
25114   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25115   data: "plot-throughput-speedup-analysis-3n-skx"
25116   filter: "'NIC_Intel-X710' and
25117            '64B' and
25118            'ENCAP' and
25119            'NDRPDR' and
25120            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
25121            not 'DOT1Q' and
25122            not 'VHOST' and
25123            not 'IPSECHW'"
25124   parameters:
25125   - "throughput"
25126   - "parent"
25127   - "tags"
25128   sort:
25129   - "L2BDMACLRN"
25130   - "L2XCFWD"
25131   - "LISP"
25132   layout:
25133     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
25134     layout: "plot-throughput-speedup-analysis"
25135
25136 ################################################################################
25137
25138 # Speedup - VPP IPv6 3n-hsw-x520
25139 -
25140   type: "plot"
25141   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
25142   algorithm: "plot_throughput_speedup_analysis"
25143   output-file-type: ".html"
25144   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
25145   data: "plot-throughput-speedup-analysis-3n-hsw"
25146   filter: "'NIC_Intel-X520-DA2' and
25147            '78B' and
25148            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25149            'NDRPDR' and
25150            'IP6FWD' and
25151            not 'SRv6' and
25152            not 'IPSEC' and
25153            not 'VHOST'"
25154   parameters:
25155   - "throughput"
25156   - "parent"
25157   - "tags"
25158   sort:
25159   - "IP6BASE"
25160   - "FIB_20K"
25161   - "FIB_200K"
25162   - "FIB_2M"
25163   layout:
25164     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
25165     layout: "plot-throughput-speedup-analysis"
25166
25167 -
25168   type: "plot"
25169   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
25170   algorithm: "plot_throughput_speedup_analysis"
25171   output-file-type: ".html"
25172   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
25173   data: "plot-throughput-speedup-analysis-3n-hsw"
25174   filter: "'NIC_Intel-X520-DA2' and
25175            '78B' and
25176            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25177            'NDRPDR' and
25178            'IP6FWD' and
25179            not 'SRv6' and
25180            not 'IPSEC' and
25181            not 'VHOST'"
25182   parameters:
25183   - "throughput"
25184   - "parent"
25185   - "tags"
25186   sort:
25187   - "IP6BASE"
25188   - "FIB_20K"
25189   - "FIB_200K"
25190   - "FIB_2M"
25191   layout:
25192     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
25193     layout: "plot-throughput-speedup-analysis"
25194
25195 # Speedup - VPP IPv6 3n-hsw-x520 features
25196 -
25197   type: "plot"
25198   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
25199   algorithm: "plot_throughput_speedup_analysis"
25200   output-file-type: ".html"
25201   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
25202   data: "plot-throughput-speedup-analysis-3n-hsw"
25203   filter: "'NIC_Intel-X520-DA2' and
25204            '78B' and
25205            ('IP6BASE' or
25206             'POLICE_MARK' or
25207             'COPWHLIST' or
25208             'IACLDST') and
25209            'NDRPDR' and
25210            'IP6FWD' and
25211            not 'SRv6' and
25212            not 'IPSEC' and
25213            not 'VHOST'"
25214   parameters:
25215   - "throughput"
25216   - "parent"
25217   - "tags"
25218   sort:
25219   - "IP6BASE"
25220   - "POLICE_MARK"
25221   - "COPWHLIST"
25222   - "IACLDST"
25223   layout:
25224     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
25225     layout: "plot-throughput-speedup-analysis"
25226
25227 -
25228   type: "plot"
25229   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
25230   algorithm: "plot_throughput_speedup_analysis"
25231   output-file-type: ".html"
25232   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
25233   data: "plot-throughput-speedup-analysis-3n-hsw"
25234   filter: "'NIC_Intel-X520-DA2' and
25235            '78B' and
25236            ('IP6BASE' or
25237             'POLICE_MARK' or
25238             'COPWHLIST' or
25239             'IACLDST') and
25240            'NDRPDR' and
25241            'IP6FWD' and
25242            not 'SRv6' and
25243            not 'IPSEC' and
25244            not 'VHOST'"
25245   parameters:
25246   - "throughput"
25247   - "parent"
25248   - "tags"
25249   sort:
25250   - "IP6BASE"
25251   - "POLICE_MARK"
25252   - "COPWHLIST"
25253   - "IACLDST"
25254   layout:
25255     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
25256     layout: "plot-throughput-speedup-analysis"
25257
25258 # Speedup - VPP IPv6 3n-hsw-x710
25259 -
25260   type: "plot"
25261   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25262   algorithm: "plot_throughput_speedup_analysis"
25263   output-file-type: ".html"
25264   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25265   data: "plot-throughput-speedup-analysis-3n-hsw"
25266   filter: "'NIC_Intel-X710' and
25267            '78B' and
25268            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25269            'NDRPDR' and
25270            'IP6FWD' and
25271            not 'SRv6' and
25272            not 'IPSEC' and
25273            not 'VHOST'"
25274   parameters:
25275   - "throughput"
25276   - "parent"
25277   - "tags"
25278   sort:
25279   - "IP6BASE"
25280   - "FIB_20K"
25281   - "FIB_200K"
25282   - "FIB_2M"
25283   layout:
25284     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
25285     layout: "plot-throughput-speedup-analysis"
25286
25287 -
25288   type: "plot"
25289   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25290   algorithm: "plot_throughput_speedup_analysis"
25291   output-file-type: ".html"
25292   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25293   data: "plot-throughput-speedup-analysis-3n-hsw"
25294   filter: "'NIC_Intel-X710' and
25295            '78B' and
25296            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25297            'NDRPDR' and
25298            'IP6FWD' and
25299            not 'SRv6' and
25300            not 'IPSEC' and
25301            not 'VHOST'"
25302   parameters:
25303   - "throughput"
25304   - "parent"
25305   - "tags"
25306   sort:
25307   - "IP6BASE"
25308   - "FIB_20K"
25309   - "FIB_200K"
25310   - "FIB_2M"
25311   layout:
25312     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
25313     layout: "plot-throughput-speedup-analysis"
25314
25315 # Speedup - VPP IPv6 3n-hsw-x710 features
25316 -
25317   type: "plot"
25318   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25319   algorithm: "plot_throughput_speedup_analysis"
25320   output-file-type: ".html"
25321   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25322   data: "plot-throughput-speedup-analysis-3n-hsw"
25323   filter: "'NIC_Intel-X710' and
25324            '78B' and
25325            ('IP6BASE' or
25326             'POLICE_MARK' or
25327             'COPWHLIST' or
25328             'IACLDST') and
25329            'NDRPDR' and
25330            'IP6FWD' and
25331            not 'SRv6' and
25332            not 'IPSEC' and
25333            not 'VHOST'"
25334   parameters:
25335   - "throughput"
25336   - "parent"
25337   - "tags"
25338   sort:
25339   - "IP6BASE"
25340   - "POLICE_MARK"
25341   - "COPWHLIST"
25342   - "IACLDST"
25343   layout:
25344     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
25345     layout: "plot-throughput-speedup-analysis"
25346
25347 -
25348   type: "plot"
25349   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25350   algorithm: "plot_throughput_speedup_analysis"
25351   output-file-type: ".html"
25352   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25353   data: "plot-throughput-speedup-analysis-3n-hsw"
25354   filter: "'NIC_Intel-X710' and
25355            '78B' and
25356            ('IP6BASE' or
25357             'POLICE_MARK' or
25358             'COPWHLIST' or
25359             'IACLDST') and
25360            'NDRPDR' and
25361            'IP6FWD' and
25362            not 'SRv6' and
25363            not 'IPSEC' and
25364            not 'VHOST'"
25365   parameters:
25366   - "throughput"
25367   - "parent"
25368   - "tags"
25369   sort:
25370   - "IP6BASE"
25371   - "POLICE_MARK"
25372   - "COPWHLIST"
25373   - "IACLDST"
25374   layout:
25375     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
25376     layout: "plot-throughput-speedup-analysis"
25377
25378 # Speedup - VPP IPv6 3n-hsw-xl710
25379 -
25380   type: "plot"
25381   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
25382   algorithm: "plot_throughput_speedup_analysis"
25383   output-file-type: ".html"
25384   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
25385   data: "plot-throughput-speedup-analysis-3n-hsw"
25386   filter: "'NIC_Intel-XL710' and
25387            '78B' and
25388            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25389            'NDRPDR' and
25390            'IP6FWD' and
25391            not 'SRv6' and
25392            not 'IPSEC' and
25393            not 'VHOST'"
25394   parameters:
25395   - "throughput"
25396   - "parent"
25397   - "tags"
25398   sort:
25399   - "IP6BASE"
25400   - "FIB_20K"
25401   - "FIB_200K"
25402   - "FIB_2M"
25403   layout:
25404     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
25405     layout: "plot-throughput-speedup-analysis"
25406
25407 -
25408   type: "plot"
25409   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
25410   algorithm: "plot_throughput_speedup_analysis"
25411   output-file-type: ".html"
25412   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
25413   data: "plot-throughput-speedup-analysis-3n-hsw"
25414   filter: "'NIC_Intel-XL710' and
25415            '78B' and
25416            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25417            'NDRPDR' and
25418            'IP6FWD' and
25419            not 'SRv6' and
25420            not 'IPSEC' and
25421            not 'VHOST'"
25422   parameters:
25423   - "throughput"
25424   - "parent"
25425   - "tags"
25426   sort:
25427   - "IP6BASE"
25428   - "FIB_20K"
25429   - "FIB_200K"
25430   - "FIB_2M"
25431   layout:
25432     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
25433     layout: "plot-throughput-speedup-analysis"
25434
25435 # Speedup - VPP IPv6 3n-skx-x710
25436 -
25437   type: "plot"
25438   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25439   algorithm: "plot_throughput_speedup_analysis"
25440   output-file-type: ".html"
25441   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25442   data: "plot-throughput-speedup-analysis-3n-skx"
25443   filter: "'NIC_Intel-X710' and
25444            '78B' and
25445            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25446            'NDRPDR' and
25447            'IP6FWD' and
25448            not 'SRv6' and
25449            not 'IPSEC' and
25450            not 'VHOST'"
25451   parameters:
25452   - "throughput"
25453   - "parent"
25454   - "tags"
25455   sort:
25456   - "IP6BASE"
25457   - "FIB_20K"
25458   - "FIB_200K"
25459   - "FIB_2M"
25460   layout:
25461     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25462     layout: "plot-throughput-speedup-analysis"
25463
25464 -
25465   type: "plot"
25466   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25467   algorithm: "plot_throughput_speedup_analysis"
25468   output-file-type: ".html"
25469   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25470   data: "plot-throughput-speedup-analysis-3n-skx"
25471   filter: "'NIC_Intel-X710' and
25472            '78B' and
25473            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25474            'NDRPDR' and
25475            'IP6FWD' and
25476            not 'SRv6' and
25477            not 'IPSEC' and
25478            not 'VHOST'"
25479   parameters:
25480   - "throughput"
25481   - "parent"
25482   - "tags"
25483   sort:
25484   - "IP6BASE"
25485   - "FIB_20K"
25486   - "FIB_200K"
25487   - "FIB_2M"
25488   layout:
25489     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25490     layout: "plot-throughput-speedup-analysis"
25491
25492 # Speedup - VPP IPv6 3n-skx-x710 features
25493 -
25494   type: "plot"
25495   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25496   algorithm: "plot_throughput_speedup_analysis"
25497   output-file-type: ".html"
25498   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25499   data: "plot-throughput-speedup-analysis-3n-skx"
25500   filter: "'NIC_Intel-X710' and
25501            '78B' and
25502            ('IP6BASE' or
25503             'POLICE_MARK' or
25504             'COPWHLIST' or
25505             'IACLDST') and
25506            'NDRPDR' and
25507            'IP6FWD' and
25508            not 'SRv6' and
25509            not 'IPSEC' and
25510            not 'VHOST'"
25511   parameters:
25512   - "throughput"
25513   - "parent"
25514   - "tags"
25515   sort:
25516   - "IP6BASE"
25517   - "POLICE_MARK"
25518   - "COPWHLIST"
25519   - "IACLDST"
25520   layout:
25521     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25522     layout: "plot-throughput-speedup-analysis"
25523
25524 -
25525   type: "plot"
25526   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25527   algorithm: "plot_throughput_speedup_analysis"
25528   output-file-type: ".html"
25529   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25530   data: "plot-throughput-speedup-analysis-3n-skx"
25531   filter: "'NIC_Intel-X710' and
25532            '78B' and
25533            ('IP6BASE' or
25534             'POLICE_MARK' or
25535             'COPWHLIST' or
25536             'IACLDST') and
25537            'NDRPDR' and
25538            'IP6FWD' and
25539            not 'SRv6' and
25540            not 'IPSEC' and
25541            not 'VHOST'"
25542   parameters:
25543   - "throughput"
25544   - "parent"
25545   - "tags"
25546   sort:
25547   - "IP6BASE"
25548   - "POLICE_MARK"
25549   - "COPWHLIST"
25550   - "IACLDST"
25551   layout:
25552     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25553     layout: "plot-throughput-speedup-analysis"
25554
25555 # Speedup - VPP IPv6 2n-skx-x710
25556 -
25557   type: "plot"
25558   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25559   algorithm: "plot_throughput_speedup_analysis"
25560   output-file-type: ".html"
25561   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25562   data: "plot-throughput-speedup-analysis-2n-skx"
25563   filter: "'NIC_Intel-X710' and
25564            '78B' and
25565            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25566            'NDRPDR' and
25567            'IP6FWD' and
25568            not 'SRv6' and
25569            not 'IPSEC' and
25570            not 'VHOST'"
25571   parameters:
25572   - "throughput"
25573   - "parent"
25574   - "tags"
25575   sort:
25576   - "IP6BASE"
25577   - "FIB_20K"
25578   - "FIB_200K"
25579   - "FIB_2M"
25580   layout:
25581     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
25582     layout: "plot-throughput-speedup-analysis"
25583
25584 -
25585   type: "plot"
25586   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25587   algorithm: "plot_throughput_speedup_analysis"
25588   output-file-type: ".html"
25589   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25590   data: "plot-throughput-speedup-analysis-2n-skx"
25591   filter: "'NIC_Intel-X710' and
25592            '78B' and
25593            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25594            'NDRPDR' and
25595            'IP6FWD' and
25596            not 'SRv6' and
25597            not 'IPSEC' and
25598            not 'VHOST'"
25599   parameters:
25600   - "throughput"
25601   - "parent"
25602   - "tags"
25603   sort:
25604   - "IP6BASE"
25605   - "FIB_20K"
25606   - "FIB_200K"
25607   - "FIB_2M"
25608   layout:
25609     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
25610     layout: "plot-throughput-speedup-analysis"
25611
25612 # Speedup - VPP IPv6 2n-skx-xxv710
25613 -
25614   type: "plot"
25615   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25616   algorithm: "plot_throughput_speedup_analysis"
25617   output-file-type: ".html"
25618   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25619   data: "plot-throughput-speedup-analysis-2n-skx"
25620   filter: "'NIC_Intel-XXV710' and
25621            '78B' and
25622            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25623            'NDRPDR' and
25624            'IP6FWD' and
25625            not 'SRv6' and
25626            not 'IPSEC' and
25627            not 'VHOST'"
25628   parameters:
25629   - "throughput"
25630   - "parent"
25631   - "tags"
25632   sort:
25633   - "IP6BASE"
25634   - "FIB_20K"
25635   - "FIB_200K"
25636   - "FIB_2M"
25637   layout:
25638     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
25639     layout: "plot-throughput-speedup-analysis"
25640
25641 -
25642   type: "plot"
25643   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25644   algorithm: "plot_throughput_speedup_analysis"
25645   output-file-type: ".html"
25646   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25647   data: "plot-throughput-speedup-analysis-2n-skx"
25648   filter: "'NIC_Intel-XXV710' and
25649            '78B' and
25650            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25651            'NDRPDR' and
25652            'IP6FWD' and
25653            not 'SRv6' and
25654            not 'IPSEC' and
25655            not 'VHOST'"
25656   parameters:
25657   - "throughput"
25658   - "parent"
25659   - "tags"
25660   sort:
25661   - "IP6BASE"
25662   - "FIB_20K"
25663   - "FIB_200K"
25664   - "FIB_2M"
25665   layout:
25666     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
25667     layout: "plot-throughput-speedup-analysis"
25668
25669 # Speedup - VPP IPv6 2n-dnv-x553 base
25670 -
25671   type: "plot"
25672   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
25673   algorithm: "plot_throughput_speedup_analysis"
25674   output-file-type: ".html"
25675   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
25676   data: "intel-dnv-vpp"
25677   filter: "'NIC_Intel-X553' and
25678            '78B' and
25679            'IP6BASE' and
25680            'NDRPDR' and
25681            'IP6FWD' and
25682            not 'SRv6' and
25683            not 'IPSEC' and
25684            not 'VHOST'"
25685   parameters:
25686   - "throughput"
25687   - "parent"
25688   - "tags"
25689   sort:
25690   - "IP6BASE"
25691   layout:
25692     title: "ip6-2n-dnv-x553-78b-base-ndr"
25693     layout: "plot-throughput-speedup-analysis"
25694
25695 -
25696   type: "plot"
25697   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
25698   algorithm: "plot_throughput_speedup_analysis"
25699   output-file-type: ".html"
25700   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
25701   data: "intel-dnv-vpp"
25702   filter: "'NIC_Intel-X553' and
25703            '78B' and
25704            'IP6BASE' and
25705            'NDRPDR' and
25706            'IP6FWD' and
25707            not 'SRv6' and
25708            not 'IPSEC' and
25709            not 'VHOST'"
25710   parameters:
25711   - "throughput"
25712   - "parent"
25713   - "tags"
25714   sort:
25715   - "IP6BASE"
25716   layout:
25717     title: "ip6-2n-dnv-x553-78b-base-pdr"
25718     layout: "plot-throughput-speedup-analysis"
25719
25720 ################################################################################
25721
25722 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
25723 -
25724   type: "plot"
25725   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
25726   algorithm: "plot_throughput_speedup_analysis"
25727   output-file-type: ".html"
25728   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
25729   data: "plot-throughput-speedup-analysis-3n-hsw"
25730   filter: "'NIC_Intel-X520-DA2' and
25731            '78B' and
25732            'ENCAP' and
25733            'NDRPDR' and
25734            'LISP' and
25735            not 'VHOST'"
25736   parameters:
25737   - "throughput"
25738   - "parent"
25739   - "tags"
25740   sort:
25741   - "IP4UNRLAY"
25742   - "IP6UNRLAY"
25743   layout:
25744     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
25745     layout: "plot-throughput-speedup-analysis"
25746
25747 -
25748   type: "plot"
25749   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
25750   algorithm: "plot_throughput_speedup_analysis"
25751   output-file-type: ".html"
25752   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
25753   data: "plot-throughput-speedup-analysis-3n-hsw"
25754   filter: "'NIC_Intel-X520-DA2' and
25755            '78B' and
25756            'ENCAP' and
25757            'NDRPDR' and
25758            'LISP' and
25759            not 'VHOST'"
25760   parameters:
25761   - "throughput"
25762   - "parent"
25763   - "tags"
25764   sort:
25765   - "IP4UNRLAY"
25766   - "IP6UNRLAY"
25767   layout:
25768     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
25769     layout: "plot-throughput-speedup-analysis"
25770
25771 ################################################################################
25772
25773 # Speedup - VPP IPSec 3n-hsw-xl710 base
25774 -
25775   type: "plot"
25776   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25777   algorithm: "plot_throughput_speedup_analysis"
25778   output-file-type: ".html"
25779   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25780   data: "plot-throughput-speedup-analysis-3n-hsw"
25781   filter: "'NIC_Intel-XL710' and
25782            '64B' and
25783            'IP4FWD' and
25784            'NDRPDR' and
25785            'BASE' and
25786            'IPSECHW' and
25787            ('IPSECTRAN' or 'IPSECTUN') and
25788            not 'VHOST'"
25789   parameters:
25790   - "throughput"
25791   - "parent"
25792   - "tags"
25793   layout:
25794     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
25795     layout: "plot-throughput-speedup-analysis"
25796
25797 -
25798   type: "plot"
25799   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25800   algorithm: "plot_throughput_speedup_analysis"
25801   output-file-type: ".html"
25802   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25803   data: "plot-throughput-speedup-analysis-3n-hsw"
25804   filter: "'NIC_Intel-XL710' and
25805            '64B' and
25806            'IP4FWD' and
25807            'NDRPDR' and
25808            'BASE' and
25809            'IPSECHW' and
25810            ('IPSECTRAN' or 'IPSECTUN') and
25811            not 'VHOST'"
25812   parameters:
25813   - "throughput"
25814   - "parent"
25815   - "tags"
25816   layout:
25817     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
25818     layout: "plot-throughput-speedup-analysis"
25819
25820 # Speedup - VPP IPSec 3n-hsw-xl710 scale
25821 -
25822   type: "plot"
25823   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25824   algorithm: "plot_throughput_speedup_analysis"
25825   output-file-type: ".html"
25826   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25827   data: "plot-throughput-speedup-analysis-3n-hsw"
25828   filter: "'NIC_Intel-XL710' and
25829            '64B' and
25830            'IP4FWD' and
25831            'NDRPDR' and
25832            'SCALE' and
25833            'IPSECHW' and
25834            ('IPSECTRAN' or 'IPSECTUN') and
25835            not 'VHOST'"
25836   parameters:
25837   - "throughput"
25838   - "parent"
25839   - "tags"
25840   layout:
25841     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
25842     layout: "plot-throughput-speedup-analysis"
25843
25844 -
25845   type: "plot"
25846   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25847   algorithm: "plot_throughput_speedup_analysis"
25848   output-file-type: ".html"
25849   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25850   data: "plot-throughput-speedup-analysis-3n-hsw"
25851   filter: "'NIC_Intel-XL710' and
25852            '64B' and
25853            'IP4FWD' and
25854            'NDRPDR' and
25855            'SCALE' and
25856            'IPSECHW' and
25857            ('IPSECTRAN' or 'IPSECTUN') and
25858            not 'VHOST'"
25859   parameters:
25860   - "throughput"
25861   - "parent"
25862   - "tags"
25863   layout:
25864     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
25865     layout: "plot-throughput-speedup-analysis"
25866
25867 # Speedup - VPP IPSec 3n-hsw-xl710 sw
25868 -
25869   type: "plot"
25870   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25871   algorithm: "plot_throughput_speedup_analysis"
25872   output-file-type: ".html"
25873   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25874   data: "plot-throughput-speedup-analysis-3n-hsw"
25875   filter: "'NIC_Intel-XL710' and
25876            '64B' and
25877            'IP4FWD' and
25878            'NDRPDR' and
25879            'IPSECSW' and
25880            ('IPSECTRAN' or 'IPSECTUN') and
25881            not 'VHOST'"
25882   parameters:
25883   - "throughput"
25884   - "parent"
25885   - "tags"
25886   layout:
25887     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
25888     layout: "plot-throughput-speedup-analysis"
25889
25890 -
25891   type: "plot"
25892   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25893   algorithm: "plot_throughput_speedup_analysis"
25894   output-file-type: ".html"
25895   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25896   data: "plot-throughput-speedup-analysis-3n-hsw"
25897   filter: "'NIC_Intel-XL710' and
25898            '64B' and
25899            'IP4FWD' and
25900            'NDRPDR' and
25901            'IPSECSW' and
25902            ('IPSECTRAN' or 'IPSECTUN') and
25903            not 'VHOST'"
25904   parameters:
25905   - "throughput"
25906   - "parent"
25907   - "tags"
25908   layout:
25909     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
25910     layout: "plot-throughput-speedup-analysis"
25911
25912 ################################################################################
25913
25914 # Speedup - VPP SRv6 3n-hsw-x520
25915 -
25916   type: "plot"
25917   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
25918   algorithm: "plot_throughput_speedup_analysis"
25919   output-file-type: ".html"
25920   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
25921   data: "plot-throughput-speedup-analysis-3n-hsw"
25922   filter: "'NIC_Intel-X520-DA2' and
25923            '78B' and
25924            'FEATURE' and
25925            'NDRPDR' and
25926            'IP6FWD' and
25927            'SRv6'"
25928   parameters:
25929   - "throughput"
25930   - "parent"
25931   - "tags"
25932   layout:
25933     title: "srv6-3n-hsw-x520-78b-features-ndr"
25934     layout: "plot-throughput-speedup-analysis"
25935
25936 -
25937   type: "plot"
25938   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
25939   algorithm: "plot_throughput_speedup_analysis"
25940   output-file-type: ".html"
25941   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
25942   data: "plot-throughput-speedup-analysis-3n-hsw"
25943   filter: "'NIC_Intel-X520-DA2' and
25944            '78B' and
25945            'FEATURE' and
25946            'NDRPDR' and
25947            'IP6FWD' and
25948            'SRv6'"
25949   parameters:
25950   - "throughput"
25951   - "parent"
25952   - "tags"
25953   layout:
25954     title: "srv6-3n-hsw-x520-78b-features-pdr"
25955     layout: "plot-throughput-speedup-analysis"
25956
25957 ################################################################################
25958
25959 # Speedup - VPP L2 3n-hsw-x520 base and scale
25960 -
25961   type: "plot"
25962   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25963   algorithm: "plot_throughput_speedup_analysis"
25964   output-file-type: ".html"
25965   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25966   data: "plot-throughput-speedup-analysis-3n-hsw"
25967   filter: "'NIC_Intel-X520-DA2' and
25968            '64B' and
25969            ('BASE' or 'SCALE') and
25970            'NDRPDR' and
25971            'ETH' and
25972            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25973            not 'VHOST' and
25974            not 'MEMIF'"
25975   parameters:
25976   - "throughput"
25977   - "parent"
25978   - "tags"
25979   sort:
25980   - "L2PATCH"
25981   - "L2XCBASE"
25982   - "BASE"
25983   - "FIB_10K"
25984   - "FIB_100K"
25985   - "FIB_1M"
25986   layout:
25987     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25988     layout: "plot-throughput-speedup-analysis"
25989
25990 -
25991   type: "plot"
25992   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25993   algorithm: "plot_throughput_speedup_analysis"
25994   output-file-type: ".html"
25995   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25996   data: "plot-throughput-speedup-analysis-3n-hsw"
25997   filter: "'NIC_Intel-X520-DA2' and
25998            '64B' and
25999            ('BASE' or 'SCALE') and
26000            'NDRPDR' and
26001            'ETH' and
26002            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26003            not 'VHOST' and
26004            not 'MEMIF'"
26005   parameters:
26006   - "throughput"
26007   - "parent"
26008   - "tags"
26009   sort:
26010   - "L2PATCH"
26011   - "L2XCBASE"
26012   - "BASE"
26013   - "FIB_10K"
26014   - "FIB_100K"
26015   - "FIB_1M"
26016   layout:
26017     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
26018     layout: "plot-throughput-speedup-analysis"
26019
26020 # Speedup - VPP L2 3n-hsw-x520 features
26021 -
26022   type: "plot"
26023   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26024   algorithm: "plot_throughput_speedup_analysis"
26025   output-file-type: ".html"
26026   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26027   data: "plot-throughput-speedup-analysis-3n-hsw"
26028   filter: "'NIC_Intel-X520-DA2' and
26029            '64B' and
26030            'NDRPDR' and
26031            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26032            not 'ACL' and
26033            not 'VHOST' and
26034            not 'MEMIF'"
26035   parameters:
26036   - "throughput"
26037   - "parent"
26038   - "tags"
26039   sort:
26040   - "L2XCBASE"    # l2xcbase
26041   - "L2BDBASE"    # l2bdbase
26042   - "L2XCFWD"     # dot1q-l2xcbase
26043   - "L2BDMACLRN"  # dot1q-l2bdbase
26044   layout:
26045     title: "l2sw-3n-hsw-x520-64b-features-ndr"
26046     layout: "plot-throughput-speedup-analysis"
26047
26048 -
26049   type: "plot"
26050   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26051   algorithm: "plot_throughput_speedup_analysis"
26052   output-file-type: ".html"
26053   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26054   data: "plot-throughput-speedup-analysis-3n-hsw"
26055   filter: "'NIC_Intel-X520-DA2' and
26056            '64B' and
26057            'NDRPDR' and
26058            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26059            not 'ACL' and
26060            not 'VHOST' and
26061            not 'MEMIF'"
26062   parameters:
26063   - "throughput"
26064   - "parent"
26065   - "tags"
26066   sort:
26067   - "L2XCBASE"    # l2xcbase
26068   - "L2BDBASE"    # l2bdbase
26069   - "L2XCFWD"     # dot1q-l2xcbase
26070   - "L2BDMACLRN"  # dot1q-l2bdbase
26071   layout:
26072     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26073     layout: "plot-throughput-speedup-analysis"
26074
26075 # Speedup - VPP L2 3n-hsw-x710 base and scale
26076 -
26077   type: "plot"
26078   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26079   algorithm: "plot_throughput_speedup_analysis"
26080   output-file-type: ".html"
26081   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26082   data: "plot-throughput-speedup-analysis-3n-hsw"
26083   filter: "'NIC_Intel-X710' and
26084            '64B' and
26085            ('BASE' or 'SCALE') and
26086            'NDRPDR' and
26087            'ETH' and
26088            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26089            not 'VHOST' and
26090            not 'MEMIF'"
26091   parameters:
26092   - "throughput"
26093   - "parent"
26094   - "tags"
26095   sort:
26096   - "L2PATCH"
26097   - "L2XCBASE"
26098   - "BASE"
26099   - "FIB_10K"
26100   - "FIB_100K"
26101   - "FIB_1M"
26102   layout:
26103     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26104     layout: "plot-throughput-speedup-analysis"
26105
26106 -
26107   type: "plot"
26108   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26109   algorithm: "plot_throughput_speedup_analysis"
26110   output-file-type: ".html"
26111   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26112   data: "plot-throughput-speedup-analysis-3n-hsw"
26113   filter: "'NIC_Intel-X710' and
26114            '64B' and
26115            ('BASE' or 'SCALE') and
26116            'NDRPDR' and
26117            'ETH' and
26118            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26119            not 'VHOST' and
26120            not 'MEMIF'"
26121   parameters:
26122   - "throughput"
26123   - "parent"
26124   - "tags"
26125   sort:
26126   - "L2PATCH"
26127   - "L2XCBASE"
26128   - "BASE"
26129   - "FIB_10K"
26130   - "FIB_100K"
26131   - "FIB_1M"
26132   layout:
26133     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26134     layout: "plot-throughput-speedup-analysis"
26135
26136 # Speedup - VPP L2 3n-hsw-x710 features
26137 -
26138   type: "plot"
26139   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26140   algorithm: "plot_throughput_speedup_analysis"
26141   output-file-type: ".html"
26142   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26143   data: "plot-throughput-speedup-analysis-3n-hsw"
26144   filter: "'NIC_Intel-X710' and
26145            '64B' and
26146            'NDRPDR' and
26147            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26148            not 'ACL' and
26149            not 'VHOST' and
26150            not 'MEMIF'"
26151   parameters:
26152   - "throughput"
26153   - "parent"
26154   - "tags"
26155   sort:
26156   - "L2XCBASE"    # l2xcbase
26157   - "L2BDBASE"    # l2bdbase
26158   - "L2XCFWD"     # dot1q-l2xcbase
26159   - "L2BDMACLRN"  # dot1q-l2bdbase
26160   layout:
26161     title: "l2sw-3n-hsw-x710-64b-features-ndr"
26162     layout: "plot-throughput-speedup-analysis"
26163
26164 -
26165   type: "plot"
26166   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26167   algorithm: "plot_throughput_speedup_analysis"
26168   output-file-type: ".html"
26169   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26170   data: "plot-throughput-speedup-analysis-3n-hsw"
26171   filter: "'NIC_Intel-X710' and
26172            '64B' and
26173            'NDRPDR' and
26174            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26175            not 'ACL' and
26176            not 'VHOST' and
26177            not 'MEMIF'"
26178   parameters:
26179   - "throughput"
26180   - "parent"
26181   - "tags"
26182   sort:
26183   - "L2XCBASE"    # l2xcbase
26184   - "L2BDBASE"    # l2bdbase
26185   - "L2XCFWD"     # dot1q-l2xcbase
26186   - "L2BDMACLRN"  # dot1q-l2bdbase
26187   layout:
26188     title: "l2sw-3n-hsw-x710-64b-features-pdr"
26189     layout: "plot-throughput-speedup-analysis"
26190
26191 # Speedup - VPP L2 3n-hsw-xl710 base and scale
26192 -
26193   type: "plot"
26194   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26195   algorithm: "plot_throughput_speedup_analysis"
26196   output-file-type: ".html"
26197   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26198   data: "plot-throughput-speedup-analysis-3n-hsw"
26199   filter: "'NIC_Intel-XL710' and
26200            '64B' and
26201            ('BASE' or 'SCALE') and
26202            'NDRPDR' and
26203            'ETH' and
26204            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26205            not 'VHOST' and
26206            not 'MEMIF'"
26207   parameters:
26208   - "throughput"
26209   - "parent"
26210   - "tags"
26211   sort:
26212   - "L2PATCH"
26213   - "L2XCBASE"
26214   - "BASE"
26215   - "FIB_10K"
26216   - "FIB_100K"
26217   - "FIB_1M"
26218   layout:
26219     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
26220     layout: "plot-throughput-speedup-analysis"
26221
26222 -
26223   type: "plot"
26224   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26225   algorithm: "plot_throughput_speedup_analysis"
26226   output-file-type: ".html"
26227   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26228   data: "plot-throughput-speedup-analysis-3n-hsw"
26229   filter: "'NIC_Intel-XL710' and
26230            '64B' and
26231            ('BASE' or 'SCALE') and
26232            'NDRPDR' and
26233            'ETH' and
26234            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26235            not 'VHOST' and
26236            not 'MEMIF'"
26237   parameters:
26238   - "throughput"
26239   - "parent"
26240   - "tags"
26241   sort:
26242   - "L2PATCH"
26243   - "L2XCBASE"
26244   - "BASE"
26245   - "FIB_10K"
26246   - "FIB_100K"
26247   - "FIB_1M"
26248   layout:
26249     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
26250     layout: "plot-throughput-speedup-analysis"
26251
26252 # Speedup - VPP L2 3n-skx-x710 base and scale
26253 -
26254   type: "plot"
26255   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26256   algorithm: "plot_throughput_speedup_analysis"
26257   output-file-type: ".html"
26258   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26259   data: "plot-throughput-speedup-analysis-3n-skx"
26260   filter: "'NIC_Intel-X710' and
26261            '64B' and
26262            ('BASE' or 'SCALE') and
26263            'NDRPDR' and
26264            'ETH' and
26265            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26266            not 'VHOST' and
26267            not 'MEMIF'"
26268   parameters:
26269   - "throughput"
26270   - "parent"
26271   - "tags"
26272   sort:
26273   - "L2PATCH"
26274   - "L2XCBASE"
26275   - "BASE"
26276   - "FIB_10K"
26277   - "FIB_100K"
26278   - "FIB_1M"
26279   layout:
26280     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26281     layout: "plot-throughput-speedup-analysis"
26282
26283 -
26284   type: "plot"
26285   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26286   algorithm: "plot_throughput_speedup_analysis"
26287   output-file-type: ".html"
26288   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26289   data: "plot-throughput-speedup-analysis-3n-skx"
26290   filter: "'NIC_Intel-X710' and
26291            '64B' and
26292            ('BASE' or 'SCALE') and
26293            'NDRPDR' and
26294            'ETH' and
26295            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26296            not 'VHOST' and
26297            not 'MEMIF'"
26298   parameters:
26299   - "throughput"
26300   - "parent"
26301   - "tags"
26302   sort:
26303   - "L2PATCH"
26304   - "L2XCBASE"
26305   - "BASE"
26306   - "FIB_10K"
26307   - "FIB_100K"
26308   - "FIB_1M"
26309   layout:
26310     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26311     layout: "plot-throughput-speedup-analysis"
26312
26313 # Speedup - VPP L2 3n-skx-x710 features
26314 -
26315   type: "plot"
26316   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
26317   algorithm: "plot_throughput_speedup_analysis"
26318   output-file-type: ".html"
26319   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
26320   data: "plot-throughput-speedup-analysis-3n-skx"
26321   filter: "'NIC_Intel-X710' and
26322            '64B' and
26323            'NDRPDR' and
26324            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26325            not 'ACL' and
26326            not 'VHOST' and
26327            not 'MEMIF'"
26328   parameters:
26329   - "throughput"
26330   - "parent"
26331   - "tags"
26332   sort:
26333   - "L2XCBASE"    # l2xcbase
26334   - "L2BDBASE"    # l2bdbase
26335   - "L2XCFWD"     # dot1q-l2xcbase
26336   - "L2BDMACLRN"  # dot1q-l2bdbase
26337   layout:
26338     title: "l2sw-3n-skx-x710-64b-features-ndr"
26339     layout: "plot-throughput-speedup-analysis"
26340
26341 -
26342   type: "plot"
26343   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
26344   algorithm: "plot_throughput_speedup_analysis"
26345   output-file-type: ".html"
26346   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
26347   data: "plot-throughput-speedup-analysis-3n-skx"
26348   filter: "'NIC_Intel-X710' and
26349            '64B' and
26350            'NDRPDR' and
26351            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26352            not 'ACL' and
26353            not 'VHOST' and
26354            not 'MEMIF'"
26355   parameters:
26356   - "throughput"
26357   - "parent"
26358   - "tags"
26359   sort:
26360   - "L2XCBASE"    # l2xcbase
26361   - "L2BDBASE"    # l2bdbase
26362   - "L2XCFWD"     # dot1q-l2xcbase
26363   - "L2BDMACLRN"  # dot1q-l2bdbase
26364   layout:
26365     title: "l2sw-3n-skx-x710-64b-features-pdr"
26366     layout: "plot-throughput-speedup-analysis"
26367
26368 # Speedup - VPP L2 3n-skx-xxv710 base and scale
26369 -
26370   type: "plot"
26371   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26372   algorithm: "plot_throughput_speedup_analysis"
26373   output-file-type: ".html"
26374   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26375   data: "plot-throughput-speedup-analysis-3n-skx"
26376   filter: "'NIC_Intel-XXV710' and
26377            '64B' and
26378            ('BASE' or 'SCALE') and
26379            'NDRPDR' and
26380            'ETH' and
26381            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26382            not 'VHOST' and
26383            not 'MEMIF'"
26384   parameters:
26385   - "throughput"
26386   - "parent"
26387   - "tags"
26388   sort:
26389   - "L2PATCH"
26390   - "L2XCBASE"
26391   - "BASE"
26392   - "FIB_10K"
26393   - "FIB_100K"
26394   - "FIB_1M"
26395   layout:
26396     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
26397     layout: "plot-throughput-speedup-analysis"
26398
26399 -
26400   type: "plot"
26401   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26402   algorithm: "plot_throughput_speedup_analysis"
26403   output-file-type: ".html"
26404   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26405   data: "plot-throughput-speedup-analysis-3n-skx"
26406   filter: "'NIC_Intel-XXV710' and
26407            '64B' and
26408            ('BASE' or 'SCALE') and
26409            'NDRPDR' and
26410            'ETH' and
26411            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26412            not 'VHOST' and
26413            not 'MEMIF'"
26414   parameters:
26415   - "throughput"
26416   - "parent"
26417   - "tags"
26418   sort:
26419   - "L2PATCH"
26420   - "L2XCBASE"
26421   - "BASE"
26422   - "FIB_10K"
26423   - "FIB_100K"
26424   - "FIB_1M"
26425   layout:
26426     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
26427     layout: "plot-throughput-speedup-analysis"
26428
26429 # Speedup - VPP L2 2n-skx-x710 base and scale
26430 -
26431   type: "plot"
26432   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26433   algorithm: "plot_throughput_speedup_analysis"
26434   output-file-type: ".html"
26435   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26436   data: "plot-throughput-speedup-analysis-2n-skx"
26437   filter: "'NIC_Intel-X710' and
26438            '64B' and
26439            ('BASE' or 'SCALE') and
26440            'NDRPDR' and
26441            'ETH' and
26442            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26443            not 'VHOST' and
26444            not 'MEMIF'"
26445   parameters:
26446   - "throughput"
26447   - "parent"
26448   - "tags"
26449   sort:
26450   - "L2PATCH"
26451   - "L2XCBASE"
26452   - "BASE"
26453   - "FIB_10K"
26454   - "FIB_100K"
26455   - "FIB_1M"
26456   layout:
26457     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26458     layout: "plot-throughput-speedup-analysis"
26459
26460 -
26461   type: "plot"
26462   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26463   algorithm: "plot_throughput_speedup_analysis"
26464   output-file-type: ".html"
26465   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26466   data: "plot-throughput-speedup-analysis-2n-skx"
26467   filter: "'NIC_Intel-X710' and
26468            '64B' and
26469            ('BASE' or 'SCALE') and
26470            'NDRPDR' and
26471            'ETH' and
26472            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26473            not 'VHOST' and
26474            not 'MEMIF'"
26475   parameters:
26476   - "throughput"
26477   - "parent"
26478   - "tags"
26479   sort:
26480   - "L2PATCH"
26481   - "L2XCBASE"
26482   - "BASE"
26483   - "FIB_10K"
26484   - "FIB_100K"
26485   - "FIB_1M"
26486   layout:
26487     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26488     layout: "plot-throughput-speedup-analysis"
26489
26490 # Speedup - VPP L2 2n-skx-xxv710 base and scale
26491 -
26492   type: "plot"
26493   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26494   algorithm: "plot_throughput_speedup_analysis"
26495   output-file-type: ".html"
26496   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26497   data: "plot-throughput-speedup-analysis-2n-skx"
26498   filter: "'NIC_Intel-XXV710' and
26499            '64B' and
26500            ('BASE' or 'SCALE') and
26501            'NDRPDR' and
26502            'ETH' and
26503            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26504            not 'VHOST' and
26505            not 'MEMIF'"
26506   parameters:
26507   - "throughput"
26508   - "parent"
26509   - "tags"
26510   sort:
26511   - "L2PATCH"
26512   - "L2XCBASE"
26513   - "BASE"
26514   - "FIB_10K"
26515   - "FIB_100K"
26516   - "FIB_1M"
26517   layout:
26518     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26519     layout: "plot-throughput-speedup-analysis"
26520
26521 -
26522   type: "plot"
26523   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26524   algorithm: "plot_throughput_speedup_analysis"
26525   output-file-type: ".html"
26526   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26527   data: "plot-throughput-speedup-analysis-2n-skx"
26528   filter: "'NIC_Intel-XXV710' and
26529            '64B' and
26530            ('BASE' or 'SCALE') and
26531            'NDRPDR' and
26532            'ETH' and
26533            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26534            not 'VHOST' and
26535            not 'MEMIF'"
26536   parameters:
26537   - "throughput"
26538   - "parent"
26539   - "tags"
26540   sort:
26541   - "L2PATCH"
26542   - "L2XCBASE"
26543   - "BASE"
26544   - "FIB_10K"
26545   - "FIB_100K"
26546   - "FIB_1M"
26547   layout:
26548     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26549     layout: "plot-throughput-speedup-analysis"
26550
26551 # Speedup - VPP L2 2n-dnv-x553 base
26552 -
26553   type: "plot"
26554   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26555   algorithm: "plot_throughput_speedup_analysis"
26556   output-file-type: ".html"
26557   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26558   data: "intel-dnv-vpp"
26559   filter: "'NIC_Intel-X553' and
26560            '64B' and
26561            ('BASE' or 'SCALE') and
26562            'NDRPDR' and
26563            'ETH' and
26564            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26565            not 'VHOST' and
26566            not 'MEMIF'"
26567   parameters:
26568   - "throughput"
26569   - "parent"
26570   - "tags"
26571   sort:
26572   - "L2XCBASE"
26573   - "L2BDMACLRN"
26574   - "L2PATCH"
26575   layout:
26576     title: "l2sw-2n-dnv-x553-64b-base-ndr"
26577     layout: "plot-throughput-speedup-analysis"
26578
26579 -
26580   type: "plot"
26581   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26582   algorithm: "plot_throughput_speedup_analysis"
26583   output-file-type: ".html"
26584   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26585   data: "intel-dnv-vpp"
26586   filter: "'NIC_Intel-X553' and
26587            '64B' and
26588            ('BASE' or 'SCALE') and
26589            'NDRPDR' and
26590            'ETH' and
26591            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26592            not 'VHOST' and
26593            not 'MEMIF'"
26594   parameters:
26595   - "throughput"
26596   - "parent"
26597   - "tags"
26598   sort:
26599   - "L2XCBASE"
26600   - "L2BDMACLRN"
26601   - "L2PATCH"
26602   layout:
26603     title: "l2sw-2n-dnv-x553-64b-base-pdr"
26604     layout: "plot-throughput-speedup-analysis"
26605
26606 ################################################################################
26607
26608 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
26609 -
26610   type: "plot"
26611   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26612   algorithm: "plot_throughput_speedup_analysis"
26613   output-file-type: ".html"
26614   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26615   data: "plot-throughput-speedup-analysis-3n-hsw"
26616   filter: "'NIC_Intel-X520-DA2' and
26617            '64B' and
26618            'NDRPDR' and
26619            'ETH' and
26620            'IP4FWD' and
26621            'VHOST_1024' and
26622            not 'VXLAN' and
26623            not 'DOT1Q'"
26624   parameters:
26625   - "throughput"
26626   - "parent"
26627   - "tags"
26628   sort:
26629   - "not CFS_OPT"
26630   - "1VM"
26631   - "2VM"
26632   layout:
26633     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
26634     layout: "plot-throughput-speedup-analysis"
26635
26636 -
26637   type: "plot"
26638   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26639   algorithm: "plot_throughput_speedup_analysis"
26640   output-file-type: ".html"
26641   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26642   data: "plot-throughput-speedup-analysis-3n-hsw"
26643   filter: "'NIC_Intel-X520-DA2' and
26644            '64B' and
26645            'NDRPDR' and
26646            'ETH' and
26647            'IP4FWD' and
26648            'VHOST_1024' and
26649            not 'VXLAN' and
26650            not 'DOT1Q'"
26651   parameters:
26652   - "throughput"
26653   - "parent"
26654   - "tags"
26655   sort:
26656   - "not CFS_OPT"
26657   - "1VM"
26658   - "2VM"
26659   layout:
26660     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
26661     layout: "plot-throughput-speedup-analysis"
26662
26663 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
26664 -
26665   type: "plot"
26666   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26667   algorithm: "plot_throughput_speedup_analysis"
26668   output-file-type: ".html"
26669   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26670   data: "plot-throughput-speedup-analysis-3n-hsw"
26671   filter: "'NIC_Intel-X520-DA2' and
26672            '64B' and
26673            'NDRPDR' and
26674            ('ETH' or 'DOT1Q') and
26675            'VHOST_1024' and
26676            not 'VXLAN' and
26677            not 'IP4FWD' and
26678            not '2VM'"
26679   parameters:
26680   - "throughput"
26681   - "parent"
26682   - "tags"
26683 #  sort:
26684 #  - "VM"  # "not CFS_OPT"
26685 #  - "CFS_OPT"
26686 #  - "FIB_10K"
26687 #  - "FIB_100K"
26688 #  - "FIB_1M"
26689   layout:
26690     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
26691     layout: "plot-throughput-speedup-analysis"
26692
26693 -
26694   type: "plot"
26695   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26696   algorithm: "plot_throughput_speedup_analysis"
26697   output-file-type: ".html"
26698   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26699   data: "plot-throughput-speedup-analysis-3n-hsw"
26700   filter: "'NIC_Intel-X520-DA2' and
26701            '64B' and
26702            'NDRPDR' and
26703            ('ETH' or 'DOT1Q') and
26704            'L2BDMACLRN' and
26705            'VHOST_1024' and
26706            not 'VXLAN' and
26707            not 'IP4FWD' and
26708            not '2VM'"
26709   parameters:
26710   - "throughput"
26711   - "parent"
26712   - "tags"
26713 #  sort:
26714 #  - "VM"  # "not CFS_OPT"
26715 #  - "CFS_OPT"
26716 #  - "FIB_10K"
26717 #  - "FIB_100K"
26718 #  - "FIB_1M"
26719   layout:
26720     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
26721     layout: "plot-throughput-speedup-analysis"
26722
26723 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
26724 -
26725   type: "plot"
26726   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
26727   algorithm: "plot_throughput_speedup_analysis"
26728   output-file-type: ".html"
26729   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
26730   data: "plot-throughput-speedup-analysis-3n-hsw"
26731   filter: "'NIC_Intel-X520-DA2' and
26732            '64B' and
26733            'NDRPDR' and
26734            ('ETH' or 'DOT1Q') and
26735            'BASE' and
26736            ('L2BDMACLRN' or 'L2XCFWD') and
26737            'VHOST_1024' and
26738            not 'VXLAN' and
26739            not 'IP4FWD' and
26740            not '2VM'"
26741   parameters:
26742   - "throughput"
26743   - "parent"
26744   - "tags"
26745 #  sort:
26746 #  - "not CFS_OPT"
26747 #  - "L2XCFWD"
26748 #  - "not CFS_OPT"
26749 #  - "CFS_OPT"
26750   layout:
26751     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
26752     layout: "plot-throughput-speedup-analysis"
26753
26754 -
26755   type: "plot"
26756   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
26757   algorithm: "plot_throughput_speedup_analysis"
26758   output-file-type: ".html"
26759   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
26760   data: "plot-throughput-speedup-analysis-3n-hsw"
26761   filter: "'NIC_Intel-X520-DA2' and
26762            '64B' and
26763            'NDRPDR' and
26764            ('ETH' or 'DOT1Q') and
26765            'BASE' and
26766            ('L2BDMACLRN' or 'L2XCFWD') and
26767            'VHOST_1024' and
26768            not 'VXLAN' and
26769            not 'IP4FWD' and
26770            not '2VM'"
26771   parameters:
26772   - "throughput"
26773   - "parent"
26774   - "tags"
26775 #  sort:
26776 #  - "not CFS_OPT"
26777 #  - "L2XCFWD"
26778 #  - "not CFS_OPT"
26779 #  - "CFS_OPT"
26780   layout:
26781     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
26782     layout: "plot-throughput-speedup-analysis"
26783
26784 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
26785 -
26786   type: "plot"
26787   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26788   algorithm: "plot_throughput_speedup_analysis"
26789   output-file-type: ".html"
26790   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26791   data: "plot-throughput-speedup-analysis-3n-hsw"
26792   filter: "'NIC_Intel-X520-DA2' and
26793            '64B' and
26794            'NDRPDR' and
26795            ('ETH' or 'DOT1Q') and
26796            ('L2BDMACLRN' or 'L2XCFWD') and
26797            'VHOST_1024' and
26798            not 'CFS_OPT' and
26799            not 'VXLAN' and
26800            not 'IP4FWD' and
26801            not 'LBOND'"
26802   parameters:
26803   - "throughput"
26804   - "parent"
26805   - "tags"
26806 #  sort:
26807 #  - "1VM"
26808 #  - "L2XCFWD"
26809 #  - "1VM"
26810 #  - "L2BDMACLRN"
26811   layout:
26812     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
26813     layout: "plot-throughput-speedup-analysis"
26814
26815 -
26816   type: "plot"
26817   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
26818   algorithm: "plot_throughput_speedup_analysis"
26819   output-file-type: ".html"
26820   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
26821   data: "plot-throughput-speedup-analysis-3n-hsw"
26822   filter: "'NIC_Intel-X520-DA2' and
26823            '64B' and
26824            'NDRPDR' and
26825            ('ETH' or 'DOT1Q') and
26826            ('L2BDMACLRN' or 'L2XCFWD') and
26827            'VHOST_1024' and
26828            not 'CFS_OPT' and
26829            not 'VXLAN' and
26830            not 'IP4FWD' and
26831            not 'LBOND'"
26832   parameters:
26833   - "throughput"
26834   - "parent"
26835   - "tags"
26836 #  sort:
26837 #  - "1VM"
26838 #  - "L2XCFWD"
26839 #  - "1VM"
26840 #  - "L2BDMACLRN"
26841   layout:
26842     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
26843     layout: "plot-throughput-speedup-analysis"
26844
26845 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
26846 -
26847   type: "plot"
26848   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26849   algorithm: "plot_throughput_speedup_analysis"
26850   output-file-type: ".html"
26851   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26852   data: "plot-throughput-speedup-analysis-3n-hsw"
26853   filter: "'NIC_Intel-X710' and
26854            '64B' and
26855            'NDRPDR' and
26856            'ETH' and
26857            'IP4FWD' and
26858            'VHOST_1024' and
26859            not 'VXLAN' and
26860            not 'DOT1Q'"
26861   parameters:
26862   - "throughput"
26863   - "parent"
26864   - "tags"
26865   sort:
26866   - "not CFS_OPT"
26867   - "1VM"
26868   - "2VM"
26869   layout:
26870     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
26871     layout: "plot-throughput-speedup-analysis"
26872
26873 -
26874   type: "plot"
26875   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26876   algorithm: "plot_throughput_speedup_analysis"
26877   output-file-type: ".html"
26878   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26879   data: "plot-throughput-speedup-analysis-3n-hsw"
26880   filter: "'NIC_Intel-X710' and
26881            '64B' and
26882            'NDRPDR' and
26883            'ETH' and
26884            'IP4FWD' and
26885            'VHOST_1024' and
26886            not 'VXLAN' and
26887            not 'DOT1Q'"
26888   parameters:
26889   - "throughput"
26890   - "parent"
26891   - "tags"
26892   sort:
26893   - "not CFS_OPT"
26894   - "1VM"
26895   - "2VM"
26896   layout:
26897     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
26898     layout: "plot-throughput-speedup-analysis"
26899
26900 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
26901 -
26902   type: "plot"
26903   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26904   algorithm: "plot_throughput_speedup_analysis"
26905   output-file-type: ".html"
26906   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26907   data: "plot-throughput-speedup-analysis-3n-hsw"
26908   filter: "'NIC_Intel-X710' and
26909            '64B' and
26910            'NDRPDR' and
26911            ('ETH' or 'DOT1Q') and
26912            'L2BDMACLRN' and
26913            'VHOST_1024' and
26914            not 'VXLAN' and
26915            not 'IP4FWD' and
26916            not '2VM'"
26917   parameters:
26918   - "throughput"
26919   - "parent"
26920   - "tags"
26921 #  sort:
26922 #  - "VM"  # "not CFS_OPT"
26923 #  - "CFS_OPT"
26924 #  - "FIB_10K"
26925 #  - "FIB_100K"
26926 #  - "FIB_1M"
26927   layout:
26928     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26929     layout: "plot-throughput-speedup-analysis"
26930
26931 -
26932   type: "plot"
26933   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26934   algorithm: "plot_throughput_speedup_analysis"
26935   output-file-type: ".html"
26936   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26937   data: "plot-throughput-speedup-analysis-3n-hsw"
26938   filter: "'NIC_Intel-X710' and
26939            '64B' and
26940            'NDRPDR' and
26941            ('ETH' or 'DOT1Q') and
26942            'L2BDMACLRN' and
26943            'VHOST_1024' and
26944            not 'VXLAN' and
26945            not 'IP4FWD' and
26946            not '2VM'"
26947   parameters:
26948   - "throughput"
26949   - "parent"
26950   - "tags"
26951 #  sort:
26952 #  - "VM"  # "not CFS_OPT"
26953 #  - "CFS_OPT"
26954 #  - "FIB_10K"
26955 #  - "FIB_100K"
26956 #  - "FIB_1M"
26957   layout:
26958     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26959     layout: "plot-throughput-speedup-analysis"
26960
26961 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
26962 -
26963   type: "plot"
26964   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
26965   algorithm: "plot_throughput_speedup_analysis"
26966   output-file-type: ".html"
26967   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
26968   data: "plot-throughput-speedup-analysis-3n-hsw"
26969   filter: "'NIC_Intel-X710' and
26970            '64B' and
26971            'NDRPDR' and
26972            ('ETH' or 'DOT1Q') and
26973            'BASE' and
26974            ('L2BDMACLRN' or 'L2XCFWD') and
26975            'VHOST_1024' and
26976            not 'VXLAN' and
26977            not 'IP4FWD' and
26978            not '2VM'"
26979   parameters:
26980   - "throughput"
26981   - "parent"
26982   - "tags"
26983 #  sort:
26984 #  - "not CFS_OPT"
26985 #  - "L2XCFWD"
26986 #  - "not CFS_OPT"
26987 #  - "CFS_OPT"
26988   layout:
26989     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
26990     layout: "plot-throughput-speedup-analysis"
26991
26992 -
26993   type: "plot"
26994   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
26995   algorithm: "plot_throughput_speedup_analysis"
26996   output-file-type: ".html"
26997   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
26998   data: "plot-throughput-speedup-analysis-3n-hsw"
26999   filter: "'NIC_Intel-X710' and
27000            '64B' and
27001            'NDRPDR' and
27002            ('ETH' or 'DOT1Q') and
27003            'BASE' and
27004            ('L2BDMACLRN' or 'L2XCFWD') and
27005            'VHOST_1024' and
27006            not 'VXLAN' and
27007            not 'IP4FWD' and
27008            not '2VM'"
27009   parameters:
27010   - "throughput"
27011   - "parent"
27012   - "tags"
27013 #  sort:
27014 #  - "not CFS_OPT"
27015 #  - "L2XCFWD"
27016 #  - "not CFS_OPT"
27017 #  - "CFS_OPT"
27018   layout:
27019     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
27020     layout: "plot-throughput-speedup-analysis"
27021
27022 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27023 -
27024   type: "plot"
27025   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27026   algorithm: "plot_throughput_speedup_analysis"
27027   output-file-type: ".html"
27028   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
27029   data: "plot-throughput-speedup-analysis-3n-hsw"
27030   filter: "'NIC_Intel-X710' and
27031            '64B' and
27032            'NDRPDR' and
27033            ('ETH' or 'DOT1Q') and
27034            ('L2BDMACLRN' or 'L2XCFWD') and
27035            'VHOST_1024' and
27036            not 'CFS_OPT' and
27037            not 'VXLAN' and
27038            not 'IP4FWD' and
27039            not 'LBOND'"
27040   parameters:
27041   - "throughput"
27042   - "parent"
27043   - "tags"
27044 #  sort:
27045 #  - "1VM"
27046 #  - "L2XCFWD"
27047 #  - "1VM"
27048 #  - "L2BDMACLRN"
27049   layout:
27050     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
27051     layout: "plot-throughput-speedup-analysis"
27052
27053 -
27054   type: "plot"
27055   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27056   algorithm: "plot_throughput_speedup_analysis"
27057   output-file-type: ".html"
27058   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
27059   data: "plot-throughput-speedup-analysis-3n-hsw"
27060   filter: "'NIC_Intel-X710' and
27061            '64B' and
27062            'NDRPDR' and
27063            ('ETH' or 'DOT1Q') and
27064            ('L2BDMACLRN' or 'L2XCFWD') and
27065            'VHOST_1024' and
27066            not 'CFS_OPT' and
27067            not 'VXLAN' and
27068            not 'IP4FWD' and
27069            not 'LBOND'"
27070   parameters:
27071   - "throughput"
27072   - "parent"
27073   - "tags"
27074 #  sort:
27075 #  - "1VM"
27076 #  - "L2XCFWD"
27077 #  - "1VM"
27078 #  - "L2BDMACLRN"
27079   layout:
27080     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
27081     layout: "plot-throughput-speedup-analysis"
27082
27083 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
27084 -
27085   type: "plot"
27086   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27087   algorithm: "plot_throughput_speedup_analysis"
27088   output-file-type: ".html"
27089   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27090   data: "plot-throughput-speedup-analysis-3n-hsw"
27091   filter: "'NIC_Intel-XL710' and
27092            '64B' and
27093            'NDRPDR' and
27094            'ETH' and
27095            'IP4FWD' and
27096            'VHOST_1024' and
27097            not 'VXLAN' and
27098            not 'DOT1Q'"
27099   parameters:
27100   - "throughput"
27101   - "parent"
27102   - "tags"
27103   sort:
27104   - "not CFS_OPT"
27105   - "1VM"
27106   - "2VM"
27107   layout:
27108     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
27109     layout: "plot-throughput-speedup-analysis"
27110
27111 -
27112   type: "plot"
27113   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27114   algorithm: "plot_throughput_speedup_analysis"
27115   output-file-type: ".html"
27116   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27117   data: "plot-throughput-speedup-analysis-3n-hsw"
27118   filter: "'NIC_Intel-XL710' and
27119            '64B' and
27120            'NDRPDR' and
27121            'ETH' and
27122            'IP4FWD' and
27123            'VHOST_1024' and
27124            not 'VXLAN' and
27125            not 'DOT1Q'"
27126   parameters:
27127   - "throughput"
27128   - "parent"
27129   - "tags"
27130   sort:
27131   - "not CFS_OPT"
27132   - "1VM"
27133   - "2VM"
27134   layout:
27135     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
27136     layout: "plot-throughput-speedup-analysis"
27137
27138 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
27139 -
27140   type: "plot"
27141   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27142   algorithm: "plot_throughput_speedup_analysis"
27143   output-file-type: ".html"
27144   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
27145   data: "plot-throughput-speedup-analysis-3n-hsw"
27146   filter: "'NIC_Intel-XL710' and
27147            '64B' and
27148            'NDRPDR' and
27149            ('ETH' or 'DOT1Q') and
27150            'L2BDMACLRN' and
27151            'VHOST_1024' and
27152            not 'VXLAN' and
27153            not 'IP4FWD' and
27154            not '2VM'"
27155   parameters:
27156   - "throughput"
27157   - "parent"
27158   - "tags"
27159 #  sort:
27160 #  - "VM"  # "not CFS_OPT"
27161 #  - "CFS_OPT"
27162 #  - "FIB_10K"
27163 #  - "FIB_100K"
27164 #  - "FIB_1M"
27165   layout:
27166     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
27167     layout: "plot-throughput-speedup-analysis"
27168
27169 -
27170   type: "plot"
27171   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27172   algorithm: "plot_throughput_speedup_analysis"
27173   output-file-type: ".html"
27174   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
27175   data: "plot-throughput-speedup-analysis-3n-hsw"
27176   filter: "'NIC_Intel-XL710' and
27177            '64B' and
27178            'NDRPDR' and
27179            ('ETH' or 'DOT1Q') and
27180            'L2BDMACLRN' and
27181            'VHOST_1024' and
27182            not 'VXLAN' and
27183            not 'IP4FWD' and
27184            not '2VM'"
27185   parameters:
27186   - "throughput"
27187   - "parent"
27188   - "tags"
27189 #  sort:
27190 #  - "VM"  # "not CFS_OPT"
27191 #  - "CFS_OPT"
27192 #  - "FIB_10K"
27193 #  - "FIB_100K"
27194 #  - "FIB_1M"
27195   layout:
27196     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
27197     layout: "plot-throughput-speedup-analysis"
27198
27199 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
27200 -
27201   type: "plot"
27202   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
27203   algorithm: "plot_throughput_speedup_analysis"
27204   output-file-type: ".html"
27205   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
27206   data: "plot-throughput-speedup-analysis-3n-hsw"
27207   filter: "'NIC_Intel-XL710' and
27208            '64B' and
27209            'NDRPDR' and
27210            ('ETH' or 'DOT1Q') and
27211            'BASE' and
27212            ('L2BDMACLRN' or 'L2XCFWD') and
27213            'VHOST_1024' and
27214            not 'VXLAN' and
27215            not 'IP4FWD' and
27216            not '2VM'"
27217   parameters:
27218   - "throughput"
27219   - "parent"
27220   - "tags"
27221 #  sort:
27222 #  - "not CFS_OPT"
27223 #  - "L2XCFWD"
27224 #  - "not CFS_OPT"
27225 #  - "CFS_OPT"
27226   layout:
27227     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
27228     layout: "plot-throughput-speedup-analysis"
27229
27230 -
27231   type: "plot"
27232   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
27233   algorithm: "plot_throughput_speedup_analysis"
27234   output-file-type: ".html"
27235   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
27236   data: "plot-throughput-speedup-analysis-3n-hsw"
27237   filter: "'NIC_Intel-XL710' and
27238            '64B' and
27239            'NDRPDR' and
27240            ('ETH' or 'DOT1Q') and
27241            'BASE' and
27242            ('L2BDMACLRN' or 'L2XCFWD') and
27243            'VHOST_1024' and
27244            not 'VXLAN' and
27245            not 'IP4FWD' and
27246            not '2VM'"
27247   parameters:
27248   - "throughput"
27249   - "parent"
27250   - "tags"
27251 #  sort:
27252 #  - "not CFS_OPT"
27253 #  - "L2XCFWD"
27254 #  - "not CFS_OPT"
27255 #  - "CFS_OPT"
27256   layout:
27257     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
27258     layout: "plot-throughput-speedup-analysis"
27259
27260 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
27261 -
27262   type: "plot"
27263   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
27264   algorithm: "plot_throughput_speedup_analysis"
27265   output-file-type: ".html"
27266   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
27267   data: "plot-throughput-speedup-analysis-3n-hsw"
27268   filter: "'NIC_Intel-XL710' and
27269            '64B' and
27270            'NDRPDR' and
27271            ('ETH' or 'DOT1Q') and
27272            ('L2BDMACLRN' or 'L2XCFWD') and
27273            'VHOST_1024' and
27274            not 'CFS_OPT' and
27275            not 'VXLAN' and
27276            not 'IP4FWD'"
27277   parameters:
27278   - "throughput"
27279   - "parent"
27280   - "tags"
27281 #  sort:
27282 #  - "1VM"
27283 #  - "L2XCFWD"
27284 #  - "1VM"
27285 #  - "L2BDMACLRN"
27286   layout:
27287     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
27288     layout: "plot-throughput-speedup-analysis"
27289
27290 -
27291   type: "plot"
27292   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
27293   algorithm: "plot_throughput_speedup_analysis"
27294   output-file-type: ".html"
27295   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
27296   data: "plot-throughput-speedup-analysis-3n-hsw"
27297   filter: "'NIC_Intel-XL710' and
27298            '64B' and
27299            'NDRPDR' and
27300            ('ETH' or 'DOT1Q') and
27301            ('L2BDMACLRN' or 'L2XCFWD') and
27302            'VHOST_1024' and
27303            not 'CFS_OPT' and
27304            not 'VXLAN' and
27305            not 'IP4FWD'"
27306   parameters:
27307   - "throughput"
27308   - "parent"
27309   - "tags"
27310 #  sort:
27311 #  - "1VM"
27312 #  - "L2XCFWD"
27313 #  - "1VM"
27314 #  - "L2BDMACLRN"
27315   layout:
27316     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
27317     layout: "plot-throughput-speedup-analysis"
27318
27319 # Packet Speedup - VPP vhost ip4 3n-skx-x710
27320 -
27321   type: "plot"
27322   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27323   algorithm: "plot_throughput_speedup_analysis"
27324   output-file-type: ".html"
27325   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27326   data: "plot-throughput-speedup-analysis-3n-skx"
27327   filter: "'NIC_Intel-X710' and
27328            '64B' and
27329            'NDRPDR' and
27330            'ETH' and
27331            'IP4FWD' and
27332            'VHOST_1024' and
27333            not 'VXLAN' and
27334            not 'DOT1Q'"
27335   parameters:
27336   - "throughput"
27337   - "parent"
27338   - "tags"
27339   sort:
27340   - "not CFS_OPT"
27341   - "1VM"
27342   - "2VM"
27343   layout:
27344     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
27345     layout: "plot-throughput-speedup-analysis"
27346
27347 -
27348   type: "plot"
27349   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27350   algorithm: "plot_throughput_speedup_analysis"
27351   output-file-type: ".html"
27352   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27353   data: "plot-throughput-speedup-analysis-3n-skx"
27354   filter: "'NIC_Intel-X710' and
27355            '64B' and
27356            'NDRPDR' and
27357            'ETH' and
27358            'IP4FWD' and
27359            'VHOST_1024' and
27360            not 'VXLAN' and
27361            not 'DOT1Q'"
27362   parameters:
27363   - "throughput"
27364   - "parent"
27365   - "tags"
27366   sort:
27367   - "not CFS_OPT"
27368   - "1VM"
27369   - "2VM"
27370   layout:
27371     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
27372     layout: "plot-throughput-speedup-analysis"
27373
27374 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
27375 -
27376   type: "plot"
27377   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27378   algorithm: "plot_throughput_speedup_analysis"
27379   output-file-type: ".html"
27380   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27381   data: "plot-throughput-speedup-analysis-3n-skx"
27382   filter: "'NIC_Intel-X710' and
27383            '64B' and
27384            'NDRPDR' and
27385            ('ETH' or 'DOT1Q') and
27386            'L2BDMACLRN' and
27387            'VHOST_1024' and
27388            not 'VXLAN' and
27389            not 'IP4FWD' and
27390            not '2VM'"
27391   parameters:
27392   - "throughput"
27393   - "parent"
27394   - "tags"
27395 #  sort:
27396 #  - "VM"  # "not CFS_OPT"
27397 #  - "CFS_OPT"
27398 #  - "FIB_10K"
27399 #  - "FIB_100K"
27400 #  - "FIB_1M"
27401   layout:
27402     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
27403     layout: "plot-throughput-speedup-analysis"
27404
27405 -
27406   type: "plot"
27407   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27408   algorithm: "plot_throughput_speedup_analysis"
27409   output-file-type: ".html"
27410   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27411   data: "plot-throughput-speedup-analysis-3n-skx"
27412   filter: "'NIC_Intel-X710' and
27413            '64B' and
27414            'NDRPDR' and
27415            ('ETH' or 'DOT1Q') and
27416            'L2BDMACLRN' and
27417            'VHOST_1024' and
27418            not 'VXLAN' and
27419            not 'IP4FWD' and
27420            not '2VM'"
27421   parameters:
27422   - "throughput"
27423   - "parent"
27424   - "tags"
27425 #  sort:
27426 #  - "VM"  # "not CFS_OPT"
27427 #  - "CFS_OPT"
27428 #  - "FIB_10K"
27429 #  - "FIB_100K"
27430 #  - "FIB_1M"
27431   layout:
27432     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
27433     layout: "plot-throughput-speedup-analysis"
27434
27435 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
27436 -
27437   type: "plot"
27438   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
27439   algorithm: "plot_throughput_speedup_analysis"
27440   output-file-type: ".html"
27441   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
27442   data: "plot-throughput-speedup-analysis-3n-skx"
27443   filter: "'NIC_Intel-X710' and
27444            '64B' and
27445            'NDRPDR' and
27446            ('ETH' or 'DOT1Q') and
27447            'BASE' and
27448            ('L2BDMACLRN' or 'L2XCFWD') and
27449            'VHOST_1024' and
27450            not 'VXLAN' and
27451            not 'IP4FWD' and
27452            not '2VM' and
27453            not 'LBOND'"
27454   parameters:
27455   - "throughput"
27456   - "parent"
27457   - "tags"
27458 #  sort:
27459 #  - "not CFS_OPT"
27460 #  - "L2XCFWD"
27461 #  - "not CFS_OPT"
27462 #  - "CFS_OPT"
27463   layout:
27464     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
27465     layout: "plot-throughput-speedup-analysis"
27466
27467 -
27468   type: "plot"
27469   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
27470   algorithm: "plot_throughput_speedup_analysis"
27471   output-file-type: ".html"
27472   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
27473   data: "plot-throughput-speedup-analysis-3n-skx"
27474   filter: "'NIC_Intel-X710' and
27475            '64B' and
27476            'NDRPDR' and
27477            ('ETH' or 'DOT1Q') and
27478            'BASE' and
27479            ('L2BDMACLRN' or 'L2XCFWD') and
27480            'VHOST_1024' and
27481            not 'VXLAN' and
27482            not 'IP4FWD' and
27483            not '2VM' and
27484            not 'LBOND'"
27485   parameters:
27486   - "throughput"
27487   - "parent"
27488   - "tags"
27489 #  sort:
27490 #  - "not CFS_OPT"
27491 #  - "L2XCFWD"
27492 #  - "not CFS_OPT"
27493 #  - "CFS_OPT"
27494   layout:
27495     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
27496     layout: "plot-throughput-speedup-analysis"
27497
27498 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
27499 -
27500   type: "plot"
27501   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
27502   algorithm: "plot_throughput_speedup_analysis"
27503   output-file-type: ".html"
27504   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
27505   data: "plot-throughput-speedup-analysis-3n-skx"
27506   filter: "'NIC_Intel-X710' and
27507            '64B' and
27508            'NDRPDR' and
27509            ('ETH' or 'DOT1Q') and
27510            ('L2BDMACLRN' or 'L2XCFWD') and
27511            'VHOST_1024' and
27512            not 'CFS_OPT' and
27513            not 'VXLAN' and
27514            not 'IP4FWD' and
27515            not 'LBOND'"
27516   parameters:
27517   - "throughput"
27518   - "parent"
27519   - "tags"
27520 #  sort:
27521 #  - "1VM"
27522 #  - "L2XCFWD"
27523 #  - "1VM"
27524 #  - "L2BDMACLRN"
27525   layout:
27526     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
27527     layout: "plot-throughput-speedup-analysis"
27528
27529 -
27530   type: "plot"
27531   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
27532   algorithm: "plot_throughput_speedup_analysis"
27533   output-file-type: ".html"
27534   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
27535   data: "plot-throughput-speedup-analysis-3n-skx"
27536   filter: "'NIC_Intel-X710' and
27537            '64B' and
27538            'NDRPDR' and
27539            ('ETH' or 'DOT1Q') and
27540            ('L2BDMACLRN' or 'L2XCFWD') and
27541            'VHOST_1024' and
27542            not 'CFS_OPT' and
27543            not 'VXLAN' and
27544            not 'IP4FWD' and
27545            not 'LBOND'"
27546   parameters:
27547   - "throughput"
27548   - "parent"
27549   - "tags"
27550 #  sort:
27551 #  - "1VM"
27552 #  - "L2XCFWD"
27553 #  - "1VM"
27554 #  - "L2BDMACLRN"
27555   layout:
27556     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
27557     layout: "plot-throughput-speedup-analysis"
27558
27559 # Packet Speedup - VPP vhost ip4 2n-skx-x710
27560 -
27561   type: "plot"
27562   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27563   algorithm: "plot_throughput_speedup_analysis"
27564   output-file-type: ".html"
27565   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27566   data: "plot-throughput-speedup-analysis-2n-skx"
27567   filter: "'NIC_Intel-X710' and
27568            '64B' and
27569            'NDRPDR' and
27570            'ETH' and
27571            'IP4FWD' and
27572            'VHOST_1024' and
27573            not 'VXLAN' and
27574            not 'DOT1Q'"
27575   parameters:
27576   - "throughput"
27577   - "parent"
27578   - "tags"
27579   sort:
27580   - "not CFS_OPT"
27581   - "1VM"
27582   - "2VM"
27583   layout:
27584     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
27585     layout: "plot-throughput-speedup-analysis"
27586
27587 -
27588   type: "plot"
27589   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27590   algorithm: "plot_throughput_speedup_analysis"
27591   output-file-type: ".html"
27592   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27593   data: "plot-throughput-speedup-analysis-2n-skx"
27594   filter: "'NIC_Intel-X710' and
27595            '64B' and
27596            'NDRPDR' and
27597            'ETH' and
27598            'IP4FWD' and
27599            'VHOST_1024' and
27600            not 'VXLAN' and
27601            not 'DOT1Q'"
27602   parameters:
27603   - "throughput"
27604   - "parent"
27605   - "tags"
27606   sort:
27607   - "not CFS_OPT"
27608   - "1VM"
27609   - "2VM"
27610   layout:
27611     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
27612     layout: "plot-throughput-speedup-analysis"
27613
27614 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
27615 -
27616   type: "plot"
27617   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27618   algorithm: "plot_throughput_speedup_analysis"
27619   output-file-type: ".html"
27620   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27621   data: "plot-throughput-speedup-analysis-2n-skx"
27622   filter: "'NIC_Intel-X710' and
27623            '64B' and
27624            'NDRPDR' and
27625            ('ETH' or 'DOT1Q') and
27626            'L2BDMACLRN' and
27627            'VHOST_1024' and
27628            not 'VXLAN' and
27629            not 'IP4FWD' and
27630            not '2VM'"
27631   parameters:
27632   - "throughput"
27633   - "parent"
27634   - "tags"
27635 #  sort:
27636 #  - "VM"  # "not CFS_OPT"
27637 #  - "CFS_OPT"
27638 #  - "FIB_10K"
27639 #  - "FIB_100K"
27640 #  - "FIB_1M"
27641   layout:
27642     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
27643     layout: "plot-throughput-speedup-analysis"
27644
27645 -
27646   type: "plot"
27647   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27648   algorithm: "plot_throughput_speedup_analysis"
27649   output-file-type: ".html"
27650   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27651   data: "plot-throughput-speedup-analysis-2n-skx"
27652   filter: "'NIC_Intel-X710' and
27653            '64B' and
27654            'NDRPDR' and
27655            ('ETH' or 'DOT1Q') and
27656            'L2BDMACLRN' and
27657            'VHOST_1024' and
27658            not 'VXLAN' and
27659            not 'IP4FWD' and
27660            not '2VM'"
27661   parameters:
27662   - "throughput"
27663   - "parent"
27664   - "tags"
27665 #  sort:
27666 #  - "VM"  # "not CFS_OPT"
27667 #  - "CFS_OPT"
27668 #  - "FIB_10K"
27669 #  - "FIB_100K"
27670 #  - "FIB_1M"
27671   layout:
27672     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
27673     layout: "plot-throughput-speedup-analysis"
27674
27675 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
27676 -
27677   type: "plot"
27678   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
27679   algorithm: "plot_throughput_speedup_analysis"
27680   output-file-type: ".html"
27681   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
27682   data: "plot-throughput-speedup-analysis-2n-skx"
27683   filter: "'NIC_Intel-X710' and
27684            '64B' and
27685            'NDRPDR' and
27686            ('ETH' or 'DOT1Q') and
27687            'BASE' and
27688            ('L2BDMACLRN' or 'L2XCFWD') and
27689            'VHOST_1024' and
27690            not 'VXLAN' and
27691            not 'IP4FWD' and
27692            not '2VM'"
27693   parameters:
27694   - "throughput"
27695   - "parent"
27696   - "tags"
27697 #  sort:
27698 #  - "not CFS_OPT"
27699 #  - "L2XCFWD"
27700 #  - "not CFS_OPT"
27701 #  - "CFS_OPT"
27702   layout:
27703     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
27704     layout: "plot-throughput-speedup-analysis"
27705
27706 -
27707   type: "plot"
27708   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
27709   algorithm: "plot_throughput_speedup_analysis"
27710   output-file-type: ".html"
27711   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
27712   data: "plot-throughput-speedup-analysis-2n-skx"
27713   filter: "'NIC_Intel-X710' and
27714            '64B' and
27715            'NDRPDR' and
27716            ('ETH' or 'DOT1Q') and
27717            'BASE' and
27718            ('L2BDMACLRN' or 'L2XCFWD') and
27719            'VHOST_1024' and
27720            not 'VXLAN' and
27721            not 'IP4FWD' and
27722            not '2VM'"
27723   parameters:
27724   - "throughput"
27725   - "parent"
27726   - "tags"
27727 #  sort:
27728 #  - "not CFS_OPT"
27729 #  - "L2XCFWD"
27730 #  - "not CFS_OPT"
27731 #  - "CFS_OPT"
27732   layout:
27733     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
27734     layout: "plot-throughput-speedup-analysis"
27735
27736 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
27737 -
27738   type: "plot"
27739   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27740   algorithm: "plot_throughput_speedup_analysis"
27741   output-file-type: ".html"
27742   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27743   data: "plot-throughput-speedup-analysis-2n-skx"
27744   filter: "'NIC_Intel-X710' and
27745            '64B' and
27746            'NDRPDR' and
27747            ('ETH' or 'DOT1Q') and
27748            ('L2BDMACLRN' or 'L2XCFWD') and
27749            'VHOST_1024' and
27750            not 'CFS_OPT' and
27751            not 'VXLAN' and
27752            not 'IP4FWD'"
27753   parameters:
27754   - "throughput"
27755   - "parent"
27756   - "tags"
27757 #  sort:
27758 #  - "1VM"
27759 #  - "L2XCFWD"
27760 #  - "1VM"
27761 #  - "L2BDMACLRN"
27762   layout:
27763     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
27764     layout: "plot-throughput-speedup-analysis"
27765
27766 -
27767   type: "plot"
27768   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27769   algorithm: "plot_throughput_speedup_analysis"
27770   output-file-type: ".html"
27771   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27772   data: "plot-throughput-speedup-analysis-2n-skx"
27773   filter: "'NIC_Intel-X710' and
27774            '64B' and
27775            'NDRPDR' and
27776            ('ETH' or 'DOT1Q') and
27777            ('L2BDMACLRN' or 'L2XCFWD') and
27778            'VHOST_1024' and
27779            not 'CFS_OPT' and
27780            not 'VXLAN' and
27781            not 'IP4FWD'"
27782   parameters:
27783   - "throughput"
27784   - "parent"
27785   - "tags"
27786 #  sort:
27787 #  - "1VM"
27788 #  - "L2XCFWD"
27789 #  - "1VM"
27790 #  - "L2BDMACLRN"
27791   layout:
27792     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
27793     layout: "plot-throughput-speedup-analysis"
27794
27795 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
27796 -
27797   type: "plot"
27798   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27799   algorithm: "plot_throughput_speedup_analysis"
27800   output-file-type: ".html"
27801   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27802   data: "plot-throughput-speedup-analysis-2n-skx"
27803   filter: "'NIC_Intel-XXV710' and
27804            '64B' and
27805            'NDRPDR' and
27806            'ETH' and
27807            'IP4FWD' and
27808            'VHOST_1024' and
27809            not 'VXLAN' and
27810            not 'DOT1Q'"
27811   parameters:
27812   - "throughput"
27813   - "parent"
27814   - "tags"
27815   sort:
27816   - "not CFS_OPT"
27817   - "1VM"
27818   - "2VM"
27819   layout:
27820     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
27821     layout: "plot-throughput-speedup-analysis"
27822
27823 -
27824   type: "plot"
27825   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27826   algorithm: "plot_throughput_speedup_analysis"
27827   output-file-type: ".html"
27828   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27829   data: "plot-throughput-speedup-analysis-2n-skx"
27830   filter: "'NIC_Intel-XXV710' and
27831            '64B' and
27832            'NDRPDR' and
27833            'ETH' and
27834            'IP4FWD' and
27835            'VHOST_1024' and
27836            not 'VXLAN' and
27837            not 'DOT1Q'"
27838   parameters:
27839   - "throughput"
27840   - "parent"
27841   - "tags"
27842   sort:
27843   - "not CFS_OPT"
27844   - "1VM"
27845   - "2VM"
27846   layout:
27847     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
27848     layout: "plot-throughput-speedup-analysis"
27849
27850 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
27851 -
27852   type: "plot"
27853   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27854   algorithm: "plot_throughput_speedup_analysis"
27855   output-file-type: ".html"
27856   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27857   data: "plot-throughput-speedup-analysis-2n-skx"
27858   filter: "'NIC_Intel-XXV710' and
27859            '64B' and
27860            'NDRPDR' and
27861            ('ETH' or 'DOT1Q') and
27862            'L2BDMACLRN' and
27863            'VHOST_1024' and
27864            not 'VXLAN' and
27865            not 'IP4FWD' and
27866            not '2VM'"
27867   parameters:
27868   - "throughput"
27869   - "parent"
27870   - "tags"
27871 #  sort:
27872 #  - "VM"  # "not CFS_OPT"
27873 #  - "CFS_OPT"
27874 #  - "FIB_10K"
27875 #  - "FIB_100K"
27876 #  - "FIB_1M"
27877   layout:
27878     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
27879     layout: "plot-throughput-speedup-analysis"
27880
27881 -
27882   type: "plot"
27883   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27884   algorithm: "plot_throughput_speedup_analysis"
27885   output-file-type: ".html"
27886   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27887   data: "plot-throughput-speedup-analysis-2n-skx"
27888   filter: "'NIC_Intel-XXV710' and
27889            '64B' and
27890            'NDRPDR' and
27891            ('ETH' or 'DOT1Q') and
27892            'L2BDMACLRN' and
27893            'VHOST_1024' and
27894            not 'VXLAN' and
27895            not 'IP4FWD' and
27896            not '2VM'"
27897   parameters:
27898   - "throughput"
27899   - "parent"
27900   - "tags"
27901 #  sort:
27902 #  - "VM"  # "not CFS_OPT"
27903 #  - "CFS_OPT"
27904 #  - "FIB_10K"
27905 #  - "FIB_100K"
27906 #  - "FIB_1M"
27907   layout:
27908     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
27909     layout: "plot-throughput-speedup-analysis"
27910
27911 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
27912 -
27913   type: "plot"
27914   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
27915   algorithm: "plot_throughput_speedup_analysis"
27916   output-file-type: ".html"
27917   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
27918   data: "plot-throughput-speedup-analysis-2n-skx"
27919   filter: "'NIC_Intel-XXV710' and
27920            '64B' and
27921            'NDRPDR' and
27922            ('ETH' or 'DOT1Q') and
27923            'BASE' and
27924            ('L2BDMACLRN' or 'L2XCFWD') and
27925            'VHOST_1024' and
27926            not 'VXLAN' and
27927            not 'IP4FWD' and
27928            not '2VM'"
27929   parameters:
27930   - "throughput"
27931   - "parent"
27932   - "tags"
27933 #  sort:
27934 #  - "not CFS_OPT"
27935 #  - "L2XCFWD"
27936 #  - "not CFS_OPT"
27937 #  - "CFS_OPT"
27938   layout:
27939     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
27940     layout: "plot-throughput-speedup-analysis"
27941
27942 -
27943   type: "plot"
27944   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
27945   algorithm: "plot_throughput_speedup_analysis"
27946   output-file-type: ".html"
27947   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
27948   data: "plot-throughput-speedup-analysis-2n-skx"
27949   filter: "'NIC_Intel-XXV710' and
27950            '64B' and
27951            'NDRPDR' and
27952            ('ETH' or 'DOT1Q') and
27953            'BASE' and
27954            ('L2BDMACLRN' or 'L2XCFWD') and
27955            'VHOST_1024' and
27956            not 'VXLAN' and
27957            not 'IP4FWD' and
27958            not '2VM'"
27959   parameters:
27960   - "throughput"
27961   - "parent"
27962   - "tags"
27963 #  sort:
27964 #  - "not CFS_OPT"
27965 #  - "L2XCFWD"
27966 #  - "not CFS_OPT"
27967 #  - "CFS_OPT"
27968   layout:
27969     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
27970     layout: "plot-throughput-speedup-analysis"
27971
27972 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
27973 -
27974   type: "plot"
27975   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27976   algorithm: "plot_throughput_speedup_analysis"
27977   output-file-type: ".html"
27978   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27979   data: "plot-throughput-speedup-analysis-2n-skx"
27980   filter: "'NIC_Intel-XXV710' and
27981            '64B' and
27982            'NDRPDR' and
27983            ('ETH' or 'DOT1Q') and
27984            ('L2BDMACLRN' or 'L2XCFWD') and
27985            'VHOST_1024' and
27986            not 'CFS_OPT' and
27987            not 'VXLAN' and
27988            not 'IP4FWD'"
27989   parameters:
27990   - "throughput"
27991   - "parent"
27992   - "tags"
27993 #  sort:
27994 #  - "1VM"
27995 #  - "L2XCFWD"
27996 #  - "1VM"
27997 #  - "L2BDMACLRN"
27998   layout:
27999     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
28000     layout: "plot-throughput-speedup-analysis"
28001
28002 -
28003   type: "plot"
28004   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28005   algorithm: "plot_throughput_speedup_analysis"
28006   output-file-type: ".html"
28007   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
28008   data: "plot-throughput-speedup-analysis-2n-skx"
28009   filter: "'NIC_Intel-XXV710' and
28010            '64B' and
28011            'NDRPDR' and
28012            ('ETH' or 'DOT1Q') and
28013            ('L2BDMACLRN' or 'L2XCFWD') and
28014            'VHOST_1024' and
28015            not 'CFS_OPT' and
28016            not 'VXLAN' and
28017            not 'IP4FWD'"
28018   parameters:
28019   - "throughput"
28020   - "parent"
28021   - "tags"
28022 #  sort:
28023 #  - "1VM"
28024 #  - "L2XCFWD"
28025 #  - "1VM"
28026 #  - "L2BDMACLRN"
28027   layout:
28028     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
28029     layout: "plot-throughput-speedup-analysis"
28030
28031 ################################################################################
28032
28033 # Speedup - VPP vts 3n-hsw-x520
28034 -
28035   type: "plot"
28036   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28037   algorithm: "plot_throughput_speedup_analysis"
28038   output-file-type: ".html"
28039   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
28040   data: "plot-throughput-speedup-analysis-3n-hsw"
28041   filter: "'NIC_Intel-X520-DA2' and
28042            '114B' and
28043            'NDRPDR' and
28044            'VTS'"
28045   parameters:
28046   - "throughput"
28047   - "parent"
28048   - "tags"
28049   layout:
28050     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
28051     layout: "plot-throughput-speedup-analysis"
28052
28053 -
28054   type: "plot"
28055   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28056   algorithm: "plot_throughput_speedup_analysis"
28057   output-file-type: ".html"
28058   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28059   data: "plot-throughput-speedup-analysis-3n-hsw"
28060   filter: "'NIC_Intel-X520-DA2' and
28061            '114B' and
28062            'NDRPDR' and
28063            'VTS'"
28064   parameters:
28065   - "throughput"
28066   - "parent"
28067   - "tags"
28068   layout:
28069     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
28070     layout: "plot-throughput-speedup-analysis"