Report: Set NIC limit for x553
[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: 29600000
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 ndr
1870 -
1871   type: "table"
1872   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1873   algorithm: "table_performance_comparison"
1874   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-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'"
1906   parameters:
1907   - "name"
1908   - "parent"
1909   - "throughput"
1910
1911 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr
1912 -
1913   type: "table"
1914   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1915   algorithm: "table_performance_comparison"
1916   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
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: "PDR" # "PDR" | "NDR" | "MRR"
1947   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1948   parameters:
1949   - "name"
1950   - "parent"
1951   - "throughput"
1952
1953 # VPP Comparison Across Topologies 3n-skx to 2n-skx ndr
1954 -
1955   type: "table"
1956   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx ndr"
1957   algorithm: "table_performance_comparison"
1958   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
1959   reference:
1960     title: "3-Node Skx"
1961     data:
1962       csit-vpp-perf-verify-1810-3n-skx:
1963       - 10  # NDRPDR sel
1964       - 14  # NDRPDR sel
1965       - 15  # NDRPDR sel
1966       - 16  # NDRPDR sel
1967       - 17  # NDRPDR sel
1968       - 19  # NDRPDR sel
1969       - 20  # NDRPDR sel
1970       - 21  # NDRPDR sel
1971       - 22  # NDRPDR sel
1972       - 25  # NDRPDR sel
1973   compare:
1974     title: "2-Node Skx"
1975     data:
1976       csit-vpp-perf-verify-1810-2n-skx:
1977       - 9   # NDRPDR sel
1978       - 13  # NDRPDR sel
1979       - 14  # NDRPDR sel
1980       - 19  # NDRPDR sel
1981       - 20  # NDRPDR sel
1982       - 21  # NDRPDR sel
1983       - 22  # NDRPDR sel
1984       - 23  # NDRPDR sel
1985       - 24  # NDRPDR sel
1986       - 27  # NDRPDR sel
1987   data: "vpp-compare-topologies"
1988   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1989   filter: "'NDRPDR'"
1990   parameters:
1991   - "name"
1992   - "parent"
1993   - "throughput"
1994
1995 # VPP Comparison Across Topologies 3n-skx to 2n-skx pdr
1996 -
1997   type: "table"
1998   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx pdr"
1999   algorithm: "table_performance_comparison"
2000   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
2001   reference:
2002     title: "3-Node Skx"
2003     data:
2004       csit-vpp-perf-verify-1810-3n-skx:
2005       - 10  # NDRPDR sel
2006       - 14  # NDRPDR sel
2007       - 15  # NDRPDR sel
2008       - 16  # NDRPDR sel
2009       - 17  # NDRPDR sel
2010       - 19  # NDRPDR sel
2011       - 20  # NDRPDR sel
2012       - 21  # NDRPDR sel
2013       - 22  # NDRPDR sel
2014       - 25  # NDRPDR sel
2015   compare:
2016     title: "2-Node Skx"
2017     data:
2018       csit-vpp-perf-verify-1810-2n-skx:
2019       - 9   # NDRPDR sel
2020       - 13  # NDRPDR sel
2021       - 14  # NDRPDR sel
2022       - 19  # NDRPDR sel
2023       - 20  # NDRPDR sel
2024       - 21  # NDRPDR sel
2025       - 22  # NDRPDR sel
2026       - 23  # NDRPDR sel
2027       - 24  # NDRPDR sel
2028       - 27  # NDRPDR sel
2029   data: "vpp-compare-topologies"
2030   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2031   filter: "'NDRPDR'"
2032   parameters:
2033   - "name"
2034   - "parent"
2035   - "throughput"
2036
2037 # VPP Performance Changes 3n-hsw 1t1c MRR
2038 -
2039   type: "table"
2040   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2041   algorithm: "table_performance_comparison"
2042   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2043   history:
2044     -
2045       title: "rls1804"
2046       data:
2047         csit-vpp-perf-check-1804:
2048         - 6   # mrr - sel
2049         - 13  # mrr - sel
2050         - 14  # mrr - sel
2051         - 15  # mrr - sel
2052         - 16  # mrr - sel
2053         - 17  # mrr - sel
2054         - 19  # mrr - sel
2055         - 20  # mrr - sel
2056         - 21  # mrr - sel
2057         - 22  # mrr - sel
2058   reference:
2059     title: "rls1807"
2060     data:
2061       csit-vpp-perf-verify-1807-3n-hsw:
2062       - 8   # MRR full
2063       - 9   # MRR sel
2064       - 21  # MRR sel
2065       - 31  # MRR sel
2066       - 33  # MRR sel
2067       - 36  # MRR sel
2068       - 41  # MRR sel
2069       - 42  # MRR sel
2070       - 48  # MRR sel
2071   compare:
2072     title: "rls1810"
2073     data:
2074       csit-vpp-perf-verify-1810-3n-hsw:
2075       - 9   # MRR sel
2076   data: "vpp-performance-changes-3n-hsw-mrr"
2077   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2078   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2079   parameters:
2080   - "name"
2081   - "parent"
2082   - "result"
2083
2084 # VPP Performance Changes 3n-hsw 2t2c MRR
2085 -
2086   type: "table"
2087   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2088   algorithm: "table_performance_comparison"
2089   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2090   history:
2091     -
2092       title: "rls1804"
2093       data:
2094         csit-vpp-perf-check-1804:
2095         - 6   # mrr - sel
2096         - 13  # mrr - sel
2097         - 14  # mrr - sel
2098         - 15  # mrr - sel
2099         - 16  # mrr - sel
2100         - 17  # mrr - sel
2101         - 19  # mrr - sel
2102         - 20  # mrr - sel
2103         - 21  # mrr - sel
2104         - 22  # mrr - sel
2105   reference:
2106     title: "rls1807"
2107     data:
2108       csit-vpp-perf-verify-1807-3n-hsw:
2109       - 8   # MRR full
2110       - 9   # MRR sel
2111       - 21  # MRR sel
2112       - 31  # MRR sel
2113       - 33  # MRR sel
2114       - 36  # MRR sel
2115       - 41  # MRR sel
2116       - 42  # MRR sel
2117       - 48  # MRR sel
2118   compare:
2119     title: "rls1810"
2120     data:
2121       csit-vpp-perf-verify-1810-3n-hsw:
2122       - 9   # MRR sel
2123   data: "vpp-performance-changes-3n-hsw-mrr"
2124   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2125   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2126   parameters:
2127   - "name"
2128   - "parent"
2129   - "result"
2130
2131 # VPP Performance Changes 3n-hsw 4t4c MRR
2132 -
2133   type: "table"
2134   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2135   algorithm: "table_performance_comparison"
2136   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2137   history:
2138     -
2139       title: "rls1804"
2140       data:
2141         csit-vpp-perf-check-1804:
2142         - 6   # mrr - sel
2143         - 13  # mrr - sel
2144         - 14  # mrr - sel
2145         - 15  # mrr - sel
2146         - 16  # mrr - sel
2147         - 17  # mrr - sel
2148         - 19  # mrr - sel
2149         - 20  # mrr - sel
2150         - 21  # mrr - sel
2151         - 22  # mrr - sel
2152   reference:
2153     title: "rls1807"
2154     data:
2155       csit-vpp-perf-verify-1807-3n-hsw:
2156       - 8   # MRR full
2157       - 9   # MRR sel
2158       - 21  # MRR sel
2159       - 31  # MRR sel
2160       - 33  # MRR sel
2161       - 36  # MRR sel
2162       - 41  # MRR sel
2163       - 42  # MRR sel
2164       - 48  # MRR sel
2165   compare:
2166     title: "rls1810"
2167     data:
2168       csit-vpp-perf-verify-1810-3n-hsw:
2169       - 9   # MRR sel
2170   data: "vpp-performance-changes-3n-hsw-mrr"
2171   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2172   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2173   parameters:
2174   - "name"
2175   - "parent"
2176   - "result"
2177
2178 # VPP Performance Changes 3n-skx 2t1c MRR
2179 -
2180   type: "table"
2181   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2182   algorithm: "table_performance_comparison"
2183   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2184   reference:
2185     title: "rls1807"
2186     data:
2187       csit-vpp-perf-verify-1807-3n-skx:
2188       - 28  # MRR sel
2189       - 32  # MRR sel
2190       - 36  # MRR sel
2191       - 42  # MRR sel
2192       - 47  # MRR sel
2193       - 48  # MRR sel
2194       - 51  # MRR sel
2195       - 52  # MRR sel
2196       - 53  # MRR sel
2197   compare:
2198     title: "rls1810"
2199     data:
2200       csit-vpp-perf-verify-1810-3n-skx:
2201       - 9   # MRR sel
2202       - 11  # MRR sel
2203       - 12  # MRR sel
2204       - 13  # MRR sel
2205   data: "vpp-performance-changes-3n-skx-mrr"
2206   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2207   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2208   parameters:
2209   - "name"
2210   - "parent"
2211   - "result"
2212
2213 # VPP Performance Changes 3n-skx 4t2c MRR
2214 -
2215   type: "table"
2216   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2217   algorithm: "table_performance_comparison"
2218   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2219   reference:
2220     title: "rls1807"
2221     data:
2222       csit-vpp-perf-verify-1807-3n-skx:
2223       - 28  # MRR sel
2224       - 32  # MRR sel
2225       - 36  # MRR sel
2226       - 42  # MRR sel
2227       - 47  # MRR sel
2228       - 48  # MRR sel
2229       - 51  # MRR sel
2230       - 52  # MRR sel
2231       - 53  # MRR sel
2232   compare:
2233     title: "rls1810"
2234     data:
2235       csit-vpp-perf-verify-1810-3n-skx:
2236       - 9   # MRR sel
2237       - 11  # MRR sel
2238       - 12  # MRR sel
2239       - 13  # MRR sel
2240   data: "vpp-performance-changes-3n-skx-mrr"
2241   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2242   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2243   parameters:
2244   - "name"
2245   - "parent"
2246   - "result"
2247
2248 # VPP Performance Changes 3n-skx 8t4c MRR
2249 -
2250   type: "table"
2251   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2252   algorithm: "table_performance_comparison"
2253   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2254   reference:
2255     title: "rls1807"
2256     data:
2257       csit-vpp-perf-verify-1807-3n-skx:
2258       - 28  # MRR sel
2259       - 32  # MRR sel
2260       - 36  # MRR sel
2261       - 42  # MRR sel
2262       - 47  # MRR sel
2263       - 48  # MRR sel
2264       - 51  # MRR sel
2265       - 52  # MRR sel
2266       - 53  # MRR sel
2267   compare:
2268     title: "rls1810"
2269     data:
2270       csit-vpp-perf-verify-1810-3n-skx:
2271       - 9   # MRR sel
2272       - 11  # MRR sel
2273       - 12  # MRR sel
2274       - 13  # MRR sel
2275   data: "vpp-performance-changes-3n-skx-mrr"
2276   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2277   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2278   parameters:
2279   - "name"
2280   - "parent"
2281   - "result"
2282
2283 # VPP Performance Changes 2n-skx 2t1c MRR
2284 -
2285   type: "table"
2286   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2287   algorithm: "table_performance_comparison"
2288   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2289   reference:
2290     title: "rls1807"
2291     data:
2292       csit-vpp-perf-verify-1807-2n-skx:
2293       - 31  # MRR sel
2294       - 33  # MRR sel
2295       - 37  # MRR sel
2296       - 38  # MRR sel
2297       - 41  # MRR sel
2298       - 43  # MRR sel
2299       - 44  # MRR sel
2300       - 45  # MRR sel
2301       - 46  # MRR sel
2302       - 47  # MRR sel
2303   compare:
2304     title: "rls1810"
2305     data:
2306       csit-vpp-perf-verify-1810-2n-skx:
2307       - 8   # MRR sel
2308       - 10  # MRR sel
2309       - 11  # MRR sel
2310       - 12  # MRR sel
2311   data: "vpp-performance-changes-2n-skx-mrr"
2312   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2313   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2314   parameters:
2315   - "name"
2316   - "parent"
2317   - "result"
2318
2319 # VPP Performance Changes 2n-skx 4t2c MRR
2320 -
2321   type: "table"
2322   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2323   algorithm: "table_performance_comparison"
2324   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2325   reference:
2326     title: "rls1807"
2327     data:
2328       csit-vpp-perf-verify-1807-2n-skx:
2329       - 31  # MRR sel
2330       - 33  # MRR sel
2331       - 37  # MRR sel
2332       - 38  # MRR sel
2333       - 41  # MRR sel
2334       - 43  # MRR sel
2335       - 44  # MRR sel
2336       - 45  # MRR sel
2337       - 46  # MRR sel
2338       - 47  # MRR sel
2339   compare:
2340     title: "rls1810"
2341     data:
2342       csit-vpp-perf-verify-1810-2n-skx:
2343       - 8   # MRR sel
2344       - 10  # MRR sel
2345       - 11  # MRR sel
2346       - 12  # MRR sel
2347   data: "vpp-performance-changes-2n-skx-mrr"
2348   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2349   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2350   parameters:
2351   - "name"
2352   - "parent"
2353   - "result"
2354
2355 # VPP Performance Changes 2n-skx 8t4c MRR
2356 -
2357   type: "table"
2358   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2359   algorithm: "table_performance_comparison"
2360   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2361   reference:
2362     title: "rls1807"
2363     data:
2364       csit-vpp-perf-verify-1807-2n-skx:
2365       - 31  # MRR sel
2366       - 33  # MRR sel
2367       - 37  # MRR sel
2368       - 38  # MRR sel
2369       - 41  # MRR sel
2370       - 43  # MRR sel
2371       - 44  # MRR sel
2372       - 45  # MRR sel
2373       - 46  # MRR sel
2374       - 47  # MRR sel
2375   compare:
2376     title: "rls1810"
2377     data:
2378       csit-vpp-perf-verify-1810-2n-skx:
2379       - 8   # MRR sel
2380       - 10  # MRR sel
2381       - 11  # MRR sel
2382       - 12  # MRR sel
2383   data: "vpp-performance-changes-2n-skx-mrr"
2384   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2385   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2386   parameters:
2387   - "name"
2388   - "parent"
2389   - "result"
2390
2391 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr
2392 -
2393   type: "table"
2394   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2395   algorithm: "table_performance_comparison"
2396   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2397   reference:
2398     title: "3-Node Hsw"
2399     data:
2400       csit-vpp-perf-verify-1810-3n-hsw:
2401       - 9   # MRR sel
2402   compare:
2403     title: "3-Node Skx"
2404     data:
2405       csit-vpp-perf-verify-1810-3n-skx:
2406       - 9   # MRR sel
2407       - 11  # MRR sel
2408       - 12  # MRR sel
2409       - 13  # MRR sel
2410   data: "vpp-compare-testbeds-mrr"
2411   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2412   filter: "'NIC_Intel-X710' and 'MRR'"
2413   parameters:
2414   - "name"
2415   - "parent"
2416   - "result"
2417
2418 # VPP Comparison Across Topologies 3n-skx to 2n-skx mrr
2419 -
2420   type: "table"
2421   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx mrr"
2422   algorithm: "table_performance_comparison"
2423   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-mrr"
2424   reference:
2425     title: "3-Node Skx"
2426     data:
2427       csit-vpp-perf-verify-1810-3n-skx:
2428       - 9   # MRR sel
2429       - 11  # MRR sel
2430       - 12  # MRR sel
2431       - 13  # MRR sel
2432   compare:
2433     title: "2-Node Skx"
2434     data:
2435       csit-vpp-perf-verify-1810-2n-skx:
2436       - 8   # MRR sel
2437       - 10  # MRR sel
2438       - 11  # MRR sel
2439       - 12  # MRR sel
2440   data: "vpp-compare-topologies-mrr"
2441   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2442   filter: "'MRR'"
2443   parameters:
2444   - "name"
2445   - "parent"
2446   - "result"
2447
2448 # Detailed Test Results - VPP Performance Results 3n-hsw
2449 -
2450   type: "table"
2451   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2452   algorithm: "table_merged_details"
2453   output-file-ext: ".csv"
2454   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2455   columns:
2456   -
2457     title: "Name"
2458     data: "data name"
2459   -
2460     title: "Status"
2461     data: "data msg"
2462   rows: "generated"
2463   data: "vpp-perf-results-3n-hsw"
2464   filter: "not 'NDRCHK' and not 'PDRCHK'"
2465   parameters:
2466   - "name"
2467   - "parent"
2468   - "msg"
2469
2470 # Detailed Test Results - VPP Performance Results 3n-skx
2471 -
2472   type: "table"
2473   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2474   algorithm: "table_merged_details"
2475   output-file-ext: ".csv"
2476   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2477   columns:
2478   -
2479     title: "Name"
2480     data: "data name"
2481   -
2482     title: "Status"
2483     data: "data msg"
2484   rows: "generated"
2485   data: "vpp-perf-results-3n-skx"
2486   filter: "not 'NDRCHK' and not 'PDRCHK'"
2487   parameters:
2488   - "name"
2489   - "parent"
2490   - "msg"
2491
2492 # Detailed Test Results - VPP Performance Results 2n-skx
2493 -
2494   type: "table"
2495   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2496   algorithm: "table_merged_details"
2497   output-file-ext: ".csv"
2498   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2499   columns:
2500   -
2501     title: "Name"
2502     data: "data name"
2503   -
2504     title: "Status"
2505     data: "data msg"
2506   rows: "generated"
2507   data: "vpp-perf-results-2n-skx"
2508   filter: "not 'NDRCHK' and not 'PDRCHK'"
2509   parameters:
2510   - "name"
2511   - "parent"
2512   - "msg"
2513
2514 # Detailed Test Results - VPP Performance Results 2n-dnv
2515 -
2516   type: "table"
2517   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2518   algorithm: "table_details"
2519   output-file-ext: ".csv"
2520   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2521   columns:
2522   -
2523     title: "Name"
2524     data: "data name"
2525   -
2526     title: "Status"
2527     data: "data msg"
2528   rows: "generated"
2529   data: "intel-dnv-vpp"
2530   filter: "'NDRPDR'"
2531   parameters:
2532   - "name"
2533   - "parent"
2534   - "msg"
2535
2536 # Test configuration - VPP Performance Test Configs 3n-hsw
2537 -
2538   type: "table"
2539   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2540   algorithm: "table_merged_details"
2541   output-file-ext: ".csv"
2542   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2543   columns:
2544   -
2545     title: "Name"
2546     data: "data name"
2547   -
2548     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2549     data: "data vat-history"
2550   rows: "generated"
2551   data: "vpp-perf-results-3n-hsw"
2552   filter: "not 'NDRCHK' and not 'PDRCHK'"
2553   parameters:
2554   - "parent"
2555   - "name"
2556   - "vat-history"
2557
2558 # Test configuration - VPP Performance Test Configs 3n-skx
2559 -
2560   type: "table"
2561   title: "Test configuration - VPP Performance Test Configs 3n-skx"
2562   algorithm: "table_merged_details"
2563   output-file-ext: ".csv"
2564   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2565   columns:
2566   -
2567     title: "Name"
2568     data: "data name"
2569   -
2570     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2571     data: "data vat-history"
2572   rows: "generated"
2573   data: "vpp-perf-results-3n-skx"
2574   filter: "not 'NDRCHK' and not 'PDRCHK'"
2575   parameters:
2576   - "parent"
2577   - "name"
2578   - "vat-history"
2579
2580 # Test configuration - VPP Performance Test Configs 2n-skx
2581 -
2582   type: "table"
2583   title: "Test configuration - VPP Performance Test Configs 2n-skx"
2584   algorithm: "table_merged_details"
2585   output-file-ext: ".csv"
2586   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2587   columns:
2588   -
2589     title: "Name"
2590     data: "data name"
2591   -
2592     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2593     data: "data vat-history"
2594   rows: "generated"
2595   data: "vpp-perf-results-2n-skx"
2596   filter: "not 'NDRCHK' and not 'PDRCHK'"
2597   parameters:
2598   - "parent"
2599   - "name"
2600   - "vat-history"
2601
2602 # Test configuration - VPP Performance Test Configs 2n-dnv
2603 -
2604   type: "table"
2605   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
2606   algorithm: "table_details"
2607   output-file-ext: ".csv"
2608   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
2609   columns:
2610   -
2611     title: "Name"
2612     data: "data name"
2613   -
2614     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2615     data: "data vat-history"
2616   rows: "generated"
2617   data: "intel-dnv-vpp"
2618   filter: "'NDRPDR'"
2619   parameters:
2620   - "parent"
2621   - "name"
2622   - "vat-history"
2623
2624 # Test Operational Data - VPP Performance Operational Data 3n-hsw
2625 -
2626   type: "table"
2627   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
2628   algorithm: "table_merged_details"
2629   output-file-ext: ".csv"
2630   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
2631   columns:
2632   -
2633     title: "Name"
2634     data: "data name"
2635   -
2636     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2637     data: "data show-run"
2638   rows: "generated"
2639   data: "vpp-perf-results-3n-hsw"
2640   filter: "not 'NDRCHK' and not 'PDRCHK'"
2641   parameters:
2642   - "parent"
2643   - "name"
2644   - "show-run"
2645
2646 # Test Operational Data - VPP Performance Operational Data 3n-skx
2647 -
2648   type: "table"
2649   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
2650   algorithm: "table_merged_details"
2651   output-file-ext: ".csv"
2652   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
2653   columns:
2654   -
2655     title: "Name"
2656     data: "data name"
2657   -
2658     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2659     data: "data show-run"
2660   rows: "generated"
2661   data: "vpp-perf-results-3n-skx"
2662   filter: "not 'NDRCHK' and not 'PDRCHK'"
2663   parameters:
2664   - "parent"
2665   - "name"
2666   - "show-run"
2667
2668 # Test Operational Data - VPP Performance Operational Data 2n-skx
2669 -
2670   type: "table"
2671   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
2672   algorithm: "table_merged_details"
2673   output-file-ext: ".csv"
2674   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
2675   columns:
2676   -
2677     title: "Name"
2678     data: "data name"
2679   -
2680     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2681     data: "data show-run"
2682   rows: "generated"
2683   data: "vpp-perf-results-2n-skx"
2684   filter: "not 'NDRCHK' and not 'PDRCHK'"
2685   parameters:
2686   - "parent"
2687   - "name"
2688   - "show-run"
2689
2690 # Test Operational Data - VPP Performance Operational Data 2n-dnv
2691 -
2692   type: "table"
2693   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
2694   algorithm: "table_details"
2695   output-file-ext: ".csv"
2696   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
2697   columns:
2698   -
2699     title: "Name"
2700     data: "data name"
2701   -
2702     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2703     data: "data show-run"
2704   rows: "generated"
2705   data: "intel-dnv-vpp"
2706   filter: "'NDRPDR'"
2707   parameters:
2708   - "parent"
2709   - "name"
2710   - "show-run"
2711
2712 # Detailed Test Results - VPP MRR Results 3n-hsw
2713 -
2714   type: "table"
2715   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
2716   algorithm: "table_details"
2717   output-file-ext: ".csv"
2718   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2719   columns:
2720   -
2721     title: "Name"
2722     data: "data name"
2723   -
2724     title: "Status"
2725     data: "data msg"
2726   rows: "generated"
2727   data: "vpp-mrr-results-3n-hsw"
2728   filter: "'MRR'"
2729   parameters:
2730   - "name"
2731   - "parent"
2732   - "msg"
2733
2734 # Detailed Test Results - VPP MRR Results 3n-skx
2735 -
2736   type: "table"
2737   title: "Detailed Test Results - VPP MRR Results 3n-skx"
2738   algorithm: "table_details"
2739   output-file-ext: ".csv"
2740   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2741   columns:
2742   -
2743     title: "Name"
2744     data: "data name"
2745   -
2746     title: "Status"
2747     data: "data msg"
2748   rows: "generated"
2749   data: "vpp-mrr-results-3n-skx"
2750   filter: "'MRR'"
2751   parameters:
2752   - "name"
2753   - "parent"
2754   - "msg"
2755
2756 # Detailed Test Results - VPP MRR Results 2n-skx
2757 -
2758   type: "table"
2759   title: "Detailed Test Results - VPP MRR Results 2n-skx"
2760   algorithm: "table_details"
2761   output-file-ext: ".csv"
2762   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2763   columns:
2764   -
2765     title: "Name"
2766     data: "data name"
2767   -
2768     title: "Status"
2769     data: "data msg"
2770   rows: "generated"
2771   data: "vpp-mrr-results-2n-skx"
2772   filter: "'MRR'"
2773   parameters:
2774   - "name"
2775   - "parent"
2776   - "msg"
2777
2778 # Detailed Test Results - VPP MRR Results 2n-dnv
2779 -
2780   type: "table"
2781   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
2782   algorithm: "table_details"
2783   output-file-ext: ".csv"
2784   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
2785   columns:
2786   -
2787     title: "Name"
2788     data: "data name"
2789   -
2790     title: "Status"
2791     data: "data msg"
2792   rows: "generated"
2793   data: "intel-dnv-vpp"
2794   filter: "'MRR'"
2795   parameters:
2796   - "name"
2797   - "parent"
2798   - "msg"
2799
2800 # Test configuration - VPP MRR Test Configs 3n-hsw
2801 -
2802   type: "table"
2803   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
2804   algorithm: "table_details"
2805   output-file-ext: ".csv"
2806   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
2807   columns:
2808   -
2809     title: "Name"
2810     data: "data name"
2811   -
2812     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2813     data: "data vat-history"
2814   rows: "generated"
2815   data: "vpp-mrr-results-3n-hsw"
2816   filter: "'MRR'"
2817   parameters:
2818   - "parent"
2819   - "name"
2820   - "vat-history"
2821
2822 # Test configuration - VPP MRR Test Configs 3n-skx
2823 -
2824   type: "table"
2825   title: "Test configuration - VPP MRR Test Configs 3n-skx"
2826   algorithm: "table_details"
2827   output-file-ext: ".csv"
2828   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
2829   columns:
2830   -
2831     title: "Name"
2832     data: "data name"
2833   -
2834     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2835     data: "data vat-history"
2836   rows: "generated"
2837   data: "vpp-mrr-results-3n-skx"
2838   filter: "'MRR'"
2839   parameters:
2840   - "parent"
2841   - "name"
2842   - "vat-history"
2843
2844 # Test configuration - VPP MRR Test Configs 2n-skx
2845 -
2846   type: "table"
2847   title: "Test configuration - VPP MRR Test Configs 2n-skx"
2848   algorithm: "table_details"
2849   output-file-ext: ".csv"
2850   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
2851   columns:
2852   -
2853     title: "Name"
2854     data: "data name"
2855   -
2856     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2857     data: "data vat-history"
2858   rows: "generated"
2859   data: "vpp-mrr-results-2n-skx"
2860   filter: "'MRR'"
2861   parameters:
2862   - "parent"
2863   - "name"
2864   - "vat-history"
2865
2866 # Test configuration - VPP MRR Test Configs 2n-dnv
2867 -
2868   type: "table"
2869   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
2870   algorithm: "table_details"
2871   output-file-ext: ".csv"
2872   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
2873   columns:
2874   -
2875     title: "Name"
2876     data: "data name"
2877   -
2878     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2879     data: "data vat-history"
2880   rows: "generated"
2881   data: "intel-dnv-vpp"
2882   filter: "'MRR'"
2883   parameters:
2884   - "parent"
2885   - "name"
2886   - "vat-history"
2887
2888 # Detailed Test Results - VPP Functional Results - Ubuntu
2889 -
2890   type: "table"
2891   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
2892   algorithm: "table_details"
2893   output-file-ext: ".csv"
2894   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2895   columns:
2896   -
2897     title: "Name"
2898     data: "data name"
2899   -
2900     title: "Documentation"
2901     data: "data doc"
2902   -
2903     title: "Status"
2904     data: "data status"
2905   rows: "generated"
2906   data: "vpp-func-results-ubuntu"
2907   filter: "all"
2908   parameters:
2909   - "name"
2910   - "parent"
2911   - "doc"
2912   - "status"
2913
2914 # Detailed Test Results - VPP Functional Results - CentOS
2915 -
2916   type: "table"
2917   title: "Detailed Test Results - VPP Functional Results - CentOS"
2918   algorithm: "table_details"
2919   output-file-ext: ".csv"
2920   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2921   columns:
2922   -
2923     title: "Name"
2924     data: "data name"
2925   -
2926     title: "Documentation"
2927     data: "data doc"
2928   -
2929     title: "Status"
2930     data: "data status"
2931   rows: "generated"
2932   data:
2933     "vpp-func-results-centos"
2934   filter: "all"
2935   parameters:
2936   - "name"
2937   - "parent"
2938   - "doc"
2939   - "status"
2940
2941 # Test configuration - VPP Functional Test Configs - Ubuntu
2942 -
2943   type: "table"
2944   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
2945   algorithm: "table_details"
2946   output-file-ext: ".csv"
2947   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2948   columns:
2949   -
2950     title: "Name"
2951     data: "data name"
2952   -
2953     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2954     data: "data vat-history"
2955   rows: "generated"
2956   data: "vpp-func-results-ubuntu"
2957   filter: "all"
2958   parameters:
2959   - "parent"
2960   - "name"
2961   - "vat-history"
2962
2963 # Test configuration - VPP Functional Test Configs - CentOS
2964 -
2965   type: "table"
2966   title: "Test configuration - VPP Functional Test Configs - CentOS"
2967   algorithm: "table_details"
2968   output-file-ext: ".csv"
2969   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2970   columns:
2971   -
2972     title: "Name"
2973     data: "data name"
2974   -
2975     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2976     data: "data vat-history"
2977   rows: "generated"
2978   data: "vpp-func-results-centos"
2979   filter: "all"
2980   parameters:
2981   - "parent"
2982   - "name"
2983   - "vat-history"
2984
2985 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
2986 -
2987   type: "table"
2988   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
2989   algorithm: "table_details"
2990   output-file-ext: ".csv"
2991   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2992   columns:
2993   -
2994     title: "Name"
2995     data: "data name"
2996   -
2997     title: "Status"
2998     data: "data msg"
2999   rows: "generated"
3000   data: "ligato-perf-results-3n-hsw"
3001   filter: "all"
3002   parameters:
3003   - "name"
3004   - "parent"
3005   - "msg"
3006
3007 # Detailed Test Results - VPP Device Results - Ubuntu
3008 -
3009   type: "table"
3010   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3011   algorithm: "table_details"
3012   output-file-ext: ".csv"
3013   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3014   columns:
3015   -
3016     title: "Name"
3017     data: "data name"
3018   -
3019     title: "Documentation"
3020     data: "data doc"
3021   -
3022     title: "Status"
3023     data: "data status"
3024   rows: "generated"
3025   data: "vpp-device-results-ubuntu"
3026   filter: "all"
3027   parameters:
3028   - "name"
3029   - "parent"
3030   - "doc"
3031   - "status"
3032
3033 # Test configuration - VPP Device Test Configs - Ubuntu
3034 -
3035   type: "table"
3036   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3037   algorithm: "table_details"
3038   output-file-ext: ".csv"
3039   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3040   columns:
3041   -
3042     title: "Name"
3043     data: "data name"
3044   -
3045     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
3046     data: "data vat-history"
3047   rows: "generated"
3048   data: "vpp-device-results-ubuntu"
3049   filter: "all"
3050   parameters:
3051   - "parent"
3052   - "name"
3053   - "vat-history"
3054
3055 ################################################################################
3056
3057 # DPDK Performance Changes 3n-hsw 1t1c pdr
3058 -
3059   type: "table"
3060   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3061   algorithm: "table_performance_comparison"
3062   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3063   history:
3064     -
3065       title: "rls1804"
3066       data:
3067         csit-dpdk-perf-1804-all:
3068         - 4
3069         - 5
3070         - 6
3071         - 7
3072         - 8
3073         - 9
3074         - 10
3075         - 11
3076         - 12
3077         - 13
3078   reference:
3079     title: "rls1807"
3080     data:
3081       csit-dpdk-perf-verify-1807-3n-hsw:
3082       - 11
3083       - 12  # full
3084       - 14
3085       - 15
3086       - 16
3087       - 17
3088       - 20
3089       - 21
3090       - 22
3091       - 23
3092   compare:
3093     title: "rls1810"
3094     data:
3095       csit-dpdk-perf-verify-1810-3n-hsw:
3096       - 1   # NDRPDR sel
3097       - 2   # NDRPDR sel
3098       - 3   # NDRPDR sel
3099       - 4   # NDRPDR sel
3100       - 5   # NDRPDR sel
3101       - 6   # NDRPDR sel
3102       - 7   # NDRPDR sel
3103       - 8   # NDRPDR sel
3104       - 9   # NDRPDR sel
3105       - 10  # NDRPDR sel
3106   data: "dpdk-performance-changes-3n-hsw"
3107   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3108   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3109   parameters:
3110   - "name"
3111   - "parent"
3112   - "throughput"
3113
3114 # DPDK Performance Changes 3n-hsw 2t2c pdr
3115 -
3116   type: "table"
3117   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3118   algorithm: "table_performance_comparison"
3119   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3120   history:
3121     -
3122       title: "rls1804"
3123       data:
3124         csit-dpdk-perf-1804-all:
3125         - 4
3126         - 5
3127         - 6
3128         - 7
3129         - 8
3130         - 9
3131         - 10
3132         - 11
3133         - 12
3134         - 13
3135   reference:
3136     title: "rls1807"
3137     data:
3138       csit-dpdk-perf-verify-1807-3n-hsw:
3139       - 11
3140       - 12  # full
3141       - 14
3142       - 15
3143       - 16
3144       - 17
3145       - 20
3146       - 21
3147       - 22
3148       - 23
3149   compare:
3150     title: "rls1810"
3151     data:
3152       csit-dpdk-perf-verify-1810-3n-hsw:
3153       - 1   # NDRPDR sel
3154       - 2   # NDRPDR sel
3155       - 3   # NDRPDR sel
3156       - 4   # NDRPDR sel
3157       - 5   # NDRPDR sel
3158       - 6   # NDRPDR sel
3159       - 7   # NDRPDR sel
3160       - 8   # NDRPDR sel
3161       - 9   # NDRPDR sel
3162       - 10  # NDRPDR sel
3163   data: "dpdk-performance-changes-3n-hsw"
3164   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3165   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3166   parameters:
3167   - "name"
3168   - "parent"
3169   - "throughput"
3170
3171 # DPDK Performance Changes 3n-hsw 1t1c ndr
3172 -
3173   type: "table"
3174   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3175   algorithm: "table_performance_comparison"
3176   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3177   history:
3178     -
3179       title: "rls1804"
3180       data:
3181         csit-dpdk-perf-1804-all:
3182         - 4
3183         - 5
3184         - 6
3185         - 7
3186         - 8
3187         - 9
3188         - 10
3189         - 11
3190         - 12
3191         - 13
3192   reference:
3193     title: "rls1807"
3194     data:
3195       csit-dpdk-perf-verify-1807-3n-hsw:
3196       - 11
3197       - 12  # full
3198       - 14
3199       - 15
3200       - 16
3201       - 17
3202       - 20
3203       - 21
3204       - 22
3205       - 23
3206   compare:
3207     title: "rls1810"
3208     data:
3209       csit-dpdk-perf-verify-1810-3n-hsw:
3210       - 1   # NDRPDR sel
3211       - 2   # NDRPDR sel
3212       - 3   # NDRPDR sel
3213       - 4   # NDRPDR sel
3214       - 5   # NDRPDR sel
3215       - 6   # NDRPDR sel
3216       - 7   # NDRPDR sel
3217       - 8   # NDRPDR sel
3218       - 9   # NDRPDR sel
3219       - 10  # NDRPDR sel
3220   data: "dpdk-performance-changes-3n-hsw"
3221   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3222   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3223   parameters:
3224   - "name"
3225   - "parent"
3226   - "throughput"
3227
3228 # DPDK Performance Changes 3n-hsw 2t2c ndr
3229 -
3230   type: "table"
3231   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3232   algorithm: "table_performance_comparison"
3233   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3234   history:
3235     -
3236       title: "rls1804"
3237       data:
3238         csit-dpdk-perf-1804-all:
3239         - 4
3240         - 5
3241         - 6
3242         - 7
3243         - 8
3244         - 9
3245         - 10
3246         - 11
3247         - 12
3248         - 13
3249   reference:
3250     title: "rls1807"
3251     data:
3252       csit-dpdk-perf-verify-1807-3n-hsw:
3253       - 11
3254       - 12  # full
3255       - 14
3256       - 15
3257       - 16
3258       - 17
3259       - 20
3260       - 21
3261       - 22
3262       - 23
3263   compare:
3264     title: "rls1810"
3265     data:
3266       csit-dpdk-perf-verify-1810-3n-hsw:
3267       - 1   # NDRPDR sel
3268       - 2   # NDRPDR sel
3269       - 3   # NDRPDR sel
3270       - 4   # NDRPDR sel
3271       - 5   # NDRPDR sel
3272       - 6   # NDRPDR sel
3273       - 7   # NDRPDR sel
3274       - 8   # NDRPDR sel
3275       - 9   # NDRPDR sel
3276       - 10  # NDRPDR sel
3277   data: "dpdk-performance-changes-3n-hsw"
3278   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3279   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3280   parameters:
3281   - "name"
3282   - "parent"
3283   - "throughput"
3284
3285 # DPDK Performance Changes 3n-skx 2t1c pdr
3286 -
3287   type: "table"
3288   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3289   algorithm: "table_performance_comparison"
3290   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3291   reference:
3292     title: "rls1807"
3293     data:
3294       csit-dpdk-perf-verify-1807-3n-skx:
3295       - 1   # NDRPDR sel
3296       - 2   # NDRPDR sel
3297       - 3   # NDRPDR sel
3298       - 6   # NDRPDR sel
3299       - 7   # NDRPDR sel
3300       - 8   # NDRPDR sel
3301       - 9   # NDRPDR sel
3302       - 10  # NDRPDR sel
3303       - 11  # NDRPDR sel
3304       - 12  # NDRPDR sel
3305   compare:
3306     title: "rls1810"
3307     data:
3308       csit-dpdk-perf-verify-1810-3n-skx:
3309       - 3   # NDRPDR sel
3310       - 4   # NDRPDR sel
3311       - 6   # NDRPDR sel
3312       - 7   # NDRPDR sel
3313       - 8   # NDRPDR sel
3314       - 9   # NDRPDR sel
3315       - 10  # NDRPDR sel
3316       - 11  # NDRPDR sel
3317       - 12  # NDRPDR sel
3318       - 13  # NDRPDR sel
3319   data: "dpdk-performance-changes-3n-skx"
3320   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3321   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3322   parameters:
3323   - "name"
3324   - "parent"
3325   - "throughput"
3326
3327 # DPDK Performance Changes 3n-skx 4t2c pdr
3328 -
3329   type: "table"
3330   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3331   algorithm: "table_performance_comparison"
3332   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3333   reference:
3334     title: "rls1807"
3335     data:
3336       csit-dpdk-perf-verify-1807-3n-skx:
3337       - 1   # NDRPDR sel
3338       - 2   # NDRPDR sel
3339       - 3   # NDRPDR sel
3340       - 6   # NDRPDR sel
3341       - 7   # NDRPDR sel
3342       - 8   # NDRPDR sel
3343       - 9   # NDRPDR sel
3344       - 10  # NDRPDR sel
3345       - 11  # NDRPDR sel
3346       - 12  # NDRPDR sel
3347   compare:
3348     title: "rls1810"
3349     data:
3350       csit-dpdk-perf-verify-1810-3n-skx:
3351       - 3   # NDRPDR sel
3352       - 4   # NDRPDR sel
3353       - 6   # NDRPDR sel
3354       - 7   # NDRPDR sel
3355       - 8   # NDRPDR sel
3356       - 9   # NDRPDR sel
3357       - 10  # NDRPDR sel
3358       - 11  # NDRPDR sel
3359       - 12  # NDRPDR sel
3360       - 13  # NDRPDR sel
3361   data: "dpdk-performance-changes-3n-skx"
3362   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3363   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3364   parameters:
3365   - "name"
3366   - "parent"
3367   - "throughput"
3368
3369 # DPDK Performance Changes 3n-skx 2t1c ndr
3370 -
3371   type: "table"
3372   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3373   algorithm: "table_performance_comparison"
3374   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3375   reference:
3376     title: "rls1807"
3377     data:
3378       csit-dpdk-perf-verify-1807-3n-skx:
3379       - 1   # NDRPDR sel
3380       - 2   # NDRPDR sel
3381       - 3   # NDRPDR sel
3382       - 6   # NDRPDR sel
3383       - 7   # NDRPDR sel
3384       - 8   # NDRPDR sel
3385       - 9   # NDRPDR sel
3386       - 10  # NDRPDR sel
3387       - 11  # NDRPDR sel
3388       - 12  # NDRPDR sel
3389   compare:
3390     title: "rls1810"
3391     data:
3392       csit-dpdk-perf-verify-1810-3n-skx:
3393       - 3   # NDRPDR sel
3394       - 4   # NDRPDR sel
3395       - 6   # NDRPDR sel
3396       - 7   # NDRPDR sel
3397       - 8   # NDRPDR sel
3398       - 9   # NDRPDR sel
3399       - 10  # NDRPDR sel
3400       - 11  # NDRPDR sel
3401       - 12  # NDRPDR sel
3402       - 13  # NDRPDR sel
3403   data: "dpdk-performance-changes-3n-skx"
3404   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3405   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3406   parameters:
3407   - "name"
3408   - "parent"
3409   - "throughput"
3410
3411 # DPDK Performance Changes 3n-skx 4t2c ndr
3412 -
3413   type: "table"
3414   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3415   algorithm: "table_performance_comparison"
3416   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3417   reference:
3418     title: "rls1807"
3419     data:
3420       csit-dpdk-perf-verify-1807-3n-skx:
3421       - 1   # NDRPDR sel
3422       - 2   # NDRPDR sel
3423       - 3   # NDRPDR sel
3424       - 6   # NDRPDR sel
3425       - 7   # NDRPDR sel
3426       - 8   # NDRPDR sel
3427       - 9   # NDRPDR sel
3428       - 10  # NDRPDR sel
3429       - 11  # NDRPDR sel
3430       - 12  # NDRPDR sel
3431   compare:
3432     title: "rls1810"
3433     data:
3434       csit-dpdk-perf-verify-1810-3n-skx:
3435       - 3   # NDRPDR sel
3436       - 4   # NDRPDR sel
3437       - 6   # NDRPDR sel
3438       - 7   # NDRPDR sel
3439       - 8   # NDRPDR sel
3440       - 9   # NDRPDR sel
3441       - 10  # NDRPDR sel
3442       - 11  # NDRPDR sel
3443       - 12  # NDRPDR sel
3444       - 13  # NDRPDR sel
3445   data: "dpdk-performance-changes-3n-skx"
3446   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3447   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3448   parameters:
3449   - "name"
3450   - "parent"
3451   - "throughput"
3452
3453 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3454 -
3455   type: "table"
3456   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3457   algorithm: "table_performance_comparison"
3458   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3459   reference:
3460     title: "3-Node Hsw"
3461     data:
3462       csit-dpdk-perf-verify-1810-3n-hsw:
3463       - 1   # NDRPDR sel
3464       - 2   # NDRPDR sel
3465       - 3   # NDRPDR sel
3466       - 4   # NDRPDR sel
3467       - 5   # NDRPDR sel
3468       - 6   # NDRPDR sel
3469       - 7   # NDRPDR sel
3470       - 8   # NDRPDR sel
3471       - 9   # NDRPDR sel
3472       - 10  # NDRPDR sel
3473   compare:
3474     title: "3-Node Skx"
3475     data:
3476       csit-dpdk-perf-verify-1810-3n-skx:
3477       - 3   # NDRPDR sel
3478       - 4   # NDRPDR sel
3479       - 6   # NDRPDR sel
3480       - 7   # NDRPDR sel
3481       - 8   # NDRPDR sel
3482       - 9   # NDRPDR sel
3483       - 10  # NDRPDR sel
3484       - 11  # NDRPDR sel
3485       - 12  # NDRPDR sel
3486       - 13  # NDRPDR sel
3487   data: "dpdk-compare-testbeds"
3488   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3489   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3490   parameters:
3491   - "name"
3492   - "parent"
3493   - "throughput"
3494
3495 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3496 -
3497   type: "table"
3498   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3499   algorithm: "table_performance_comparison"
3500   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3501   reference:
3502     title: "3-Node Skx"
3503     data:
3504       csit-dpdk-perf-verify-1810-3n-skx:
3505       - 3   # NDRPDR sel
3506       - 4   # NDRPDR sel
3507       - 6   # NDRPDR sel
3508       - 7   # NDRPDR sel
3509       - 8   # NDRPDR sel
3510       - 9   # NDRPDR sel
3511       - 10  # NDRPDR sel
3512       - 11  # NDRPDR sel
3513       - 12  # NDRPDR sel
3514       - 13  # NDRPDR sel
3515   compare:
3516     title: "2-Node Skx"
3517     data:
3518       csit-dpdk-perf-verify-1810-2n-skx:
3519       - 3   # NDRPDR sel
3520       - 4   # NDRPDR sel
3521       - 5   # NDRPDR sel
3522       - 7   # NDRPDR sel
3523       - 8   # NDRPDR sel
3524       - 9   # NDRPDR sel
3525       - 10  # NDRPDR sel
3526       - 11  # NDRPDR sel
3527       - 12  # NDRPDR sel
3528       - 13  # NDRPDR sel
3529   data: "dpdk-compare-topologies"
3530   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3531   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3532   parameters:
3533   - "name"
3534   - "parent"
3535   - "throughput"
3536
3537 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3538 -
3539   type: "table"
3540   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3541   algorithm: "table_performance_comparison"
3542   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3543   reference:
3544     title: "3-Node Skx"
3545     data:
3546       csit-dpdk-perf-verify-1810-3n-skx:
3547       - 3   # NDRPDR sel
3548       - 4   # NDRPDR sel
3549       - 6   # NDRPDR sel
3550       - 7   # NDRPDR sel
3551       - 8   # NDRPDR sel
3552       - 9   # NDRPDR sel
3553       - 10  # NDRPDR sel
3554       - 11  # NDRPDR sel
3555       - 12  # NDRPDR sel
3556       - 13  # NDRPDR sel
3557   compare:
3558     title: "2-Node Skx"
3559     data:
3560       csit-dpdk-perf-verify-1810-2n-skx:
3561       - 3   # NDRPDR sel
3562       - 4   # NDRPDR sel
3563       - 5   # NDRPDR sel
3564       - 7   # NDRPDR sel
3565       - 8   # NDRPDR sel
3566       - 9   # NDRPDR sel
3567       - 10  # NDRPDR sel
3568       - 11  # NDRPDR sel
3569       - 12  # NDRPDR sel
3570       - 13  # NDRPDR sel
3571   data: "dpdk-compare-topologies"
3572   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3573   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3574   parameters:
3575   - "name"
3576   - "parent"
3577   - "throughput"
3578
3579 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3580 -
3581   type: "table"
3582   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3583   algorithm: "table_performance_comparison"
3584   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3585   reference:
3586     title: "3-Node Hsw"
3587     data:
3588       csit-dpdk-perf-verify-1810-3n-hsw:
3589       - 1   # NDRPDR sel
3590       - 2   # NDRPDR sel
3591       - 3   # NDRPDR sel
3592       - 4   # NDRPDR sel
3593       - 5   # NDRPDR sel
3594       - 6   # NDRPDR sel
3595       - 7   # NDRPDR sel
3596       - 8   # NDRPDR sel
3597       - 9   # NDRPDR sel
3598       - 10  # NDRPDR sel
3599   compare:
3600     title: "3-Node Skx"
3601     data:
3602       csit-dpdk-perf-verify-1810-3n-skx:
3603       - 3   # NDRPDR sel
3604       - 4   # NDRPDR sel
3605       - 6   # NDRPDR sel
3606       - 7   # NDRPDR sel
3607       - 8   # NDRPDR sel
3608       - 9   # NDRPDR sel
3609       - 10  # NDRPDR sel
3610       - 11  # NDRPDR sel
3611       - 12  # NDRPDR sel
3612       - 13  # NDRPDR sel
3613   data: "dpdk-compare-testbeds"
3614   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3615   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3616   parameters:
3617   - "name"
3618   - "parent"
3619   - "throughput"
3620
3621 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
3622 # NOTE: Not used in 18.10
3623 #-
3624 #  type: "table"
3625 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
3626 #  algorithm: "table_performance_comparison"
3627 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
3628 #  reference:
3629 #    title: "3-Node Hsw"
3630 #    data:
3631 #      csit-dpdk-perf-verify-1807-3n-hsw:
3632 #      - 11
3633 #      - 12  # full
3634 #      - 14
3635 #      - 15
3636 #      - 16
3637 #      - 17
3638 #      - 20
3639 #      - 21
3640 #      - 22
3641 #      - 23
3642 #  compare:
3643 #    title: "3-Node Skx"
3644 #    data:
3645 #      csit-dpdk-perf-verify-1807-3n-skx:
3646 #      - 1
3647 #      - 2
3648 #      - 3
3649 #      - 6
3650 #      - 7
3651 #      - 8
3652 #      - 9
3653 #      - 10
3654 #      - 11
3655 #      - 12
3656 #  data: "dpdk-compare-testbeds"
3657 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3658 #  filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3659 #  parameters:
3660 #  - "name"
3661 #  - "parent"
3662 #  - "result"
3663
3664 # Detailed Test Results - DPDK Performance Results 3n-hsw
3665 -
3666   type: "table"
3667   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3668   algorithm: "table_details"
3669   output-file-ext: ".csv"
3670   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3671   columns:
3672   -
3673     title: "Name"
3674     data: "data name"
3675   -
3676     title: "Status"
3677     data: "data msg"
3678   rows: "generated"
3679   data: "dpdk-perf-results-3n-hsw"
3680   filter: "all"
3681   parameters:
3682   - "name"
3683   - "parent"
3684   - "msg"
3685
3686 # Detailed Test Results - DPDK Performance Results 3n-skx
3687 -
3688   type: "table"
3689   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3690   algorithm: "table_details"
3691   output-file-ext: ".csv"
3692   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3693   columns:
3694   -
3695     title: "Name"
3696     data: "data name"
3697   -
3698     title: "Status"
3699     data: "data msg"
3700   rows: "generated"
3701   data: "dpdk-perf-results-3n-skx"
3702   filter: "all"
3703   parameters:
3704   - "name"
3705   - "parent"
3706   - "msg"
3707
3708 # Detailed Test Results - DPDK Performance Results 2n-skx
3709 -
3710   type: "table"
3711   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3712   algorithm: "table_details"
3713   output-file-ext: ".csv"
3714   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3715   columns:
3716   -
3717     title: "Name"
3718     data: "data name"
3719   -
3720     title: "Status"
3721     data: "data msg"
3722   rows: "generated"
3723   data: "dpdk-perf-results-2n-skx"
3724   filter: "all"
3725   parameters:
3726   - "name"
3727   - "parent"
3728   - "msg"
3729
3730 ################################################################################
3731 # HoneyComb
3732 -
3733   type: "table"
3734   title: "Detailed Test Results - Honeycomb Functional Results"
3735   algorithm: "table_details"
3736   output-file-ext: ".csv"
3737   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3738   columns:
3739   -
3740     title: "Name"
3741     data: "data name"
3742   -
3743     title: "Documentation"
3744     data: "data doc"
3745   -
3746     title: "Status"
3747     data: "data status"
3748   rows: "generated"
3749   data:
3750     "hc-func-results"
3751   filter: "all"
3752   parameters:
3753   - "name"
3754   - "parent"
3755   - "doc"
3756   - "status"
3757
3758 ################################################################################
3759 # NSH SFC
3760 -
3761   type: "table"
3762   title: "Detailed Test Results - NSH SFC Functional Results"
3763   algorithm: "table_details"
3764   output-file-ext: ".csv"
3765   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3766   columns:
3767   -
3768     title: "Name"
3769     data: "data name"
3770   -
3771     title: "Documentation"
3772     data: "data doc"
3773   -
3774     title: "Status"
3775     data: "data status"
3776   rows: "generated"
3777   data:
3778     "nsh-func-results"
3779   filter: "all"
3780   parameters:
3781   - "name"
3782   - "parent"
3783   - "doc"
3784   - "status"
3785
3786 ################################################################################
3787 # DMM
3788 -
3789   type: "table"
3790   title: "Detailed Test Results - DMM Functional Results"
3791   algorithm: "table_details"
3792   output-file-ext: ".csv"
3793   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3794   columns:
3795   -
3796     title: "Name"
3797     data: "data name"
3798   -
3799     title: "Documentation"
3800     data: "data doc"
3801   -
3802     title: "Status"
3803     data: "data status"
3804   rows: "generated"
3805   data:
3806     "dmm-func-results"
3807   filter: "all"
3808   parameters:
3809   - "name"
3810   - "parent"
3811   - "doc"
3812   - "status"
3813
3814 ################################################################################
3815 ###                                F I L E S                                 ###
3816 ################################################################################
3817
3818 # VPP Performance Results 3n-hsw
3819 -
3820   type: "file"
3821   title: "VPP Performance Results 3n-hsw"
3822   algorithm: "file_test_results"
3823   output-file-ext: ".rst"
3824   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3825   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3826   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3827   data: "vpp-perf-results-3n-hsw"
3828   filter: "not 'NDRCHK' and not 'PDRCHK'"
3829   parameters:
3830   - "name"
3831   - "doc"
3832   - "level"
3833   - "parent"
3834   data-start-level: 3
3835
3836 # VPP Performance Results 3n-skx
3837 -
3838   type: "file"
3839   title: "VPP Performance Results 3n-skx"
3840   algorithm: "file_test_results"
3841   output-file-ext: ".rst"
3842   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3843   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3844   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3845   data: "vpp-perf-results-3n-skx"
3846   filter: "not 'NDRCHK' and not 'PDRCHK'"
3847   parameters:
3848   - "name"
3849   - "doc"
3850   - "level"
3851   - "parent"
3852   data-start-level: 3
3853
3854 # VPP Performance Results 2n-skx
3855 -
3856   type: "file"
3857   title: "VPP Performance Results 2n-skx"
3858   algorithm: "file_test_results"
3859   output-file-ext: ".rst"
3860   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3861   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3862   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3863   data: "vpp-perf-results-2n-skx"
3864   filter: "not 'NDRCHK' and not 'PDRCHK'"
3865   parameters:
3866   - "name"
3867   - "doc"
3868   - "level"
3869   - "parent"
3870   data-start-level: 3
3871
3872 # VPP Performance Results 2n-dnv
3873 -
3874   type: "file"
3875   title: "VPP Performance Results 2n-dnv"
3876   algorithm: "file_test_results"
3877   output-file-ext: ".rst"
3878   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3879   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3880   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3881   data: "intel-dnv-vpp"
3882   filter: "'NDRPDR'"
3883   parameters:
3884   - "name"
3885   - "doc"
3886   - "level"
3887   - "parent"
3888   data-start-level: 3
3889
3890 # VPP Performance Configuration 3n-hsw
3891 -
3892   type: "file"
3893   title: "VPP Performance Configuration 3n-hsw"
3894   algorithm: "file_test_results"
3895   output-file-ext: ".rst"
3896   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
3897   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3898   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
3899   data: "vpp-perf-results-3n-hsw"
3900   filter: "not 'NDRCHK' and not 'PDRCHK'"
3901   parameters:
3902   - "name"
3903   - "doc"
3904   - "level"
3905   - "parent"
3906   data-start-level: 3
3907
3908 # VPP Performance Configuration 3n-skx
3909 -
3910   type: "file"
3911   title: "VPP Performance Configuration 3n-skx"
3912   algorithm: "file_test_results"
3913   output-file-ext: ".rst"
3914   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
3915   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3916   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
3917   data: "vpp-perf-results-3n-skx"
3918   filter: "not 'NDRCHK' and not 'PDRCHK'"
3919   parameters:
3920   - "name"
3921   - "doc"
3922   - "level"
3923   - "parent"
3924   data-start-level: 3
3925
3926 # VPP Performance Configuration 2n-skx
3927 -
3928   type: "file"
3929   title: "VPP Performance Configuration 2n-skx"
3930   algorithm: "file_test_results"
3931   output-file-ext: ".rst"
3932   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
3933   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3934   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
3935   data: "vpp-perf-results-2n-skx"
3936   filter: "not 'NDRCHK' and not 'PDRCHK'"
3937   parameters:
3938   - "name"
3939   - "doc"
3940   - "level"
3941   - "parent"
3942   data-start-level: 3
3943
3944 # VPP Performance Configuration 2n-dnv
3945 -
3946   type: "file"
3947   title: "VPP Performance Configuration 2n-dnv"
3948   algorithm: "file_test_results"
3949   output-file-ext: ".rst"
3950   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
3951   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3952   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
3953   data: "intel-dnv-vpp"
3954   filter: "'NDRPDR'"
3955   parameters:
3956   - "name"
3957   - "doc"
3958   - "level"
3959   - "parent"
3960   data-start-level: 3
3961
3962 # VPP Performance Operational Data 3n-hsw
3963 -
3964   type: "file"
3965   title: "VPP Performance Operational Data 3n-hsw"
3966   algorithm: "file_test_results"
3967   output-file-ext: ".rst"
3968   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
3969   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3970   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
3971   data: "vpp-perf-results-3n-hsw"
3972   filter: "not 'NDRCHK' and not 'PDRCHK'"
3973   parameters:
3974   - "name"
3975   - "doc"
3976   - "level"
3977   - "parent"
3978   data-start-level: 3
3979
3980 # VPP Performance Operational Data 3n-skx
3981 -
3982   type: "file"
3983   title: "VPP Performance Operational Data 3n-skx"
3984   algorithm: "file_test_results"
3985   output-file-ext: ".rst"
3986   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
3987   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3988   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
3989   data: "vpp-perf-results-3n-skx"
3990   filter: "not 'NDRCHK' and not 'PDRCHK'"
3991   parameters:
3992   - "name"
3993   - "doc"
3994   - "level"
3995   - "parent"
3996   data-start-level: 3
3997
3998 # VPP Performance Operational Data 2n-skx
3999 -
4000   type: "file"
4001   title: "VPP Performance Operational Data 2n-skx"
4002   algorithm: "file_test_results"
4003   output-file-ext: ".rst"
4004   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4005   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"
4006   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4007   data: "vpp-perf-results-2n-skx"
4008   filter: "not 'NDRCHK' and not 'PDRCHK'"
4009   parameters:
4010   - "name"
4011   - "doc"
4012   - "level"
4013   - "parent"
4014   data-start-level: 3
4015
4016 # VPP Performance Operational Data 2n-dnv
4017 -
4018   type: "file"
4019   title: "VPP Performance Operational Data 2n-dnv"
4020   algorithm: "file_test_results"
4021   output-file-ext: ".rst"
4022   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4023   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"
4024   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4025   data: "intel-dnv-vpp"
4026   filter: "'NDRPDR'"
4027   parameters:
4028   - "name"
4029   - "doc"
4030   - "level"
4031   - "parent"
4032   data-start-level: 3
4033
4034 # VPP MRR Results 3n-hsw
4035 -
4036   type: "file"
4037   title: "VPP MRR Results 3n-hsw"
4038   algorithm: "file_test_results"
4039   output-file-ext: ".rst"
4040   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4041   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"
4042   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4043   data: "vpp-mrr-results-3n-hsw"
4044   filter: "'MRR'"
4045   parameters:
4046   - "name"
4047   - "doc"
4048   - "level"
4049   - "parent"
4050   data-start-level: 3
4051
4052 # VPP MRR Results 3n-skx
4053 -
4054   type: "file"
4055   title: "VPP MRR Results 3n-skx"
4056   algorithm: "file_test_results"
4057   output-file-ext: ".rst"
4058   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4059   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"
4060   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4061   data: "vpp-mrr-results-3n-skx"
4062   filter: "'MRR'"
4063   parameters:
4064   - "name"
4065   - "doc"
4066   - "level"
4067   - "parent"
4068   data-start-level: 3
4069
4070 # VPP MRR Results 2n-skx
4071 -
4072   type: "file"
4073   title: "VPP MRR Results 2n-skx"
4074   algorithm: "file_test_results"
4075   output-file-ext: ".rst"
4076   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4077   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"
4078   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4079   data: "vpp-mrr-results-2n-skx"
4080   filter: "all"
4081   parameters:
4082   - "name"
4083   - "doc"
4084   - "level"
4085   - "parent"
4086   data-start-level: 3
4087
4088 # VPP MRR Results 2n-dnv
4089 -
4090   type: "file"
4091   title: "VPP MRR Results 2n-dnv"
4092   algorithm: "file_test_results"
4093   output-file-ext: ".rst"
4094   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4095   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"
4096   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4097   data: "intel-dnv-vpp"
4098   filter: "'MRR'"
4099   parameters:
4100   - "name"
4101   - "doc"
4102   - "level"
4103   - "parent"
4104   data-start-level: 3
4105
4106 # VPP MRR Configuration 3n-hsw
4107 -
4108   type: "file"
4109   title: "VPP MRR Configuration 3n-hsw"
4110   algorithm: "file_test_results"
4111   output-file-ext: ".rst"
4112   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4113   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"
4114   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4115   data: "vpp-mrr-results-3n-hsw"
4116   filter: "'MRR'"
4117   parameters:
4118   - "name"
4119   - "doc"
4120   - "level"
4121   - "parent"
4122   data-start-level: 3
4123
4124 # VPP MRR Configuration 3n-skx
4125 -
4126   type: "file"
4127   title: "VPP MRR Configuration 3n-skx"
4128   algorithm: "file_test_results"
4129   output-file-ext: ".rst"
4130   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4131   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"
4132   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4133   data: "vpp-mrr-results-3n-skx"
4134   filter: "'MRR'"
4135   parameters:
4136   - "name"
4137   - "doc"
4138   - "level"
4139   - "parent"
4140   data-start-level: 3
4141
4142 # VPP MRR Configuration 2n-skx
4143 -
4144   type: "file"
4145   title: "VPP MRR Configuration 2n-skx"
4146   algorithm: "file_test_results"
4147   output-file-ext: ".rst"
4148   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4149   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"
4150   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4151   data: "vpp-mrr-results-2n-skx"
4152   filter: "'MRR'"
4153   parameters:
4154   - "name"
4155   - "doc"
4156   - "level"
4157   - "parent"
4158   data-start-level: 3
4159
4160 # VPP MRR Configuration 2n-dnv
4161 -
4162   type: "file"
4163   title: "VPP MRR Configuration 2n-dnv"
4164   algorithm: "file_test_results"
4165   output-file-ext: ".rst"
4166   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4167   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"
4168   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4169   data: "intel-dnv-vpp"
4170   filter: "'MRR'"
4171   parameters:
4172   - "name"
4173   - "doc"
4174   - "level"
4175   - "parent"
4176   data-start-level: 3
4177
4178 # VPP Functional Results - Ubuntu
4179 -
4180   type: "file"
4181   title: "VPP Functional Results - Ubuntu"
4182   algorithm: "file_test_results"
4183   output-file-ext: ".rst"
4184   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4185   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"
4186   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4187   data: "vpp-func-results-ubuntu"
4188   filter: "all"
4189   parameters:
4190   - "name"
4191   - "doc"
4192   - "level"
4193   - "parent"
4194   data-start-level: 3
4195
4196 # VPP Functional Results - CentOS
4197 -
4198   type: "file"
4199   title: "VPP Functional Results - CentOS"
4200   algorithm: "file_test_results"
4201   output-file-ext: ".rst"
4202   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4203   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"
4204   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4205   data:
4206     "vpp-func-results-centos"
4207   filter: "all"
4208   parameters:
4209   - "name"
4210   - "doc"
4211   - "level"
4212   - "parent"
4213   data-start-level: 3
4214
4215 # VPP Functional Configuration - Ubuntu
4216 -
4217   type: "file"
4218   title: "VPP Functional Configuration - Ubuntu"
4219   algorithm: "file_test_results"
4220   output-file-ext: ".rst"
4221   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4222   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"
4223   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4224   data: "vpp-func-results-ubuntu"
4225   filter: "all"
4226   parameters:
4227   - "name"
4228   - "doc"
4229   - "level"
4230   - "parent"
4231   data-start-level: 3
4232
4233 # VPP Functional Configuration - CentOS
4234 -
4235   type: "file"
4236   title: "VPP Functional Configuration - CentOS"
4237   algorithm: "file_test_results"
4238   output-file-ext: ".rst"
4239   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4240   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"
4241   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4242   data:
4243     "vpp-func-results-centos"
4244   filter: "all"
4245   parameters:
4246   - "name"
4247   - "doc"
4248   - "level"
4249   - "parent"
4250   data-start-level: 3
4251
4252 # VPP Device Results - Ubuntu
4253 -
4254   type: "file"
4255   title: "VPP Device Results - Ubuntu"
4256   algorithm: "file_test_results"
4257   output-file-ext: ".rst"
4258   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4259   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"
4260   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4261   data: "vpp-device-results-ubuntu"
4262   filter: "all"
4263   parameters:
4264   - "name"
4265   - "doc"
4266   - "level"
4267   - "parent"
4268   data-start-level: 2
4269
4270 # VPP Device Configuration - Ubuntu
4271 -
4272   type: "file"
4273   title: "VPP Device Configuration - Ubuntu"
4274   algorithm: "file_test_results"
4275   output-file-ext: ".rst"
4276   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4277   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"
4278   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4279   data: "vpp-device-results-ubuntu"
4280   filter: "all"
4281   parameters:
4282   - "name"
4283   - "doc"
4284   - "level"
4285   - "parent"
4286   data-start-level: 2
4287
4288 # Container Orchestrated Performance Results 3n-hsw
4289 -
4290   type: "file"
4291   title: "Container Orchestrated Performance Results 3n-hsw"
4292   algorithm: "file_test_results"
4293   output-file-ext: ".rst"
4294   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4295   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"
4296   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4297   data: "ligato-perf-results-3n-hsw"
4298   filter: "all"
4299   parameters:
4300   - "name"
4301   - "doc"
4302   - "level"
4303   - "parent"
4304   data-start-level: 3
4305
4306 # DPDK Performance Results 3n-hsw
4307 -
4308   type: "file"
4309   title: "DPDK Performance Results 3n-hsw"
4310   algorithm: "file_test_results"
4311   output-file-ext: ".rst"
4312   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4313   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"
4314   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4315   data: "dpdk-perf-results-3n-hsw"
4316   filter: "all"
4317   parameters:
4318   - "name"
4319   - "doc"
4320   - "level"
4321   - "parent"
4322   data-start-level: 3
4323
4324 # DPDK Performance Results 3n-skx
4325 -
4326   type: "file"
4327   title: "DPDK Performance Results 3n-skx"
4328   algorithm: "file_test_results"
4329   output-file-ext: ".rst"
4330   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4331   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"
4332   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4333   data: "dpdk-perf-results-3n-skx"
4334   filter: "all"
4335   parameters:
4336   - "name"
4337   - "doc"
4338   - "level"
4339   - "parent"
4340   data-start-level: 3
4341
4342 # DPDK Performance Results 2n-skx
4343 -
4344   type: "file"
4345   title: "DPDK Performance Results 2n-skx"
4346   algorithm: "file_test_results"
4347   output-file-ext: ".rst"
4348   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4349   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"
4350   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4351   data: "dpdk-perf-results-2n-skx"
4352   filter: "all"
4353   parameters:
4354   - "name"
4355   - "doc"
4356   - "level"
4357   - "parent"
4358   data-start-level: 3
4359
4360 # Honeycomb Functional Results
4361 -
4362   type: "file"
4363   title: "Honeycomb Functional Results"
4364   algorithm: "file_test_results"
4365   output-file-ext: ".rst"
4366   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4367   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"
4368   dir-tables: "{DIR[DTR,FUNC,HC]}"
4369   data:
4370     "hc-func-results"
4371   filter: "all"
4372   parameters:
4373   - "name"
4374   - "doc"
4375   - "level"
4376   - "parent"
4377   data-start-level: 3
4378
4379 # NSH SFC Functional Results
4380 -
4381   type: "file"
4382   title: "NSH SFC Functional Results"
4383   algorithm: "file_test_results"
4384   output-file-ext: ".rst"
4385   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4386   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"
4387   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4388   data:
4389     "nsh-func-results"
4390   filter: "all"
4391   parameters:
4392   - "name"
4393   - "doc"
4394   - "level"
4395   - "parent"
4396   data-start-level: 3
4397
4398 # DMM Functional Results
4399 -
4400   type: "file"
4401   title: "DMM Functional Results"
4402   algorithm: "file_test_results"
4403   output-file-ext: ".rst"
4404   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4405   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"
4406   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4407   data:
4408     "dmm-func-results"
4409   filter: "all"
4410   parameters:
4411   - "name"
4412   - "doc"
4413   - "level"
4414   - "parent"
4415   data-start-level: 3
4416
4417 ################################################################################
4418 ###                                P L O T S                                 ###
4419 ################################################################################
4420
4421 ################################################################################
4422 # Plots VPP HTTP Server Performance
4423 -
4424   type: "plot"
4425   title: "VPP HTTP Server Performance"
4426   algorithm: "plot_http_server_performance_box"
4427   output-file-type: ".html"
4428   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
4429   data:
4430     "plot-vpp-http-server-performance"
4431   # Keep this formatting, the filter is enclosed with " (quotation mark) and
4432   # each tag is enclosed with ' (apostrophe).
4433   filter: "'HTTP' and 'TCP_CPS'"
4434   parameters:
4435   - "result"
4436   - "name"
4437   traces:
4438     hoverinfo: "x+y"
4439     boxpoints: "outliers"
4440     whiskerwidth: 0
4441   layout:
4442     title: "VPP HTTP Server Performance"
4443     layout:
4444       "plot-cps"
4445
4446 -
4447   type: "plot"
4448   title: "VPP HTTP Server Performance"
4449   algorithm: "plot_http_server_performance_box"
4450   output-file-type: ".html"
4451   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
4452   data:
4453     "plot-vpp-http-server-performance"
4454   filter: "'HTTP' and 'TCP_RPS'"
4455   parameters:
4456   - "result"
4457   - "name"
4458   traces:
4459     hoverinfo: "x+y"
4460     boxpoints: "outliers"
4461     whiskerwidth: 0
4462   layout:
4463     title: "VPP HTTP Server Performance"
4464     layout:
4465       "plot-rps"
4466
4467 ################################################################################
4468
4469 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
4470 -
4471   type: "plot"
4472   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4473   algorithm: "plot_performance_box"
4474   output-file-type: ".html"
4475   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4476   data: "plot-vpp-throughput-latency-3n-hsw"
4477   filter: "'NIC_Intel-X520-DA2' and
4478            '64B' and
4479            ('BASE' or 'SCALE') and
4480            'NDRPDR' and
4481            'ETH' and
4482            '1T1C' and
4483            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4484            not 'VHOST' and
4485            not 'MEMIF'"
4486   parameters:
4487   - "throughput"
4488   - "parent"
4489   - "tags"
4490   sort:
4491   - "L2PATCH"
4492   - "L2XCBASE"
4493   - "BASE"
4494   - "FIB_10K"
4495   - "FIB_100K"
4496   - "FIB_1M"
4497   traces:
4498     hoverinfo: "x+y"
4499     boxpoints: "outliers"
4500     whiskerwidth: 0
4501   layout:
4502     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4503     layout: "plot-throughput"
4504
4505 -
4506   type: "plot"
4507   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4508   algorithm: "plot_performance_box"
4509   output-file-type: ".html"
4510   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4511   data: "plot-vpp-throughput-latency-3n-hsw"
4512   filter: "'NIC_Intel-X520-DA2' and
4513            '64B' and
4514            ('BASE' or 'SCALE') and
4515            'NDRPDR' and
4516            'ETH' and
4517            '1T1C' and
4518            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4519            not 'VHOST' and
4520            not 'MEMIF'"
4521   parameters:
4522   - "throughput"
4523   - "parent"
4524   - "tags"
4525   sort:
4526   - "L2PATCH"
4527   - "L2XCBASE"
4528   - "BASE"
4529   - "FIB_10K"
4530   - "FIB_100K"
4531   - "FIB_1M"
4532   traces:
4533     hoverinfo: "x+y"
4534     boxpoints: "outliers"
4535     whiskerwidth: 0
4536   layout:
4537     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4538     layout: "plot-throughput"
4539
4540 -
4541   type: "plot"
4542   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4543   algorithm: "plot_performance_box"
4544   output-file-type: ".html"
4545   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4546   data: "plot-vpp-throughput-latency-3n-hsw"
4547   filter: "'NIC_Intel-X520-DA2' and
4548            '64B' and
4549            ('BASE' or 'SCALE') and
4550            'NDRPDR' and
4551            'ETH' and
4552            '2T2C' and
4553            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4554            not 'VHOST' and
4555            not 'MEMIF'"
4556   parameters:
4557   - "throughput"
4558   - "parent"
4559   - "tags"
4560   sort:
4561   - "L2PATCH"
4562   - "L2XCBASE"
4563   - "BASE"
4564   - "FIB_10K"
4565   - "FIB_100K"
4566   - "FIB_1M"
4567   traces:
4568     hoverinfo: "x+y"
4569     boxpoints: "outliers"
4570     whiskerwidth: 0
4571   layout:
4572     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4573     layout: "plot-throughput"
4574
4575 -
4576   type: "plot"
4577   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4578   algorithm: "plot_performance_box"
4579   output-file-type: ".html"
4580   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4581   data: "plot-vpp-throughput-latency-3n-hsw"
4582   filter: "'NIC_Intel-X520-DA2' and
4583            '64B' and
4584            ('BASE' or 'SCALE') and
4585            'NDRPDR' and
4586            'ETH' and
4587            '2T2C' and
4588            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4589            not 'VHOST' and
4590            not 'MEMIF'"
4591   parameters:
4592   - "throughput"
4593   - "parent"
4594   - "tags"
4595   sort:
4596   - "L2PATCH"
4597   - "L2XCBASE"
4598   - "BASE"
4599   - "FIB_10K"
4600   - "FIB_100K"
4601   - "FIB_1M"
4602   traces:
4603     hoverinfo: "x+y"
4604     boxpoints: "outliers"
4605     whiskerwidth: 0
4606   layout:
4607     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4608     layout: "plot-throughput"
4609
4610 # Packet Throughput - VPP L2 3n-hsw-x520 features
4611 -
4612   type: "plot"
4613   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
4614   algorithm: "plot_performance_box"
4615   output-file-type: ".html"
4616   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
4617   data: "plot-vpp-throughput-latency-3n-hsw"
4618   filter: "'NIC_Intel-X520-DA2' and
4619            '64B' and
4620            'NDRPDR' and
4621            '1T1C' and
4622            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4623            not 'ACL' and
4624            not 'VHOST' and
4625            not 'MEMIF'"
4626   parameters:
4627   - "throughput"
4628   - "parent"
4629   - "tags"
4630   sort:
4631   - "L2XCBASE"    # l2xcbase
4632   - "L2BDBASE"    # l2bdbase
4633   - "L2XCFWD"     # dot1q-l2xcbase
4634   - "L2BDMACLRN"  # dot1q-l2bdbase
4635   traces:
4636     hoverinfo: "x+y"
4637     boxpoints: "outliers"
4638     whiskerwidth: 0
4639   layout:
4640     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
4641     layout: "plot-throughput"
4642
4643 -
4644   type: "plot"
4645   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
4646   algorithm: "plot_performance_box"
4647   output-file-type: ".html"
4648   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
4649   data: "plot-vpp-throughput-latency-3n-hsw"
4650   filter: "'NIC_Intel-X520-DA2' and
4651            '64B' and
4652            'NDRPDR' and
4653            '1T1C' and
4654            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4655            not 'ACL' and
4656            not 'VHOST' and
4657            not 'MEMIF'"
4658   parameters:
4659   - "throughput"
4660   - "parent"
4661   - "tags"
4662   sort:
4663   - "L2XCBASE"    # l2xcbase
4664   - "L2BDBASE"    # l2bdbase
4665   - "L2XCFWD"     # dot1q-l2xcbase
4666   - "L2BDMACLRN"  # dot1q-l2bdbase
4667   traces:
4668     hoverinfo: "x+y"
4669     boxpoints: "outliers"
4670     whiskerwidth: 0
4671   layout:
4672     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
4673     layout: "plot-throughput"
4674
4675 -
4676   type: "plot"
4677   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
4678   algorithm: "plot_performance_box"
4679   output-file-type: ".html"
4680   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
4681   data: "plot-vpp-throughput-latency-3n-hsw"
4682   filter: "'NIC_Intel-X520-DA2' and
4683            '64B' and
4684            'NDRPDR' and
4685            '2T2C' and
4686            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4687            not 'ACL' and
4688            not 'VHOST' and
4689            not 'MEMIF'"
4690   parameters:
4691   - "throughput"
4692   - "parent"
4693   - "tags"
4694   sort:
4695   - "L2XCBASE"    # l2xcbase
4696   - "L2BDBASE"    # l2bdbase
4697   - "L2XCFWD"     # dot1q-l2xcbase
4698   - "L2BDMACLRN"  # dot1q-l2bdbase
4699   traces:
4700     hoverinfo: "x+y"
4701     boxpoints: "outliers"
4702     whiskerwidth: 0
4703   layout:
4704     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
4705     layout: "plot-throughput"
4706
4707 -
4708   type: "plot"
4709   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
4710   algorithm: "plot_performance_box"
4711   output-file-type: ".html"
4712   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
4713   data: "plot-vpp-throughput-latency-3n-hsw"
4714   filter: "'NIC_Intel-X520-DA2' and
4715            '64B' and
4716            'NDRPDR' and
4717            '2T2C' and
4718            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4719            not 'ACL' and
4720            not 'VHOST' and
4721            not 'MEMIF'"
4722   parameters:
4723   - "throughput"
4724   - "parent"
4725   - "tags"
4726   sort:
4727   - "L2XCBASE"    # l2xcbase
4728   - "L2BDBASE"    # l2bdbase
4729   - "L2XCFWD"     # dot1q-l2xcbase
4730   - "L2BDMACLRN"  # dot1q-l2bdbase
4731   traces:
4732     hoverinfo: "x+y"
4733     boxpoints: "outliers"
4734     whiskerwidth: 0
4735   layout:
4736     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
4737     layout: "plot-throughput"
4738
4739 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
4740 -
4741   type: "plot"
4742   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4743   algorithm: "plot_performance_box"
4744   output-file-type: ".html"
4745   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4746   data: "plot-vpp-throughput-latency-3n-hsw"
4747   filter: "'NIC_Intel-X710' and
4748            '64B' and
4749            ('BASE' or 'SCALE') and
4750            'NDRPDR' and
4751            'ETH' and
4752            '1T1C' and
4753            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4754            not 'VHOST' and
4755            not 'MEMIF'"
4756   parameters:
4757   - "throughput"
4758   - "parent"
4759   - "tags"
4760   sort:
4761   - "L2PATCH"
4762   - "L2XCBASE"
4763   - "BASE"
4764   - "FIB_10K"
4765   - "FIB_100K"
4766   - "FIB_1M"
4767   traces:
4768     hoverinfo: "x+y"
4769     boxpoints: "outliers"
4770     whiskerwidth: 0
4771   layout:
4772     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4773     layout: "plot-throughput"
4774
4775 -
4776   type: "plot"
4777   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4778   algorithm: "plot_performance_box"
4779   output-file-type: ".html"
4780   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4781   data: "plot-vpp-throughput-latency-3n-hsw"
4782   filter: "'NIC_Intel-X710' and
4783            '64B' and
4784            ('BASE' or 'SCALE') and
4785            'NDRPDR' and
4786            'ETH' and
4787            '1T1C' and
4788            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4789            not 'VHOST' and
4790            not 'MEMIF'"
4791   parameters:
4792   - "throughput"
4793   - "parent"
4794   - "tags"
4795   sort:
4796   - "L2PATCH"
4797   - "L2XCBASE"
4798   - "BASE"
4799   - "FIB_10K"
4800   - "FIB_100K"
4801   - "FIB_1M"
4802   traces:
4803     hoverinfo: "x+y"
4804     boxpoints: "outliers"
4805     whiskerwidth: 0
4806   layout:
4807     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4808     layout: "plot-throughput"
4809
4810 -
4811   type: "plot"
4812   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4813   algorithm: "plot_performance_box"
4814   output-file-type: ".html"
4815   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4816   data: "plot-vpp-throughput-latency-3n-hsw"
4817   filter: "'NIC_Intel-X710' and
4818            '64B' and
4819            ('BASE' or 'SCALE') and
4820            'NDRPDR' and
4821            'ETH' and
4822            '2T2C' and
4823            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4824            not 'VHOST' and
4825            not 'MEMIF'"
4826   parameters:
4827   - "throughput"
4828   - "parent"
4829   - "tags"
4830   sort:
4831   - "L2PATCH"
4832   - "L2XCBASE"
4833   - "BASE"
4834   - "FIB_10K"
4835   - "FIB_100K"
4836   - "FIB_1M"
4837   traces:
4838     hoverinfo: "x+y"
4839     boxpoints: "outliers"
4840     whiskerwidth: 0
4841   layout:
4842     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4843     layout: "plot-throughput"
4844
4845 -
4846   type: "plot"
4847   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4848   algorithm: "plot_performance_box"
4849   output-file-type: ".html"
4850   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4851   data: "plot-vpp-throughput-latency-3n-hsw"
4852   filter: "'NIC_Intel-X710' and
4853            '64B' and
4854            ('BASE' or 'SCALE') and
4855            'NDRPDR' and
4856            'ETH' and
4857            '2T2C' and
4858            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4859            not 'VHOST' and
4860            not 'MEMIF'"
4861   parameters:
4862   - "throughput"
4863   - "parent"
4864   - "tags"
4865   sort:
4866   - "L2PATCH"
4867   - "L2XCBASE"
4868   - "BASE"
4869   - "FIB_10K"
4870   - "FIB_100K"
4871   - "FIB_1M"
4872   traces:
4873     hoverinfo: "x+y"
4874     boxpoints: "outliers"
4875     whiskerwidth: 0
4876   layout:
4877     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4878     layout: "plot-throughput"
4879
4880 # Packet Throughput - VPP L2 3n-hsw-x710 features
4881 -
4882   type: "plot"
4883   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
4884   algorithm: "plot_performance_box"
4885   output-file-type: ".html"
4886   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
4887   data: "plot-vpp-throughput-latency-3n-hsw"
4888   filter: "'NIC_Intel-X710' and
4889            '64B' and
4890            'NDRPDR' and
4891            '1T1C' and
4892            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4893            not 'ACL' and
4894            not 'VHOST' and
4895            not 'MEMIF'"
4896   parameters:
4897   - "throughput"
4898   - "parent"
4899   - "tags"
4900   sort:
4901   - "L2XCBASE"    # l2xcbase
4902   - "L2BDBASE"    # l2bdbase
4903   - "L2XCFWD"     # dot1q-l2xcbase
4904   - "L2BDMACLRN"  # dot1q-l2bdbase
4905   traces:
4906     hoverinfo: "x+y"
4907     boxpoints: "outliers"
4908     whiskerwidth: 0
4909   layout:
4910     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
4911     layout: "plot-throughput"
4912
4913 -
4914   type: "plot"
4915   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
4916   algorithm: "plot_performance_box"
4917   output-file-type: ".html"
4918   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
4919   data: "plot-vpp-throughput-latency-3n-hsw"
4920   filter: "'NIC_Intel-X710' and
4921            '64B' and
4922            'NDRPDR' and
4923            '1T1C' and
4924            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4925            not 'ACL' and
4926            not 'VHOST' and
4927            not 'MEMIF'"
4928   parameters:
4929   - "throughput"
4930   - "parent"
4931   - "tags"
4932   sort:
4933   - "L2XCBASE"    # l2xcbase
4934   - "L2BDBASE"    # l2bdbase
4935   - "L2XCFWD"     # dot1q-l2xcbase
4936   - "L2BDMACLRN"  # dot1q-l2bdbase
4937   traces:
4938     hoverinfo: "x+y"
4939     boxpoints: "outliers"
4940     whiskerwidth: 0
4941   layout:
4942     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
4943     layout: "plot-throughput"
4944
4945 -
4946   type: "plot"
4947   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
4948   algorithm: "plot_performance_box"
4949   output-file-type: ".html"
4950   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
4951   data: "plot-vpp-throughput-latency-3n-hsw"
4952   filter: "'NIC_Intel-X710' and
4953            '64B' and
4954            'NDRPDR' and
4955            '2T2C' and
4956            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4957            not 'ACL' and
4958            not 'VHOST' and
4959            not 'MEMIF'"
4960   parameters:
4961   - "throughput"
4962   - "parent"
4963   - "tags"
4964   sort:
4965   - "L2XCBASE"    # l2xcbase
4966   - "L2BDBASE"    # l2bdbase
4967   - "L2XCFWD"     # dot1q-l2xcbase
4968   - "L2BDMACLRN"  # dot1q-l2bdbase
4969   traces:
4970     hoverinfo: "x+y"
4971     boxpoints: "outliers"
4972     whiskerwidth: 0
4973   layout:
4974     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
4975     layout: "plot-throughput"
4976
4977 -
4978   type: "plot"
4979   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
4980   algorithm: "plot_performance_box"
4981   output-file-type: ".html"
4982   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
4983   data: "plot-vpp-throughput-latency-3n-hsw"
4984   filter: "'NIC_Intel-X710' and
4985            '64B' and
4986            'NDRPDR' and
4987            '2T2C' and
4988            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4989            not 'ACL' and
4990            not 'VHOST' and
4991            not 'MEMIF'"
4992   parameters:
4993   - "throughput"
4994   - "parent"
4995   - "tags"
4996   sort:
4997   - "L2XCBASE"    # l2xcbase
4998   - "L2BDBASE"    # l2bdbase
4999   - "L2XCFWD"     # dot1q-l2xcbase
5000   - "L2BDMACLRN"  # dot1q-l2bdbase
5001   traces:
5002     hoverinfo: "x+y"
5003     boxpoints: "outliers"
5004     whiskerwidth: 0
5005   layout:
5006     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
5007     layout: "plot-throughput"
5008
5009 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
5010 -
5011   type: "plot"
5012   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5013   algorithm: "plot_performance_box"
5014   output-file-type: ".html"
5015   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5016   data: "plot-vpp-throughput-latency-3n-hsw"
5017   filter: "'NIC_Intel-XL710' and
5018            '64B' and
5019            ('BASE' or 'SCALE') and
5020            'NDRPDR' and
5021            'ETH' and
5022            '1T1C' and
5023            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5024            not 'VHOST' and
5025            not 'MEMIF'"
5026   parameters:
5027   - "throughput"
5028   - "parent"
5029   - "tags"
5030   sort:
5031   - "L2PATCH"
5032   - "L2XCBASE"
5033   - "BASE"
5034   - "FIB_10K"
5035   - "FIB_100K"
5036   - "FIB_1M"
5037   traces:
5038     hoverinfo: "x+y"
5039     boxpoints: "outliers"
5040     whiskerwidth: 0
5041   layout:
5042     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
5043     layout: "plot-throughput"
5044
5045 -
5046   type: "plot"
5047   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5048   algorithm: "plot_performance_box"
5049   output-file-type: ".html"
5050   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5051   data: "plot-vpp-throughput-latency-3n-hsw"
5052   filter: "'NIC_Intel-XL710' and
5053            '64B' and
5054            ('BASE' or 'SCALE') and
5055            'NDRPDR' and
5056            'ETH' and
5057            '1T1C' and
5058            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5059            not 'VHOST' and
5060            not 'MEMIF'"
5061   parameters:
5062   - "throughput"
5063   - "parent"
5064   - "tags"
5065   sort:
5066   - "L2PATCH"
5067   - "L2XCBASE"
5068   - "BASE"
5069   - "FIB_10K"
5070   - "FIB_100K"
5071   - "FIB_1M"
5072   traces:
5073     hoverinfo: "x+y"
5074     boxpoints: "outliers"
5075     whiskerwidth: 0
5076   layout:
5077     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
5078     layout: "plot-throughput"
5079
5080 -
5081   type: "plot"
5082   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5083   algorithm: "plot_performance_box"
5084   output-file-type: ".html"
5085   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5086   data: "plot-vpp-throughput-latency-3n-hsw"
5087   filter: "'NIC_Intel-XL710' and
5088            '64B' and
5089            ('BASE' or 'SCALE') and
5090            'NDRPDR' and
5091            'ETH' and
5092            '2T2C' and
5093            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5094            not 'VHOST' and
5095            not 'MEMIF'"
5096   parameters:
5097   - "throughput"
5098   - "parent"
5099   - "tags"
5100   sort:
5101   - "L2PATCH"
5102   - "L2XCBASE"
5103   - "BASE"
5104   - "FIB_10K"
5105   - "FIB_100K"
5106   - "FIB_1M"
5107   traces:
5108     hoverinfo: "x+y"
5109     boxpoints: "outliers"
5110     whiskerwidth: 0
5111   layout:
5112     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
5113     layout: "plot-throughput"
5114
5115 -
5116   type: "plot"
5117   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5118   algorithm: "plot_performance_box"
5119   output-file-type: ".html"
5120   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5121   data: "plot-vpp-throughput-latency-3n-hsw"
5122   filter: "'NIC_Intel-XL710' and
5123            '64B' and
5124            ('BASE' or 'SCALE') and
5125            'NDRPDR' and
5126            'ETH' and
5127            '2T2C' and
5128            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5129            not 'VHOST' and
5130            not 'MEMIF'"
5131   parameters:
5132   - "throughput"
5133   - "parent"
5134   - "tags"
5135   sort:
5136   - "L2PATCH"
5137   - "L2XCBASE"
5138   - "BASE"
5139   - "FIB_10K"
5140   - "FIB_100K"
5141   - "FIB_1M"
5142   traces:
5143     hoverinfo: "x+y"
5144     boxpoints: "outliers"
5145     whiskerwidth: 0
5146   layout:
5147     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
5148     layout: "plot-throughput"
5149
5150 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
5151 -
5152   type: "plot"
5153   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5154   algorithm: "plot_performance_box"
5155   output-file-type: ".html"
5156   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5157   data: "plot-vpp-throughput-latency-3n-skx"
5158   filter: "'NIC_Intel-X710' and
5159            '64B' and
5160            ('BASE' or 'SCALE') and
5161            'NDRPDR' and
5162            'ETH' and
5163            '2T1C' and
5164            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5165            not 'VHOST' and
5166            not 'MEMIF'"
5167   parameters:
5168   - "throughput"
5169   - "parent"
5170   - "tags"
5171   sort:
5172   - "L2PATCH"
5173   - "L2XCBASE"
5174   - "BASE"
5175   - "FIB_10K"
5176   - "FIB_100K"
5177   - "FIB_1M"
5178   traces:
5179     hoverinfo: "x+y"
5180     boxpoints: "outliers"
5181     whiskerwidth: 0
5182   layout:
5183     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
5184     layout: "plot-throughput"
5185
5186 -
5187   type: "plot"
5188   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5189   algorithm: "plot_performance_box"
5190   output-file-type: ".html"
5191   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5192   data: "plot-vpp-throughput-latency-3n-skx"
5193   filter: "'NIC_Intel-X710' and
5194            '64B' and
5195            ('BASE' or 'SCALE') and
5196            'NDRPDR' and
5197            'ETH' and
5198            '2T1C' and
5199            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5200            not 'VHOST' and
5201            not 'MEMIF'"
5202   parameters:
5203   - "throughput"
5204   - "parent"
5205   - "tags"
5206   sort:
5207   - "L2PATCH"
5208   - "L2XCBASE"
5209   - "BASE"
5210   - "FIB_10K"
5211   - "FIB_100K"
5212   - "FIB_1M"
5213   traces:
5214     hoverinfo: "x+y"
5215     boxpoints: "outliers"
5216     whiskerwidth: 0
5217   layout:
5218     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5219     layout: "plot-throughput"
5220
5221 -
5222   type: "plot"
5223   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5224   algorithm: "plot_performance_box"
5225   output-file-type: ".html"
5226   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5227   data: "plot-vpp-throughput-latency-3n-skx"
5228   filter: "'NIC_Intel-X710' and
5229            '64B' and
5230            ('BASE' or 'SCALE') and
5231            'NDRPDR' and
5232            'ETH' and
5233            '4T2C' and
5234            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5235            not 'VHOST' and
5236            not 'MEMIF'"
5237   parameters:
5238   - "throughput"
5239   - "parent"
5240   - "tags"
5241   sort:
5242   - "L2PATCH"
5243   - "L2XCBASE"
5244   - "BASE"
5245   - "FIB_10K"
5246   - "FIB_100K"
5247   - "FIB_1M"
5248   traces:
5249     hoverinfo: "x+y"
5250     boxpoints: "outliers"
5251     whiskerwidth: 0
5252   layout:
5253     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5254     layout: "plot-throughput"
5255
5256 -
5257   type: "plot"
5258   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5259   algorithm: "plot_performance_box"
5260   output-file-type: ".html"
5261   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5262   data: "plot-vpp-throughput-latency-3n-skx"
5263   filter: "'NIC_Intel-X710' and
5264            '64B' and
5265            ('BASE' or 'SCALE') and
5266            'NDRPDR' and
5267            'ETH' and
5268            '4T2C' and
5269            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5270            not 'VHOST' and
5271            not 'MEMIF'"
5272   parameters:
5273   - "throughput"
5274   - "parent"
5275   - "tags"
5276   sort:
5277   - "L2PATCH"
5278   - "L2XCBASE"
5279   - "BASE"
5280   - "FIB_10K"
5281   - "FIB_100K"
5282   - "FIB_1M"
5283   traces:
5284     hoverinfo: "x+y"
5285     boxpoints: "outliers"
5286     whiskerwidth: 0
5287   layout:
5288     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5289     layout: "plot-throughput"
5290
5291 # Packet Throughput - VPP L2 3n-skx-x710 features
5292 -
5293   type: "plot"
5294   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
5295   algorithm: "plot_performance_box"
5296   output-file-type: ".html"
5297   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
5298   data: "plot-vpp-throughput-latency-3n-skx"
5299   filter: "'NIC_Intel-X710' and
5300            '64B' and
5301            'NDRPDR' and
5302            '2T1C' and
5303            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5304            not 'ACL' and
5305            not 'VHOST' and
5306            not 'MEMIF'"
5307   parameters:
5308   - "throughput"
5309   - "parent"
5310   - "tags"
5311   sort:
5312   - "L2XCBASE"    # l2xcbase
5313   - "L2BDBASE"    # l2bdbase
5314   - "L2XCFWD"     # dot1q-l2xcbase
5315   - "L2BDMACLRN"  # dot1q-l2bdbase
5316   traces:
5317     hoverinfo: "x+y"
5318     boxpoints: "outliers"
5319     whiskerwidth: 0
5320   layout:
5321     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
5322     layout: "plot-throughput"
5323
5324 -
5325   type: "plot"
5326   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
5327   algorithm: "plot_performance_box"
5328   output-file-type: ".html"
5329   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
5330   data: "plot-vpp-throughput-latency-3n-skx"
5331   filter: "'NIC_Intel-X710' and
5332            '64B' and
5333            'NDRPDR' and
5334            '2T1C' and
5335            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5336            not 'ACL' and
5337            not 'VHOST' and
5338            not 'MEMIF'"
5339   parameters:
5340   - "throughput"
5341   - "parent"
5342   - "tags"
5343   sort:
5344   - "L2XCBASE"    # l2xcbase
5345   - "L2BDBASE"    # l2bdbase
5346   - "L2XCFWD"     # dot1q-l2xcbase
5347   - "L2BDMACLRN"  # dot1q-l2bdbase
5348   traces:
5349     hoverinfo: "x+y"
5350     boxpoints: "outliers"
5351     whiskerwidth: 0
5352   layout:
5353     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
5354     layout: "plot-throughput"
5355
5356 -
5357   type: "plot"
5358   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
5359   algorithm: "plot_performance_box"
5360   output-file-type: ".html"
5361   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
5362   data: "plot-vpp-throughput-latency-3n-skx"
5363   filter: "'NIC_Intel-X710' and
5364            '64B' and
5365            'NDRPDR' and
5366            '4T2C' and
5367            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5368            not 'ACL' and
5369            not 'VHOST' and
5370            not 'MEMIF'"
5371   parameters:
5372   - "throughput"
5373   - "parent"
5374   - "tags"
5375   sort:
5376   - "L2XCBASE"    # l2xcbase
5377   - "L2BDBASE"    # l2bdbase
5378   - "L2XCFWD"     # dot1q-l2xcbase
5379   - "L2BDMACLRN"  # dot1q-l2bdbase
5380   traces:
5381     hoverinfo: "x+y"
5382     boxpoints: "outliers"
5383     whiskerwidth: 0
5384   layout:
5385     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
5386     layout: "plot-throughput"
5387
5388 -
5389   type: "plot"
5390   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
5391   algorithm: "plot_performance_box"
5392   output-file-type: ".html"
5393   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
5394   data: "plot-vpp-throughput-latency-3n-skx"
5395   filter: "'NIC_Intel-X710' and
5396            '64B' and
5397            'NDRPDR' and
5398            '4T2C' and
5399            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
5400            not 'ACL' and
5401            not 'VHOST' and
5402            not 'MEMIF'"
5403   parameters:
5404   - "throughput"
5405   - "parent"
5406   - "tags"
5407   sort:
5408   - "L2XCBASE"    # l2xcbase
5409   - "L2BDBASE"    # l2bdbase
5410   - "L2XCFWD"     # dot1q-l2xcbase
5411   - "L2BDMACLRN"  # dot1q-l2bdbase
5412   traces:
5413     hoverinfo: "x+y"
5414     boxpoints: "outliers"
5415     whiskerwidth: 0
5416   layout:
5417     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
5418     layout: "plot-throughput"
5419
5420 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
5421 -
5422   type: "plot"
5423   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5424   algorithm: "plot_performance_box"
5425   output-file-type: ".html"
5426   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5427   data: "plot-vpp-throughput-latency-3n-skx"
5428   filter: "'NIC_Intel-XXV710' and
5429            '64B' and
5430            ('BASE' or 'SCALE') and
5431            'NDRPDR' and
5432            'ETH' and
5433            '2T1C' and
5434            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5435            not 'VHOST' and
5436            not 'MEMIF'"
5437   parameters:
5438   - "throughput"
5439   - "parent"
5440   - "tags"
5441   sort:
5442   - "L2PATCH"
5443   - "L2XCBASE"
5444   - "BASE"
5445   - "FIB_10K"
5446   - "FIB_100K"
5447   - "FIB_1M"
5448   traces:
5449     hoverinfo: "x+y"
5450     boxpoints: "outliers"
5451     whiskerwidth: 0
5452   layout:
5453     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5454     layout: "plot-throughput"
5455
5456 -
5457   type: "plot"
5458   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5459   algorithm: "plot_performance_box"
5460   output-file-type: ".html"
5461   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5462   data: "plot-vpp-throughput-latency-3n-skx"
5463   filter: "'NIC_Intel-XXV710' and
5464            '64B' and
5465            ('BASE' or 'SCALE') and
5466            'NDRPDR' and
5467            'ETH' and
5468            '2T1C' and
5469            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5470            not 'VHOST' and
5471            not 'MEMIF'"
5472   parameters:
5473   - "throughput"
5474   - "parent"
5475   - "tags"
5476   sort:
5477   - "L2PATCH"
5478   - "L2XCBASE"
5479   - "BASE"
5480   - "FIB_10K"
5481   - "FIB_100K"
5482   - "FIB_1M"
5483   traces:
5484     hoverinfo: "x+y"
5485     boxpoints: "outliers"
5486     whiskerwidth: 0
5487   layout:
5488     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5489     layout: "plot-throughput"
5490
5491 -
5492   type: "plot"
5493   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5494   algorithm: "plot_performance_box"
5495   output-file-type: ".html"
5496   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5497   data: "plot-vpp-throughput-latency-3n-skx"
5498   filter: "'NIC_Intel-XXV710' and
5499            '64B' and
5500            ('BASE' or 'SCALE') and
5501            'NDRPDR' and
5502            'ETH' and
5503            '4T2C' and
5504            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5505            not 'VHOST' and
5506            not 'MEMIF'"
5507   parameters:
5508   - "throughput"
5509   - "parent"
5510   - "tags"
5511   sort:
5512   - "L2PATCH"
5513   - "L2XCBASE"
5514   - "BASE"
5515   - "FIB_10K"
5516   - "FIB_100K"
5517   - "FIB_1M"
5518   traces:
5519     hoverinfo: "x+y"
5520     boxpoints: "outliers"
5521     whiskerwidth: 0
5522   layout:
5523     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5524     layout: "plot-throughput"
5525
5526 -
5527   type: "plot"
5528   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5529   algorithm: "plot_performance_box"
5530   output-file-type: ".html"
5531   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5532   data: "plot-vpp-throughput-latency-3n-skx"
5533   filter: "'NIC_Intel-XXV710' and
5534            '64B' and
5535            ('BASE' or 'SCALE') and
5536            'NDRPDR' and
5537            'ETH' and
5538            '4T2C' and
5539            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5540            not 'VHOST' and
5541            not 'MEMIF'"
5542   parameters:
5543   - "throughput"
5544   - "parent"
5545   - "tags"
5546   sort:
5547   - "L2PATCH"
5548   - "L2XCBASE"
5549   - "BASE"
5550   - "FIB_10K"
5551   - "FIB_100K"
5552   - "FIB_1M"
5553   traces:
5554     hoverinfo: "x+y"
5555     boxpoints: "outliers"
5556     whiskerwidth: 0
5557   layout:
5558     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5559     layout: "plot-throughput"
5560
5561 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
5562 -
5563   type: "plot"
5564   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5565   algorithm: "plot_performance_box"
5566   output-file-type: ".html"
5567   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5568   data: "plot-vpp-throughput-latency-2n-skx"
5569   filter: "'NIC_Intel-X710' and
5570            '64B' and
5571            ('BASE' or 'SCALE') and
5572            'NDRPDR' and
5573            'ETH' and
5574            '2T1C' and
5575            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5576            not 'VHOST' and
5577            not 'MEMIF'"
5578   parameters:
5579   - "throughput"
5580   - "parent"
5581   - "tags"
5582   sort:
5583   - "L2PATCH"
5584   - "L2XCBASE"
5585   - "BASE"
5586   - "FIB_10K"
5587   - "FIB_100K"
5588   - "FIB_1M"
5589   traces:
5590     hoverinfo: "x+y"
5591     boxpoints: "outliers"
5592     whiskerwidth: 0
5593   layout:
5594     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5595     layout: "plot-throughput"
5596
5597 -
5598   type: "plot"
5599   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5600   algorithm: "plot_performance_box"
5601   output-file-type: ".html"
5602   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5603   data: "plot-vpp-throughput-latency-2n-skx"
5604   filter: "'NIC_Intel-X710' and
5605            '64B' and
5606            ('BASE' or 'SCALE') and
5607            'NDRPDR' and
5608            'ETH' and
5609            '2T1C' and
5610            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5611            not 'VHOST' and
5612            not 'MEMIF'"
5613   parameters:
5614   - "throughput"
5615   - "parent"
5616   - "tags"
5617   sort:
5618   - "L2PATCH"
5619   - "L2XCBASE"
5620   - "BASE"
5621   - "FIB_10K"
5622   - "FIB_100K"
5623   - "FIB_1M"
5624   traces:
5625     hoverinfo: "x+y"
5626     boxpoints: "outliers"
5627     whiskerwidth: 0
5628   layout:
5629     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5630     layout: "plot-throughput"
5631
5632 -
5633   type: "plot"
5634   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5635   algorithm: "plot_performance_box"
5636   output-file-type: ".html"
5637   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5638   data: "plot-vpp-throughput-latency-2n-skx"
5639   filter: "'NIC_Intel-X710' and
5640            '64B' and
5641            ('BASE' or 'SCALE') and
5642            'NDRPDR' and
5643            'ETH' and
5644            '4T2C' and
5645            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5646            not 'VHOST' and
5647            not 'MEMIF'"
5648   parameters:
5649   - "throughput"
5650   - "parent"
5651   - "tags"
5652   sort:
5653   - "L2PATCH"
5654   - "L2XCBASE"
5655   - "BASE"
5656   - "FIB_10K"
5657   - "FIB_100K"
5658   - "FIB_1M"
5659   traces:
5660     hoverinfo: "x+y"
5661     boxpoints: "outliers"
5662     whiskerwidth: 0
5663   layout:
5664     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5665     layout: "plot-throughput"
5666
5667 -
5668   type: "plot"
5669   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5670   algorithm: "plot_performance_box"
5671   output-file-type: ".html"
5672   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5673   data: "plot-vpp-throughput-latency-2n-skx"
5674   filter: "'NIC_Intel-X710' and
5675            '64B' and
5676            ('BASE' or 'SCALE') and
5677            'NDRPDR' and
5678            'ETH' and
5679            '4T2C' and
5680            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5681            not 'VHOST' and
5682            not 'MEMIF'"
5683   parameters:
5684   - "throughput"
5685   - "parent"
5686   - "tags"
5687   sort:
5688   - "L2PATCH"
5689   - "L2XCBASE"
5690   - "BASE"
5691   - "FIB_10K"
5692   - "FIB_100K"
5693   - "FIB_1M"
5694   traces:
5695     hoverinfo: "x+y"
5696     boxpoints: "outliers"
5697     whiskerwidth: 0
5698   layout:
5699     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5700     layout: "plot-throughput"
5701
5702 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
5703 -
5704   type: "plot"
5705   title: "VPP Throughput: l2sw-2n-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-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5709   data: "plot-vpp-throughput-latency-2n-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-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5736     layout: "plot-throughput"
5737
5738 -
5739   type: "plot"
5740   title: "VPP Throughput: l2sw-2n-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-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5744   data: "plot-vpp-throughput-latency-2n-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-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5771     layout: "plot-throughput"
5772
5773 -
5774   type: "plot"
5775   title: "VPP Throughput: l2sw-2n-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-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5779   data: "plot-vpp-throughput-latency-2n-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-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5806     layout: "plot-throughput"
5807
5808 -
5809   type: "plot"
5810   title: "VPP Throughput: l2sw-2n-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-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5814   data: "plot-vpp-throughput-latency-2n-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-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5841     layout: "plot-throughput"
5842
5843 # Packet Throughput - VPP L2 2n-dnv-x553 base
5844 -
5845   type: "plot"
5846   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
5847   algorithm: "plot_performance_box"
5848   output-file-type: ".html"
5849   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
5850   data: "intel-dnv-vpp"
5851   filter: "'NIC_Intel-X553' and
5852            '64B' and
5853            'BASE' and
5854            'NDRPDR' and
5855            'ETH' and
5856            '1T1C' 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   - "L2XCBASE"
5866   - "L2BDMACLRN"
5867   - "L2PATCH"
5868   traces:
5869     hoverinfo: "x+y"
5870     boxpoints: "outliers"
5871     whiskerwidth: 0
5872   layout:
5873     title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
5874     layout: "plot-throughput"
5875
5876 -
5877   type: "plot"
5878   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
5879   algorithm: "plot_performance_box"
5880   output-file-type: ".html"
5881   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
5882   data: "intel-dnv-vpp"
5883   filter: "'NIC_Intel-X553' and
5884            '64B' and
5885            ('BASE' or 'SCALE') and
5886            'NDRPDR' and
5887            'ETH' and
5888            '1T1C' and
5889            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5890            not 'VHOST' and
5891            not 'MEMIF'"
5892   parameters:
5893   - "throughput"
5894   - "parent"
5895   - "tags"
5896   sort:
5897   - "L2XCBASE"
5898   - "L2BDMACLRN"
5899   - "L2PATCH"
5900   traces:
5901     hoverinfo: "x+y"
5902     boxpoints: "outliers"
5903     whiskerwidth: 0
5904   layout:
5905     title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
5906     layout: "plot-throughput"
5907
5908 -
5909   type: "plot"
5910   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
5911   algorithm: "plot_performance_box"
5912   output-file-type: ".html"
5913   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
5914   data: "intel-dnv-vpp"
5915   filter: "'NIC_Intel-X553' and
5916            '64B' and
5917            ('BASE' or 'SCALE') and
5918            'NDRPDR' and
5919            'ETH' and
5920            '2T2C' and
5921            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5922            not 'VHOST' and
5923            not 'MEMIF'"
5924   parameters:
5925   - "throughput"
5926   - "parent"
5927   - "tags"
5928   sort:
5929   - "L2XCBASE"
5930   - "L2BDMACLRN"
5931   - "L2PATCH"
5932   traces:
5933     hoverinfo: "x+y"
5934     boxpoints: "outliers"
5935     whiskerwidth: 0
5936   layout:
5937     title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
5938     layout: "plot-throughput"
5939
5940 -
5941   type: "plot"
5942   title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
5943   algorithm: "plot_performance_box"
5944   output-file-type: ".html"
5945   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
5946   data: "intel-dnv-vpp"
5947   filter: "'NIC_Intel-X553' and
5948            '64B' and
5949            ('BASE' or 'SCALE') and
5950            'NDRPDR' and
5951            'ETH' and
5952            '2T2C' and
5953            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5954            not 'VHOST' and
5955            not 'MEMIF'"
5956   parameters:
5957   - "throughput"
5958   - "parent"
5959   - "tags"
5960   sort:
5961   - "L2XCBASE"
5962   - "L2BDMACLRN"
5963   - "L2PATCH"
5964   traces:
5965     hoverinfo: "x+y"
5966     boxpoints: "outliers"
5967     whiskerwidth: 0
5968   layout:
5969     title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
5970     layout: "plot-throughput"
5971
5972 ################################################################################
5973
5974 # Packet Throughput - VPP Container Memif 3n-hsw-x520
5975 -
5976   type: "plot"
5977   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5978   algorithm: "plot_performance_box"
5979   output-file-type: ".html"
5980   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5981   data: "plot-vpp-throughput-latency-3n-hsw"
5982   filter: "'NIC_Intel-X520-DA2' and
5983            '64B' and
5984            ('BASE' or 'SCALE') and
5985            'NDRPDR' and
5986            '1T1C' and
5987            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5988            not 'VHOST' and
5989            'MEMIF'"
5990   parameters:
5991   - "throughput"
5992   - "parent"
5993   - "tags"
5994   sort:
5995   - "L2XCFWD"
5996   - "L2XCFWD"
5997   - "L2XCFWD"
5998   - "L2BDMACLRN"
5999   - "L2BDMACLRN"
6000   - "L2BDMACLRN"
6001   traces:
6002     hoverinfo: "x+y"
6003     boxpoints: "outliers"
6004     whiskerwidth: 0
6005   layout:
6006     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6007     layout: "plot-throughput"
6008
6009 -
6010   type: "plot"
6011   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6012   algorithm: "plot_performance_box"
6013   output-file-type: ".html"
6014   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6015   data: "plot-vpp-throughput-latency-3n-hsw"
6016   filter: "'NIC_Intel-X520-DA2' and
6017            '64B' and
6018            ('BASE' or 'SCALE') and
6019            'NDRPDR' and
6020            '1T1C' and
6021            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6022            not 'VHOST' and
6023            'MEMIF'"
6024   parameters:
6025   - "throughput"
6026   - "parent"
6027   - "tags"
6028   sort:
6029   - "L2XCFWD"
6030   - "L2XCFWD"
6031   - "L2XCFWD"
6032   - "L2BDMACLRN"
6033   - "L2BDMACLRN"
6034   - "L2BDMACLRN"
6035   traces:
6036     hoverinfo: "x+y"
6037     boxpoints: "outliers"
6038     whiskerwidth: 0
6039   layout:
6040     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6041     layout: "plot-throughput"
6042
6043 -
6044   type: "plot"
6045   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6046   algorithm: "plot_performance_box"
6047   output-file-type: ".html"
6048   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6049   data: "plot-vpp-throughput-latency-3n-hsw"
6050   filter: "'NIC_Intel-X520-DA2' and
6051            '64B' and
6052            ('BASE' or 'SCALE') and
6053            'NDRPDR' and
6054            '2T2C' and
6055            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6056            not 'VHOST' and
6057            'MEMIF'"
6058   parameters:
6059   - "throughput"
6060   - "parent"
6061   - "tags"
6062   sort:
6063   - "L2XCFWD"
6064   - "L2XCFWD"
6065   - "L2XCFWD"
6066   - "L2BDMACLRN"
6067   - "L2BDMACLRN"
6068   - "L2BDMACLRN"
6069   traces:
6070     hoverinfo: "x+y"
6071     boxpoints: "outliers"
6072     whiskerwidth: 0
6073   layout:
6074     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6075     layout: "plot-throughput"
6076
6077 -
6078   type: "plot"
6079   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6080   algorithm: "plot_performance_box"
6081   output-file-type: ".html"
6082   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6083   data: "plot-vpp-throughput-latency-3n-hsw"
6084   filter: "'NIC_Intel-X520-DA2' and
6085            '64B' and
6086            ('BASE' or 'SCALE') and
6087            'NDRPDR' and
6088            '2T2C' and
6089            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6090            not 'VHOST' and
6091            'MEMIF'"
6092   parameters:
6093   - "throughput"
6094   - "parent"
6095   - "tags"
6096   sort:
6097   - "L2XCFWD"
6098   - "L2XCFWD"
6099   - "L2XCFWD"
6100   - "L2BDMACLRN"
6101   - "L2BDMACLRN"
6102   - "L2BDMACLRN"
6103   traces:
6104     hoverinfo: "x+y"
6105     boxpoints: "outliers"
6106     whiskerwidth: 0
6107   layout:
6108     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6109     layout: "plot-throughput"
6110
6111 # Packet Throughput - VPP Container Memif 3n-hsw-x710
6112 -
6113   type: "plot"
6114   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6115   algorithm: "plot_performance_box"
6116   output-file-type: ".html"
6117   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6118   data: "plot-vpp-throughput-latency-3n-hsw"
6119   filter: "'NIC_Intel-X710' and
6120            '64B' and
6121            ('BASE' or 'SCALE') and
6122            'NDRPDR' and
6123            '1T1C' and
6124            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6125            not 'VHOST' and
6126            'MEMIF'"
6127   parameters:
6128   - "throughput"
6129   - "parent"
6130   - "tags"
6131   sort:
6132   - "L2XCFWD"
6133   - "L2XCFWD"
6134   - "L2XCFWD"
6135   - "L2BDMACLRN"
6136   - "L2BDMACLRN"
6137   - "L2BDMACLRN"
6138   traces:
6139     hoverinfo: "x+y"
6140     boxpoints: "outliers"
6141     whiskerwidth: 0
6142   layout:
6143     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6144     layout: "plot-throughput"
6145
6146 -
6147   type: "plot"
6148   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6149   algorithm: "plot_performance_box"
6150   output-file-type: ".html"
6151   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6152   data: "plot-vpp-throughput-latency-3n-hsw"
6153   filter: "'NIC_Intel-X710' and
6154            '64B' and
6155            ('BASE' or 'SCALE') and
6156            'NDRPDR' and
6157            '1T1C' and
6158            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6159            not 'VHOST' and
6160            'MEMIF'"
6161   parameters:
6162   - "throughput"
6163   - "parent"
6164   - "tags"
6165   sort:
6166   - "L2XCFWD"
6167   - "L2XCFWD"
6168   - "L2XCFWD"
6169   - "L2BDMACLRN"
6170   - "L2BDMACLRN"
6171   - "L2BDMACLRN"
6172   traces:
6173     hoverinfo: "x+y"
6174     boxpoints: "outliers"
6175     whiskerwidth: 0
6176   layout:
6177     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6178     layout: "plot-throughput"
6179
6180 -
6181   type: "plot"
6182   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6183   algorithm: "plot_performance_box"
6184   output-file-type: ".html"
6185   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6186   data: "plot-vpp-throughput-latency-3n-hsw"
6187   filter: "'NIC_Intel-X710' and
6188            '64B' and
6189            ('BASE' or 'SCALE') and
6190            'NDRPDR' and
6191            '2T2C' and
6192            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6193            not 'VHOST' and
6194            'MEMIF'"
6195   parameters:
6196   - "throughput"
6197   - "parent"
6198   - "tags"
6199   sort:
6200   - "L2XCFWD"
6201   - "L2XCFWD"
6202   - "L2XCFWD"
6203   - "L2BDMACLRN"
6204   - "L2BDMACLRN"
6205   - "L2BDMACLRN"
6206   traces:
6207     hoverinfo: "x+y"
6208     boxpoints: "outliers"
6209     whiskerwidth: 0
6210   layout:
6211     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6212     layout: "plot-throughput"
6213
6214 -
6215   type: "plot"
6216   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6217   algorithm: "plot_performance_box"
6218   output-file-type: ".html"
6219   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6220   data: "plot-vpp-throughput-latency-3n-hsw"
6221   filter: "'NIC_Intel-X710' and
6222            '64B' and
6223            ('BASE' or 'SCALE') and
6224            'NDRPDR' and
6225            '2T2C' and
6226            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6227            not 'VHOST' and
6228            'MEMIF'"
6229   parameters:
6230   - "throughput"
6231   - "parent"
6232   - "tags"
6233   sort:
6234   - "L2XCFWD"
6235   - "L2XCFWD"
6236   - "L2XCFWD"
6237   - "L2BDMACLRN"
6238   - "L2BDMACLRN"
6239   - "L2BDMACLRN"
6240   traces:
6241     hoverinfo: "x+y"
6242     boxpoints: "outliers"
6243     whiskerwidth: 0
6244   layout:
6245     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6246     layout: "plot-throughput"
6247
6248 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
6249 -
6250   type: "plot"
6251   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6252   algorithm: "plot_performance_box"
6253   output-file-type: ".html"
6254   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6255   data: "plot-vpp-throughput-latency-3n-hsw"
6256   filter: "'NIC_Intel-XL710' and
6257            '64B' and
6258            ('BASE' or 'SCALE') and
6259            'NDRPDR' and
6260            '1T1C' and
6261            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6262            not 'VHOST' and
6263            'MEMIF'"
6264   parameters:
6265   - "throughput"
6266   - "parent"
6267   - "tags"
6268   sort:
6269   - "L2XCFWD"
6270   - "L2XCFWD"
6271   - "L2XCFWD"
6272   - "L2BDMACLRN"
6273   - "L2BDMACLRN"
6274   - "L2BDMACLRN"
6275   traces:
6276     hoverinfo: "x+y"
6277     boxpoints: "outliers"
6278     whiskerwidth: 0
6279   layout:
6280     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
6281     layout: "plot-throughput"
6282
6283 -
6284   type: "plot"
6285   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6286   algorithm: "plot_performance_box"
6287   output-file-type: ".html"
6288   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6289   data: "plot-vpp-throughput-latency-3n-hsw"
6290   filter: "'NIC_Intel-XL710' and
6291            '64B' and
6292            ('BASE' or 'SCALE') and
6293            'NDRPDR' and
6294            '1T1C' and
6295            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6296            not 'VHOST' and
6297            'MEMIF'"
6298   parameters:
6299   - "throughput"
6300   - "parent"
6301   - "tags"
6302   sort:
6303   - "L2XCFWD"
6304   - "L2XCFWD"
6305   - "L2XCFWD"
6306   - "L2BDMACLRN"
6307   - "L2BDMACLRN"
6308   - "L2BDMACLRN"
6309   traces:
6310     hoverinfo: "x+y"
6311     boxpoints: "outliers"
6312     whiskerwidth: 0
6313   layout:
6314     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
6315     layout: "plot-throughput"
6316
6317 -
6318   type: "plot"
6319   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6320   algorithm: "plot_performance_box"
6321   output-file-type: ".html"
6322   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6323   data: "plot-vpp-throughput-latency-3n-hsw"
6324   filter: "'NIC_Intel-XL710' and
6325            '64B' and
6326            ('BASE' or 'SCALE') and
6327            'NDRPDR' and
6328            '2T2C' and
6329            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6330            not 'VHOST' and
6331            'MEMIF'"
6332   parameters:
6333   - "throughput"
6334   - "parent"
6335   - "tags"
6336   sort:
6337   - "L2XCFWD"
6338   - "L2XCFWD"
6339   - "L2XCFWD"
6340   - "L2BDMACLRN"
6341   - "L2BDMACLRN"
6342   - "L2BDMACLRN"
6343   traces:
6344     hoverinfo: "x+y"
6345     boxpoints: "outliers"
6346     whiskerwidth: 0
6347   layout:
6348     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
6349     layout: "plot-throughput"
6350
6351 -
6352   type: "plot"
6353   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6354   algorithm: "plot_performance_box"
6355   output-file-type: ".html"
6356   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6357   data: "plot-vpp-throughput-latency-3n-hsw"
6358   filter: "'NIC_Intel-XL710' and
6359            '64B' and
6360            ('BASE' or 'SCALE') and
6361            'NDRPDR' and
6362            '2T2C' and
6363            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6364            not 'VHOST' and
6365            'MEMIF'"
6366   parameters:
6367   - "throughput"
6368   - "parent"
6369   - "tags"
6370   sort:
6371   - "L2XCFWD"
6372   - "L2XCFWD"
6373   - "L2XCFWD"
6374   - "L2BDMACLRN"
6375   - "L2BDMACLRN"
6376   - "L2BDMACLRN"
6377   traces:
6378     hoverinfo: "x+y"
6379     boxpoints: "outliers"
6380     whiskerwidth: 0
6381   layout:
6382     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
6383     layout: "plot-throughput"
6384
6385 # Packet Throughput - VPP Container Memif 3n-skx-x710
6386 -
6387   type: "plot"
6388   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6389   algorithm: "plot_performance_box"
6390   output-file-type: ".html"
6391   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6392   data: "plot-vpp-throughput-latency-3n-skx"
6393   filter: "'NIC_Intel-X710' and
6394            '64B' and
6395            ('BASE' or 'SCALE') and
6396            'NDRPDR' and
6397            '2T1C' and
6398            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6399            not 'VHOST' and
6400            'MEMIF'"
6401   parameters:
6402   - "throughput"
6403   - "parent"
6404   - "tags"
6405   sort:
6406   - "L2XCFWD"
6407   - "L2XCFWD"
6408   - "L2XCFWD"
6409   - "L2BDMACLRN"
6410   - "L2BDMACLRN"
6411   - "L2BDMACLRN"
6412   traces:
6413     hoverinfo: "x+y"
6414     boxpoints: "outliers"
6415     whiskerwidth: 0
6416   layout:
6417     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
6418     layout: "plot-throughput"
6419
6420 -
6421   type: "plot"
6422   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6423   algorithm: "plot_performance_box"
6424   output-file-type: ".html"
6425   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6426   data: "plot-vpp-throughput-latency-3n-skx"
6427   filter: "'NIC_Intel-X710' and
6428            '64B' and
6429            ('BASE' or 'SCALE') and
6430            'NDRPDR' and
6431            '2T1C' and
6432            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6433            not 'VHOST' and
6434            'MEMIF'"
6435   parameters:
6436   - "throughput"
6437   - "parent"
6438   - "tags"
6439   sort:
6440   - "L2XCFWD"
6441   - "L2XCFWD"
6442   - "L2XCFWD"
6443   - "L2BDMACLRN"
6444   - "L2BDMACLRN"
6445   - "L2BDMACLRN"
6446   traces:
6447     hoverinfo: "x+y"
6448     boxpoints: "outliers"
6449     whiskerwidth: 0
6450   layout:
6451     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
6452     layout: "plot-throughput"
6453
6454 -
6455   type: "plot"
6456   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6457   algorithm: "plot_performance_box"
6458   output-file-type: ".html"
6459   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6460   data: "plot-vpp-throughput-latency-3n-skx"
6461   filter: "'NIC_Intel-X710' and
6462            '64B' and
6463            ('BASE' or 'SCALE') and
6464            'NDRPDR' and
6465            '4T2C' and
6466            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6467            not 'VHOST' and
6468            'MEMIF'"
6469   parameters:
6470   - "throughput"
6471   - "parent"
6472   - "tags"
6473   sort:
6474   - "L2XCFWD"
6475   - "L2XCFWD"
6476   - "L2XCFWD"
6477   - "L2BDMACLRN"
6478   - "L2BDMACLRN"
6479   - "L2BDMACLRN"
6480   traces:
6481     hoverinfo: "x+y"
6482     boxpoints: "outliers"
6483     whiskerwidth: 0
6484   layout:
6485     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
6486     layout: "plot-throughput"
6487
6488 -
6489   type: "plot"
6490   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6491   algorithm: "plot_performance_box"
6492   output-file-type: ".html"
6493   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6494   data: "plot-vpp-throughput-latency-3n-skx"
6495   filter: "'NIC_Intel-X710' and
6496            '64B' and
6497            ('BASE' or 'SCALE') and
6498            'NDRPDR' and
6499            '4T2C' and
6500            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6501            not 'VHOST' and
6502            'MEMIF'"
6503   parameters:
6504   - "throughput"
6505   - "parent"
6506   - "tags"
6507   sort:
6508   - "L2XCFWD"
6509   - "L2XCFWD"
6510   - "L2XCFWD"
6511   - "L2BDMACLRN"
6512   - "L2BDMACLRN"
6513   - "L2BDMACLRN"
6514   traces:
6515     hoverinfo: "x+y"
6516     boxpoints: "outliers"
6517     whiskerwidth: 0
6518   layout:
6519     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
6520     layout: "plot-throughput"
6521
6522 # Packet Throughput - VPP Container Memif 2n-skx-x710
6523 -
6524   type: "plot"
6525   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6526   algorithm: "plot_performance_box"
6527   output-file-type: ".html"
6528   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6529   data: "plot-vpp-throughput-latency-2n-skx"
6530   filter: "'NIC_Intel-X710' and
6531            '64B' and
6532            ('BASE' or 'SCALE') and
6533            'NDRPDR' and
6534            '2T1C' and
6535            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6536            not 'VHOST' and
6537            'MEMIF'"
6538   parameters:
6539   - "throughput"
6540   - "parent"
6541   - "tags"
6542   sort:
6543   - "L2XCFWD"
6544   - "L2XCFWD"
6545   - "L2XCFWD"
6546   - "L2BDMACLRN"
6547   - "L2BDMACLRN"
6548   - "L2BDMACLRN"
6549   traces:
6550     hoverinfo: "x+y"
6551     boxpoints: "outliers"
6552     whiskerwidth: 0
6553   layout:
6554     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
6555     layout: "plot-throughput"
6556
6557 -
6558   type: "plot"
6559   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6560   algorithm: "plot_performance_box"
6561   output-file-type: ".html"
6562   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6563   data: "plot-vpp-throughput-latency-2n-skx"
6564   filter: "'NIC_Intel-X710' and
6565            '64B' and
6566            ('BASE' or 'SCALE') and
6567            'NDRPDR' and
6568            '2T1C' and
6569            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6570            not 'VHOST' and
6571            'MEMIF'"
6572   parameters:
6573   - "throughput"
6574   - "parent"
6575   - "tags"
6576   sort:
6577   - "L2XCFWD"
6578   - "L2XCFWD"
6579   - "L2XCFWD"
6580   - "L2BDMACLRN"
6581   - "L2BDMACLRN"
6582   - "L2BDMACLRN"
6583   traces:
6584     hoverinfo: "x+y"
6585     boxpoints: "outliers"
6586     whiskerwidth: 0
6587   layout:
6588     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
6589     layout: "plot-throughput"
6590
6591 -
6592   type: "plot"
6593   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6594   algorithm: "plot_performance_box"
6595   output-file-type: ".html"
6596   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6597   data: "plot-vpp-throughput-latency-2n-skx"
6598   filter: "'NIC_Intel-X710' and
6599            '64B' and
6600            ('BASE' or 'SCALE') and
6601            'NDRPDR' and
6602            '4T2C' and
6603            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6604            not 'VHOST' and
6605            'MEMIF'"
6606   parameters:
6607   - "throughput"
6608   - "parent"
6609   - "tags"
6610   sort:
6611   - "L2XCFWD"
6612   - "L2XCFWD"
6613   - "L2XCFWD"
6614   - "L2BDMACLRN"
6615   - "L2BDMACLRN"
6616   - "L2BDMACLRN"
6617   traces:
6618     hoverinfo: "x+y"
6619     boxpoints: "outliers"
6620     whiskerwidth: 0
6621   layout:
6622     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
6623     layout: "plot-throughput"
6624
6625 -
6626   type: "plot"
6627   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6628   algorithm: "plot_performance_box"
6629   output-file-type: ".html"
6630   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6631   data: "plot-vpp-throughput-latency-2n-skx"
6632   filter: "'NIC_Intel-X710' and
6633            '64B' and
6634            ('BASE' or 'SCALE') and
6635            'NDRPDR' and
6636            '4T2C' and
6637            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6638            not 'VHOST' and
6639            'MEMIF'"
6640   parameters:
6641   - "throughput"
6642   - "parent"
6643   - "tags"
6644   sort:
6645   - "L2XCFWD"
6646   - "L2XCFWD"
6647   - "L2XCFWD"
6648   - "L2BDMACLRN"
6649   - "L2BDMACLRN"
6650   - "L2BDMACLRN"
6651   traces:
6652     hoverinfo: "x+y"
6653     boxpoints: "outliers"
6654     whiskerwidth: 0
6655   layout:
6656     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
6657     layout: "plot-throughput"
6658
6659 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
6660 -
6661   type: "plot"
6662   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6663   algorithm: "plot_performance_box"
6664   output-file-type: ".html"
6665   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6666   data: "plot-vpp-throughput-latency-2n-skx"
6667   filter: "'NIC_Intel-XXV710' and
6668            '64B' and
6669            ('BASE' or 'SCALE') and
6670            'NDRPDR' and
6671            '2T1C' and
6672            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6673            not 'VHOST' and
6674            'MEMIF'"
6675   parameters:
6676   - "throughput"
6677   - "parent"
6678   - "tags"
6679   sort:
6680   - "L2XCFWD"
6681   - "L2XCFWD"
6682   - "L2XCFWD"
6683   - "L2BDMACLRN"
6684   - "L2BDMACLRN"
6685   - "L2BDMACLRN"
6686   traces:
6687     hoverinfo: "x+y"
6688     boxpoints: "outliers"
6689     whiskerwidth: 0
6690   layout:
6691     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
6692     layout: "plot-throughput"
6693
6694 -
6695   type: "plot"
6696   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6697   algorithm: "plot_performance_box"
6698   output-file-type: ".html"
6699   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6700   data: "plot-vpp-throughput-latency-2n-skx"
6701   filter: "'NIC_Intel-XXV710' and
6702            '64B' and
6703            ('BASE' or 'SCALE') and
6704            'NDRPDR' and
6705            '2T1C' and
6706            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6707            not 'VHOST' and
6708            'MEMIF'"
6709   parameters:
6710   - "throughput"
6711   - "parent"
6712   - "tags"
6713   sort:
6714   - "L2XCFWD"
6715   - "L2XCFWD"
6716   - "L2XCFWD"
6717   - "L2BDMACLRN"
6718   - "L2BDMACLRN"
6719   - "L2BDMACLRN"
6720   traces:
6721     hoverinfo: "x+y"
6722     boxpoints: "outliers"
6723     whiskerwidth: 0
6724   layout:
6725     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
6726     layout: "plot-throughput"
6727
6728 -
6729   type: "plot"
6730   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6731   algorithm: "plot_performance_box"
6732   output-file-type: ".html"
6733   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6734   data: "plot-vpp-throughput-latency-2n-skx"
6735   filter: "'NIC_Intel-XXV710' and
6736            '64B' and
6737            ('BASE' or 'SCALE') and
6738            'NDRPDR' and
6739            '4T2C' and
6740            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6741            not 'VHOST' and
6742            'MEMIF'"
6743   parameters:
6744   - "throughput"
6745   - "parent"
6746   - "tags"
6747   sort:
6748   - "L2XCFWD"
6749   - "L2XCFWD"
6750   - "L2XCFWD"
6751   - "L2BDMACLRN"
6752   - "L2BDMACLRN"
6753   - "L2BDMACLRN"
6754   traces:
6755     hoverinfo: "x+y"
6756     boxpoints: "outliers"
6757     whiskerwidth: 0
6758   layout:
6759     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
6760     layout: "plot-throughput"
6761
6762 -
6763   type: "plot"
6764   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6765   algorithm: "plot_performance_box"
6766   output-file-type: ".html"
6767   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6768   data: "plot-vpp-throughput-latency-2n-skx"
6769   filter: "'NIC_Intel-XXV710' and
6770            '64B' and
6771            ('BASE' or 'SCALE') and
6772            'NDRPDR' and
6773            '4T2C' and
6774            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6775            not 'VHOST' and
6776            'MEMIF'"
6777   parameters:
6778   - "throughput"
6779   - "parent"
6780   - "tags"
6781   sort:
6782   - "L2XCFWD"
6783   - "L2XCFWD"
6784   - "L2XCFWD"
6785   - "L2BDMACLRN"
6786   - "L2BDMACLRN"
6787   - "L2BDMACLRN"
6788   traces:
6789     hoverinfo: "x+y"
6790     boxpoints: "outliers"
6791     whiskerwidth: 0
6792   layout:
6793     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
6794     layout: "plot-throughput"
6795
6796 ################################################################################
6797
6798 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
6799 -
6800   type: "plot"
6801   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
6802   algorithm: "plot_performance_box"
6803   output-file-type: ".html"
6804   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
6805   data: "plot-ligato-throughput-latency-3n-hsw"
6806   filter: "'NIC_Intel-X520-DA2' and
6807            '64B' and
6808            ('BASE' or 'SCALE') and
6809            'NDRPDR' and
6810            '1T1C' and
6811            'L2XCFWD' and
6812            not 'VHOST' and
6813            'MEMIF'"
6814   parameters:
6815   - "throughput"
6816   - "parent"
6817   - "tags"
6818   sort:
6819   - "1VNF"
6820   - "2VNF"
6821   - "4VNF"
6822   - "2VNF"
6823   - "4VNF"
6824   traces:
6825     hoverinfo: "x+y"
6826     boxpoints: "outliers"
6827     whiskerwidth: 0
6828   layout:
6829     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
6830     layout: "plot-throughput"
6831
6832 -
6833   type: "plot"
6834   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
6835   algorithm: "plot_performance_box"
6836   output-file-type: ".html"
6837   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
6838   data: "plot-ligato-throughput-latency-3n-hsw"
6839   filter: "'NIC_Intel-X520-DA2' and
6840            '64B' and
6841            ('BASE' or 'SCALE') and
6842            'NDRPDR' and
6843            '1T1C' and
6844            'L2XCFWD' and
6845            not 'VHOST' and
6846            'MEMIF'"
6847   parameters:
6848   - "throughput"
6849   - "parent"
6850   - "tags"
6851   sort:
6852   - "1VNF"
6853   - "2VNF"
6854   - "4VNF"
6855   - "2VNF"
6856   - "4VNF"
6857   traces:
6858     hoverinfo: "x+y"
6859     boxpoints: "outliers"
6860     whiskerwidth: 0
6861   layout:
6862     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
6863     layout: "plot-throughput"
6864
6865 -
6866   type: "plot"
6867   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
6868   algorithm: "plot_performance_box"
6869   output-file-type: ".html"
6870   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
6871   data: "plot-ligato-throughput-latency-3n-hsw"
6872   filter: "'NIC_Intel-X520-DA2' and
6873            '64B' and
6874            ('BASE' or 'SCALE') and
6875            'NDRPDR' and
6876            '2T2C' and
6877            'L2XCFWD' and
6878            not 'VHOST' and
6879            'MEMIF'"
6880   parameters:
6881   - "throughput"
6882   - "parent"
6883   - "tags"
6884   sort:
6885   - "1VNF"
6886   - "2VNF"
6887   - "4VNF"
6888   - "2VNF"
6889   - "4VNF"
6890   traces:
6891     hoverinfo: "x+y"
6892     boxpoints: "outliers"
6893     whiskerwidth: 0
6894   layout:
6895     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
6896     layout: "plot-throughput"
6897
6898 -
6899   type: "plot"
6900   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
6901   algorithm: "plot_performance_box"
6902   output-file-type: ".html"
6903   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
6904   data: "plot-ligato-throughput-latency-3n-hsw"
6905   filter: "'NIC_Intel-X520-DA2' and
6906            '64B' and
6907            ('BASE' or 'SCALE') and
6908            'NDRPDR' and
6909            '2T2C' and
6910            'L2XCFWD' and
6911            not 'VHOST' and
6912            'MEMIF'"
6913   parameters:
6914   - "throughput"
6915   - "parent"
6916   - "tags"
6917   sort:
6918   - "1VNF"
6919   - "2VNF"
6920   - "4VNF"
6921   - "2VNF"
6922   - "4VNF"
6923   traces:
6924     hoverinfo: "x+y"
6925     boxpoints: "outliers"
6926     whiskerwidth: 0
6927   layout:
6928     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
6929     layout: "plot-throughput"
6930
6931 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
6932 -
6933   type: "plot"
6934   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
6935   algorithm: "plot_performance_box"
6936   output-file-type: ".html"
6937   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
6938   data: "plot-ligato-throughput-latency-3n-hsw"
6939   filter: "'NIC_Intel-X520-DA2' and
6940            '64B' and
6941            ('BASE' or 'SCALE') and
6942            'NDRPDR' and
6943            '1T1C' and
6944            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6945            not 'VHOST' and
6946            'MEMIF'"
6947   parameters:
6948   - "throughput"
6949   - "parent"
6950   - "tags"
6951   sort:
6952   - "1VNF"
6953   - "2VNF"
6954   - "4VNF"
6955   - "2VNF"
6956   - "4VNF"
6957   traces:
6958     hoverinfo: "x+y"
6959     boxpoints: "outliers"
6960     whiskerwidth: 0
6961   layout:
6962     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
6963     layout: "plot-throughput"
6964
6965 -
6966   type: "plot"
6967   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
6968   algorithm: "plot_performance_box"
6969   output-file-type: ".html"
6970   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
6971   data: "plot-ligato-throughput-latency-3n-hsw"
6972   filter: "'NIC_Intel-X520-DA2' and
6973            '64B' and
6974            ('BASE' or 'SCALE') and
6975            'NDRPDR' and
6976            '1T1C' and
6977            ('L2BDMACSTAT' or 'L2BDMACLRN') and
6978            not 'VHOST' and
6979            'MEMIF'"
6980   parameters:
6981   - "throughput"
6982   - "parent"
6983   - "tags"
6984   sort:
6985   - "1VNF"
6986   - "2VNF"
6987   - "4VNF"
6988   - "2VNF"
6989   - "4VNF"
6990   traces:
6991     hoverinfo: "x+y"
6992     boxpoints: "outliers"
6993     whiskerwidth: 0
6994   layout:
6995     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
6996     layout: "plot-throughput"
6997
6998 -
6999   type: "plot"
7000   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
7001   algorithm: "plot_performance_box"
7002   output-file-type: ".html"
7003   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
7004   data: "plot-ligato-throughput-latency-3n-hsw"
7005   filter: "'NIC_Intel-X520-DA2' and
7006            '64B' and
7007            ('BASE' or 'SCALE') and
7008            'NDRPDR' and
7009            '2T2C' and
7010            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7011            not 'VHOST' and
7012            'MEMIF'"
7013   parameters:
7014   - "throughput"
7015   - "parent"
7016   - "tags"
7017   sort:
7018   - "1VNF"
7019   - "2VNF"
7020   - "4VNF"
7021   - "2VNF"
7022   - "4VNF"
7023   traces:
7024     hoverinfo: "x+y"
7025     boxpoints: "outliers"
7026     whiskerwidth: 0
7027   layout:
7028     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
7029     layout: "plot-throughput"
7030
7031 -
7032   type: "plot"
7033   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
7034   algorithm: "plot_performance_box"
7035   output-file-type: ".html"
7036   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
7037   data: "plot-ligato-throughput-latency-3n-hsw"
7038   filter: "'NIC_Intel-X520-DA2' and
7039            '64B' and
7040            ('BASE' or 'SCALE') and
7041            'NDRPDR' and
7042            '2T2C' and
7043            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7044            not 'VHOST' and
7045            'MEMIF'"
7046   parameters:
7047   - "throughput"
7048   - "parent"
7049   - "tags"
7050   sort:
7051   - "1VNF"
7052   - "2VNF"
7053   - "4VNF"
7054   - "2VNF"
7055   - "4VNF"
7056   traces:
7057     hoverinfo: "x+y"
7058     boxpoints: "outliers"
7059     whiskerwidth: 0
7060   layout:
7061     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
7062     layout: "plot-throughput"
7063
7064 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
7065 -
7066   type: "plot"
7067   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
7068   algorithm: "plot_performance_box"
7069   output-file-type: ".html"
7070   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
7071   data: "plot-ligato-throughput-latency-3n-hsw"
7072   filter: "'NIC_Intel-X710' and
7073            '64B' and
7074            ('BASE' or 'SCALE') and
7075            'NDRPDR' and
7076            '1T1C' and
7077            'L2XCFWD' and
7078            not 'VHOST' and
7079            'MEMIF'"
7080   parameters:
7081   - "throughput"
7082   - "parent"
7083   - "tags"
7084   sort:
7085   - "1VNF"
7086   - "2VNF"
7087   - "4VNF"
7088   - "2VNF"
7089   - "4VNF"
7090   traces:
7091     hoverinfo: "x+y"
7092     boxpoints: "outliers"
7093     whiskerwidth: 0
7094   layout:
7095     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
7096     layout: "plot-throughput"
7097
7098 -
7099   type: "plot"
7100   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
7101   algorithm: "plot_performance_box"
7102   output-file-type: ".html"
7103   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
7104   data: "plot-ligato-throughput-latency-3n-hsw"
7105   filter: "'NIC_Intel-X710' and
7106            '64B' and
7107            ('BASE' or 'SCALE') and
7108            'NDRPDR' and
7109            '1T1C' and
7110            'L2XCFWD' and
7111            not 'VHOST' and
7112            'MEMIF'"
7113   parameters:
7114   - "throughput"
7115   - "parent"
7116   - "tags"
7117   sort:
7118   - "1VNF"
7119   - "2VNF"
7120   - "4VNF"
7121   - "2VNF"
7122   - "4VNF"
7123   traces:
7124     hoverinfo: "x+y"
7125     boxpoints: "outliers"
7126     whiskerwidth: 0
7127   layout:
7128     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
7129     layout: "plot-throughput"
7130
7131 -
7132   type: "plot"
7133   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
7134   algorithm: "plot_performance_box"
7135   output-file-type: ".html"
7136   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
7137   data: "plot-ligato-throughput-latency-3n-hsw"
7138   filter: "'NIC_Intel-X710' and
7139            '64B' and
7140            ('BASE' or 'SCALE') and
7141            'NDRPDR' and
7142            '2T2C' and
7143            'L2XCFWD' and
7144            not 'VHOST' and
7145            'MEMIF'"
7146   parameters:
7147   - "throughput"
7148   - "parent"
7149   - "tags"
7150   sort:
7151   - "1VNF"
7152   - "2VNF"
7153   - "4VNF"
7154   - "2VNF"
7155   - "4VNF"
7156   traces:
7157     hoverinfo: "x+y"
7158     boxpoints: "outliers"
7159     whiskerwidth: 0
7160   layout:
7161     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
7162     layout: "plot-throughput"
7163
7164 -
7165   type: "plot"
7166   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
7167   algorithm: "plot_performance_box"
7168   output-file-type: ".html"
7169   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
7170   data: "plot-ligato-throughput-latency-3n-hsw"
7171   filter: "'NIC_Intel-X710' and
7172            '64B' and
7173            ('BASE' or 'SCALE') and
7174            'NDRPDR' and
7175            '2T2C' and
7176            'L2XCFWD' and
7177            not 'VHOST' and
7178            'MEMIF'"
7179   parameters:
7180   - "throughput"
7181   - "parent"
7182   - "tags"
7183   sort:
7184   - "1VNF"
7185   - "2VNF"
7186   - "4VNF"
7187   - "2VNF"
7188   - "4VNF"
7189   traces:
7190     hoverinfo: "x+y"
7191     boxpoints: "outliers"
7192     whiskerwidth: 0
7193   layout:
7194     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
7195     layout: "plot-throughput"
7196
7197 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
7198 -
7199   type: "plot"
7200   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
7201   algorithm: "plot_performance_box"
7202   output-file-type: ".html"
7203   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
7204   data: "plot-ligato-throughput-latency-3n-hsw"
7205   filter: "'NIC_Intel-X710' and
7206            '64B' and
7207            ('BASE' or 'SCALE') and
7208            'NDRPDR' and
7209            '1T1C' and
7210            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7211            not 'VHOST' and
7212            'MEMIF'"
7213   parameters:
7214   - "throughput"
7215   - "parent"
7216   - "tags"
7217   sort:
7218   - "1VNF"
7219   - "2VNF"
7220   - "4VNF"
7221   - "2VNF"
7222   - "4VNF"
7223   traces:
7224     hoverinfo: "x+y"
7225     boxpoints: "outliers"
7226     whiskerwidth: 0
7227   layout:
7228     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
7229     layout: "plot-throughput"
7230
7231 -
7232   type: "plot"
7233   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
7234   algorithm: "plot_performance_box"
7235   output-file-type: ".html"
7236   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
7237   data: "plot-ligato-throughput-latency-3n-hsw"
7238   filter: "'NIC_Intel-X710' and
7239            '64B' and
7240            ('BASE' or 'SCALE') and
7241            'NDRPDR' and
7242            '1T1C' and
7243            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7244            not 'VHOST' and
7245            'MEMIF'"
7246   parameters:
7247   - "throughput"
7248   - "parent"
7249   - "tags"
7250   sort:
7251   - "1VNF"
7252   - "2VNF"
7253   - "4VNF"
7254   - "2VNF"
7255   - "4VNF"
7256   traces:
7257     hoverinfo: "x+y"
7258     boxpoints: "outliers"
7259     whiskerwidth: 0
7260   layout:
7261     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
7262     layout: "plot-throughput"
7263
7264 -
7265   type: "plot"
7266   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
7267   algorithm: "plot_performance_box"
7268   output-file-type: ".html"
7269   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
7270   data: "plot-ligato-throughput-latency-3n-hsw"
7271   filter: "'NIC_Intel-X710' and
7272            '64B' and
7273            ('BASE' or 'SCALE') and
7274            'NDRPDR' and
7275            '2T2C' and
7276            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7277            not 'VHOST' and
7278            'MEMIF'"
7279   parameters:
7280   - "throughput"
7281   - "parent"
7282   - "tags"
7283   sort:
7284   - "1VNF"
7285   - "2VNF"
7286   - "4VNF"
7287   - "2VNF"
7288   - "4VNF"
7289   traces:
7290     hoverinfo: "x+y"
7291     boxpoints: "outliers"
7292     whiskerwidth: 0
7293   layout:
7294     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
7295     layout: "plot-throughput"
7296
7297 -
7298   type: "plot"
7299   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
7300   algorithm: "plot_performance_box"
7301   output-file-type: ".html"
7302   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
7303   data: "plot-ligato-throughput-latency-3n-hsw"
7304   filter: "'NIC_Intel-X710' and
7305            '64B' and
7306            ('BASE' or 'SCALE') and
7307            'NDRPDR' and
7308            '2T2C' and
7309            ('L2BDMACSTAT' or 'L2BDMACLRN') and
7310            not 'VHOST' and
7311            'MEMIF'"
7312   parameters:
7313   - "throughput"
7314   - "parent"
7315   - "tags"
7316   sort:
7317   - "1VNF"
7318   - "2VNF"
7319   - "4VNF"
7320   - "2VNF"
7321   - "4VNF"
7322   traces:
7323     hoverinfo: "x+y"
7324     boxpoints: "outliers"
7325     whiskerwidth: 0
7326   layout:
7327     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
7328     layout: "plot-throughput"
7329
7330 ################################################################################
7331
7332 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
7333 -
7334   type: "plot"
7335   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7336   algorithm: "plot_performance_box"
7337   output-file-type: ".html"
7338   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7339   data: "plot-vpp-throughput-latency-3n-hsw"
7340   filter: "'NIC_Intel-X520-DA2' and
7341            '64B' and
7342            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7343            'NDRPDR' and
7344            '1T1C' and
7345            'IP4FWD' and
7346            not 'IPSEC' and
7347            not 'VHOST'"
7348   parameters:
7349   - "throughput"
7350   - "parent"
7351   - "tags"
7352   sort:
7353   - "IP4BASE"
7354   - "FIB_20K"
7355   - "FIB_200K"
7356   - "FIB_2M"
7357   traces:
7358     hoverinfo: "x+y"
7359     boxpoints: "outliers"
7360     whiskerwidth: 0
7361   layout:
7362     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
7363     layout: "plot-throughput"
7364
7365 -
7366   type: "plot"
7367   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7368   algorithm: "plot_performance_box"
7369   output-file-type: ".html"
7370   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7371   data: "plot-vpp-throughput-latency-3n-hsw"
7372   filter: "'NIC_Intel-X520-DA2' and
7373            '64B' and
7374            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7375            'NDRPDR' and
7376            '1T1C' and
7377            'IP4FWD' and
7378            not 'IPSEC' and
7379            not 'VHOST'"
7380   parameters:
7381   - "throughput"
7382   - "parent"
7383   - "tags"
7384   sort:
7385   - "IP4BASE"
7386   - "FIB_20K"
7387   - "FIB_200K"
7388   - "FIB_2M"
7389   traces:
7390     hoverinfo: "x+y"
7391     boxpoints: "outliers"
7392     whiskerwidth: 0
7393   layout:
7394     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
7395     layout: "plot-throughput"
7396
7397 -
7398   type: "plot"
7399   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7400   algorithm: "plot_performance_box"
7401   output-file-type: ".html"
7402   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7403   data: "plot-vpp-throughput-latency-3n-hsw"
7404   filter: "'NIC_Intel-X520-DA2' and
7405            '64B' and
7406            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7407            'NDRPDR' and
7408            '2T2C' and
7409            'IP4FWD' and
7410            not 'IPSEC' and
7411            not 'VHOST'"
7412   parameters:
7413   - "throughput"
7414   - "parent"
7415   - "tags"
7416   sort:
7417   - "IP4BASE"
7418   - "FIB_20K"
7419   - "FIB_200K"
7420   - "FIB_2M"
7421   traces:
7422     hoverinfo: "x+y"
7423     boxpoints: "outliers"
7424     whiskerwidth: 0
7425   layout:
7426     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
7427     layout: "plot-throughput"
7428
7429 -
7430   type: "plot"
7431   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7432   algorithm: "plot_performance_box"
7433   output-file-type: ".html"
7434   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7435   data: "plot-vpp-throughput-latency-3n-hsw"
7436   filter: "'NIC_Intel-X520-DA2' and
7437            '64B' and
7438            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7439            'NDRPDR' and
7440            '2T2C' and
7441            'IP4FWD' and
7442            not 'IPSEC' and
7443            not 'VHOST'"
7444   parameters:
7445   - "throughput"
7446   - "parent"
7447   - "tags"
7448   sort:
7449   - "IP4BASE"
7450   - "FIB_20K"
7451   - "FIB_200K"
7452   - "FIB_2M"
7453   traces:
7454     hoverinfo: "x+y"
7455     boxpoints: "outliers"
7456     whiskerwidth: 0
7457   layout:
7458     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
7459     layout: "plot-throughput"
7460
7461 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
7462 -
7463   type: "plot"
7464   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
7465   algorithm: "plot_performance_box"
7466   output-file-type: ".html"
7467   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
7468   data: "plot-vpp-throughput-latency-3n-hsw"
7469   filter: "'NIC_Intel-X520-DA2' and
7470            '64B' and
7471            ('IP4BASE' or
7472             'POLICE_MARK' or
7473             'COPWHLIST' or
7474             ('NAT44' and 'BASE') or
7475             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7476            'NDRPDR' and
7477            '1T1C' and
7478            'IP4FWD' and
7479            not 'IPSEC' and
7480            not 'VHOST'"
7481   parameters:
7482   - "throughput"
7483   - "parent"
7484   - "tags"
7485   sort:
7486   - "IP4BASE"
7487   - "NAT44"
7488   - "POLICE_MARK"
7489   - "COPWHLIST"
7490   - "IACL"
7491   - "OACL"
7492   traces:
7493     hoverinfo: "x+y"
7494     boxpoints: "outliers"
7495     whiskerwidth: 0
7496   layout:
7497     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
7498     layout: "plot-throughput"
7499
7500 -
7501   type: "plot"
7502   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
7503   algorithm: "plot_performance_box"
7504   output-file-type: ".html"
7505   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
7506   data: "plot-vpp-throughput-latency-3n-hsw"
7507   filter: "'NIC_Intel-X520-DA2' and
7508            '64B' and
7509            ('IP4BASE' or
7510             'POLICE_MARK' or
7511             'COPWHLIST' or
7512             ('NAT44' and 'BASE') or
7513             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7514            'NDRPDR' and
7515            '1T1C' and
7516            'IP4FWD' and
7517            not 'IPSEC' and
7518            not 'VHOST'"
7519   parameters:
7520   - "throughput"
7521   - "parent"
7522   - "tags"
7523   sort:
7524   - "IP4BASE"
7525   - "NAT44"
7526   - "POLICE_MARK"
7527   - "COPWHLIST"
7528   - "IACL"
7529   - "OACL"
7530   traces:
7531     hoverinfo: "x+y"
7532     boxpoints: "outliers"
7533     whiskerwidth: 0
7534   layout:
7535     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
7536     layout: "plot-throughput"
7537
7538 -
7539   type: "plot"
7540   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
7541   algorithm: "plot_performance_box"
7542   output-file-type: ".html"
7543   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
7544   data: "plot-vpp-throughput-latency-3n-hsw"
7545   filter: "'NIC_Intel-X520-DA2' and
7546            '64B' and
7547            ('IP4BASE' or
7548             'POLICE_MARK' or
7549             'COPWHLIST' or
7550             ('NAT44' and 'BASE') or
7551             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7552            'NDRPDR' and
7553            '2T2C' and
7554            'IP4FWD' and
7555            not 'IPSEC' and
7556            not 'VHOST'"
7557   parameters:
7558   - "throughput"
7559   - "parent"
7560   - "tags"
7561   sort:
7562   - "IP4BASE"
7563   - "NAT44"
7564   - "POLICE_MARK"
7565   - "COPWHLIST"
7566   - "IACL"
7567   - "OACL"
7568   traces:
7569     hoverinfo: "x+y"
7570     boxpoints: "outliers"
7571     whiskerwidth: 0
7572   layout:
7573     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
7574     layout: "plot-throughput"
7575
7576 -
7577   type: "plot"
7578   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
7579   algorithm: "plot_performance_box"
7580   output-file-type: ".html"
7581   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
7582   data: "plot-vpp-throughput-latency-3n-hsw"
7583   filter: "'NIC_Intel-X520-DA2' and
7584            '64B' and
7585            ('IP4BASE' or
7586             'POLICE_MARK' or
7587             'COPWHLIST' or
7588             ('NAT44' and 'BASE') or
7589             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7590            'NDRPDR' and
7591            '2T2C' and
7592            'IP4FWD' and
7593            not 'IPSEC' and
7594            not 'VHOST'"
7595   parameters:
7596   - "throughput"
7597   - "parent"
7598   - "tags"
7599   sort:
7600   - "IP4BASE"
7601   - "NAT44"
7602   - "POLICE_MARK"
7603   - "COPWHLIST"
7604   - "IACL"
7605   - "OACL"
7606   traces:
7607     hoverinfo: "x+y"
7608     boxpoints: "outliers"
7609     whiskerwidth: 0
7610   layout:
7611     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
7612     layout: "plot-throughput"
7613
7614 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
7615 -
7616   type: "plot"
7617   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
7618   algorithm: "plot_performance_box"
7619   output-file-type: ".html"
7620   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
7621   data: "plot-vpp-throughput-latency-3n-hsw"
7622   filter: "'NIC_Intel-X520-DA2' and
7623            '64B' and
7624            'NDRPDR' and
7625            '1T1C' and
7626            'IP4FWD' and
7627            'NAT44' and
7628            not 'IPSEC' and
7629            not 'VHOST'"
7630   parameters:
7631   - "throughput"
7632   - "parent"
7633   - "tags"
7634   sort:
7635   - "BASE"
7636   - "BASE"
7637   - "SRC_USER_10"
7638   - "SRC_USER_100"
7639   - "SRC_USER_1000"
7640   - "SRC_USER_2000"
7641   traces:
7642     hoverinfo: "x+y"
7643     boxpoints: "outliers"
7644     whiskerwidth: 0
7645   layout:
7646     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
7647     layout: "plot-throughput"
7648
7649 -
7650   type: "plot"
7651   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
7652   algorithm: "plot_performance_box"
7653   output-file-type: ".html"
7654   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
7655   data: "plot-vpp-throughput-latency-3n-hsw"
7656   filter: "'NIC_Intel-X520-DA2' and
7657            '64B' and
7658            'NDRPDR' and
7659            '1T1C' and
7660            'IP4FWD' and
7661            'NAT44' and
7662            not 'IPSEC' and
7663            not 'VHOST'"
7664   parameters:
7665   - "throughput"
7666   - "parent"
7667   - "tags"
7668   sort:
7669   - "BASE"
7670   - "BASE"
7671   - "SRC_USER_10"
7672   - "SRC_USER_100"
7673   - "SRC_USER_1000"
7674   - "SRC_USER_2000"
7675   traces:
7676     hoverinfo: "x+y"
7677     boxpoints: "outliers"
7678     whiskerwidth: 0
7679   layout:
7680     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
7681     layout: "plot-throughput"
7682
7683 -
7684   type: "plot"
7685   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
7686   algorithm: "plot_performance_box"
7687   output-file-type: ".html"
7688   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
7689   data: "plot-vpp-throughput-latency-3n-hsw"
7690   filter: "'NIC_Intel-X520-DA2' and
7691            '64B' and
7692            'NDRPDR' and
7693            '2T2C' and
7694            'IP4FWD' and
7695            'NAT44' and
7696            not 'IPSEC' and
7697            not 'VHOST'"
7698   parameters:
7699   - "throughput"
7700   - "parent"
7701   - "tags"
7702   sort:
7703   - "BASE"
7704   - "BASE"
7705   - "SRC_USER_10"
7706   - "SRC_USER_100"
7707   - "SRC_USER_1000"
7708   - "SRC_USER_2000"
7709   traces:
7710     hoverinfo: "x+y"
7711     boxpoints: "outliers"
7712     whiskerwidth: 0
7713   layout:
7714     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
7715     layout: "plot-throughput"
7716
7717 -
7718   type: "plot"
7719   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
7720   algorithm: "plot_performance_box"
7721   output-file-type: ".html"
7722   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
7723   data: "plot-vpp-throughput-latency-3n-hsw"
7724   filter: "'NIC_Intel-X520-DA2' and
7725            '64B' and
7726            'NDRPDR' and
7727            '2T2C' and
7728            'IP4FWD' and
7729            'NAT44' and
7730            not 'IPSEC' and
7731            not 'VHOST'"
7732   parameters:
7733   - "throughput"
7734   - "parent"
7735   - "tags"
7736   sort:
7737   - "BASE"
7738   - "BASE"
7739   - "SRC_USER_10"
7740   - "SRC_USER_100"
7741   - "SRC_USER_1000"
7742   - "SRC_USER_2000"
7743   traces:
7744     hoverinfo: "x+y"
7745     boxpoints: "outliers"
7746     whiskerwidth: 0
7747   layout:
7748     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
7749     layout: "plot-throughput"
7750
7751 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
7752 -
7753   type: "plot"
7754   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
7755   algorithm: "plot_performance_box"
7756   output-file-type: ".html"
7757   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
7758   data: "plot-vpp-throughput-latency-3n-hsw"
7759   filter: "'NIC_Intel-X520-DA2' and
7760            '64B' and
7761            'NDRPDR' and
7762            '1T1C' and
7763            'IP4FWD' and
7764            'IACL' and
7765            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7766            not 'IPSEC' and
7767            not 'VHOST'"
7768   parameters:
7769   - "throughput"
7770   - "parent"
7771   - "tags"
7772   sort:
7773   - "ACL_STATELESS"
7774   - "ACL_STATEFUL"
7775   - "ACL_STATELESS"
7776   - "ACL_STATEFUL"
7777   traces:
7778     hoverinfo: "x+y"
7779     boxpoints: "outliers"
7780     whiskerwidth: 0
7781   layout:
7782     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
7783     layout: "plot-throughput"
7784
7785 -
7786   type: "plot"
7787   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
7788   algorithm: "plot_performance_box"
7789   output-file-type: ".html"
7790   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
7791   data: "plot-vpp-throughput-latency-3n-hsw"
7792   filter: "'NIC_Intel-X520-DA2' and
7793            '64B' and
7794            'NDRPDR' and
7795            '1T1C' and
7796            'IP4FWD' and
7797            'IACL' and
7798            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7799            not 'IPSEC' and
7800            not 'VHOST'"
7801   parameters:
7802   - "throughput"
7803   - "parent"
7804   - "tags"
7805   sort:
7806   - "ACL_STATELESS"
7807   - "ACL_STATEFUL"
7808   - "ACL_STATELESS"
7809   - "ACL_STATEFUL"
7810   traces:
7811     hoverinfo: "x+y"
7812     boxpoints: "outliers"
7813     whiskerwidth: 0
7814   layout:
7815     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
7816     layout: "plot-throughput"
7817
7818 -
7819   type: "plot"
7820   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
7821   algorithm: "plot_performance_box"
7822   output-file-type: ".html"
7823   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
7824   data: "plot-vpp-throughput-latency-3n-hsw"
7825   filter: "'NIC_Intel-X520-DA2' and
7826            '64B' and
7827            'NDRPDR' and
7828            '2T2C' and
7829            'IP4FWD' and
7830            'IACL' and
7831            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7832            not 'IPSEC' and
7833            not 'VHOST'"
7834   parameters:
7835   - "throughput"
7836   - "parent"
7837   - "tags"
7838   sort:
7839   - "ACL_STATELESS"
7840   - "ACL_STATEFUL"
7841   - "ACL_STATELESS"
7842   - "ACL_STATEFUL"
7843   traces:
7844     hoverinfo: "x+y"
7845     boxpoints: "outliers"
7846     whiskerwidth: 0
7847   layout:
7848     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
7849     layout: "plot-throughput"
7850
7851 -
7852   type: "plot"
7853   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
7854   algorithm: "plot_performance_box"
7855   output-file-type: ".html"
7856   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
7857   data: "plot-vpp-throughput-latency-3n-hsw"
7858   filter: "'NIC_Intel-X520-DA2' and
7859            '64B' and
7860            'NDRPDR' and
7861            '2T2C' and
7862            'IP4FWD' and
7863            'IACL' and
7864            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7865            not 'IPSEC' and
7866            not 'VHOST'"
7867   parameters:
7868   - "throughput"
7869   - "parent"
7870   - "tags"
7871   sort:
7872   - "ACL_STATELESS"
7873   - "ACL_STATEFUL"
7874   - "ACL_STATELESS"
7875   - "ACL_STATEFUL"
7876   traces:
7877     hoverinfo: "x+y"
7878     boxpoints: "outliers"
7879     whiskerwidth: 0
7880   layout:
7881     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
7882     layout: "plot-throughput"
7883
7884 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
7885 -
7886   type: "plot"
7887   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
7888   algorithm: "plot_performance_box"
7889   output-file-type: ".html"
7890   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
7891   data: "plot-vpp-throughput-latency-3n-hsw"
7892   filter: "'NIC_Intel-X520-DA2' and
7893            '64B' and
7894            'NDRPDR' and
7895            '1T1C' and
7896            'IP4FWD' and
7897            'OACL' and
7898            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7899            not 'IPSEC' and
7900            not 'VHOST'"
7901   parameters:
7902   - "throughput"
7903   - "parent"
7904   - "tags"
7905   sort:
7906   - "ACL_STATELESS"
7907   - "ACL_STATEFUL"
7908   - "ACL_STATELESS"
7909   - "ACL_STATEFUL"
7910   traces:
7911     hoverinfo: "x+y"
7912     boxpoints: "outliers"
7913     whiskerwidth: 0
7914   layout:
7915     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
7916     layout: "plot-throughput"
7917
7918 -
7919   type: "plot"
7920   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
7921   algorithm: "plot_performance_box"
7922   output-file-type: ".html"
7923   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
7924   data: "plot-vpp-throughput-latency-3n-hsw"
7925   filter: "'NIC_Intel-X520-DA2' and
7926            '64B' and
7927            'NDRPDR' and
7928            '1T1C' and
7929            'IP4FWD' and
7930            'OACL' and
7931            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7932            not 'IPSEC' and
7933            not 'VHOST'"
7934   parameters:
7935   - "throughput"
7936   - "parent"
7937   - "tags"
7938   sort:
7939   - "ACL_STATELESS"
7940   - "ACL_STATEFUL"
7941   - "ACL_STATELESS"
7942   - "ACL_STATEFUL"
7943   traces:
7944     hoverinfo: "x+y"
7945     boxpoints: "outliers"
7946     whiskerwidth: 0
7947   layout:
7948     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
7949     layout: "plot-throughput"
7950
7951 -
7952   type: "plot"
7953   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
7954   algorithm: "plot_performance_box"
7955   output-file-type: ".html"
7956   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
7957   data: "plot-vpp-throughput-latency-3n-hsw"
7958   filter: "'NIC_Intel-X520-DA2' and
7959            '64B' and
7960            'NDRPDR' and
7961            '2T2C' and
7962            'IP4FWD' and
7963            'OACL' and
7964            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7965            not 'IPSEC' and
7966            not 'VHOST'"
7967   parameters:
7968   - "throughput"
7969   - "parent"
7970   - "tags"
7971   sort:
7972   - "ACL_STATELESS"
7973   - "ACL_STATEFUL"
7974   - "ACL_STATELESS"
7975   - "ACL_STATEFUL"
7976   traces:
7977     hoverinfo: "x+y"
7978     boxpoints: "outliers"
7979     whiskerwidth: 0
7980   layout:
7981     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
7982     layout: "plot-throughput"
7983
7984 -
7985   type: "plot"
7986   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
7987   algorithm: "plot_performance_box"
7988   output-file-type: ".html"
7989   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
7990   data: "plot-vpp-throughput-latency-3n-hsw"
7991   filter: "'NIC_Intel-X520-DA2' and
7992            '64B' and
7993            'NDRPDR' and
7994            '2T2C' and
7995            'IP4FWD' and
7996            'OACL' and
7997            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7998            not 'IPSEC' and
7999            not 'VHOST'"
8000   parameters:
8001   - "throughput"
8002   - "parent"
8003   - "tags"
8004   sort:
8005   - "ACL_STATELESS"
8006   - "ACL_STATEFUL"
8007   - "ACL_STATELESS"
8008   - "ACL_STATEFUL"
8009   traces:
8010     hoverinfo: "x+y"
8011     boxpoints: "outliers"
8012     whiskerwidth: 0
8013   layout:
8014     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
8015     layout: "plot-throughput"
8016
8017 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
8018 -
8019   type: "plot"
8020   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8021   algorithm: "plot_performance_box"
8022   output-file-type: ".html"
8023   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8024   data: "plot-vpp-throughput-latency-3n-hsw"
8025   filter: "'NIC_Intel-X710' and
8026            '64B' and
8027            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8028            'NDRPDR' and
8029            '1T1C' and
8030            'IP4FWD' and
8031            not 'IPSEC' and
8032            not 'VHOST'"
8033   parameters:
8034   - "throughput"
8035   - "parent"
8036   - "tags"
8037   sort:
8038   - "IP4BASE"
8039   - "FIB_20K"
8040   - "FIB_200K"
8041   - "FIB_2M"
8042   traces:
8043     hoverinfo: "x+y"
8044     boxpoints: "outliers"
8045     whiskerwidth: 0
8046   layout:
8047     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8048     layout: "plot-throughput"
8049
8050 -
8051   type: "plot"
8052   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8053   algorithm: "plot_performance_box"
8054   output-file-type: ".html"
8055   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8056   data: "plot-vpp-throughput-latency-3n-hsw"
8057   filter: "'NIC_Intel-X710' and
8058            '64B' and
8059            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8060            'NDRPDR' and
8061            '1T1C' and
8062            'IP4FWD' and
8063            not 'IPSEC' and
8064            not 'VHOST'"
8065   parameters:
8066   - "throughput"
8067   - "parent"
8068   - "tags"
8069   sort:
8070   - "IP4BASE"
8071   - "FIB_20K"
8072   - "FIB_200K"
8073   - "FIB_2M"
8074   traces:
8075     hoverinfo: "x+y"
8076     boxpoints: "outliers"
8077     whiskerwidth: 0
8078   layout:
8079     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8080     layout: "plot-throughput"
8081
8082 -
8083   type: "plot"
8084   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8085   algorithm: "plot_performance_box"
8086   output-file-type: ".html"
8087   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8088   data: "plot-vpp-throughput-latency-3n-hsw"
8089   filter: "'NIC_Intel-X710' and
8090            '64B' and
8091            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8092            'NDRPDR' and
8093            '2T2C' and
8094            'IP4FWD' and
8095            not 'IPSEC' and
8096            not 'VHOST'"
8097   parameters:
8098   - "throughput"
8099   - "parent"
8100   - "tags"
8101   sort:
8102   - "IP4BASE"
8103   - "FIB_20K"
8104   - "FIB_200K"
8105   - "FIB_2M"
8106   traces:
8107     hoverinfo: "x+y"
8108     boxpoints: "outliers"
8109     whiskerwidth: 0
8110   layout:
8111     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8112     layout: "plot-throughput"
8113
8114 -
8115   type: "plot"
8116   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8117   algorithm: "plot_performance_box"
8118   output-file-type: ".html"
8119   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8120   data: "plot-vpp-throughput-latency-3n-hsw"
8121   filter: "'NIC_Intel-X710' and
8122            '64B' and
8123            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8124            'NDRPDR' and
8125            '2T2C' and
8126            'IP4FWD' and
8127            not 'IPSEC' and
8128            not 'VHOST'"
8129   parameters:
8130   - "throughput"
8131   - "parent"
8132   - "tags"
8133   sort:
8134   - "IP4BASE"
8135   - "FIB_20K"
8136   - "FIB_200K"
8137   - "FIB_2M"
8138   traces:
8139     hoverinfo: "x+y"
8140     boxpoints: "outliers"
8141     whiskerwidth: 0
8142   layout:
8143     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8144     layout: "plot-throughput"
8145
8146 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
8147 -
8148   type: "plot"
8149   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
8150   algorithm: "plot_performance_box"
8151   output-file-type: ".html"
8152   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
8153   data: "plot-vpp-throughput-latency-3n-hsw"
8154   filter: "'NIC_Intel-X710' and
8155            '64B' and
8156            ('IP4BASE' or
8157             'POLICE_MARK' or
8158             'COPWHLIST' or
8159             ('NAT44' and 'BASE') or
8160             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8161            'NDRPDR' and
8162            '1T1C' and
8163            'IP4FWD' and
8164            not 'IPSEC' and
8165            not 'VHOST'"
8166   parameters:
8167   - "throughput"
8168   - "parent"
8169   - "tags"
8170   sort:
8171   - "IP4BASE"
8172   - "NAT44"
8173   - "POLICE_MARK"
8174   - "COPWHLIST"
8175   - "IACL"
8176   - "OACL"
8177   traces:
8178     hoverinfo: "x+y"
8179     boxpoints: "outliers"
8180     whiskerwidth: 0
8181   layout:
8182     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
8183     layout: "plot-throughput"
8184
8185 -
8186   type: "plot"
8187   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
8188   algorithm: "plot_performance_box"
8189   output-file-type: ".html"
8190   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
8191   data: "plot-vpp-throughput-latency-3n-hsw"
8192   filter: "'NIC_Intel-X710' and
8193            '64B' and
8194            ('IP4BASE' or
8195             'POLICE_MARK' or
8196             'COPWHLIST' or
8197             ('NAT44' and 'BASE') or
8198             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8199            'NDRPDR' and
8200            '1T1C' and
8201            'IP4FWD' and
8202            not 'IPSEC' and
8203            not 'VHOST'"
8204   parameters:
8205   - "throughput"
8206   - "parent"
8207   - "tags"
8208   sort:
8209   - "IP4BASE"
8210   - "NAT44"
8211   - "POLICE_MARK"
8212   - "COPWHLIST"
8213   - "IACL"
8214   - "OACL"
8215   traces:
8216     hoverinfo: "x+y"
8217     boxpoints: "outliers"
8218     whiskerwidth: 0
8219   layout:
8220     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
8221     layout: "plot-throughput"
8222
8223 -
8224   type: "plot"
8225   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
8226   algorithm: "plot_performance_box"
8227   output-file-type: ".html"
8228   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
8229   data: "plot-vpp-throughput-latency-3n-hsw"
8230   filter: "'NIC_Intel-X710' and
8231            '64B' and
8232            ('IP4BASE' or
8233             'POLICE_MARK' or
8234             'COPWHLIST' or
8235             ('NAT44' and 'BASE') or
8236             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8237            'NDRPDR' and
8238            '2T2C' and
8239            'IP4FWD' and
8240            not 'IPSEC' and
8241            not 'VHOST'"
8242   parameters:
8243   - "throughput"
8244   - "parent"
8245   - "tags"
8246   sort:
8247   - "IP4BASE"
8248   - "NAT44"
8249   - "POLICE_MARK"
8250   - "COPWHLIST"
8251   - "IACL"
8252   - "OACL"
8253   traces:
8254     hoverinfo: "x+y"
8255     boxpoints: "outliers"
8256     whiskerwidth: 0
8257   layout:
8258     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
8259     layout: "plot-throughput"
8260
8261 -
8262   type: "plot"
8263   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
8264   algorithm: "plot_performance_box"
8265   output-file-type: ".html"
8266   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
8267   data: "plot-vpp-throughput-latency-3n-hsw"
8268   filter: "'NIC_Intel-X710' and
8269            '64B' and
8270            ('IP4BASE' or
8271             'POLICE_MARK' or
8272             'COPWHLIST' or
8273             ('NAT44' and 'BASE') or
8274             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8275            'NDRPDR' and
8276            '2T2C' and
8277            'IP4FWD' and
8278            not 'IPSEC' and
8279            not 'VHOST'"
8280   parameters:
8281   - "throughput"
8282   - "parent"
8283   - "tags"
8284   sort:
8285   - "IP4BASE"
8286   - "NAT44"
8287   - "POLICE_MARK"
8288   - "COPWHLIST"
8289   - "IACL"
8290   - "OACL"
8291   traces:
8292     hoverinfo: "x+y"
8293     boxpoints: "outliers"
8294     whiskerwidth: 0
8295   layout:
8296     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
8297     layout: "plot-throughput"
8298
8299 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
8300 -
8301   type: "plot"
8302   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
8303   algorithm: "plot_performance_box"
8304   output-file-type: ".html"
8305   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
8306   data: "plot-vpp-throughput-latency-3n-skx"
8307   filter: "'NIC_Intel-X710' and
8308            '64B' and
8309            'NDRPDR' and
8310            '2T1C' and
8311            'IP4FWD' and
8312            'NAT44' and
8313            not 'IPSEC' and
8314            not 'VHOST'"
8315   parameters:
8316   - "throughput"
8317   - "parent"
8318   - "tags"
8319   sort:
8320   - "BASE"
8321   - "BASE"
8322   - "SRC_USER_10"
8323   - "SRC_USER_100"
8324   - "SRC_USER_1000"
8325   - "SRC_USER_2000"
8326   traces:
8327     hoverinfo: "x+y"
8328     boxpoints: "outliers"
8329     whiskerwidth: 0
8330   layout:
8331     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
8332     layout: "plot-throughput"
8333
8334 -
8335   type: "plot"
8336   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
8337   algorithm: "plot_performance_box"
8338   output-file-type: ".html"
8339   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
8340   data: "plot-vpp-throughput-latency-3n-skx"
8341   filter: "'NIC_Intel-X710' and
8342            '64B' and
8343            'NDRPDR' and
8344            '2T1C' and
8345            'IP4FWD' and
8346            'NAT44' and
8347            not 'IPSEC' and
8348            not 'VHOST'"
8349   parameters:
8350   - "throughput"
8351   - "parent"
8352   - "tags"
8353   sort:
8354   - "BASE"
8355   - "BASE"
8356   - "SRC_USER_10"
8357   - "SRC_USER_100"
8358   - "SRC_USER_1000"
8359   - "SRC_USER_2000"
8360   traces:
8361     hoverinfo: "x+y"
8362     boxpoints: "outliers"
8363     whiskerwidth: 0
8364   layout:
8365     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
8366     layout: "plot-throughput"
8367
8368 -
8369   type: "plot"
8370   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
8371   algorithm: "plot_performance_box"
8372   output-file-type: ".html"
8373   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
8374   data: "plot-vpp-throughput-latency-3n-skx"
8375   filter: "'NIC_Intel-X710' and
8376            '64B' and
8377            'NDRPDR' and
8378            '4T2C' and
8379            'IP4FWD' and
8380            'NAT44' and
8381            not 'IPSEC' and
8382            not 'VHOST'"
8383   parameters:
8384   - "throughput"
8385   - "parent"
8386   - "tags"
8387   sort:
8388   - "BASE"
8389   - "BASE"
8390   - "SRC_USER_10"
8391   - "SRC_USER_100"
8392   - "SRC_USER_1000"
8393   - "SRC_USER_2000"
8394   traces:
8395     hoverinfo: "x+y"
8396     boxpoints: "outliers"
8397     whiskerwidth: 0
8398   layout:
8399     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
8400     layout: "plot-throughput"
8401
8402 -
8403   type: "plot"
8404   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
8405   algorithm: "plot_performance_box"
8406   output-file-type: ".html"
8407   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
8408   data: "plot-vpp-throughput-latency-3n-skx"
8409   filter: "'NIC_Intel-X710' and
8410            '64B' and
8411            'NDRPDR' and
8412            '4T2C' and
8413            'IP4FWD' and
8414            'NAT44' and
8415            not 'IPSEC' and
8416            not 'VHOST'"
8417   parameters:
8418   - "throughput"
8419   - "parent"
8420   - "tags"
8421   sort:
8422   - "BASE"
8423   - "BASE"
8424   - "SRC_USER_10"
8425   - "SRC_USER_100"
8426   - "SRC_USER_1000"
8427   - "SRC_USER_2000"
8428   traces:
8429     hoverinfo: "x+y"
8430     boxpoints: "outliers"
8431     whiskerwidth: 0
8432   layout:
8433     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
8434     layout: "plot-throughput"
8435
8436 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
8437 -
8438   type: "plot"
8439   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
8440   algorithm: "plot_performance_box"
8441   output-file-type: ".html"
8442   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
8443   data: "plot-vpp-throughput-latency-3n-skx"
8444   filter: "'NIC_Intel-X710' and
8445            '64B' and
8446            'NDRPDR' and
8447            '2T1C' and
8448            'IP4FWD' and
8449            'IACL' and
8450            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8451            not 'IPSEC' and
8452            not 'VHOST'"
8453   parameters:
8454   - "throughput"
8455   - "parent"
8456   - "tags"
8457   sort:
8458   - "ACL_STATELESS"
8459   - "ACL_STATEFUL"
8460   - "ACL_STATELESS"
8461   - "ACL_STATEFUL"
8462   traces:
8463     hoverinfo: "x+y"
8464     boxpoints: "outliers"
8465     whiskerwidth: 0
8466   layout:
8467     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
8468     layout: "plot-throughput"
8469
8470 -
8471   type: "plot"
8472   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
8473   algorithm: "plot_performance_box"
8474   output-file-type: ".html"
8475   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
8476   data: "plot-vpp-throughput-latency-3n-skx"
8477   filter: "'NIC_Intel-X710' and
8478            '64B' and
8479            'NDRPDR' and
8480            '2T1C' and
8481            'IP4FWD' and
8482            'IACL' and
8483            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8484            not 'IPSEC' and
8485            not 'VHOST'"
8486   parameters:
8487   - "throughput"
8488   - "parent"
8489   - "tags"
8490   sort:
8491   - "ACL_STATELESS"
8492   - "ACL_STATEFUL"
8493   - "ACL_STATELESS"
8494   - "ACL_STATEFUL"
8495   traces:
8496     hoverinfo: "x+y"
8497     boxpoints: "outliers"
8498     whiskerwidth: 0
8499   layout:
8500     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
8501     layout: "plot-throughput"
8502
8503 -
8504   type: "plot"
8505   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
8506   algorithm: "plot_performance_box"
8507   output-file-type: ".html"
8508   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
8509   data: "plot-vpp-throughput-latency-3n-skx"
8510   filter: "'NIC_Intel-X710' and
8511            '64B' and
8512            'NDRPDR' and
8513            '4T2C' and
8514            'IP4FWD' and
8515            'IACL' and
8516            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8517            not 'IPSEC' and
8518            not 'VHOST'"
8519   parameters:
8520   - "throughput"
8521   - "parent"
8522   - "tags"
8523   sort:
8524   - "ACL_STATELESS"
8525   - "ACL_STATEFUL"
8526   - "ACL_STATELESS"
8527   - "ACL_STATEFUL"
8528   traces:
8529     hoverinfo: "x+y"
8530     boxpoints: "outliers"
8531     whiskerwidth: 0
8532   layout:
8533     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
8534     layout: "plot-throughput"
8535
8536 -
8537   type: "plot"
8538   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
8539   algorithm: "plot_performance_box"
8540   output-file-type: ".html"
8541   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
8542   data: "plot-vpp-throughput-latency-3n-skx"
8543   filter: "'NIC_Intel-X710' and
8544            '64B' and
8545            'NDRPDR' and
8546            '4T2C' and
8547            'IP4FWD' and
8548            'IACL' and
8549            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8550            not 'IPSEC' and
8551            not 'VHOST'"
8552   parameters:
8553   - "throughput"
8554   - "parent"
8555   - "tags"
8556   sort:
8557   - "ACL_STATELESS"
8558   - "ACL_STATEFUL"
8559   - "ACL_STATELESS"
8560   - "ACL_STATEFUL"
8561   traces:
8562     hoverinfo: "x+y"
8563     boxpoints: "outliers"
8564     whiskerwidth: 0
8565   layout:
8566     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
8567     layout: "plot-throughput"
8568
8569 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
8570 -
8571   type: "plot"
8572   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
8573   algorithm: "plot_performance_box"
8574   output-file-type: ".html"
8575   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
8576   data: "plot-vpp-throughput-latency-3n-skx"
8577   filter: "'NIC_Intel-X710' and
8578            '64B' and
8579            'NDRPDR' and
8580            '2T1C' and
8581            'IP4FWD' and
8582            'OACL' and
8583            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8584            not 'IPSEC' and
8585            not 'VHOST'"
8586   parameters:
8587   - "throughput"
8588   - "parent"
8589   - "tags"
8590   sort:
8591   - "ACL_STATELESS"
8592   - "ACL_STATEFUL"
8593   - "ACL_STATELESS"
8594   - "ACL_STATEFUL"
8595   traces:
8596     hoverinfo: "x+y"
8597     boxpoints: "outliers"
8598     whiskerwidth: 0
8599   layout:
8600     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
8601     layout: "plot-throughput"
8602
8603 -
8604   type: "plot"
8605   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
8606   algorithm: "plot_performance_box"
8607   output-file-type: ".html"
8608   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
8609   data: "plot-vpp-throughput-latency-3n-skx"
8610   filter: "'NIC_Intel-X710' and
8611            '64B' and
8612            'NDRPDR' and
8613            '2T1C' and
8614            'IP4FWD' and
8615            'OACL' and
8616            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8617            not 'IPSEC' and
8618            not 'VHOST'"
8619   parameters:
8620   - "throughput"
8621   - "parent"
8622   - "tags"
8623   sort:
8624   - "ACL_STATELESS"
8625   - "ACL_STATEFUL"
8626   - "ACL_STATELESS"
8627   - "ACL_STATEFUL"
8628   traces:
8629     hoverinfo: "x+y"
8630     boxpoints: "outliers"
8631     whiskerwidth: 0
8632   layout:
8633     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
8634     layout: "plot-throughput"
8635
8636 -
8637   type: "plot"
8638   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
8639   algorithm: "plot_performance_box"
8640   output-file-type: ".html"
8641   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
8642   data: "plot-vpp-throughput-latency-3n-skx"
8643   filter: "'NIC_Intel-X710' and
8644            '64B' and
8645            'NDRPDR' and
8646            '4T2C' and
8647            'IP4FWD' and
8648            'OACL' and
8649            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8650            not 'IPSEC' and
8651            not 'VHOST'"
8652   parameters:
8653   - "throughput"
8654   - "parent"
8655   - "tags"
8656   sort:
8657   - "ACL_STATELESS"
8658   - "ACL_STATEFUL"
8659   - "ACL_STATELESS"
8660   - "ACL_STATEFUL"
8661   traces:
8662     hoverinfo: "x+y"
8663     boxpoints: "outliers"
8664     whiskerwidth: 0
8665   layout:
8666     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
8667     layout: "plot-throughput"
8668
8669 -
8670   type: "plot"
8671   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
8672   algorithm: "plot_performance_box"
8673   output-file-type: ".html"
8674   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
8675   data: "plot-vpp-throughput-latency-3n-skx"
8676   filter: "'NIC_Intel-X710' and
8677            '64B' and
8678            'NDRPDR' and
8679            '4T2C' and
8680            'IP4FWD' and
8681            'OACL' and
8682            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8683            not 'IPSEC' and
8684            not 'VHOST'"
8685   parameters:
8686   - "throughput"
8687   - "parent"
8688   - "tags"
8689   sort:
8690   - "ACL_STATELESS"
8691   - "ACL_STATEFUL"
8692   - "ACL_STATELESS"
8693   - "ACL_STATEFUL"
8694   traces:
8695     hoverinfo: "x+y"
8696     boxpoints: "outliers"
8697     whiskerwidth: 0
8698   layout:
8699     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
8700     layout: "plot-throughput"
8701
8702 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
8703 -
8704   type: "plot"
8705   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8706   algorithm: "plot_performance_box"
8707   output-file-type: ".html"
8708   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8709   data: "plot-vpp-throughput-latency-3n-hsw"
8710   filter: "'NIC_Intel-XL710' and
8711            '64B' and
8712            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8713            'NDRPDR' and
8714            '1T1C' and
8715            'IP4FWD' and
8716            not 'IPSEC' and
8717            not 'VHOST'"
8718   parameters:
8719   - "throughput"
8720   - "parent"
8721   - "tags"
8722   sort:
8723   - "IP4BASE"
8724   - "FIB_20K"
8725   - "FIB_200K"
8726   - "FIB_2M"
8727   traces:
8728     hoverinfo: "x+y"
8729     boxpoints: "outliers"
8730     whiskerwidth: 0
8731   layout:
8732     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
8733     layout: "plot-throughput"
8734
8735 -
8736   type: "plot"
8737   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8738   algorithm: "plot_performance_box"
8739   output-file-type: ".html"
8740   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8741   data: "plot-vpp-throughput-latency-3n-hsw"
8742   filter: "'NIC_Intel-XL710' and
8743            '64B' and
8744            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8745            'NDRPDR' and
8746            '1T1C' and
8747            'IP4FWD' and
8748            not 'IPSEC' and
8749            not 'VHOST'"
8750   parameters:
8751   - "throughput"
8752   - "parent"
8753   - "tags"
8754   sort:
8755   - "IP4BASE"
8756   - "FIB_20K"
8757   - "FIB_200K"
8758   - "FIB_2M"
8759   traces:
8760     hoverinfo: "x+y"
8761     boxpoints: "outliers"
8762     whiskerwidth: 0
8763   layout:
8764     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
8765     layout: "plot-throughput"
8766
8767 -
8768   type: "plot"
8769   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8770   algorithm: "plot_performance_box"
8771   output-file-type: ".html"
8772   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8773   data: "plot-vpp-throughput-latency-3n-hsw"
8774   filter: "'NIC_Intel-XL710' and
8775            '64B' and
8776            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8777            'NDRPDR' and
8778            '2T2C' and
8779            'IP4FWD' and
8780            not 'IPSEC' and
8781            not 'VHOST'"
8782   parameters:
8783   - "throughput"
8784   - "parent"
8785   - "tags"
8786   sort:
8787   - "IP4BASE"
8788   - "FIB_20K"
8789   - "FIB_200K"
8790   - "FIB_2M"
8791   traces:
8792     hoverinfo: "x+y"
8793     boxpoints: "outliers"
8794     whiskerwidth: 0
8795   layout:
8796     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
8797     layout: "plot-throughput"
8798
8799 -
8800   type: "plot"
8801   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8802   algorithm: "plot_performance_box"
8803   output-file-type: ".html"
8804   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8805   data: "plot-vpp-throughput-latency-3n-hsw"
8806   filter: "'NIC_Intel-XL710' and
8807            '64B' and
8808            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8809            'NDRPDR' and
8810            '2T2C' and
8811            'IP4FWD' and
8812            not 'IPSEC' and
8813            not 'VHOST'"
8814   parameters:
8815   - "throughput"
8816   - "parent"
8817   - "tags"
8818   sort:
8819   - "IP4BASE"
8820   - "FIB_20K"
8821   - "FIB_200K"
8822   - "FIB_2M"
8823   traces:
8824     hoverinfo: "x+y"
8825     boxpoints: "outliers"
8826     whiskerwidth: 0
8827   layout:
8828     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
8829     layout: "plot-throughput"
8830
8831 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
8832 -
8833   type: "plot"
8834   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8835   algorithm: "plot_performance_box"
8836   output-file-type: ".html"
8837   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8838   data: "plot-vpp-throughput-latency-3n-skx"
8839   filter: "'NIC_Intel-X710' and
8840            '64B' and
8841            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8842            'NDRPDR' and
8843            '2T1C' and
8844            'IP4FWD' and
8845            not 'IPSEC' and
8846            not 'VHOST'"
8847   parameters:
8848   - "throughput"
8849   - "parent"
8850   - "tags"
8851   sort:
8852   - "IP4BASE"
8853   - "FIB_20K"
8854   - "FIB_200K"
8855   - "FIB_2M"
8856   traces:
8857     hoverinfo: "x+y"
8858     boxpoints: "outliers"
8859     whiskerwidth: 0
8860   layout:
8861     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8862     layout: "plot-throughput"
8863
8864 -
8865   type: "plot"
8866   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8867   algorithm: "plot_performance_box"
8868   output-file-type: ".html"
8869   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8870   data: "plot-vpp-throughput-latency-3n-skx"
8871   filter: "'NIC_Intel-X710' and
8872            '64B' and
8873            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8874            'NDRPDR' and
8875            '2T1C' and
8876            'IP4FWD' and
8877            not 'IPSEC' and
8878            not 'VHOST'"
8879   parameters:
8880   - "throughput"
8881   - "parent"
8882   - "tags"
8883   sort:
8884   - "IP4BASE"
8885   - "FIB_20K"
8886   - "FIB_200K"
8887   - "FIB_2M"
8888   traces:
8889     hoverinfo: "x+y"
8890     boxpoints: "outliers"
8891     whiskerwidth: 0
8892   layout:
8893     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8894     layout: "plot-throughput"
8895
8896 -
8897   type: "plot"
8898   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8899   algorithm: "plot_performance_box"
8900   output-file-type: ".html"
8901   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8902   data: "plot-vpp-throughput-latency-3n-skx"
8903   filter: "'NIC_Intel-X710' and
8904            '64B' and
8905            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8906            'NDRPDR' and
8907            '4T2C' and
8908            'IP4FWD' and
8909            not 'IPSEC' and
8910            not 'VHOST'"
8911   parameters:
8912   - "throughput"
8913   - "parent"
8914   - "tags"
8915   sort:
8916   - "IP4BASE"
8917   - "FIB_20K"
8918   - "FIB_200K"
8919   - "FIB_2M"
8920   traces:
8921     hoverinfo: "x+y"
8922     boxpoints: "outliers"
8923     whiskerwidth: 0
8924   layout:
8925     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8926     layout: "plot-throughput"
8927
8928 -
8929   type: "plot"
8930   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8931   algorithm: "plot_performance_box"
8932   output-file-type: ".html"
8933   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8934   data: "plot-vpp-throughput-latency-3n-skx"
8935   filter: "'NIC_Intel-X710' and
8936            '64B' and
8937            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8938            'NDRPDR' and
8939            '4T2C' and
8940            'IP4FWD' and
8941            not 'IPSEC' and
8942            not 'VHOST'"
8943   parameters:
8944   - "throughput"
8945   - "parent"
8946   - "tags"
8947   sort:
8948   - "IP4BASE"
8949   - "FIB_20K"
8950   - "FIB_200K"
8951   - "FIB_2M"
8952   traces:
8953     hoverinfo: "x+y"
8954     boxpoints: "outliers"
8955     whiskerwidth: 0
8956   layout:
8957     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8958     layout: "plot-throughput"
8959
8960 # Packet Throughput - VPP IPv4 3n-skx-x710 features
8961 -
8962   type: "plot"
8963   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
8964   algorithm: "plot_performance_box"
8965   output-file-type: ".html"
8966   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
8967   data: "plot-vpp-throughput-latency-3n-skx"
8968   filter: "'NIC_Intel-X710' and
8969            '64B' and
8970            ('IP4BASE' or
8971             'POLICE_MARK' or
8972             'COPWHLIST' or
8973             ('NAT44' and 'BASE') or
8974             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
8975            'NDRPDR' and
8976            '2T1C' and
8977            'IP4FWD' and
8978            not 'IPSEC' and
8979            not 'VHOST'"
8980   parameters:
8981   - "throughput"
8982   - "parent"
8983   - "tags"
8984   sort:
8985   - "IP4BASE"
8986   - "NAT44"
8987   - "POLICE_MARK"
8988   - "COPWHLIST"
8989   - "IACL"
8990   - "OACL"
8991   traces:
8992     hoverinfo: "x+y"
8993     boxpoints: "outliers"
8994     whiskerwidth: 0
8995   layout:
8996     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
8997     layout: "plot-throughput"
8998
8999 -
9000   type: "plot"
9001   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
9002   algorithm: "plot_performance_box"
9003   output-file-type: ".html"
9004   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
9005   data: "plot-vpp-throughput-latency-3n-skx"
9006   filter: "'NIC_Intel-X710' and
9007            '64B' and
9008            ('IP4BASE' or
9009             'POLICE_MARK' or
9010             'COPWHLIST' or
9011             ('NAT44' and 'BASE') or
9012             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9013            'NDRPDR' and
9014            '2T1C' and
9015            'IP4FWD' and
9016            not 'IPSEC' and
9017            not 'VHOST'"
9018   parameters:
9019   - "throughput"
9020   - "parent"
9021   - "tags"
9022   sort:
9023   - "IP4BASE"
9024   - "NAT44"
9025   - "POLICE_MARK"
9026   - "COPWHLIST"
9027   - "IACL"
9028   - "OACL"
9029   traces:
9030     hoverinfo: "x+y"
9031     boxpoints: "outliers"
9032     whiskerwidth: 0
9033   layout:
9034     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
9035     layout: "plot-throughput"
9036
9037 -
9038   type: "plot"
9039   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
9040   algorithm: "plot_performance_box"
9041   output-file-type: ".html"
9042   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
9043   data: "plot-vpp-throughput-latency-3n-skx"
9044   filter: "'NIC_Intel-X710' and
9045            '64B' and
9046            ('IP4BASE' or
9047             'POLICE_MARK' or
9048             'COPWHLIST' or
9049             ('NAT44' and 'BASE') or
9050             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9051            'NDRPDR' and
9052            '4T2C' and
9053            'IP4FWD' and
9054            not 'IPSEC' and
9055            not 'VHOST'"
9056   parameters:
9057   - "throughput"
9058   - "parent"
9059   - "tags"
9060   sort:
9061   - "IP4BASE"
9062   - "NAT44"
9063   - "POLICE_MARK"
9064   - "COPWHLIST"
9065   - "IACL"
9066   - "OACL"
9067   traces:
9068     hoverinfo: "x+y"
9069     boxpoints: "outliers"
9070     whiskerwidth: 0
9071   layout:
9072     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
9073     layout: "plot-throughput"
9074
9075 -
9076   type: "plot"
9077   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
9078   algorithm: "plot_performance_box"
9079   output-file-type: ".html"
9080   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
9081   data: "plot-vpp-throughput-latency-3n-skx"
9082   filter: "'NIC_Intel-X710' and
9083            '64B' and
9084            ('IP4BASE' or
9085             'POLICE_MARK' or
9086             'COPWHLIST' or
9087             ('NAT44' and 'BASE') or
9088             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
9089            'NDRPDR' and
9090            '4T2C' and
9091            'IP4FWD' and
9092            not 'IPSEC' and
9093            not 'VHOST'"
9094   parameters:
9095   - "throughput"
9096   - "parent"
9097   - "tags"
9098   sort:
9099   - "IP4BASE"
9100   - "NAT44"
9101   - "POLICE_MARK"
9102   - "COPWHLIST"
9103   - "IACL"
9104   - "OACL"
9105   traces:
9106     hoverinfo: "x+y"
9107     boxpoints: "outliers"
9108     whiskerwidth: 0
9109   layout:
9110     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
9111     layout: "plot-throughput"
9112
9113 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
9114 -
9115   type: "plot"
9116   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
9117   algorithm: "plot_performance_box"
9118   output-file-type: ".html"
9119   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
9120   data: "plot-vpp-throughput-latency-3n-hsw"
9121   filter: "'NIC_Intel-X710' and
9122            '64B' and
9123            'NDRPDR' and
9124            '1T1C' and
9125            'IP4FWD' and
9126            'NAT44' and
9127            not 'IPSEC' and
9128            not 'VHOST'"
9129   parameters:
9130   - "throughput"
9131   - "parent"
9132   - "tags"
9133   sort:
9134   - "BASE"
9135   - "BASE"
9136   - "SRC_USER_10"
9137   - "SRC_USER_100"
9138   - "SRC_USER_1000"
9139   - "SRC_USER_2000"
9140   traces:
9141     hoverinfo: "x+y"
9142     boxpoints: "outliers"
9143     whiskerwidth: 0
9144   layout:
9145     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
9146     layout: "plot-throughput"
9147
9148 -
9149   type: "plot"
9150   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
9151   algorithm: "plot_performance_box"
9152   output-file-type: ".html"
9153   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
9154   data: "plot-vpp-throughput-latency-3n-hsw"
9155   filter: "'NIC_Intel-X710' and
9156            '64B' and
9157            'NDRPDR' and
9158            '1T1C' and
9159            'IP4FWD' and
9160            'NAT44' and
9161            not 'IPSEC' and
9162            not 'VHOST'"
9163   parameters:
9164   - "throughput"
9165   - "parent"
9166   - "tags"
9167   sort:
9168   - "BASE"
9169   - "BASE"
9170   - "SRC_USER_10"
9171   - "SRC_USER_100"
9172   - "SRC_USER_1000"
9173   - "SRC_USER_2000"
9174   traces:
9175     hoverinfo: "x+y"
9176     boxpoints: "outliers"
9177     whiskerwidth: 0
9178   layout:
9179     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
9180     layout: "plot-throughput"
9181
9182 -
9183   type: "plot"
9184   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
9185   algorithm: "plot_performance_box"
9186   output-file-type: ".html"
9187   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
9188   data: "plot-vpp-throughput-latency-3n-hsw"
9189   filter: "'NIC_Intel-X710' and
9190            '64B' and
9191            'NDRPDR' and
9192            '2T2C' and
9193            'IP4FWD' and
9194            'NAT44' and
9195            not 'IPSEC' and
9196            not 'VHOST'"
9197   parameters:
9198   - "throughput"
9199   - "parent"
9200   - "tags"
9201   sort:
9202   - "BASE"
9203   - "BASE"
9204   - "SRC_USER_10"
9205   - "SRC_USER_100"
9206   - "SRC_USER_1000"
9207   - "SRC_USER_2000"
9208   traces:
9209     hoverinfo: "x+y"
9210     boxpoints: "outliers"
9211     whiskerwidth: 0
9212   layout:
9213     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
9214     layout: "plot-throughput"
9215
9216 -
9217   type: "plot"
9218   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
9219   algorithm: "plot_performance_box"
9220   output-file-type: ".html"
9221   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
9222   data: "plot-vpp-throughput-latency-3n-hsw"
9223   filter: "'NIC_Intel-X710' and
9224            '64B' and
9225            'NDRPDR' and
9226            '2T2C' and
9227            'IP4FWD' and
9228            'NAT44' and
9229            not 'IPSEC' and
9230            not 'VHOST'"
9231   parameters:
9232   - "throughput"
9233   - "parent"
9234   - "tags"
9235   sort:
9236   - "BASE"
9237   - "BASE"
9238   - "SRC_USER_10"
9239   - "SRC_USER_100"
9240   - "SRC_USER_1000"
9241   - "SRC_USER_2000"
9242   traces:
9243     hoverinfo: "x+y"
9244     boxpoints: "outliers"
9245     whiskerwidth: 0
9246   layout:
9247     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
9248     layout: "plot-throughput"
9249
9250 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
9251 -
9252   type: "plot"
9253   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
9254   algorithm: "plot_performance_box"
9255   output-file-type: ".html"
9256   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
9257   data: "plot-vpp-throughput-latency-3n-hsw"
9258   filter: "'NIC_Intel-X710' and
9259            '64B' and
9260            'NDRPDR' and
9261            '1T1C' and
9262            'IP4FWD' and
9263            'IACL' and
9264            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9265            not 'IPSEC' and
9266            not 'VHOST'"
9267   parameters:
9268   - "throughput"
9269   - "parent"
9270   - "tags"
9271   sort:
9272   - "ACL_STATELESS"
9273   - "ACL_STATEFUL"
9274   - "ACL_STATELESS"
9275   - "ACL_STATEFUL"
9276   traces:
9277     hoverinfo: "x+y"
9278     boxpoints: "outliers"
9279     whiskerwidth: 0
9280   layout:
9281     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
9282     layout: "plot-throughput"
9283
9284 -
9285   type: "plot"
9286   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
9287   algorithm: "plot_performance_box"
9288   output-file-type: ".html"
9289   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
9290   data: "plot-vpp-throughput-latency-3n-hsw"
9291   filter: "'NIC_Intel-X710' and
9292            '64B' and
9293            'NDRPDR' and
9294            '1T1C' and
9295            'IP4FWD' and
9296            'IACL' and
9297            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9298            not 'IPSEC' and
9299            not 'VHOST'"
9300   parameters:
9301   - "throughput"
9302   - "parent"
9303   - "tags"
9304   sort:
9305   - "ACL_STATELESS"
9306   - "ACL_STATEFUL"
9307   - "ACL_STATELESS"
9308   - "ACL_STATEFUL"
9309   traces:
9310     hoverinfo: "x+y"
9311     boxpoints: "outliers"
9312     whiskerwidth: 0
9313   layout:
9314     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
9315     layout: "plot-throughput"
9316
9317 -
9318   type: "plot"
9319   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
9320   algorithm: "plot_performance_box"
9321   output-file-type: ".html"
9322   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
9323   data: "plot-vpp-throughput-latency-3n-hsw"
9324   filter: "'NIC_Intel-X710' and
9325            '64B' and
9326            'NDRPDR' and
9327            '2T2C' and
9328            'IP4FWD' and
9329            'IACL' and
9330            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9331            not 'IPSEC' and
9332            not 'VHOST'"
9333   parameters:
9334   - "throughput"
9335   - "parent"
9336   - "tags"
9337   sort:
9338   - "ACL_STATELESS"
9339   - "ACL_STATEFUL"
9340   - "ACL_STATELESS"
9341   - "ACL_STATEFUL"
9342   traces:
9343     hoverinfo: "x+y"
9344     boxpoints: "outliers"
9345     whiskerwidth: 0
9346   layout:
9347     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
9348     layout: "plot-throughput"
9349
9350 -
9351   type: "plot"
9352   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
9353   algorithm: "plot_performance_box"
9354   output-file-type: ".html"
9355   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
9356   data: "plot-vpp-throughput-latency-3n-hsw"
9357   filter: "'NIC_Intel-X710' and
9358            '64B' and
9359            'NDRPDR' and
9360            '2T2C' and
9361            'IP4FWD' and
9362            'IACL' and
9363            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9364            not 'IPSEC' and
9365            not 'VHOST'"
9366   parameters:
9367   - "throughput"
9368   - "parent"
9369   - "tags"
9370   sort:
9371   - "ACL_STATELESS"
9372   - "ACL_STATEFUL"
9373   - "ACL_STATELESS"
9374   - "ACL_STATEFUL"
9375   traces:
9376     hoverinfo: "x+y"
9377     boxpoints: "outliers"
9378     whiskerwidth: 0
9379   layout:
9380     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
9381     layout: "plot-throughput"
9382
9383 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
9384 -
9385   type: "plot"
9386   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
9387   algorithm: "plot_performance_box"
9388   output-file-type: ".html"
9389   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
9390   data: "plot-vpp-throughput-latency-3n-hsw"
9391   filter: "'NIC_Intel-X710' and
9392            '64B' and
9393            'NDRPDR' and
9394            '1T1C' and
9395            'IP4FWD' and
9396            'OACL' and
9397            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9398            not 'IPSEC' and
9399            not 'VHOST'"
9400   parameters:
9401   - "throughput"
9402   - "parent"
9403   - "tags"
9404   sort:
9405   - "ACL_STATELESS"
9406   - "ACL_STATEFUL"
9407   - "ACL_STATELESS"
9408   - "ACL_STATEFUL"
9409   traces:
9410     hoverinfo: "x+y"
9411     boxpoints: "outliers"
9412     whiskerwidth: 0
9413   layout:
9414     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
9415     layout: "plot-throughput"
9416
9417 -
9418   type: "plot"
9419   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
9420   algorithm: "plot_performance_box"
9421   output-file-type: ".html"
9422   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
9423   data: "plot-vpp-throughput-latency-3n-hsw"
9424   filter: "'NIC_Intel-X710' and
9425            '64B' and
9426            'NDRPDR' and
9427            '1T1C' and
9428            'IP4FWD' and
9429            'OACL' and
9430            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9431            not 'IPSEC' and
9432            not 'VHOST'"
9433   parameters:
9434   - "throughput"
9435   - "parent"
9436   - "tags"
9437   sort:
9438   - "ACL_STATELESS"
9439   - "ACL_STATEFUL"
9440   - "ACL_STATELESS"
9441   - "ACL_STATEFUL"
9442   traces:
9443     hoverinfo: "x+y"
9444     boxpoints: "outliers"
9445     whiskerwidth: 0
9446   layout:
9447     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
9448     layout: "plot-throughput"
9449
9450 -
9451   type: "plot"
9452   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
9453   algorithm: "plot_performance_box"
9454   output-file-type: ".html"
9455   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
9456   data: "plot-vpp-throughput-latency-3n-hsw"
9457   filter: "'NIC_Intel-X710' and
9458            '64B' and
9459            'NDRPDR' and
9460            '2T2C' and
9461            'IP4FWD' and
9462            'OACL' and
9463            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9464            not 'IPSEC' and
9465            not 'VHOST'"
9466   parameters:
9467   - "throughput"
9468   - "parent"
9469   - "tags"
9470   sort:
9471   - "ACL_STATELESS"
9472   - "ACL_STATEFUL"
9473   - "ACL_STATELESS"
9474   - "ACL_STATEFUL"
9475   traces:
9476     hoverinfo: "x+y"
9477     boxpoints: "outliers"
9478     whiskerwidth: 0
9479   layout:
9480     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
9481     layout: "plot-throughput"
9482
9483 -
9484   type: "plot"
9485   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
9486   algorithm: "plot_performance_box"
9487   output-file-type: ".html"
9488   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
9489   data: "plot-vpp-throughput-latency-3n-hsw"
9490   filter: "'NIC_Intel-X710' and
9491            '64B' and
9492            'NDRPDR' and
9493            '2T2C' and
9494            'IP4FWD' and
9495            'OACL' and
9496            ('ACL10' or 'ACL50') and '10k_FLOWS' and
9497            not 'IPSEC' and
9498            not 'VHOST'"
9499   parameters:
9500   - "throughput"
9501   - "parent"
9502   - "tags"
9503   sort:
9504   - "ACL_STATELESS"
9505   - "ACL_STATEFUL"
9506   - "ACL_STATELESS"
9507   - "ACL_STATEFUL"
9508   traces:
9509     hoverinfo: "x+y"
9510     boxpoints: "outliers"
9511     whiskerwidth: 0
9512   layout:
9513     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
9514     layout: "plot-throughput"
9515
9516 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
9517 -
9518   type: "plot"
9519   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
9520   algorithm: "plot_performance_box"
9521   output-file-type: ".html"
9522   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
9523   data: "plot-vpp-throughput-latency-2n-skx"
9524   filter: "'NIC_Intel-X710' and
9525            '64B' and
9526            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9527            'NDRPDR' and
9528            '2T1C' and
9529            'IP4FWD' and
9530            not 'IPSEC' and
9531            not 'VHOST'"
9532   parameters:
9533   - "throughput"
9534   - "parent"
9535   - "tags"
9536   sort:
9537   - "IP4BASE"
9538   - "FIB_20K"
9539   - "FIB_200K"
9540   - "FIB_2M"
9541   traces:
9542     hoverinfo: "x+y"
9543     boxpoints: "outliers"
9544     whiskerwidth: 0
9545   layout:
9546     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
9547     layout: "plot-throughput"
9548
9549 -
9550   type: "plot"
9551   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
9552   algorithm: "plot_performance_box"
9553   output-file-type: ".html"
9554   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
9555   data: "plot-vpp-throughput-latency-2n-skx"
9556   filter: "'NIC_Intel-X710' and
9557            '64B' and
9558            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9559            'NDRPDR' and
9560            '2T1C' and
9561            'IP4FWD' and
9562            not 'IPSEC' and
9563            not 'VHOST'"
9564   parameters:
9565   - "throughput"
9566   - "parent"
9567   - "tags"
9568   sort:
9569   - "IP4BASE"
9570   - "FIB_20K"
9571   - "FIB_200K"
9572   - "FIB_2M"
9573   traces:
9574     hoverinfo: "x+y"
9575     boxpoints: "outliers"
9576     whiskerwidth: 0
9577   layout:
9578     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
9579     layout: "plot-throughput"
9580
9581 -
9582   type: "plot"
9583   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
9584   algorithm: "plot_performance_box"
9585   output-file-type: ".html"
9586   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
9587   data: "plot-vpp-throughput-latency-2n-skx"
9588   filter: "'NIC_Intel-X710' and
9589            '64B' and
9590            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9591            'NDRPDR' and
9592            '4T2C' and
9593            'IP4FWD' and
9594            not 'IPSEC' and
9595            not 'VHOST'"
9596   parameters:
9597   - "throughput"
9598   - "parent"
9599   - "tags"
9600   sort:
9601   - "IP4BASE"
9602   - "FIB_20K"
9603   - "FIB_200K"
9604   - "FIB_2M"
9605   traces:
9606     hoverinfo: "x+y"
9607     boxpoints: "outliers"
9608     whiskerwidth: 0
9609   layout:
9610     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
9611     layout: "plot-throughput"
9612
9613 -
9614   type: "plot"
9615   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
9616   algorithm: "plot_performance_box"
9617   output-file-type: ".html"
9618   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
9619   data: "plot-vpp-throughput-latency-2n-skx"
9620   filter: "'NIC_Intel-X710' and
9621            '64B' and
9622            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9623            'NDRPDR' and
9624            '4T2C' and
9625            'IP4FWD' and
9626            not 'IPSEC' and
9627            not 'VHOST'"
9628   parameters:
9629   - "throughput"
9630   - "parent"
9631   - "tags"
9632   sort:
9633   - "IP4BASE"
9634   - "FIB_20K"
9635   - "FIB_200K"
9636   - "FIB_2M"
9637   traces:
9638     hoverinfo: "x+y"
9639     boxpoints: "outliers"
9640     whiskerwidth: 0
9641   layout:
9642     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
9643     layout: "plot-throughput"
9644
9645 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
9646 -
9647   type: "plot"
9648   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
9649   algorithm: "plot_performance_box"
9650   output-file-type: ".html"
9651   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
9652   data: "plot-vpp-throughput-latency-2n-skx"
9653   filter: "'NIC_Intel-XXV710' and
9654            '64B' and
9655            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9656            'NDRPDR' and
9657            '2T1C' and
9658            'IP4FWD' and
9659            not 'IPSEC' and
9660            not 'VHOST'"
9661   parameters:
9662   - "throughput"
9663   - "parent"
9664   - "tags"
9665   sort:
9666   - "IP4BASE"
9667   - "FIB_20K"
9668   - "FIB_200K"
9669   - "FIB_2M"
9670   traces:
9671     hoverinfo: "x+y"
9672     boxpoints: "outliers"
9673     whiskerwidth: 0
9674   layout:
9675     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
9676     layout: "plot-throughput"
9677
9678 -
9679   type: "plot"
9680   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
9681   algorithm: "plot_performance_box"
9682   output-file-type: ".html"
9683   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
9684   data: "plot-vpp-throughput-latency-2n-skx"
9685   filter: "'NIC_Intel-XXV710' and
9686            '64B' and
9687            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9688            'NDRPDR' and
9689            '2T1C' and
9690            'IP4FWD' and
9691            not 'IPSEC' and
9692            not 'VHOST'"
9693   parameters:
9694   - "throughput"
9695   - "parent"
9696   - "tags"
9697   sort:
9698   - "IP4BASE"
9699   - "FIB_20K"
9700   - "FIB_200K"
9701   - "FIB_2M"
9702   traces:
9703     hoverinfo: "x+y"
9704     boxpoints: "outliers"
9705     whiskerwidth: 0
9706   layout:
9707     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
9708     layout: "plot-throughput"
9709
9710 -
9711   type: "plot"
9712   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
9713   algorithm: "plot_performance_box"
9714   output-file-type: ".html"
9715   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
9716   data: "plot-vpp-throughput-latency-2n-skx"
9717   filter: "'NIC_Intel-XXV710' and
9718            '64B' and
9719            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9720            'NDRPDR' and
9721            '4T2C' and
9722            'IP4FWD' and
9723            not 'IPSEC' and
9724            not 'VHOST'"
9725   parameters:
9726   - "throughput"
9727   - "parent"
9728   - "tags"
9729   sort:
9730   - "IP4BASE"
9731   - "FIB_20K"
9732   - "FIB_200K"
9733   - "FIB_2M"
9734   traces:
9735     hoverinfo: "x+y"
9736     boxpoints: "outliers"
9737     whiskerwidth: 0
9738   layout:
9739     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
9740     layout: "plot-throughput"
9741
9742 -
9743   type: "plot"
9744   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
9745   algorithm: "plot_performance_box"
9746   output-file-type: ".html"
9747   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
9748   data: "plot-vpp-throughput-latency-2n-skx"
9749   filter: "'NIC_Intel-XXV710' and
9750            '64B' and
9751            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9752            'NDRPDR' and
9753            '4T2C' and
9754            'IP4FWD' and
9755            not 'IPSEC' and
9756            not 'VHOST'"
9757   parameters:
9758   - "throughput"
9759   - "parent"
9760   - "tags"
9761   sort:
9762   - "IP4BASE"
9763   - "FIB_20K"
9764   - "FIB_200K"
9765   - "FIB_2M"
9766   traces:
9767     hoverinfo: "x+y"
9768     boxpoints: "outliers"
9769     whiskerwidth: 0
9770   layout:
9771     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
9772     layout: "plot-throughput"
9773
9774 # Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
9775 -
9776   type: "plot"
9777   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
9778   algorithm: "plot_performance_box"
9779   output-file-type: ".html"
9780   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
9781   data: "intel-dnv-vpp"
9782   filter: "'NIC_Intel-X553' and
9783            '64B' and
9784            'IP4BASE' and
9785            'NDRPDR' and
9786            '1T1C' and
9787            'IP4FWD' and
9788            not 'IPSEC' and
9789            not 'VHOST'"
9790   parameters:
9791   - "throughput"
9792   - "parent"
9793   - "tags"
9794   sort:
9795   - "IP4BASE"
9796   traces:
9797     hoverinfo: "x+y"
9798     boxpoints: "outliers"
9799     whiskerwidth: 0
9800   layout:
9801     title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
9802     layout: "plot-throughput"
9803
9804 -
9805   type: "plot"
9806   title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
9807   algorithm: "plot_performance_box"
9808   output-file-type: ".html"
9809   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
9810   data: "intel-dnv-vpp"
9811   filter: "'NIC_Intel-X553' and
9812            '64B' and
9813            'IP4BASE' and
9814            'NDRPDR' and
9815            '1T1C' and
9816            'IP4FWD' and
9817            not 'IPSEC' and
9818            not 'VHOST'"
9819   parameters:
9820   - "throughput"
9821   - "parent"
9822   - "tags"
9823   sort:
9824   - "IP4BASE"
9825   traces:
9826     hoverinfo: "x+y"
9827     boxpoints: "outliers"
9828     whiskerwidth: 0
9829   layout:
9830     title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
9831     layout: "plot-throughput"
9832
9833 -
9834   type: "plot"
9835   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
9836   algorithm: "plot_performance_box"
9837   output-file-type: ".html"
9838   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
9839   data: "intel-dnv-vpp"
9840   filter: "'NIC_Intel-X553' and
9841            '64B' and
9842            'IP4BASE' and
9843            'NDRPDR' and
9844            '2T2C' and
9845            'IP4FWD' and
9846            not 'IPSEC' and
9847            not 'VHOST'"
9848   parameters:
9849   - "throughput"
9850   - "parent"
9851   - "tags"
9852   sort:
9853   - "IP4BASE"
9854   traces:
9855     hoverinfo: "x+y"
9856     boxpoints: "outliers"
9857     whiskerwidth: 0
9858   layout:
9859     title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
9860     layout: "plot-throughput"
9861
9862 -
9863   type: "plot"
9864   title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
9865   algorithm: "plot_performance_box"
9866   output-file-type: ".html"
9867   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
9868   data: "intel-dnv-vpp"
9869   filter: "'NIC_Intel-X553' and
9870            '64B' and
9871            'IP4BASE' and
9872            'NDRPDR' and
9873            '2T2C' and
9874            'IP4FWD' and
9875            not 'IPSEC' and
9876            not 'VHOST'"
9877   parameters:
9878   - "throughput"
9879   - "parent"
9880   - "tags"
9881   sort:
9882   - "IP4BASE"
9883   traces:
9884     hoverinfo: "x+y"
9885     boxpoints: "outliers"
9886     whiskerwidth: 0
9887   layout:
9888     title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
9889     layout: "plot-throughput"
9890
9891 ################################################################################
9892
9893 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
9894 -
9895   type: "plot"
9896   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9897   algorithm: "plot_performance_box"
9898   output-file-type: ".html"
9899   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9900   data: "plot-vpp-throughput-latency-3n-hsw"
9901   filter: "'NIC_Intel-X520-DA2' and
9902            '64B' and
9903            'ENCAP' and
9904            'NDRPDR' and
9905            '1T1C' and
9906            'VXLAN' and
9907            'L2BDMACLRN' and
9908            not 'VHOST' and
9909            not 'IPSECHW'"
9910   parameters:
9911   - "throughput"
9912   - "parent"
9913   - "tags"
9914   sort:
9915   - "not DOT1Q"
9916   - "VXLAN_1"
9917   - "VXLAN_10"
9918   - "VXLAN_100"
9919   - "VXLAN_1000"
9920   traces:
9921     hoverinfo: "x+y"
9922     boxpoints: "outliers"
9923     whiskerwidth: 0
9924   layout:
9925     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9926     layout: "plot-throughput"
9927
9928 -
9929   type: "plot"
9930   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9931   algorithm: "plot_performance_box"
9932   output-file-type: ".html"
9933   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9934   data: "plot-vpp-throughput-latency-3n-hsw"
9935   filter: "'NIC_Intel-X520-DA2' and
9936            '64B' and
9937            'ENCAP' and
9938            'NDRPDR' and
9939            '1T1C' and
9940            'VXLAN' and
9941            'L2BDMACLRN' and
9942            not 'VHOST' and
9943            not 'IPSECHW'"
9944   parameters:
9945   - "throughput"
9946   - "parent"
9947   - "tags"
9948   sort:
9949   - "not DOT1Q"
9950   - "VXLAN_1"
9951   - "VXLAN_10"
9952   - "VXLAN_100"
9953   - "VXLAN_1000"
9954   traces:
9955     hoverinfo: "x+y"
9956     boxpoints: "outliers"
9957     whiskerwidth: 0
9958   layout:
9959     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9960     layout: "plot-throughput"
9961
9962 -
9963   type: "plot"
9964   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9965   algorithm: "plot_performance_box"
9966   output-file-type: ".html"
9967   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9968   data: "plot-vpp-throughput-latency-3n-hsw"
9969   filter: "'NIC_Intel-X520-DA2' and
9970            '64B' and
9971            'ENCAP' and
9972            'NDRPDR' and
9973            '2T2C' and
9974            'VXLAN' and
9975            'L2BDMACLRN' and
9976            not 'VHOST' and
9977            not 'IPSECHW'"
9978   parameters:
9979   - "throughput"
9980   - "parent"
9981   - "tags"
9982   sort:
9983   - "not DOT1Q"
9984   - "VXLAN_1"
9985   - "VXLAN_10"
9986   - "VXLAN_100"
9987   - "VXLAN_1000"
9988   traces:
9989     hoverinfo: "x+y"
9990     boxpoints: "outliers"
9991     whiskerwidth: 0
9992   layout:
9993     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9994     layout: "plot-throughput"
9995
9996 -
9997   type: "plot"
9998   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9999   algorithm: "plot_performance_box"
10000   output-file-type: ".html"
10001   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10002   data: "plot-vpp-throughput-latency-3n-hsw"
10003   filter: "'NIC_Intel-X520-DA2' and
10004            '64B' and
10005            'ENCAP' and
10006            'NDRPDR' and
10007            '2T2C' and
10008            'VXLAN' and
10009            'L2BDMACLRN' and
10010            not 'VHOST' and
10011            not 'IPSECHW'"
10012   parameters:
10013   - "throughput"
10014   - "parent"
10015   - "tags"
10016   sort:
10017   - "not DOT1Q"
10018   - "VXLAN_1"
10019   - "VXLAN_10"
10020   - "VXLAN_100"
10021   - "VXLAN_1000"
10022   traces:
10023     hoverinfo: "x+y"
10024     boxpoints: "outliers"
10025     whiskerwidth: 0
10026   layout:
10027     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10028     layout: "plot-throughput"
10029
10030 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
10031 -
10032   type: "plot"
10033   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
10034   algorithm: "plot_performance_box"
10035   output-file-type: ".html"
10036   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
10037   data: "plot-vpp-throughput-latency-3n-hsw"
10038   filter: "'NIC_Intel-X520-DA2' and
10039            '64B' and
10040            'ENCAP' and
10041            'NDRPDR' and
10042            '1T1C' and
10043            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10044            not 'DOT1Q' and
10045            not 'VHOST' and
10046            not 'IPSECHW'"
10047   parameters:
10048   - "throughput"
10049   - "parent"
10050   - "tags"
10051   sort:
10052   - "L2BDMACLRN"
10053   - "L2XCFWD"
10054   - "LISP"
10055   traces:
10056     hoverinfo: "x+y"
10057     boxpoints: "outliers"
10058     whiskerwidth: 0
10059   layout:
10060     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
10061     layout: "plot-throughput"
10062
10063 -
10064   type: "plot"
10065   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
10066   algorithm: "plot_performance_box"
10067   output-file-type: ".html"
10068   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
10069   data: "plot-vpp-throughput-latency-3n-hsw"
10070   filter: "'NIC_Intel-X520-DA2' and
10071            '64B' and
10072            'ENCAP' and
10073            'NDRPDR' and
10074            '2T2C' and
10075            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10076            not 'DOT1Q' and
10077            not 'VHOST' and
10078            not 'IPSECHW'"
10079   parameters:
10080   - "throughput"
10081   - "parent"
10082   - "tags"
10083   sort:
10084   - "L2BDMACLRN"
10085   - "L2XCFWD"
10086   - "LISP"
10087   traces:
10088     hoverinfo: "x+y"
10089     boxpoints: "outliers"
10090     whiskerwidth: 0
10091   layout:
10092     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
10093     layout: "plot-throughput"
10094
10095 -
10096   type: "plot"
10097   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
10098   algorithm: "plot_performance_box"
10099   output-file-type: ".html"
10100   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
10101   data: "plot-vpp-throughput-latency-3n-hsw"
10102   filter: "'NIC_Intel-X520-DA2' and
10103            '64B' and
10104            'ENCAP' and
10105            'NDRPDR' and
10106            '1T1C' and
10107            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10108            not 'DOT1Q' and
10109            not 'VHOST' and
10110            not 'IPSECHW'"
10111   parameters:
10112   - "throughput"
10113   - "parent"
10114   - "tags"
10115   sort:
10116   - "L2BDMACLRN"
10117   - "L2XCFWD"
10118   - "LISP"
10119   traces:
10120     hoverinfo: "x+y"
10121     boxpoints: "outliers"
10122     whiskerwidth: 0
10123   layout:
10124     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
10125     layout: "plot-throughput"
10126
10127 -
10128   type: "plot"
10129   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
10130   algorithm: "plot_performance_box"
10131   output-file-type: ".html"
10132   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
10133   data: "plot-vpp-throughput-latency-3n-hsw"
10134   filter: "'NIC_Intel-X520-DA2' and
10135            '64B' and
10136            'ENCAP' and
10137            'NDRPDR' and
10138            '2T2C' and
10139            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10140            not 'DOT1Q' and
10141            not 'VHOST' and
10142            not 'IPSECHW'"
10143   parameters:
10144   - "throughput"
10145   - "parent"
10146   - "tags"
10147   sort:
10148   - "L2BDMACLRN"
10149   - "L2XCFWD"
10150   - "LISP"
10151   traces:
10152     hoverinfo: "x+y"
10153     boxpoints: "outliers"
10154     whiskerwidth: 0
10155   layout:
10156     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
10157     layout: "plot-throughput"
10158
10159 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
10160 -
10161   type: "plot"
10162   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10163   algorithm: "plot_performance_box"
10164   output-file-type: ".html"
10165   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10166   data: "plot-vpp-throughput-latency-3n-hsw"
10167   filter: "'NIC_Intel-X710' and
10168            '64B' and
10169            'ENCAP' and
10170            'NDRPDR' and
10171            '1T1C' and
10172            'VXLAN' and
10173            'L2BDMACLRN' and
10174            not 'VHOST' and
10175            not 'IPSECHW'"
10176   parameters:
10177   - "throughput"
10178   - "parent"
10179   - "tags"
10180   sort:
10181   - "not DOT1Q"
10182   - "VXLAN_1"
10183   - "VXLAN_10"
10184   - "VXLAN_100"
10185   - "VXLAN_1000"
10186   traces:
10187     hoverinfo: "x+y"
10188     boxpoints: "outliers"
10189     whiskerwidth: 0
10190   layout:
10191     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10192     layout: "plot-throughput"
10193
10194 -
10195   type: "plot"
10196   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10197   algorithm: "plot_performance_box"
10198   output-file-type: ".html"
10199   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10200   data: "plot-vpp-throughput-latency-3n-hsw"
10201   filter: "'NIC_Intel-X710' and
10202            '64B' and
10203            'ENCAP' and
10204            'NDRPDR' and
10205            '1T1C' and
10206            'VXLAN' and
10207            'L2BDMACLRN' and
10208            not 'VHOST' and
10209            not 'IPSECHW'"
10210   parameters:
10211   - "throughput"
10212   - "parent"
10213   - "tags"
10214   sort:
10215   - "not DOT1Q"
10216   - "VXLAN_1"
10217   - "VXLAN_10"
10218   - "VXLAN_100"
10219   - "VXLAN_1000"
10220   traces:
10221     hoverinfo: "x+y"
10222     boxpoints: "outliers"
10223     whiskerwidth: 0
10224   layout:
10225     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10226     layout: "plot-throughput"
10227
10228 -
10229   type: "plot"
10230   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10231   algorithm: "plot_performance_box"
10232   output-file-type: ".html"
10233   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10234   data: "plot-vpp-throughput-latency-3n-hsw"
10235   filter: "'NIC_Intel-X710' and
10236            '64B' and
10237            'ENCAP' and
10238            'NDRPDR' and
10239            '2T2C' and
10240            'VXLAN' and
10241            'L2BDMACLRN' and
10242            not 'VHOST' and
10243            not 'IPSECHW'"
10244   parameters:
10245   - "throughput"
10246   - "parent"
10247   - "tags"
10248   sort:
10249   - "not DOT1Q"
10250   - "VXLAN_1"
10251   - "VXLAN_10"
10252   - "VXLAN_100"
10253   - "VXLAN_1000"
10254   traces:
10255     hoverinfo: "x+y"
10256     boxpoints: "outliers"
10257     whiskerwidth: 0
10258   layout:
10259     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10260     layout: "plot-throughput"
10261
10262 -
10263   type: "plot"
10264   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10265   algorithm: "plot_performance_box"
10266   output-file-type: ".html"
10267   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10268   data: "plot-vpp-throughput-latency-3n-hsw"
10269   filter: "'NIC_Intel-X710' and
10270            '64B' and
10271            'ENCAP' and
10272            'NDRPDR' and
10273            '2T2C' and
10274            'VXLAN' and
10275            'L2BDMACLRN' and
10276            not 'VHOST' and
10277            not 'IPSECHW'"
10278   parameters:
10279   - "throughput"
10280   - "parent"
10281   - "tags"
10282   sort:
10283   - "not DOT1Q"
10284   - "VXLAN_1"
10285   - "VXLAN_10"
10286   - "VXLAN_100"
10287   - "VXLAN_1000"
10288   traces:
10289     hoverinfo: "x+y"
10290     boxpoints: "outliers"
10291     whiskerwidth: 0
10292   layout:
10293     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10294     layout: "plot-throughput"
10295
10296 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
10297 -
10298   type: "plot"
10299   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
10300   algorithm: "plot_performance_box"
10301   output-file-type: ".html"
10302   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
10303   data: "plot-vpp-throughput-latency-3n-hsw"
10304   filter: "'NIC_Intel-X710' and
10305            '64B' and
10306            'ENCAP' and
10307            'NDRPDR' and
10308            '1T1C' and
10309            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10310            not 'DOT1Q' and
10311            not 'VHOST' and
10312            not 'IPSECHW'"
10313   parameters:
10314   - "throughput"
10315   - "parent"
10316   - "tags"
10317   sort:
10318   - "L2BDMACLRN"
10319   - "L2XCFWD"
10320   - "LISP"
10321   traces:
10322     hoverinfo: "x+y"
10323     boxpoints: "outliers"
10324     whiskerwidth: 0
10325   layout:
10326     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
10327     layout: "plot-throughput"
10328
10329 -
10330   type: "plot"
10331   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
10332   algorithm: "plot_performance_box"
10333   output-file-type: ".html"
10334   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
10335   data: "plot-vpp-throughput-latency-3n-hsw"
10336   filter: "'NIC_Intel-X710' and
10337            '64B' and
10338            'ENCAP' and
10339            'NDRPDR' and
10340            '2T2C' and
10341            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10342            not 'DOT1Q' and
10343            not 'VHOST' and
10344            not 'IPSECHW'"
10345   parameters:
10346   - "throughput"
10347   - "parent"
10348   - "tags"
10349   sort:
10350   - "L2BDMACLRN"
10351   - "L2XCFWD"
10352   - "LISP"
10353   traces:
10354     hoverinfo: "x+y"
10355     boxpoints: "outliers"
10356     whiskerwidth: 0
10357   layout:
10358     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
10359     layout: "plot-throughput"
10360
10361 -
10362   type: "plot"
10363   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
10364   algorithm: "plot_performance_box"
10365   output-file-type: ".html"
10366   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
10367   data: "plot-vpp-throughput-latency-3n-hsw"
10368   filter: "'NIC_Intel-X710' and
10369            '64B' and
10370            'ENCAP' and
10371            'NDRPDR' and
10372            '1T1C' and
10373            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10374            not 'DOT1Q' and
10375            not 'VHOST' and
10376            not 'IPSECHW'"
10377   parameters:
10378   - "throughput"
10379   - "parent"
10380   - "tags"
10381   sort:
10382   - "L2BDMACLRN"
10383   - "L2XCFWD"
10384   - "LISP"
10385   traces:
10386     hoverinfo: "x+y"
10387     boxpoints: "outliers"
10388     whiskerwidth: 0
10389   layout:
10390     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
10391     layout: "plot-throughput"
10392
10393 -
10394   type: "plot"
10395   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
10396   algorithm: "plot_performance_box"
10397   output-file-type: ".html"
10398   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
10399   data: "plot-vpp-throughput-latency-3n-hsw"
10400   filter: "'NIC_Intel-X710' and
10401            '64B' and
10402            'ENCAP' and
10403            'NDRPDR' and
10404            '2T2C' and
10405            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10406            not 'DOT1Q' and
10407            not 'VHOST' and
10408            not 'IPSECHW'"
10409   parameters:
10410   - "throughput"
10411   - "parent"
10412   - "tags"
10413   sort:
10414   - "L2BDMACLRN"
10415   - "L2XCFWD"
10416   - "LISP"
10417   traces:
10418     hoverinfo: "x+y"
10419     boxpoints: "outliers"
10420     whiskerwidth: 0
10421   layout:
10422     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
10423     layout: "plot-throughput"
10424
10425 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
10426 -
10427   type: "plot"
10428   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10429   algorithm: "plot_performance_box"
10430   output-file-type: ".html"
10431   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10432   data: "plot-vpp-throughput-latency-3n-skx"
10433   filter: "'NIC_Intel-X710' and
10434            '64B' and
10435            'ENCAP' and
10436            'NDRPDR' and
10437            '2T1C' and
10438            'VXLAN' and
10439            'L2BDMACLRN' and
10440            not 'VHOST' and
10441            not 'IPSECHW'"
10442   parameters:
10443   - "throughput"
10444   - "parent"
10445   - "tags"
10446   sort:
10447   - "not DOT1Q"
10448   - "VXLAN_1"
10449   - "VXLAN_10"
10450   - "VXLAN_100"
10451   - "VXLAN_1000"
10452   traces:
10453     hoverinfo: "x+y"
10454     boxpoints: "outliers"
10455     whiskerwidth: 0
10456   layout:
10457     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
10458     layout: "plot-throughput"
10459
10460 -
10461   type: "plot"
10462   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10463   algorithm: "plot_performance_box"
10464   output-file-type: ".html"
10465   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10466   data: "plot-vpp-throughput-latency-3n-skx"
10467   filter: "'NIC_Intel-X710' and
10468            '64B' and
10469            'ENCAP' and
10470            'NDRPDR' and
10471            '2T1C' and
10472            'VXLAN' and
10473            'L2BDMACLRN' and
10474            not 'VHOST' and
10475            not 'IPSECHW'"
10476   parameters:
10477   - "throughput"
10478   - "parent"
10479   - "tags"
10480   sort:
10481   - "not DOT1Q"
10482   - "VXLAN_1"
10483   - "VXLAN_10"
10484   - "VXLAN_100"
10485   - "VXLAN_1000"
10486   traces:
10487     hoverinfo: "x+y"
10488     boxpoints: "outliers"
10489     whiskerwidth: 0
10490   layout:
10491     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
10492     layout: "plot-throughput"
10493
10494 -
10495   type: "plot"
10496   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10497   algorithm: "plot_performance_box"
10498   output-file-type: ".html"
10499   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10500   data: "plot-vpp-throughput-latency-3n-skx"
10501   filter: "'NIC_Intel-X710' and
10502            '64B' and
10503            'ENCAP' and
10504            'NDRPDR' and
10505            '4T2C' and
10506            'VXLAN' and
10507            'L2BDMACLRN' and
10508            not 'VHOST' and
10509            not 'IPSECHW'"
10510   parameters:
10511   - "throughput"
10512   - "parent"
10513   - "tags"
10514   sort:
10515   - "not DOT1Q"
10516   - "VXLAN_1"
10517   - "VXLAN_10"
10518   - "VXLAN_100"
10519   - "VXLAN_1000"
10520   traces:
10521     hoverinfo: "x+y"
10522     boxpoints: "outliers"
10523     whiskerwidth: 0
10524   layout:
10525     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
10526     layout: "plot-throughput"
10527
10528 -
10529   type: "plot"
10530   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10531   algorithm: "plot_performance_box"
10532   output-file-type: ".html"
10533   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10534   data: "plot-vpp-throughput-latency-3n-skx"
10535   filter: "'NIC_Intel-X710' and
10536            '64B' and
10537            'ENCAP' and
10538            'NDRPDR' and
10539            '4T2C' and
10540            'VXLAN' and
10541            'L2BDMACLRN' and
10542            not 'VHOST' and
10543            not 'IPSECHW'"
10544   parameters:
10545   - "throughput"
10546   - "parent"
10547   - "tags"
10548   sort:
10549   - "not DOT1Q"
10550   - "VXLAN_1"
10551   - "VXLAN_10"
10552   - "VXLAN_100"
10553   - "VXLAN_1000"
10554   traces:
10555     hoverinfo: "x+y"
10556     boxpoints: "outliers"
10557     whiskerwidth: 0
10558   layout:
10559     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
10560     layout: "plot-throughput"
10561
10562 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
10563 -
10564   type: "plot"
10565   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
10566   algorithm: "plot_performance_box"
10567   output-file-type: ".html"
10568   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
10569   data: "plot-vpp-throughput-latency-3n-skx"
10570   filter: "'NIC_Intel-X710' and
10571            '64B' and
10572            'ENCAP' and
10573            'NDRPDR' and
10574            '2T1C' and
10575            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10576            not 'DOT1Q' and
10577            not 'VHOST' and
10578            not 'IPSECHW'"
10579   parameters:
10580   - "throughput"
10581   - "parent"
10582   - "tags"
10583   sort:
10584   - "L2BDMACLRN"
10585   - "L2XCFWD"
10586   - "LISP"
10587   traces:
10588     hoverinfo: "x+y"
10589     boxpoints: "outliers"
10590     whiskerwidth: 0
10591   layout:
10592     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
10593     layout: "plot-throughput"
10594
10595 -
10596   type: "plot"
10597   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
10598   algorithm: "plot_performance_box"
10599   output-file-type: ".html"
10600   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
10601   data: "plot-vpp-throughput-latency-3n-skx"
10602   filter: "'NIC_Intel-X710' and
10603            '64B' and
10604            'ENCAP' and
10605            'NDRPDR' and
10606            '4T2C' and
10607            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10608            not 'DOT1Q' and
10609            not 'VHOST' and
10610            not 'IPSECHW'"
10611   parameters:
10612   - "throughput"
10613   - "parent"
10614   - "tags"
10615   sort:
10616   - "L2BDMACLRN"
10617   - "L2XCFWD"
10618   - "LISP"
10619   traces:
10620     hoverinfo: "x+y"
10621     boxpoints: "outliers"
10622     whiskerwidth: 0
10623   layout:
10624     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
10625     layout: "plot-throughput"
10626
10627 -
10628   type: "plot"
10629   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
10630   algorithm: "plot_performance_box"
10631   output-file-type: ".html"
10632   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
10633   data: "plot-vpp-throughput-latency-3n-skx"
10634   filter: "'NIC_Intel-X710' and
10635            '64B' and
10636            'ENCAP' and
10637            'NDRPDR' and
10638            '2T1C' and
10639            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10640            not 'DOT1Q' and
10641            not 'VHOST' and
10642            not 'IPSECHW'"
10643   parameters:
10644   - "throughput"
10645   - "parent"
10646   - "tags"
10647   sort:
10648   - "L2BDMACLRN"
10649   - "L2XCFWD"
10650   - "LISP"
10651   traces:
10652     hoverinfo: "x+y"
10653     boxpoints: "outliers"
10654     whiskerwidth: 0
10655   layout:
10656     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
10657     layout: "plot-throughput"
10658
10659 -
10660   type: "plot"
10661   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
10662   algorithm: "plot_performance_box"
10663   output-file-type: ".html"
10664   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
10665   data: "plot-vpp-throughput-latency-3n-skx"
10666   filter: "'NIC_Intel-X710' and
10667            '64B' and
10668            'ENCAP' and
10669            'NDRPDR' and
10670            '4T2C' and
10671            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
10672            not 'DOT1Q' and
10673            not 'VHOST' and
10674            not 'IPSECHW'"
10675   parameters:
10676   - "throughput"
10677   - "parent"
10678   - "tags"
10679   sort:
10680   - "L2BDMACLRN"
10681   - "L2XCFWD"
10682   - "LISP"
10683   traces:
10684     hoverinfo: "x+y"
10685     boxpoints: "outliers"
10686     whiskerwidth: 0
10687   layout:
10688     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
10689     layout: "plot-throughput"
10690
10691 ################################################################################
10692
10693 # Packet Throughput - VPP IPv6 3n-hsw-x520
10694 -
10695   type: "plot"
10696   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10697   algorithm: "plot_performance_box"
10698   output-file-type: ".html"
10699   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10700   data: "plot-vpp-throughput-latency-3n-hsw"
10701   filter: "'NIC_Intel-X520-DA2' and
10702            '78B' and
10703            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10704            'NDRPDR' and
10705            '1T1C' and
10706            'IP6FWD' and
10707            not 'SRv6' and
10708            not 'IPSEC' and
10709            not 'VHOST'"
10710   parameters:
10711   - "throughput"
10712   - "parent"
10713   - "tags"
10714   sort:
10715   - "IP6BASE"
10716   - "FIB_20K"
10717   - "FIB_200K"
10718   - "FIB_2M"
10719   traces:
10720     hoverinfo: "x+y"
10721     boxpoints: "outliers"
10722     whiskerwidth: 0
10723   layout:
10724     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10725     layout: "plot-throughput"
10726
10727 -
10728   type: "plot"
10729   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10730   algorithm: "plot_performance_box"
10731   output-file-type: ".html"
10732   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10733   data: "plot-vpp-throughput-latency-3n-hsw"
10734   filter: "'NIC_Intel-X520-DA2' and
10735            '78B' and
10736            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10737            'NDRPDR' and
10738            '1T1C' and
10739            'IP6FWD' and
10740            not 'SRv6' and
10741            not 'IPSEC' and
10742            not 'VHOST'"
10743   parameters:
10744   - "throughput"
10745   - "parent"
10746   - "tags"
10747   sort:
10748   - "IP6BASE"
10749   - "FIB_20K"
10750   - "FIB_200K"
10751   - "FIB_2M"
10752   traces:
10753     hoverinfo: "x+y"
10754     boxpoints: "outliers"
10755     whiskerwidth: 0
10756   layout:
10757     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10758     layout: "plot-throughput"
10759
10760 -
10761   type: "plot"
10762   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10763   algorithm: "plot_performance_box"
10764   output-file-type: ".html"
10765   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10766   data: "plot-vpp-throughput-latency-3n-hsw"
10767   filter: "'NIC_Intel-X520-DA2' and
10768            '78B' and
10769            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10770            'NDRPDR' and
10771            '2T2C' and
10772            'IP6FWD' and
10773            not 'SRv6' and
10774            not 'IPSEC' and
10775            not 'VHOST'"
10776   parameters:
10777   - "throughput"
10778   - "parent"
10779   - "tags"
10780   sort:
10781   - "IP6BASE"
10782   - "FIB_20K"
10783   - "FIB_200K"
10784   - "FIB_2M"
10785   traces:
10786     hoverinfo: "x+y"
10787     boxpoints: "outliers"
10788     whiskerwidth: 0
10789   layout:
10790     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10791     layout: "plot-throughput"
10792
10793 -
10794   type: "plot"
10795   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10796   algorithm: "plot_performance_box"
10797   output-file-type: ".html"
10798   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10799   data: "plot-vpp-throughput-latency-3n-hsw"
10800   filter: "'NIC_Intel-X520-DA2' and
10801            '78B' and
10802            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10803            'NDRPDR' and
10804            '2T2C' and
10805            'IP6FWD' and
10806            not 'SRv6' and
10807            not 'IPSEC' and
10808            not 'VHOST'"
10809   parameters:
10810   - "throughput"
10811   - "parent"
10812   - "tags"
10813   sort:
10814   - "IP6BASE"
10815   - "FIB_20K"
10816   - "FIB_200K"
10817   - "FIB_2M"
10818   traces:
10819     hoverinfo: "x+y"
10820     boxpoints: "outliers"
10821     whiskerwidth: 0
10822   layout:
10823     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10824     layout: "plot-throughput"
10825
10826 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
10827 -
10828   type: "plot"
10829   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
10830   algorithm: "plot_performance_box"
10831   output-file-type: ".html"
10832   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
10833   data: "plot-vpp-throughput-latency-3n-hsw"
10834   filter: "'NIC_Intel-X520-DA2' and
10835            '78B' and
10836            ('IP6BASE' or
10837             'POLICE_MARK' or
10838             'COPWHLIST' or
10839             'IACLDST') and
10840            'NDRPDR' and
10841            '1T1C' and
10842            'IP6FWD' and
10843            not 'SRv6' and
10844            not 'IPSEC' and
10845            not 'VHOST'"
10846   parameters:
10847   - "throughput"
10848   - "parent"
10849   - "tags"
10850   sort:
10851   - "IP6BASE"
10852   - "POLICE_MARK"
10853   - "COPWHLIST"
10854   - "IACLDST"
10855   traces:
10856     hoverinfo: "x+y"
10857     boxpoints: "outliers"
10858     whiskerwidth: 0
10859   layout:
10860     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
10861     layout: "plot-throughput"
10862
10863 -
10864   type: "plot"
10865   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
10866   algorithm: "plot_performance_box"
10867   output-file-type: ".html"
10868   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
10869   data: "plot-vpp-throughput-latency-3n-hsw"
10870   filter: "'NIC_Intel-X520-DA2' and
10871            '78B' and
10872            ('IP6BASE' or
10873             'POLICE_MARK' or
10874             'COPWHLIST' or
10875             'IACLDST') and
10876            'NDRPDR' and
10877            '2T2C' and
10878            'IP6FWD' and
10879            not 'SRv6' and
10880            not 'IPSEC' and
10881            not 'VHOST'"
10882   parameters:
10883   - "throughput"
10884   - "parent"
10885   - "tags"
10886   sort:
10887   - "IP6BASE"
10888   - "POLICE_MARK"
10889   - "COPWHLIST"
10890   - "IACLDST"
10891   traces:
10892     hoverinfo: "x+y"
10893     boxpoints: "outliers"
10894     whiskerwidth: 0
10895   layout:
10896     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
10897     layout: "plot-throughput"
10898
10899 -
10900   type: "plot"
10901   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
10902   algorithm: "plot_performance_box"
10903   output-file-type: ".html"
10904   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
10905   data: "plot-vpp-throughput-latency-3n-hsw"
10906   filter: "'NIC_Intel-X520-DA2' and
10907            '78B' and
10908            ('IP6BASE' or
10909             'POLICE_MARK' or
10910             'COPWHLIST' or
10911             'IACLDST') and
10912            'NDRPDR' and
10913            '1T1C' and
10914            'IP6FWD' and
10915            not 'SRv6' and
10916            not 'IPSEC' and
10917            not 'VHOST'"
10918   parameters:
10919   - "throughput"
10920   - "parent"
10921   - "tags"
10922   sort:
10923   - "IP6BASE"
10924   - "POLICE_MARK"
10925   - "COPWHLIST"
10926   - "IACLDST"
10927   traces:
10928     hoverinfo: "x+y"
10929     boxpoints: "outliers"
10930     whiskerwidth: 0
10931   layout:
10932     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
10933     layout: "plot-throughput"
10934
10935 -
10936   type: "plot"
10937   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
10938   algorithm: "plot_performance_box"
10939   output-file-type: ".html"
10940   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
10941   data: "plot-vpp-throughput-latency-3n-hsw"
10942   filter: "'NIC_Intel-X520-DA2' and
10943            '78B' and
10944            ('IP6BASE' or
10945             'POLICE_MARK' or
10946             'COPWHLIST' or
10947             'IACLDST') and
10948            'NDRPDR' and
10949            '2T2C' and
10950            'IP6FWD' and
10951            not 'SRv6' and
10952            not 'IPSEC' and
10953            not 'VHOST'"
10954   parameters:
10955   - "throughput"
10956   - "parent"
10957   - "tags"
10958   sort:
10959   - "IP6BASE"
10960   - "POLICE_MARK"
10961   - "COPWHLIST"
10962   - "IACLDST"
10963   traces:
10964     hoverinfo: "x+y"
10965     boxpoints: "outliers"
10966     whiskerwidth: 0
10967   layout:
10968     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
10969     layout: "plot-throughput"
10970
10971 # Packet Throughput - VPP IPv6 3n-hsw-x710
10972 -
10973   type: "plot"
10974   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
10975   algorithm: "plot_performance_box"
10976   output-file-type: ".html"
10977   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
10978   data: "plot-vpp-throughput-latency-3n-hsw"
10979   filter: "'NIC_Intel-X710' and
10980            '78B' and
10981            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10982            'NDRPDR' and
10983            '1T1C' and
10984            'IP6FWD' and
10985            not 'SRv6' and
10986            not 'IPSEC' and
10987            not 'VHOST'"
10988   parameters:
10989   - "throughput"
10990   - "parent"
10991   - "tags"
10992   sort:
10993   - "IP6BASE"
10994   - "FIB_20K"
10995   - "FIB_200K"
10996   - "FIB_2M"
10997   traces:
10998     hoverinfo: "x+y"
10999     boxpoints: "outliers"
11000     whiskerwidth: 0
11001   layout:
11002     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
11003     layout: "plot-throughput"
11004
11005 -
11006   type: "plot"
11007   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11008   algorithm: "plot_performance_box"
11009   output-file-type: ".html"
11010   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11011   data: "plot-vpp-throughput-latency-3n-hsw"
11012   filter: "'NIC_Intel-X710' and
11013            '78B' and
11014            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11015            'NDRPDR' and
11016            '1T1C' and
11017            'IP6FWD' and
11018            not 'SRv6' and
11019            not 'IPSEC' and
11020            not 'VHOST'"
11021   parameters:
11022   - "throughput"
11023   - "parent"
11024   - "tags"
11025   sort:
11026   - "IP6BASE"
11027   - "FIB_20K"
11028   - "FIB_200K"
11029   - "FIB_2M"
11030   traces:
11031     hoverinfo: "x+y"
11032     boxpoints: "outliers"
11033     whiskerwidth: 0
11034   layout:
11035     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
11036     layout: "plot-throughput"
11037
11038 -
11039   type: "plot"
11040   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
11041   algorithm: "plot_performance_box"
11042   output-file-type: ".html"
11043   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
11044   data: "plot-vpp-throughput-latency-3n-hsw"
11045   filter: "'NIC_Intel-X710' and
11046            '78B' and
11047            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11048            'NDRPDR' and
11049            '2T2C' and
11050            'IP6FWD' and
11051            not 'SRv6' and
11052            not 'IPSEC' and
11053            not 'VHOST'"
11054   parameters:
11055   - "throughput"
11056   - "parent"
11057   - "tags"
11058   sort:
11059   - "IP6BASE"
11060   - "FIB_20K"
11061   - "FIB_200K"
11062   - "FIB_2M"
11063   traces:
11064     hoverinfo: "x+y"
11065     boxpoints: "outliers"
11066     whiskerwidth: 0
11067   layout:
11068     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
11069     layout: "plot-throughput"
11070
11071 -
11072   type: "plot"
11073   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
11074   algorithm: "plot_performance_box"
11075   output-file-type: ".html"
11076   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
11077   data: "plot-vpp-throughput-latency-3n-hsw"
11078   filter: "'NIC_Intel-X710' and
11079            '78B' and
11080            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11081            'NDRPDR' and
11082            '2T2C' and
11083            'IP6FWD' and
11084            not 'SRv6' and
11085            not 'IPSEC' and
11086            not 'VHOST'"
11087   parameters:
11088   - "throughput"
11089   - "parent"
11090   - "tags"
11091   sort:
11092   - "IP6BASE"
11093   - "FIB_20K"
11094   - "FIB_200K"
11095   - "FIB_2M"
11096   traces:
11097     hoverinfo: "x+y"
11098     boxpoints: "outliers"
11099     whiskerwidth: 0
11100   layout:
11101     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
11102     layout: "plot-throughput"
11103
11104 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
11105 -
11106   type: "plot"
11107   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
11108   algorithm: "plot_performance_box"
11109   output-file-type: ".html"
11110   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
11111   data: "plot-vpp-throughput-latency-3n-hsw"
11112   filter: "'NIC_Intel-X710' and
11113            '78B' and
11114            ('IP6BASE' or
11115             'POLICE_MARK' or
11116             'COPWHLIST' or
11117             'IACLDST') and
11118            'NDRPDR' and
11119            '1T1C' and
11120            'IP6FWD' and
11121            not 'SRv6' and
11122            not 'IPSEC' and
11123            not 'VHOST'"
11124   parameters:
11125   - "throughput"
11126   - "parent"
11127   - "tags"
11128   sort:
11129   - "IP6BASE"
11130   - "POLICE_MARK"
11131   - "COPWHLIST"
11132   - "IACLDST"
11133   traces:
11134     hoverinfo: "x+y"
11135     boxpoints: "outliers"
11136     whiskerwidth: 0
11137   layout:
11138     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
11139     layout: "plot-throughput"
11140
11141 -
11142   type: "plot"
11143   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
11144   algorithm: "plot_performance_box"
11145   output-file-type: ".html"
11146   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
11147   data: "plot-vpp-throughput-latency-3n-hsw"
11148   filter: "'NIC_Intel-X710' and
11149            '78B' and
11150            ('IP6BASE' or
11151             'POLICE_MARK' or
11152             'COPWHLIST' or
11153             'IACLDST') and
11154            'NDRPDR' and
11155            '2T2C' and
11156            'IP6FWD' and
11157            not 'SRv6' and
11158            not 'IPSEC' and
11159            not 'VHOST'"
11160   parameters:
11161   - "throughput"
11162   - "parent"
11163   - "tags"
11164   sort:
11165   - "IP6BASE"
11166   - "POLICE_MARK"
11167   - "COPWHLIST"
11168   - "IACLDST"
11169   traces:
11170     hoverinfo: "x+y"
11171     boxpoints: "outliers"
11172     whiskerwidth: 0
11173   layout:
11174     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
11175     layout: "plot-throughput"
11176
11177 -
11178   type: "plot"
11179   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
11180   algorithm: "plot_performance_box"
11181   output-file-type: ".html"
11182   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
11183   data: "plot-vpp-throughput-latency-3n-hsw"
11184   filter: "'NIC_Intel-X710' and
11185            '78B' and
11186            ('IP6BASE' or
11187             'POLICE_MARK' or
11188             'COPWHLIST' or
11189             'IACLDST') and
11190            'NDRPDR' and
11191            '1T1C' and
11192            'IP6FWD' and
11193            not 'SRv6' and
11194            not 'IPSEC' and
11195            not 'VHOST'"
11196   parameters:
11197   - "throughput"
11198   - "parent"
11199   - "tags"
11200   sort:
11201   - "IP6BASE"
11202   - "POLICE_MARK"
11203   - "COPWHLIST"
11204   - "IACLDST"
11205   traces:
11206     hoverinfo: "x+y"
11207     boxpoints: "outliers"
11208     whiskerwidth: 0
11209   layout:
11210     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
11211     layout: "plot-throughput"
11212
11213 -
11214   type: "plot"
11215   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
11216   algorithm: "plot_performance_box"
11217   output-file-type: ".html"
11218   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
11219   data: "plot-vpp-throughput-latency-3n-hsw"
11220   filter: "'NIC_Intel-X710' and
11221            '78B' and
11222            ('IP6BASE' or
11223             'POLICE_MARK' or
11224             'COPWHLIST' or
11225             'IACLDST') and
11226            'NDRPDR' and
11227            '2T2C' and
11228            'IP6FWD' and
11229            not 'SRv6' and
11230            not 'IPSEC' and
11231            not 'VHOST'"
11232   parameters:
11233   - "throughput"
11234   - "parent"
11235   - "tags"
11236   sort:
11237   - "IP6BASE"
11238   - "POLICE_MARK"
11239   - "COPWHLIST"
11240   - "IACLDST"
11241   traces:
11242     hoverinfo: "x+y"
11243     boxpoints: "outliers"
11244     whiskerwidth: 0
11245   layout:
11246     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
11247     layout: "plot-throughput"
11248
11249 # Packet Throughput - VPP IPv6 3n-hsw-xl710
11250 -
11251   type: "plot"
11252   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
11253   algorithm: "plot_performance_box"
11254   output-file-type: ".html"
11255   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
11256   data: "plot-vpp-throughput-latency-3n-hsw"
11257   filter: "'NIC_Intel-XL710' and
11258            '78B' and
11259            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11260            'NDRPDR' and
11261            '1T1C' and
11262            'IP6FWD' and
11263            not 'SRv6' and
11264            not 'IPSEC' and
11265            not 'VHOST'"
11266   parameters:
11267   - "throughput"
11268   - "parent"
11269   - "tags"
11270   sort:
11271   - "IP6BASE"
11272   - "FIB_20K"
11273   - "FIB_200K"
11274   - "FIB_2M"
11275   traces:
11276     hoverinfo: "x+y"
11277     boxpoints: "outliers"
11278     whiskerwidth: 0
11279   layout:
11280     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
11281     layout: "plot-throughput"
11282
11283 -
11284   type: "plot"
11285   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
11286   algorithm: "plot_performance_box"
11287   output-file-type: ".html"
11288   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
11289   data: "plot-vpp-throughput-latency-3n-hsw"
11290   filter: "'NIC_Intel-XL710' and
11291            '78B' and
11292            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11293            'NDRPDR' and
11294            '1T1C' and
11295            'IP6FWD' and
11296            not 'SRv6' and
11297            not 'IPSEC' and
11298            not 'VHOST'"
11299   parameters:
11300   - "throughput"
11301   - "parent"
11302   - "tags"
11303   sort:
11304   - "IP6BASE"
11305   - "FIB_20K"
11306   - "FIB_200K"
11307   - "FIB_2M"
11308   traces:
11309     hoverinfo: "x+y"
11310     boxpoints: "outliers"
11311     whiskerwidth: 0
11312   layout:
11313     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
11314     layout: "plot-throughput"
11315
11316 -
11317   type: "plot"
11318   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
11319   algorithm: "plot_performance_box"
11320   output-file-type: ".html"
11321   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
11322   data: "plot-vpp-throughput-latency-3n-hsw"
11323   filter: "'NIC_Intel-XL710' and
11324            '78B' and
11325            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11326            'NDRPDR' and
11327            '2T2C' and
11328            'IP6FWD' and
11329            not 'SRv6' and
11330            not 'IPSEC' and
11331            not 'VHOST'"
11332   parameters:
11333   - "throughput"
11334   - "parent"
11335   - "tags"
11336   sort:
11337   - "IP6BASE"
11338   - "FIB_20K"
11339   - "FIB_200K"
11340   - "FIB_2M"
11341   traces:
11342     hoverinfo: "x+y"
11343     boxpoints: "outliers"
11344     whiskerwidth: 0
11345   layout:
11346     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
11347     layout: "plot-throughput"
11348
11349 -
11350   type: "plot"
11351   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
11352   algorithm: "plot_performance_box"
11353   output-file-type: ".html"
11354   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
11355   data: "plot-vpp-throughput-latency-3n-hsw"
11356   filter: "'NIC_Intel-XL710' and
11357            '78B' and
11358            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11359            'NDRPDR' and
11360            '2T2C' and
11361            'IP6FWD' and
11362            not 'SRv6' and
11363            not 'IPSEC' and
11364            not 'VHOST'"
11365   parameters:
11366   - "throughput"
11367   - "parent"
11368   - "tags"
11369   sort:
11370   - "IP6BASE"
11371   - "FIB_20K"
11372   - "FIB_200K"
11373   - "FIB_2M"
11374   traces:
11375     hoverinfo: "x+y"
11376     boxpoints: "outliers"
11377     whiskerwidth: 0
11378   layout:
11379     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
11380     layout: "plot-throughput"
11381
11382 # Packet Throughput - VPP IPv6 3n-skx-x710
11383 -
11384   type: "plot"
11385   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
11386   algorithm: "plot_performance_box"
11387   output-file-type: ".html"
11388   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
11389   data: "plot-vpp-throughput-latency-3n-skx"
11390   filter: "'NIC_Intel-X710' and
11391            '78B' and
11392            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11393            'NDRPDR' and
11394            '2T1C' and
11395            'IP6FWD' and
11396            not 'SRv6' and
11397            not 'IPSEC' and
11398            not 'VHOST'"
11399   parameters:
11400   - "throughput"
11401   - "parent"
11402   - "tags"
11403   sort:
11404   - "IP6BASE"
11405   - "FIB_20K"
11406   - "FIB_200K"
11407   - "FIB_2M"
11408   traces:
11409     hoverinfo: "x+y"
11410     boxpoints: "outliers"
11411     whiskerwidth: 0
11412   layout:
11413     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
11414     layout: "plot-throughput"
11415
11416 -
11417   type: "plot"
11418   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
11419   algorithm: "plot_performance_box"
11420   output-file-type: ".html"
11421   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
11422   data: "plot-vpp-throughput-latency-3n-skx"
11423   filter: "'NIC_Intel-X710' and
11424            '78B' and
11425            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11426            'NDRPDR' and
11427            '2T1C' and
11428            'IP6FWD' and
11429            not 'SRv6' and
11430            not 'IPSEC' and
11431            not 'VHOST'"
11432   parameters:
11433   - "throughput"
11434   - "parent"
11435   - "tags"
11436   sort:
11437   - "IP6BASE"
11438   - "FIB_20K"
11439   - "FIB_200K"
11440   - "FIB_2M"
11441   traces:
11442     hoverinfo: "x+y"
11443     boxpoints: "outliers"
11444     whiskerwidth: 0
11445   layout:
11446     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
11447     layout: "plot-throughput"
11448
11449 -
11450   type: "plot"
11451   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
11452   algorithm: "plot_performance_box"
11453   output-file-type: ".html"
11454   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
11455   data: "plot-vpp-throughput-latency-3n-skx"
11456   filter: "'NIC_Intel-X710' and
11457            '78B' and
11458            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11459            'NDRPDR' and
11460            '4T2C' and
11461            'IP6FWD' and
11462            not 'SRv6' and
11463            not 'IPSEC' and
11464            not 'VHOST'"
11465   parameters:
11466   - "throughput"
11467   - "parent"
11468   - "tags"
11469   sort:
11470   - "IP6BASE"
11471   - "FIB_20K"
11472   - "FIB_200K"
11473   - "FIB_2M"
11474   traces:
11475     hoverinfo: "x+y"
11476     boxpoints: "outliers"
11477     whiskerwidth: 0
11478   layout:
11479     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
11480     layout: "plot-throughput"
11481
11482 -
11483   type: "plot"
11484   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
11485   algorithm: "plot_performance_box"
11486   output-file-type: ".html"
11487   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
11488   data: "plot-vpp-throughput-latency-3n-skx"
11489   filter: "'NIC_Intel-X710' and
11490            '78B' and
11491            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11492            'NDRPDR' and
11493            '4T2C' and
11494            'IP6FWD' and
11495            not 'SRv6' and
11496            not 'IPSEC' and
11497            not 'VHOST'"
11498   parameters:
11499   - "throughput"
11500   - "parent"
11501   - "tags"
11502   sort:
11503   - "IP6BASE"
11504   - "FIB_20K"
11505   - "FIB_200K"
11506   - "FIB_2M"
11507   traces:
11508     hoverinfo: "x+y"
11509     boxpoints: "outliers"
11510     whiskerwidth: 0
11511   layout:
11512     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
11513     layout: "plot-throughput"
11514
11515 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
11516 -
11517   type: "plot"
11518   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
11519   algorithm: "plot_performance_box"
11520   output-file-type: ".html"
11521   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
11522   data: "plot-vpp-throughput-latency-3n-skx"
11523   filter: "'NIC_Intel-X710' and
11524            '78B' and
11525            ('IP6BASE' or
11526             'POLICE_MARK' or
11527             'COPWHLIST' or
11528             'IACLDST') and
11529            'NDRPDR' and
11530            '2T1C' and
11531            'IP6FWD' and
11532            not 'SRv6' and
11533            not 'IPSEC' and
11534            not 'VHOST'"
11535   parameters:
11536   - "throughput"
11537   - "parent"
11538   - "tags"
11539   sort:
11540   - "IP6BASE"
11541   - "POLICE_MARK"
11542   - "COPWHLIST"
11543   - "IACLDST"
11544   traces:
11545     hoverinfo: "x+y"
11546     boxpoints: "outliers"
11547     whiskerwidth: 0
11548   layout:
11549     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
11550     layout: "plot-throughput"
11551
11552 -
11553   type: "plot"
11554   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
11555   algorithm: "plot_performance_box"
11556   output-file-type: ".html"
11557   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
11558   data: "plot-vpp-throughput-latency-3n-hsw"
11559   filter: "'NIC_Intel-X710' and
11560            '78B' and
11561            ('IP6BASE' or
11562             'POLICE_MARK' or
11563             'COPWHLIST' or
11564             'IACLDST') and
11565            'NDRPDR' and
11566            '4T2C' and
11567            'IP6FWD' and
11568            not 'SRv6' and
11569            not 'IPSEC' and
11570            not 'VHOST'"
11571   parameters:
11572   - "throughput"
11573   - "parent"
11574   - "tags"
11575   sort:
11576   - "IP6BASE"
11577   - "POLICE_MARK"
11578   - "COPWHLIST"
11579   - "IACLDST"
11580   traces:
11581     hoverinfo: "x+y"
11582     boxpoints: "outliers"
11583     whiskerwidth: 0
11584   layout:
11585     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
11586     layout: "plot-throughput"
11587
11588 -
11589   type: "plot"
11590   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
11591   algorithm: "plot_performance_box"
11592   output-file-type: ".html"
11593   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
11594   data: "plot-vpp-throughput-latency-3n-skx"
11595   filter: "'NIC_Intel-X710' and
11596            '78B' and
11597            ('IP6BASE' or
11598             'POLICE_MARK' or
11599             'COPWHLIST' or
11600             'IACLDST') and
11601            'NDRPDR' and
11602            '2T1C' and
11603            'IP6FWD' and
11604            not 'SRv6' and
11605            not 'IPSEC' and
11606            not 'VHOST'"
11607   parameters:
11608   - "throughput"
11609   - "parent"
11610   - "tags"
11611   sort:
11612   - "IP6BASE"
11613   - "POLICE_MARK"
11614   - "COPWHLIST"
11615   - "IACLDST"
11616   traces:
11617     hoverinfo: "x+y"
11618     boxpoints: "outliers"
11619     whiskerwidth: 0
11620   layout:
11621     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
11622     layout: "plot-throughput"
11623
11624 -
11625   type: "plot"
11626   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
11627   algorithm: "plot_performance_box"
11628   output-file-type: ".html"
11629   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
11630   data: "plot-vpp-throughput-latency-3n-skx"
11631   filter: "'NIC_Intel-X710' and
11632            '78B' and
11633            ('IP6BASE' or
11634             'POLICE_MARK' or
11635             'COPWHLIST' or
11636             'IACLDST') and
11637            'NDRPDR' and
11638            '4T2C' and
11639            'IP6FWD' and
11640            not 'SRv6' and
11641            not 'IPSEC' and
11642            not 'VHOST'"
11643   parameters:
11644   - "throughput"
11645   - "parent"
11646   - "tags"
11647   sort:
11648   - "IP6BASE"
11649   - "POLICE_MARK"
11650   - "COPWHLIST"
11651   - "IACLDST"
11652   traces:
11653     hoverinfo: "x+y"
11654     boxpoints: "outliers"
11655     whiskerwidth: 0
11656   layout:
11657     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
11658     layout: "plot-throughput"
11659
11660 # Packet Throughput - VPP IPv6 2n-skx-x710
11661 -
11662   type: "plot"
11663   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
11664   algorithm: "plot_performance_box"
11665   output-file-type: ".html"
11666   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
11667   data: "plot-vpp-throughput-latency-2n-skx"
11668   filter: "'NIC_Intel-X710' and
11669            '78B' and
11670            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11671            'NDRPDR' and
11672            '2T1C' and
11673            'IP6FWD' and
11674            not 'SRv6' and
11675            not 'IPSEC' and
11676            not 'VHOST'"
11677   parameters:
11678   - "throughput"
11679   - "parent"
11680   - "tags"
11681   sort:
11682   - "IP6BASE"
11683   - "FIB_20K"
11684   - "FIB_200K"
11685   - "FIB_2M"
11686   traces:
11687     hoverinfo: "x+y"
11688     boxpoints: "outliers"
11689     whiskerwidth: 0
11690   layout:
11691     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
11692     layout: "plot-throughput"
11693
11694 -
11695   type: "plot"
11696   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
11697   algorithm: "plot_performance_box"
11698   output-file-type: ".html"
11699   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
11700   data: "plot-vpp-throughput-latency-2n-skx"
11701   filter: "'NIC_Intel-X710' and
11702            '78B' and
11703            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11704            'NDRPDR' and
11705            '2T1C' and
11706            'IP6FWD' and
11707            not 'SRv6' and
11708            not 'IPSEC' and
11709            not 'VHOST'"
11710   parameters:
11711   - "throughput"
11712   - "parent"
11713   - "tags"
11714   sort:
11715   - "IP6BASE"
11716   - "FIB_20K"
11717   - "FIB_200K"
11718   - "FIB_2M"
11719   traces:
11720     hoverinfo: "x+y"
11721     boxpoints: "outliers"
11722     whiskerwidth: 0
11723   layout:
11724     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
11725     layout: "plot-throughput"
11726
11727 -
11728   type: "plot"
11729   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
11730   algorithm: "plot_performance_box"
11731   output-file-type: ".html"
11732   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
11733   data: "plot-vpp-throughput-latency-2n-skx"
11734   filter: "'NIC_Intel-X710' and
11735            '78B' and
11736            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11737            'NDRPDR' and
11738            '4T2C' and
11739            'IP6FWD' and
11740            not 'SRv6' and
11741            not 'IPSEC' and
11742            not 'VHOST'"
11743   parameters:
11744   - "throughput"
11745   - "parent"
11746   - "tags"
11747   sort:
11748   - "IP6BASE"
11749   - "FIB_20K"
11750   - "FIB_200K"
11751   - "FIB_2M"
11752   traces:
11753     hoverinfo: "x+y"
11754     boxpoints: "outliers"
11755     whiskerwidth: 0
11756   layout:
11757     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
11758     layout: "plot-throughput"
11759
11760 -
11761   type: "plot"
11762   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
11763   algorithm: "plot_performance_box"
11764   output-file-type: ".html"
11765   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
11766   data: "plot-vpp-throughput-latency-2n-skx"
11767   filter: "'NIC_Intel-X710' and
11768            '78B' and
11769            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11770            'NDRPDR' and
11771            '4T2C' and
11772            'IP6FWD' and
11773            not 'SRv6' and
11774            not 'IPSEC' and
11775            not 'VHOST'"
11776   parameters:
11777   - "throughput"
11778   - "parent"
11779   - "tags"
11780   sort:
11781   - "IP6BASE"
11782   - "FIB_20K"
11783   - "FIB_200K"
11784   - "FIB_2M"
11785   traces:
11786     hoverinfo: "x+y"
11787     boxpoints: "outliers"
11788     whiskerwidth: 0
11789   layout:
11790     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
11791     layout: "plot-throughput"
11792
11793 # Packet Throughput - VPP IPv6 2n-skx-xxv710
11794 -
11795   type: "plot"
11796   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
11797   algorithm: "plot_performance_box"
11798   output-file-type: ".html"
11799   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
11800   data: "plot-vpp-throughput-latency-2n-skx"
11801   filter: "'NIC_Intel-XXV710' and
11802            '78B' and
11803            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11804            'NDRPDR' and
11805            '2T1C' and
11806            'IP6FWD' and
11807            not 'SRv6' and
11808            not 'IPSEC' and
11809            not 'VHOST'"
11810   parameters:
11811   - "throughput"
11812   - "parent"
11813   - "tags"
11814   sort:
11815   - "IP6BASE"
11816   - "FIB_20K"
11817   - "FIB_200K"
11818   - "FIB_2M"
11819   traces:
11820     hoverinfo: "x+y"
11821     boxpoints: "outliers"
11822     whiskerwidth: 0
11823   layout:
11824     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
11825     layout: "plot-throughput"
11826
11827 -
11828   type: "plot"
11829   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
11830   algorithm: "plot_performance_box"
11831   output-file-type: ".html"
11832   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
11833   data: "plot-vpp-throughput-latency-2n-skx"
11834   filter: "'NIC_Intel-XXV710' and
11835            '78B' and
11836            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11837            'NDRPDR' and
11838            '2T1C' and
11839            'IP6FWD' and
11840            not 'SRv6' and
11841            not 'IPSEC' and
11842            not 'VHOST'"
11843   parameters:
11844   - "throughput"
11845   - "parent"
11846   - "tags"
11847   sort:
11848   - "IP6BASE"
11849   - "FIB_20K"
11850   - "FIB_200K"
11851   - "FIB_2M"
11852   traces:
11853     hoverinfo: "x+y"
11854     boxpoints: "outliers"
11855     whiskerwidth: 0
11856   layout:
11857     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
11858     layout: "plot-throughput"
11859
11860 -
11861   type: "plot"
11862   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
11863   algorithm: "plot_performance_box"
11864   output-file-type: ".html"
11865   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
11866   data: "plot-vpp-throughput-latency-2n-skx"
11867   filter: "'NIC_Intel-XXV710' and
11868            '78B' and
11869            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11870            'NDRPDR' and
11871            '4T2C' and
11872            'IP6FWD' and
11873            not 'SRv6' and
11874            not 'IPSEC' and
11875            not 'VHOST'"
11876   parameters:
11877   - "throughput"
11878   - "parent"
11879   - "tags"
11880   sort:
11881   - "IP6BASE"
11882   - "FIB_20K"
11883   - "FIB_200K"
11884   - "FIB_2M"
11885   traces:
11886     hoverinfo: "x+y"
11887     boxpoints: "outliers"
11888     whiskerwidth: 0
11889   layout:
11890     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
11891     layout: "plot-throughput"
11892
11893 -
11894   type: "plot"
11895   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
11896   algorithm: "plot_performance_box"
11897   output-file-type: ".html"
11898   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
11899   data: "plot-vpp-throughput-latency-2n-skx"
11900   filter: "'NIC_Intel-XXV710' and
11901            '78B' and
11902            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11903            'NDRPDR' and
11904            '4T2C' and
11905            'IP6FWD' and
11906            not 'SRv6' and
11907            not 'IPSEC' and
11908            not 'VHOST'"
11909   parameters:
11910   - "throughput"
11911   - "parent"
11912   - "tags"
11913   sort:
11914   - "IP6BASE"
11915   - "FIB_20K"
11916   - "FIB_200K"
11917   - "FIB_2M"
11918   traces:
11919     hoverinfo: "x+y"
11920     boxpoints: "outliers"
11921     whiskerwidth: 0
11922   layout:
11923     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
11924     layout: "plot-throughput"
11925
11926 # Packet Throughput - VPP IPv6 2n-dnv-x553 base
11927 -
11928   type: "plot"
11929   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
11930   algorithm: "plot_performance_box"
11931   output-file-type: ".html"
11932   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
11933   data: "intel-dnv-vpp"
11934   filter: "'NIC_Intel-X553' and
11935            '78B' and
11936            'IP6BASE' and
11937            'NDRPDR' and
11938            '1T1C' and
11939            'IP6FWD' and
11940            not 'SRv6' and
11941            not 'IPSEC' and
11942            not 'VHOST'"
11943   parameters:
11944   - "throughput"
11945   - "parent"
11946   - "tags"
11947   sort:
11948   - "IP6BASE"
11949   traces:
11950     hoverinfo: "x+y"
11951     boxpoints: "outliers"
11952     whiskerwidth: 0
11953   layout:
11954     title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
11955     layout: "plot-throughput"
11956
11957 -
11958   type: "plot"
11959   title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
11960   algorithm: "plot_performance_box"
11961   output-file-type: ".html"
11962   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
11963   data: "intel-dnv-vpp"
11964   filter: "'NIC_Intel-X553' and
11965            '78B' and
11966            'IP6BASE' and
11967            'NDRPDR' and
11968            '1T1C' and
11969            'IP6FWD' and
11970            not 'SRv6' and
11971            not 'IPSEC' and
11972            not 'VHOST'"
11973   parameters:
11974   - "throughput"
11975   - "parent"
11976   - "tags"
11977   sort:
11978   - "IP6BASE"
11979   traces:
11980     hoverinfo: "x+y"
11981     boxpoints: "outliers"
11982     whiskerwidth: 0
11983   layout:
11984     title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
11985     layout: "plot-throughput"
11986
11987 -
11988   type: "plot"
11989   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
11990   algorithm: "plot_performance_box"
11991   output-file-type: ".html"
11992   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
11993   data: "intel-dnv-vpp"
11994   filter: "'NIC_Intel-X553' and
11995            '78B' and
11996            'IP6BASE' and
11997            'NDRPDR' and
11998            '2T2C' and
11999            'IP6FWD' and
12000            not 'SRv6' and
12001            not 'IPSEC' and
12002            not 'VHOST'"
12003   parameters:
12004   - "throughput"
12005   - "parent"
12006   - "tags"
12007   sort:
12008   - "IP6BASE"
12009   traces:
12010     hoverinfo: "x+y"
12011     boxpoints: "outliers"
12012     whiskerwidth: 0
12013   layout:
12014     title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
12015     layout: "plot-throughput"
12016
12017 -
12018   type: "plot"
12019   title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
12020   algorithm: "plot_performance_box"
12021   output-file-type: ".html"
12022   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
12023   data: "intel-dnv-vpp"
12024   filter: "'NIC_Intel-X553' and
12025            '78B' and
12026            'IP6BASE' and
12027            'NDRPDR' and
12028            '2T2C' and
12029            'IP6FWD' and
12030            not 'SRv6' and
12031            not 'IPSEC' and
12032            not 'VHOST'"
12033   parameters:
12034   - "throughput"
12035   - "parent"
12036   - "tags"
12037   sort:
12038   - "IP6BASE"
12039   traces:
12040     hoverinfo: "x+y"
12041     boxpoints: "outliers"
12042     whiskerwidth: 0
12043   layout:
12044     title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
12045     layout: "plot-throughput"
12046
12047 ################################################################################
12048
12049 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
12050 -
12051   type: "plot"
12052   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12053   algorithm: "plot_performance_box"
12054   output-file-type: ".html"
12055   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12056   data: "plot-vpp-throughput-latency-3n-hsw"
12057   filter: "'NIC_Intel-X520-DA2' and
12058            '78B' and
12059            'ENCAP' and
12060            'NDRPDR' and
12061            '1T1C' and
12062            'LISP' and
12063            not 'VHOST'"
12064   parameters:
12065   - "throughput"
12066   - "parent"
12067   - "tags"
12068   sort:
12069   - "IP4UNRLAY"
12070   - "IP6UNRLAY"
12071   traces:
12072     hoverinfo: "x+y"
12073     boxpoints: "outliers"
12074     whiskerwidth: 0
12075   layout:
12076     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
12077     layout: "plot-throughput"
12078
12079 -
12080   type: "plot"
12081   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12082   algorithm: "plot_performance_box"
12083   output-file-type: ".html"
12084   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12085   data: "plot-vpp-throughput-latency-3n-hsw"
12086   filter: "'NIC_Intel-X520-DA2' and
12087            '78B' and
12088            'ENCAP' and
12089            'NDRPDR' and
12090            '1T1C' and
12091            'LISP' and
12092            not 'VHOST'"
12093   parameters:
12094   - "throughput"
12095   - "parent"
12096   - "tags"
12097   sort:
12098   - "IP4UNRLAY"
12099   - "IP6UNRLAY"
12100   traces:
12101     hoverinfo: "x+y"
12102     boxpoints: "outliers"
12103     whiskerwidth: 0
12104   layout:
12105     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
12106     layout: "plot-throughput"
12107
12108 -
12109   type: "plot"
12110   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12111   algorithm: "plot_performance_box"
12112   output-file-type: ".html"
12113   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12114   data: "plot-vpp-throughput-latency-3n-hsw"
12115   filter: "'NIC_Intel-X520-DA2' and
12116            '78B' and
12117            'ENCAP' and
12118            'NDRPDR' and
12119            '2T2C' and
12120            'LISP' and
12121            not 'VHOST'"
12122   parameters:
12123   - "throughput"
12124   - "parent"
12125   - "tags"
12126   sort:
12127   - "IP4UNRLAY"
12128   - "IP6UNRLAY"
12129   traces:
12130     hoverinfo: "x+y"
12131     boxpoints: "outliers"
12132     whiskerwidth: 0
12133   layout:
12134     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
12135     layout: "plot-throughput"
12136
12137 -
12138   type: "plot"
12139   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12140   algorithm: "plot_performance_box"
12141   output-file-type: ".html"
12142   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12143   data: "plot-vpp-throughput-latency-3n-hsw"
12144   filter: "'NIC_Intel-X520-DA2' and
12145            '78B' and
12146            'ENCAP' and
12147            'NDRPDR' and
12148            '2T2C' and
12149            'LISP' and
12150            not 'VHOST'"
12151   parameters:
12152   - "throughput"
12153   - "parent"
12154   - "tags"
12155   sort:
12156   - "IP4UNRLAY"
12157   - "IP6UNRLAY"
12158   traces:
12159     hoverinfo: "x+y"
12160     boxpoints: "outliers"
12161     whiskerwidth: 0
12162   layout:
12163     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
12164     layout: "plot-throughput"
12165
12166 ################################################################################
12167
12168 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
12169 -
12170   type: "plot"
12171   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
12172   algorithm: "plot_performance_box"
12173   output-file-type: ".html"
12174   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
12175   data: "plot-vpp-throughput-latency-3n-hsw"
12176   filter: "'NIC_Intel-XL710' and
12177            '64B' and
12178            'IP4FWD' and
12179            'NDRPDR' and
12180            'BASE' and
12181            '1T1C' and
12182            'IPSECHW' and
12183            ('IPSECTRAN' or 'IPSECTUN') and
12184            not 'VHOST'"
12185   parameters:
12186   - "throughput"
12187   - "parent"
12188   - "tags"
12189   traces:
12190     hoverinfo: "x+y"
12191     boxpoints: "outliers"
12192     whiskerwidth: 0
12193   layout:
12194     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
12195     layout: "plot-throughput"
12196
12197 -
12198   type: "plot"
12199   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
12200   algorithm: "plot_performance_box"
12201   output-file-type: ".html"
12202   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
12203   data: "plot-vpp-throughput-latency-3n-hsw"
12204   filter: "'NIC_Intel-XL710' and
12205            '64B' and
12206            'IP4FWD' and
12207            'NDRPDR' and
12208            'BASE' and
12209            '1T1C' and
12210            'IPSECHW' and
12211            ('IPSECTRAN' or 'IPSECTUN') and
12212            not 'VHOST'"
12213   parameters:
12214   - "throughput"
12215   - "parent"
12216   - "tags"
12217   traces:
12218     hoverinfo: "x+y"
12219     boxpoints: "outliers"
12220     whiskerwidth: 0
12221   layout:
12222     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
12223     layout: "plot-throughput"
12224
12225 -
12226   type: "plot"
12227   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
12228   algorithm: "plot_performance_box"
12229   output-file-type: ".html"
12230   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
12231   data: "plot-vpp-throughput-latency-3n-hsw"
12232   filter: "'NIC_Intel-XL710' and
12233            '64B' and
12234            'IP4FWD' and
12235            'NDRPDR' and
12236            'BASE' and
12237            '2T2C' and
12238            'IPSECHW' and
12239            ('IPSECTRAN' or 'IPSECTUN') and
12240            not 'VHOST'"
12241   parameters:
12242   - "throughput"
12243   - "parent"
12244   - "tags"
12245   traces:
12246     hoverinfo: "x+y"
12247     boxpoints: "outliers"
12248     whiskerwidth: 0
12249   layout:
12250     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
12251     layout: "plot-throughput"
12252
12253 -
12254   type: "plot"
12255   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
12256   algorithm: "plot_performance_box"
12257   output-file-type: ".html"
12258   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
12259   data: "plot-vpp-throughput-latency-3n-hsw"
12260   filter: "'NIC_Intel-XL710' and
12261            '64B' and
12262            'IP4FWD' and
12263            'NDRPDR' and
12264            'BASE' and
12265            '2T2C' and
12266            'IPSECHW' and
12267            ('IPSECTRAN' or 'IPSECTUN') and
12268            not 'VHOST'"
12269   parameters:
12270   - "throughput"
12271   - "parent"
12272   - "tags"
12273   traces:
12274     hoverinfo: "x+y"
12275     boxpoints: "outliers"
12276     whiskerwidth: 0
12277   layout:
12278     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
12279     layout: "plot-throughput"
12280
12281 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
12282 -
12283   type: "plot"
12284   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
12285   algorithm: "plot_performance_box"
12286   output-file-type: ".html"
12287   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
12288   data: "plot-vpp-throughput-latency-3n-hsw"
12289   filter: "'NIC_Intel-XL710' and
12290            '64B' and
12291            'IP4FWD' and
12292            'NDRPDR' and
12293            'SCALE' and
12294            '1T1C' and
12295            'IPSECHW' and
12296            ('IPSECTRAN' or 'IPSECTUN') and
12297            not 'VHOST'"
12298   parameters:
12299   - "throughput"
12300   - "parent"
12301   - "tags"
12302   traces:
12303     hoverinfo: "x+y"
12304     boxpoints: "outliers"
12305     whiskerwidth: 0
12306   layout:
12307     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
12308     layout: "plot-throughput"
12309
12310 -
12311   type: "plot"
12312   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
12313   algorithm: "plot_performance_box"
12314   output-file-type: ".html"
12315   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
12316   data: "plot-vpp-throughput-latency-3n-hsw"
12317   filter: "'NIC_Intel-XL710' and
12318            '64B' and
12319            'IP4FWD' and
12320            'NDRPDR' and
12321            'SCALE' and
12322            '1T1C' and
12323            'IPSECHW' and
12324            ('IPSECTRAN' or 'IPSECTUN') and
12325            not 'VHOST'"
12326   parameters:
12327   - "throughput"
12328   - "parent"
12329   - "tags"
12330   traces:
12331     hoverinfo: "x+y"
12332     boxpoints: "outliers"
12333     whiskerwidth: 0
12334   layout:
12335     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
12336     layout: "plot-throughput"
12337
12338 -
12339   type: "plot"
12340   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
12341   algorithm: "plot_performance_box"
12342   output-file-type: ".html"
12343   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
12344   data: "plot-vpp-throughput-latency-3n-hsw"
12345   filter: "'NIC_Intel-XL710' and
12346            '64B' and
12347            'IP4FWD' and
12348            'NDRPDR' and
12349            'SCALE' and
12350            '2T2C' and
12351            'IPSECHW' and
12352            ('IPSECTRAN' or 'IPSECTUN') and
12353            not 'VHOST'"
12354   parameters:
12355   - "throughput"
12356   - "parent"
12357   - "tags"
12358   traces:
12359     hoverinfo: "x+y"
12360     boxpoints: "outliers"
12361     whiskerwidth: 0
12362   layout:
12363     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
12364     layout: "plot-throughput"
12365
12366 -
12367   type: "plot"
12368   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
12369   algorithm: "plot_performance_box"
12370   output-file-type: ".html"
12371   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
12372   data: "plot-vpp-throughput-latency-3n-hsw"
12373   filter: "'NIC_Intel-XL710' and
12374            '64B' and
12375            'IP4FWD' and
12376            'NDRPDR' and
12377            'SCALE' and
12378            '2T2C' and
12379            'IPSECHW' and
12380            ('IPSECTRAN' or 'IPSECTUN') and
12381            not 'VHOST'"
12382   parameters:
12383   - "throughput"
12384   - "parent"
12385   - "tags"
12386   traces:
12387     hoverinfo: "x+y"
12388     boxpoints: "outliers"
12389     whiskerwidth: 0
12390   layout:
12391     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
12392     layout: "plot-throughput"
12393
12394 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
12395 -
12396   type: "plot"
12397   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
12398   algorithm: "plot_performance_box"
12399   output-file-type: ".html"
12400   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
12401   data: "plot-vpp-throughput-latency-3n-hsw"
12402   filter: "'NIC_Intel-XL710' and
12403            '64B' and
12404            'IP4FWD' and
12405            'NDRPDR' and
12406            '1T1C' and
12407            'IPSECSW' and
12408            ('IPSECTRAN' or 'IPSECTUN') and
12409            not 'VHOST'"
12410   parameters:
12411   - "throughput"
12412   - "parent"
12413   - "tags"
12414   traces:
12415     hoverinfo: "x+y"
12416     boxpoints: "outliers"
12417     whiskerwidth: 0
12418   layout:
12419     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
12420     layout: "plot-throughput"
12421
12422 -
12423   type: "plot"
12424   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
12425   algorithm: "plot_performance_box"
12426   output-file-type: ".html"
12427   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
12428   data: "plot-vpp-throughput-latency-3n-hsw"
12429   filter: "'NIC_Intel-XL710' and
12430            '64B' and
12431            'IP4FWD' and
12432            'NDRPDR' and
12433            '1T1C' and
12434            'IPSECSW' and
12435            ('IPSECTRAN' or 'IPSECTUN') and
12436            not 'VHOST'"
12437   parameters:
12438   - "throughput"
12439   - "parent"
12440   - "tags"
12441   traces:
12442     hoverinfo: "x+y"
12443     boxpoints: "outliers"
12444     whiskerwidth: 0
12445   layout:
12446     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
12447     layout: "plot-throughput"
12448
12449 -
12450   type: "plot"
12451   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
12452   algorithm: "plot_performance_box"
12453   output-file-type: ".html"
12454   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
12455   data: "plot-vpp-throughput-latency-3n-hsw"
12456   filter: "'NIC_Intel-XL710' and
12457            '64B' and
12458            'IP4FWD' and
12459            'NDRPDR' and
12460            '2T2C' and
12461            'IPSECSW' and
12462            ('IPSECTRAN' or 'IPSECTUN') and
12463            not 'VHOST'"
12464   parameters:
12465   - "throughput"
12466   - "parent"
12467   - "tags"
12468   traces:
12469     hoverinfo: "x+y"
12470     boxpoints: "outliers"
12471     whiskerwidth: 0
12472   layout:
12473     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
12474     layout: "plot-throughput"
12475
12476 -
12477   type: "plot"
12478   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
12479   algorithm: "plot_performance_box"
12480   output-file-type: ".html"
12481   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
12482   data: "plot-vpp-throughput-latency-3n-hsw"
12483   filter: "'NIC_Intel-XL710' and
12484            '64B' and
12485            'IP4FWD' and
12486            'NDRPDR' and
12487            '2T2C' and
12488            'IPSECSW' and
12489            ('IPSECTRAN' or 'IPSECTUN') and
12490            not 'VHOST'"
12491   parameters:
12492   - "throughput"
12493   - "parent"
12494   - "tags"
12495   traces:
12496     hoverinfo: "x+y"
12497     boxpoints: "outliers"
12498     whiskerwidth: 0
12499   layout:
12500     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
12501     layout: "plot-throughput"
12502
12503 ################################################################################
12504
12505 # Packet Throughput - VPP SRv6 3n-hsw-x520
12506 -
12507   type: "plot"
12508   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
12509   algorithm: "plot_performance_box"
12510   output-file-type: ".html"
12511   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
12512   data: "plot-vpp-throughput-latency-3n-hsw"
12513   filter: "'NIC_Intel-X520-DA2' and
12514            '78B' and
12515            'FEATURE' and
12516            'NDRPDR' and
12517            '1T1C' and
12518            'IP6FWD' and
12519            'SRv6'"
12520   parameters:
12521   - "throughput"
12522   - "parent"
12523   - "tags"
12524   traces:
12525     hoverinfo: "x+y"
12526     boxpoints: "outliers"
12527     whiskerwidth: 0
12528   layout:
12529     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
12530     layout: "plot-throughput"
12531
12532 -
12533   type: "plot"
12534   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
12535   algorithm: "plot_performance_box"
12536   output-file-type: ".html"
12537   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
12538   data: "plot-vpp-throughput-latency-3n-hsw"
12539   filter: "'NIC_Intel-X520-DA2' and
12540            '78B' and
12541            'FEATURE' and
12542            'NDRPDR' and
12543            '1T1C' and
12544            'IP6FWD' and
12545            'SRv6'"
12546   parameters:
12547   - "throughput"
12548   - "parent"
12549   - "tags"
12550   traces:
12551     hoverinfo: "x+y"
12552     boxpoints: "outliers"
12553     whiskerwidth: 0
12554   layout:
12555     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
12556     layout: "plot-throughput"
12557
12558 -
12559   type: "plot"
12560   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
12561   algorithm: "plot_performance_box"
12562   output-file-type: ".html"
12563   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
12564   data: "plot-vpp-throughput-latency-3n-hsw"
12565   filter: "'NIC_Intel-X520-DA2' and
12566            '78B' and
12567            'FEATURE' and
12568            'NDRPDR' and
12569            '2T2C' and
12570            'IP6FWD' and
12571            'SRv6'"
12572   parameters:
12573   - "throughput"
12574   - "parent"
12575   - "tags"
12576   traces:
12577     hoverinfo: "x+y"
12578     boxpoints: "outliers"
12579     whiskerwidth: 0
12580   layout:
12581     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
12582     layout: "plot-throughput"
12583
12584 -
12585   type: "plot"
12586   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
12587   algorithm: "plot_performance_box"
12588   output-file-type: ".html"
12589   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
12590   data: "plot-vpp-throughput-latency-3n-hsw"
12591   filter: "'NIC_Intel-X520-DA2' and
12592            '78B' and
12593            'FEATURE' and
12594            'NDRPDR' and
12595            '2T2C' and
12596            'IP6FWD' and
12597            'SRv6'"
12598   parameters:
12599   - "throughput"
12600   - "parent"
12601   - "tags"
12602   traces:
12603     hoverinfo: "x+y"
12604     boxpoints: "outliers"
12605     whiskerwidth: 0
12606   layout:
12607     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
12608     layout: "plot-throughput"
12609
12610 ################################################################################
12611
12612 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
12613 -
12614   type: "plot"
12615   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12616   algorithm: "plot_performance_box"
12617   output-file-type: ".html"
12618   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12619   data: "plot-vpp-throughput-latency-3n-hsw"
12620   filter: "'NIC_Intel-X520-DA2' and
12621            '64B' and
12622            'NDRPDR' and
12623            'ETH' and
12624            'IP4FWD' and
12625            '1T1C' and
12626            'VHOST_1024' and
12627            not 'VXLAN' and
12628            not 'DOT1Q'"
12629   parameters:
12630   - "throughput"
12631   - "parent"
12632   - "tags"
12633   sort:
12634   - "not CFS_OPT"
12635   - "1VM"
12636   - "2VM"
12637   traces:
12638     hoverinfo: "x+y"
12639     boxpoints: "outliers"
12640     whiskerwidth: 0
12641   layout:
12642     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12643     layout: "plot-throughput"
12644
12645 -
12646   type: "plot"
12647   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12648   algorithm: "plot_performance_box"
12649   output-file-type: ".html"
12650   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12651   data: "plot-vpp-throughput-latency-3n-hsw"
12652   filter: "'NIC_Intel-X520-DA2' and
12653            '64B' and
12654            'NDRPDR' and
12655            'ETH' and
12656            'IP4FWD' and
12657            '2T2C' and
12658            'VHOST_1024' and
12659            not 'VXLAN' and
12660            not 'DOT1Q'"
12661   parameters:
12662   - "throughput"
12663   - "parent"
12664   - "tags"
12665   sort:
12666   - "not CFS_OPT"
12667   - "1VM"
12668   - "2VM"
12669   traces:
12670     hoverinfo: "x+y"
12671     boxpoints: "outliers"
12672     whiskerwidth: 0
12673   layout:
12674     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12675     layout: "plot-throughput"
12676
12677 -
12678   type: "plot"
12679   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12680   algorithm: "plot_performance_box"
12681   output-file-type: ".html"
12682   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12683   data: "plot-vpp-throughput-latency-3n-hsw"
12684   filter: "'NIC_Intel-X520-DA2' and
12685            '64B' and
12686            'NDRPDR' and
12687            'ETH' and
12688            'IP4FWD' and
12689            '1T1C' and
12690            'VHOST_1024' and
12691            not 'VXLAN' and
12692            not 'DOT1Q'"
12693   parameters:
12694   - "throughput"
12695   - "parent"
12696   - "tags"
12697   sort:
12698   - "not CFS_OPT"
12699   - "1VM"
12700   - "2VM"
12701   traces:
12702     hoverinfo: "x+y"
12703     boxpoints: "outliers"
12704     whiskerwidth: 0
12705   layout:
12706     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12707     layout: "plot-throughput"
12708
12709 -
12710   type: "plot"
12711   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12712   algorithm: "plot_performance_box"
12713   output-file-type: ".html"
12714   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12715   data: "plot-vpp-throughput-latency-3n-hsw"
12716   filter: "'NIC_Intel-X520-DA2' and
12717            '64B' and
12718            'NDRPDR' and
12719            'ETH' and
12720            'IP4FWD' and
12721            '2T2C' and
12722            'VHOST_1024' and
12723            not 'VXLAN' and
12724            not 'DOT1Q'"
12725   parameters:
12726   - "throughput"
12727   - "parent"
12728   - "tags"
12729   sort:
12730   - "not CFS_OPT"
12731   - "1VM"
12732   - "2VM"
12733   traces:
12734     hoverinfo: "x+y"
12735     boxpoints: "outliers"
12736     whiskerwidth: 0
12737   layout:
12738     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12739     layout: "plot-throughput"
12740
12741 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
12742 -
12743   type: "plot"
12744   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12745   algorithm: "plot_performance_box"
12746   output-file-type: ".html"
12747   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12748   data: "plot-vpp-throughput-latency-3n-hsw"
12749   filter: "'NIC_Intel-X520-DA2' and
12750            '64B' and
12751            'NDRPDR' and
12752            ('ETH' or 'DOT1Q') and
12753            '1T1C' and
12754            'L2BDMACLRN' and
12755            'VHOST_1024' and
12756            not 'VXLAN' and
12757            not 'IP4FWD' and
12758            not '2VM'"
12759   parameters:
12760   - "throughput"
12761   - "parent"
12762   - "tags"
12763 #  sort:
12764 #  - "VM"  # "not CFS_OPT"
12765 #  - "CFS_OPT"
12766 #  - "FIB_10K"
12767 #  - "FIB_100K"
12768 #  - "FIB_1M"
12769   traces:
12770     hoverinfo: "x+y"
12771     boxpoints: "outliers"
12772     whiskerwidth: 0
12773   layout:
12774     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
12775     layout: "plot-throughput"
12776
12777 -
12778   type: "plot"
12779   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12780   algorithm: "plot_performance_box"
12781   output-file-type: ".html"
12782   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12783   data: "plot-vpp-throughput-latency-3n-hsw"
12784   filter: "'NIC_Intel-X520-DA2' and
12785            '64B' and
12786            'NDRPDR' and
12787            ('ETH' or 'DOT1Q') and
12788            '2T2C' and
12789            'L2BDMACLRN' and
12790            'VHOST_1024' and
12791            not 'VXLAN' and
12792            not 'IP4FWD' and
12793            not '2VM'"
12794   parameters:
12795   - "throughput"
12796   - "parent"
12797   - "tags"
12798 #  sort:
12799 #  - "VM"  # "not CFS_OPT"
12800 #  - "CFS_OPT"
12801 #  - "FIB_10K"
12802 #  - "FIB_100K"
12803 #  - "FIB_1M"
12804   traces:
12805     hoverinfo: "x+y"
12806     boxpoints: "outliers"
12807     whiskerwidth: 0
12808   layout:
12809     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
12810     layout: "plot-throughput"
12811
12812 -
12813   type: "plot"
12814   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12815   algorithm: "plot_performance_box"
12816   output-file-type: ".html"
12817   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12818   data: "plot-vpp-throughput-latency-3n-hsw"
12819   filter: "'NIC_Intel-X520-DA2' and
12820            '64B' and
12821            'NDRPDR' and
12822            ('ETH' or 'DOT1Q') and
12823            '1T1C' and
12824            'L2BDMACLRN' and
12825            'VHOST_1024' and
12826            not 'VXLAN' and
12827            not 'IP4FWD' and
12828            not '2VM'"
12829   parameters:
12830   - "throughput"
12831   - "parent"
12832   - "tags"
12833 #  sort:
12834 #  - "VM"  # "not CFS_OPT"
12835 #  - "CFS_OPT"
12836 #  - "FIB_10K"
12837 #  - "FIB_100K"
12838 #  - "FIB_1M"
12839   traces:
12840     hoverinfo: "x+y"
12841     boxpoints: "outliers"
12842     whiskerwidth: 0
12843   layout:
12844     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
12845     layout: "plot-throughput"
12846
12847 -
12848   type: "plot"
12849   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12850   algorithm: "plot_performance_box"
12851   output-file-type: ".html"
12852   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12853   data: "plot-vpp-throughput-latency-3n-hsw"
12854   filter: "'NIC_Intel-X520-DA2' and
12855            '64B' and
12856            'NDRPDR' and
12857            ('ETH' or 'DOT1Q') and
12858            '2T2C' and
12859            'L2BDMACLRN' and
12860            'VHOST_1024' and
12861            not 'VXLAN' and
12862            not 'IP4FWD' and
12863            not '2VM'"
12864   parameters:
12865   - "throughput"
12866   - "parent"
12867   - "tags"
12868 #  sort:
12869 #  - "VM"  # "not CFS_OPT"
12870 #  - "CFS_OPT"
12871 #  - "FIB_10K"
12872 #  - "FIB_100K"
12873 #  - "FIB_1M"
12874   traces:
12875     hoverinfo: "x+y"
12876     boxpoints: "outliers"
12877     whiskerwidth: 0
12878   layout:
12879     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
12880     layout: "plot-throughput"
12881
12882 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
12883 -
12884   type: "plot"
12885   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
12886   algorithm: "plot_performance_box"
12887   output-file-type: ".html"
12888   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
12889   data: "plot-vpp-throughput-latency-3n-hsw"
12890   filter: "'NIC_Intel-X520-DA2' and
12891            '64B' and
12892            'NDRPDR' and
12893            ('ETH' or 'DOT1Q') and
12894            'BASE' and
12895            '1T1C' and
12896            ('L2BDMACLRN' or 'L2XCFWD') and
12897            'VHOST_1024' and
12898            not 'VXLAN' and
12899            not 'IP4FWD' and
12900            not '2VM'"
12901   parameters:
12902   - "throughput"
12903   - "parent"
12904   - "tags"
12905 #  sort:
12906 #  - "not CFS_OPT"
12907 #  - "L2XCFWD"
12908 #  - "not CFS_OPT"
12909 #  - "CFS_OPT"
12910   traces:
12911     hoverinfo: "x+y"
12912     boxpoints: "outliers"
12913     whiskerwidth: 0
12914   layout:
12915     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
12916     layout: "plot-throughput"
12917
12918 -
12919   type: "plot"
12920   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
12921   algorithm: "plot_performance_box"
12922   output-file-type: ".html"
12923   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
12924   data: "plot-vpp-throughput-latency-3n-hsw"
12925   filter: "'NIC_Intel-X520-DA2' and
12926            '64B' and
12927            'NDRPDR' and
12928            ('ETH' or 'DOT1Q') and
12929            'BASE' and
12930            '1T1C' and
12931            ('L2BDMACLRN' or 'L2XCFWD') and
12932            'VHOST_1024' and
12933            not 'VXLAN' and
12934            not 'IP4FWD' and
12935            not '2VM'"
12936   parameters:
12937   - "throughput"
12938   - "parent"
12939   - "tags"
12940 #  sort:
12941 #  - "not CFS_OPT"
12942 #  - "L2XCFWD"
12943 #  - "not CFS_OPT"
12944 #  - "CFS_OPT"
12945   traces:
12946     hoverinfo: "x+y"
12947     boxpoints: "outliers"
12948     whiskerwidth: 0
12949   layout:
12950     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
12951     layout: "plot-throughput"
12952
12953 -
12954   type: "plot"
12955   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
12956   algorithm: "plot_performance_box"
12957   output-file-type: ".html"
12958   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
12959   data: "plot-vpp-throughput-latency-3n-hsw"
12960   filter: "'NIC_Intel-X520-DA2' and
12961            '64B' and
12962            'NDRPDR' and
12963            ('ETH' or 'DOT1Q') and
12964            'BASE' and
12965            '2T2C' and
12966            ('L2BDMACLRN' or 'L2XCFWD') and
12967            'VHOST_1024' and
12968            not 'VXLAN' and
12969            not 'IP4FWD' and
12970            not '2VM'"
12971   parameters:
12972   - "throughput"
12973   - "parent"
12974   - "tags"
12975 #  sort:
12976 #  - "not CFS_OPT"
12977 #  - "L2XCFWD"
12978 #  - "not CFS_OPT"
12979 #  - "CFS_OPT"
12980   traces:
12981     hoverinfo: "x+y"
12982     boxpoints: "outliers"
12983     whiskerwidth: 0
12984   layout:
12985     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
12986     layout: "plot-throughput"
12987
12988 -
12989   type: "plot"
12990   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
12991   algorithm: "plot_performance_box"
12992   output-file-type: ".html"
12993   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
12994   data: "plot-vpp-throughput-latency-3n-hsw"
12995   filter: "'NIC_Intel-X520-DA2' and
12996            '64B' and
12997            'NDRPDR' and
12998            ('ETH' or 'DOT1Q') and
12999            'BASE' and
13000            '2T2C' and
13001            ('L2BDMACLRN' or 'L2XCFWD') and
13002            'VHOST_1024' and
13003            not 'VXLAN' and
13004            not 'IP4FWD' and
13005            not '2VM'"
13006   parameters:
13007   - "throughput"
13008   - "parent"
13009   - "tags"
13010 #  sort:
13011 #  - "not CFS_OPT"
13012 #  - "L2XCFWD"
13013 #  - "not CFS_OPT"
13014 #  - "CFS_OPT"
13015   traces:
13016     hoverinfo: "x+y"
13017     boxpoints: "outliers"
13018     whiskerwidth: 0
13019   layout:
13020     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
13021     layout: "plot-throughput"
13022
13023 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
13024 -
13025   type: "plot"
13026   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-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-vm-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' or 'L2XCFWD') and
13037            'VHOST_1024' and
13038            not 'CFS_OPT' and
13039            not 'VXLAN' and
13040            not 'IP4FWD' and
13041            not 'LBOND'"
13042   parameters:
13043   - "throughput"
13044   - "parent"
13045   - "tags"
13046 #  sort:
13047 #  - "1VM"
13048 #  - "L2XCFWD"
13049 #  - "1VM"
13050 #  - "L2BDMACLRN"
13051   traces:
13052     hoverinfo: "x+y"
13053     boxpoints: "outliers"
13054     whiskerwidth: 0
13055   layout:
13056     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
13057     layout: "plot-throughput"
13058
13059 -
13060   type: "plot"
13061   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13062   algorithm: "plot_performance_box"
13063   output-file-type: ".html"
13064   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
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            '1T1C' and
13071            ('L2BDMACLRN' or 'L2XCFWD') and
13072            'VHOST_1024' and
13073            not 'CFS_OPT' and
13074            not 'VXLAN' and
13075            not 'IP4FWD' and
13076            not 'LBOND'"
13077   parameters:
13078   - "throughput"
13079   - "parent"
13080   - "tags"
13081 #  sort:
13082 #  - "1VM"
13083 #  - "L2XCFWD"
13084 #  - "1VM"
13085 #  - "L2BDMACLRN"
13086   traces:
13087     hoverinfo: "x+y"
13088     boxpoints: "outliers"
13089     whiskerwidth: 0
13090   layout:
13091     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
13092     layout: "plot-throughput"
13093
13094 -
13095   type: "plot"
13096   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
13097   algorithm: "plot_performance_box"
13098   output-file-type: ".html"
13099   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
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            '2T2C' and
13106            ('L2BDMACLRN' or 'L2XCFWD') and
13107            'VHOST_1024' and
13108            not 'CFS_OPT' and
13109            not 'VXLAN' and
13110            not 'IP4FWD' and
13111            not 'LBOND'"
13112   parameters:
13113   - "throughput"
13114   - "parent"
13115   - "tags"
13116 #  sort:
13117 #  - "1VM"
13118 #  - "L2XCFWD"
13119 #  - "1VM"
13120 #  - "L2BDMACLRN"
13121   traces:
13122     hoverinfo: "x+y"
13123     boxpoints: "outliers"
13124     whiskerwidth: 0
13125   layout:
13126     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
13127     layout: "plot-throughput"
13128
13129 -
13130   type: "plot"
13131   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-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-vm-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' or 'L2XCFWD') and
13142            'VHOST_1024' and
13143            not 'CFS_OPT' and
13144            not 'VXLAN' and
13145            not 'IP4FWD' and
13146            not 'LBOND'"
13147   parameters:
13148   - "throughput"
13149   - "parent"
13150   - "tags"
13151 #  sort:
13152 #  - "1VM"
13153 #  - "L2XCFWD"
13154 #  - "1VM"
13155 #  - "L2BDMACLRN"
13156   traces:
13157     hoverinfo: "x+y"
13158     boxpoints: "outliers"
13159     whiskerwidth: 0
13160   layout:
13161     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
13162     layout: "plot-throughput"
13163
13164 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
13165 -
13166   type: "plot"
13167   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13168   algorithm: "plot_performance_box"
13169   output-file-type: ".html"
13170   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13171   data: "plot-vpp-throughput-latency-3n-hsw"
13172   filter: "'NIC_Intel-X710' and
13173            '64B' and
13174            'NDRPDR' and
13175            'ETH' and
13176            'IP4FWD' and
13177            '1T1C' and
13178            'VHOST_1024' and
13179            not 'VXLAN' and
13180            not 'DOT1Q'"
13181   parameters:
13182   - "throughput"
13183   - "parent"
13184   - "tags"
13185   sort:
13186   - "not CFS_OPT"
13187   - "1VM"
13188   - "2VM"
13189   traces:
13190     hoverinfo: "x+y"
13191     boxpoints: "outliers"
13192     whiskerwidth: 0
13193   layout:
13194     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13195     layout: "plot-throughput"
13196
13197 -
13198   type: "plot"
13199   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13200   algorithm: "plot_performance_box"
13201   output-file-type: ".html"
13202   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13203   data: "plot-vpp-throughput-latency-3n-hsw"
13204   filter: "'NIC_Intel-X710' and
13205            '64B' and
13206            'NDRPDR' and
13207            'ETH' and
13208            'IP4FWD' and
13209            '2T2C' and
13210            'VHOST_1024' and
13211            not 'VXLAN' and
13212            not 'DOT1Q'"
13213   parameters:
13214   - "throughput"
13215   - "parent"
13216   - "tags"
13217   sort:
13218   - "not CFS_OPT"
13219   - "1VM"
13220   - "2VM"
13221   traces:
13222     hoverinfo: "x+y"
13223     boxpoints: "outliers"
13224     whiskerwidth: 0
13225   layout:
13226     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13227     layout: "plot-throughput"
13228
13229 -
13230   type: "plot"
13231   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13232   algorithm: "plot_performance_box"
13233   output-file-type: ".html"
13234   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13235   data: "plot-vpp-throughput-latency-3n-hsw"
13236   filter: "'NIC_Intel-X710' and
13237            '64B' and
13238            'NDRPDR' and
13239            'ETH' and
13240            'IP4FWD' and
13241            '1T1C' and
13242            'VHOST_1024' and
13243            not 'VXLAN' and
13244            not 'DOT1Q'"
13245   parameters:
13246   - "throughput"
13247   - "parent"
13248   - "tags"
13249   sort:
13250   - "not CFS_OPT"
13251   - "1VM"
13252   - "2VM"
13253   traces:
13254     hoverinfo: "x+y"
13255     boxpoints: "outliers"
13256     whiskerwidth: 0
13257   layout:
13258     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13259     layout: "plot-throughput"
13260
13261 -
13262   type: "plot"
13263   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13264   algorithm: "plot_performance_box"
13265   output-file-type: ".html"
13266   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13267   data: "plot-vpp-throughput-latency-3n-hsw"
13268   filter: "'NIC_Intel-X710' and
13269            '64B' and
13270            'NDRPDR' and
13271            'ETH' and
13272            'IP4FWD' and
13273            '2T2C' and
13274            'VHOST_1024' and
13275            not 'VXLAN' and
13276            not 'DOT1Q'"
13277   parameters:
13278   - "throughput"
13279   - "parent"
13280   - "tags"
13281   sort:
13282   - "not CFS_OPT"
13283   - "1VM"
13284   - "2VM"
13285   traces:
13286     hoverinfo: "x+y"
13287     boxpoints: "outliers"
13288     whiskerwidth: 0
13289   layout:
13290     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13291     layout: "plot-throughput"
13292
13293 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
13294 -
13295   type: "plot"
13296   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13297   algorithm: "plot_performance_box"
13298   output-file-type: ".html"
13299   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13300   data: "plot-vpp-throughput-latency-3n-hsw"
13301   filter: "'NIC_Intel-X710' and
13302            '64B' and
13303            'NDRPDR' and
13304            ('ETH' or 'DOT1Q') and
13305            '1T1C' and
13306            'L2BDMACLRN' and
13307            'VHOST_1024' and
13308            not 'VXLAN' and
13309            not 'IP4FWD' and
13310            not '2VM'"
13311   parameters:
13312   - "throughput"
13313   - "parent"
13314   - "tags"
13315 #  sort:
13316 #  - "VM"  # "not CFS_OPT"
13317 #  - "CFS_OPT"
13318 #  - "FIB_10K"
13319 #  - "FIB_100K"
13320 #  - "FIB_1M"
13321   traces:
13322     hoverinfo: "x+y"
13323     boxpoints: "outliers"
13324     whiskerwidth: 0
13325   layout:
13326     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
13327     layout: "plot-throughput"
13328
13329 -
13330   type: "plot"
13331   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13332   algorithm: "plot_performance_box"
13333   output-file-type: ".html"
13334   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13335   data: "plot-vpp-throughput-latency-3n-hsw"
13336   filter: "'NIC_Intel-X710' and
13337            '64B' and
13338            'NDRPDR' and
13339            ('ETH' or 'DOT1Q') and
13340            '2T2C' and
13341            'L2BDMACLRN' and
13342            'VHOST_1024' and
13343            not 'VXLAN' and
13344            not 'IP4FWD' and
13345            not '2VM'"
13346   parameters:
13347   - "throughput"
13348   - "parent"
13349   - "tags"
13350 #  sort:
13351 #  - "VM"  # "not CFS_OPT"
13352 #  - "CFS_OPT"
13353 #  - "FIB_10K"
13354 #  - "FIB_100K"
13355 #  - "FIB_1M"
13356   traces:
13357     hoverinfo: "x+y"
13358     boxpoints: "outliers"
13359     whiskerwidth: 0
13360   layout:
13361     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
13362     layout: "plot-throughput"
13363
13364 -
13365   type: "plot"
13366   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13367   algorithm: "plot_performance_box"
13368   output-file-type: ".html"
13369   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13370   data: "plot-vpp-throughput-latency-3n-hsw"
13371   filter: "'NIC_Intel-X710' and
13372            '64B' and
13373            'NDRPDR' and
13374            ('ETH' or 'DOT1Q') and
13375            '1T1C' and
13376            'L2BDMACLRN' and
13377            'VHOST_1024' and
13378            not 'VXLAN' and
13379            not 'IP4FWD' and
13380            not '2VM'"
13381   parameters:
13382   - "throughput"
13383   - "parent"
13384   - "tags"
13385 #  sort:
13386 #  - "VM"  # "not CFS_OPT"
13387 #  - "CFS_OPT"
13388 #  - "FIB_10K"
13389 #  - "FIB_100K"
13390 #  - "FIB_1M"
13391   traces:
13392     hoverinfo: "x+y"
13393     boxpoints: "outliers"
13394     whiskerwidth: 0
13395   layout:
13396     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
13397     layout: "plot-throughput"
13398
13399 -
13400   type: "plot"
13401   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13402   algorithm: "plot_performance_box"
13403   output-file-type: ".html"
13404   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13405   data: "plot-vpp-throughput-latency-3n-hsw"
13406   filter: "'NIC_Intel-X710' and
13407            '64B' and
13408            'NDRPDR' and
13409            ('ETH' or 'DOT1Q') and
13410            '2T2C' and
13411            'L2BDMACLRN' and
13412            'VHOST_1024' and
13413            not 'VXLAN' and
13414            not 'IP4FWD' and
13415            not '2VM'"
13416   parameters:
13417   - "throughput"
13418   - "parent"
13419   - "tags"
13420 #  sort:
13421 #  - "VM"  # "not CFS_OPT"
13422 #  - "CFS_OPT"
13423 #  - "FIB_10K"
13424 #  - "FIB_100K"
13425 #  - "FIB_1M"
13426   traces:
13427     hoverinfo: "x+y"
13428     boxpoints: "outliers"
13429     whiskerwidth: 0
13430   layout:
13431     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
13432     layout: "plot-throughput"
13433
13434 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
13435 -
13436   type: "plot"
13437   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
13438   algorithm: "plot_performance_box"
13439   output-file-type: ".html"
13440   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
13441   data: "plot-vpp-throughput-latency-3n-hsw"
13442   filter: "'NIC_Intel-X710' and
13443            '64B' and
13444            'NDRPDR' and
13445            ('ETH' or 'DOT1Q') and
13446            'BASE' and
13447            '1T1C' and
13448            ('L2BDMACLRN' or 'L2XCFWD') and
13449            'VHOST_1024' and
13450            not 'VXLAN' and
13451            not 'IP4FWD' and
13452            not '2VM'"
13453   parameters:
13454   - "throughput"
13455   - "parent"
13456   - "tags"
13457 #  sort:
13458 #  - "not CFS_OPT"
13459 #  - "L2XCFWD"
13460 #  - "not CFS_OPT"
13461 #  - "CFS_OPT"
13462   traces:
13463     hoverinfo: "x+y"
13464     boxpoints: "outliers"
13465     whiskerwidth: 0
13466   layout:
13467     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
13468     layout: "plot-throughput"
13469
13470 -
13471   type: "plot"
13472   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
13473   algorithm: "plot_performance_box"
13474   output-file-type: ".html"
13475   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
13476   data: "plot-vpp-throughput-latency-3n-hsw"
13477   filter: "'NIC_Intel-X710' and
13478            '64B' and
13479            'NDRPDR' and
13480            ('ETH' or 'DOT1Q') and
13481            'BASE' and
13482            '1T1C' and
13483            ('L2BDMACLRN' or 'L2XCFWD') and
13484            'VHOST_1024' and
13485            not 'VXLAN' and
13486            not 'IP4FWD' and
13487            not '2VM'"
13488   parameters:
13489   - "throughput"
13490   - "parent"
13491   - "tags"
13492 #  sort:
13493 #  - "not CFS_OPT"
13494 #  - "L2XCFWD"
13495 #  - "not CFS_OPT"
13496 #  - "CFS_OPT"
13497   traces:
13498     hoverinfo: "x+y"
13499     boxpoints: "outliers"
13500     whiskerwidth: 0
13501   layout:
13502     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
13503     layout: "plot-throughput"
13504
13505 -
13506   type: "plot"
13507   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
13508   algorithm: "plot_performance_box"
13509   output-file-type: ".html"
13510   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
13511   data: "plot-vpp-throughput-latency-3n-hsw"
13512   filter: "'NIC_Intel-X710' and
13513            '64B' and
13514            'NDRPDR' and
13515            ('ETH' or 'DOT1Q') and
13516            'BASE' and
13517            '2T2C' and
13518            ('L2BDMACLRN' or 'L2XCFWD') and
13519            'VHOST_1024' and
13520            not 'VXLAN' and
13521            not 'IP4FWD' and
13522            not '2VM'"
13523   parameters:
13524   - "throughput"
13525   - "parent"
13526   - "tags"
13527 #  sort:
13528 #  - "not CFS_OPT"
13529 #  - "L2XCFWD"
13530 #  - "not CFS_OPT"
13531 #  - "CFS_OPT"
13532   traces:
13533     hoverinfo: "x+y"
13534     boxpoints: "outliers"
13535     whiskerwidth: 0
13536   layout:
13537     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
13538     layout: "plot-throughput"
13539
13540 -
13541   type: "plot"
13542   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
13543   algorithm: "plot_performance_box"
13544   output-file-type: ".html"
13545   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
13546   data: "plot-vpp-throughput-latency-3n-hsw"
13547   filter: "'NIC_Intel-X710' and
13548            '64B' and
13549            'NDRPDR' and
13550            ('ETH' or 'DOT1Q') and
13551            'BASE' and
13552            '2T2C' and
13553            ('L2BDMACLRN' or 'L2XCFWD') and
13554            'VHOST_1024' and
13555            not 'VXLAN' and
13556            not 'IP4FWD' and
13557            not '2VM'"
13558   parameters:
13559   - "throughput"
13560   - "parent"
13561   - "tags"
13562 #  sort:
13563 #  - "not CFS_OPT"
13564 #  - "L2XCFWD"
13565 #  - "not CFS_OPT"
13566 #  - "CFS_OPT"
13567   traces:
13568     hoverinfo: "x+y"
13569     boxpoints: "outliers"
13570     whiskerwidth: 0
13571   layout:
13572     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
13573     layout: "plot-throughput"
13574
13575 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
13576 -
13577   type: "plot"
13578   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-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-vm-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' or 'L2XCFWD') and
13589            'VHOST_1024' and
13590            not 'CFS_OPT' and
13591            not 'VXLAN' and
13592            not 'IP4FWD' and
13593            not 'LBOND'"
13594   parameters:
13595   - "throughput"
13596   - "parent"
13597   - "tags"
13598 #  sort:
13599 #  - "1VM"
13600 #  - "L2XCFWD"
13601 #  - "1VM"
13602 #  - "L2BDMACLRN"
13603   traces:
13604     hoverinfo: "x+y"
13605     boxpoints: "outliers"
13606     whiskerwidth: 0
13607   layout:
13608     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
13609     layout: "plot-throughput"
13610
13611 -
13612   type: "plot"
13613   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
13614   algorithm: "plot_performance_box"
13615   output-file-type: ".html"
13616   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
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            '1T1C' and
13623            ('L2BDMACLRN' or 'L2XCFWD') and
13624            'VHOST_1024' and
13625            not 'CFS_OPT' and
13626            not 'VXLAN' and
13627            not 'IP4FWD' and
13628            not 'LBOND'"
13629   parameters:
13630   - "throughput"
13631   - "parent"
13632   - "tags"
13633 #  sort:
13634 #  - "1VM"
13635 #  - "L2XCFWD"
13636 #  - "1VM"
13637 #  - "L2BDMACLRN"
13638   traces:
13639     hoverinfo: "x+y"
13640     boxpoints: "outliers"
13641     whiskerwidth: 0
13642   layout:
13643     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
13644     layout: "plot-throughput"
13645
13646 -
13647   type: "plot"
13648   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
13649   algorithm: "plot_performance_box"
13650   output-file-type: ".html"
13651   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
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            '2T2C' and
13658            ('L2BDMACLRN' or 'L2XCFWD') and
13659            'VHOST_1024' and
13660            not 'CFS_OPT' and
13661            not 'VXLAN' and
13662            not 'IP4FWD' and
13663            not 'LBOND'"
13664   parameters:
13665   - "throughput"
13666   - "parent"
13667   - "tags"
13668 #  sort:
13669 #  - "1VM"
13670 #  - "L2XCFWD"
13671 #  - "1VM"
13672 #  - "L2BDMACLRN"
13673   traces:
13674     hoverinfo: "x+y"
13675     boxpoints: "outliers"
13676     whiskerwidth: 0
13677   layout:
13678     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
13679     layout: "plot-throughput"
13680
13681 -
13682   type: "plot"
13683   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-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-vm-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' or 'L2XCFWD') and
13694            'VHOST_1024' and
13695            not 'CFS_OPT' and
13696            not 'VXLAN' and
13697            not 'IP4FWD' and
13698            not 'LBOND'"
13699   parameters:
13700   - "throughput"
13701   - "parent"
13702   - "tags"
13703 #  sort:
13704 #  - "1VM"
13705 #  - "L2XCFWD"
13706 #  - "1VM"
13707 #  - "L2BDMACLRN"
13708   traces:
13709     hoverinfo: "x+y"
13710     boxpoints: "outliers"
13711     whiskerwidth: 0
13712   layout:
13713     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
13714     layout: "plot-throughput"
13715
13716 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
13717 -
13718   type: "plot"
13719   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13720   algorithm: "plot_performance_box"
13721   output-file-type: ".html"
13722   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13723   data: "plot-vpp-throughput-latency-3n-hsw"
13724   filter: "'NIC_Intel-XL710' and
13725            '64B' and
13726            'NDRPDR' and
13727            'ETH' and
13728            'IP4FWD' and
13729            '1T1C' and
13730            'VHOST_1024' and
13731            not 'VXLAN' and
13732            not 'DOT1Q'"
13733   parameters:
13734   - "throughput"
13735   - "parent"
13736   - "tags"
13737   sort:
13738   - "not CFS_OPT"
13739   - "1VM"
13740   - "2VM"
13741   traces:
13742     hoverinfo: "x+y"
13743     boxpoints: "outliers"
13744     whiskerwidth: 0
13745   layout:
13746     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13747     layout: "plot-throughput"
13748
13749 -
13750   type: "plot"
13751   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13752   algorithm: "plot_performance_box"
13753   output-file-type: ".html"
13754   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13755   data: "plot-vpp-throughput-latency-3n-hsw"
13756   filter: "'NIC_Intel-XL710' and
13757            '64B' and
13758            'NDRPDR' and
13759            'ETH' and
13760            'IP4FWD' and
13761            '2T2C' and
13762            'VHOST_1024' and
13763            not 'VXLAN' and
13764            not 'DOT1Q'"
13765   parameters:
13766   - "throughput"
13767   - "parent"
13768   - "tags"
13769   sort:
13770   - "not CFS_OPT"
13771   - "1VM"
13772   - "2VM"
13773   traces:
13774     hoverinfo: "x+y"
13775     boxpoints: "outliers"
13776     whiskerwidth: 0
13777   layout:
13778     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13779     layout: "plot-throughput"
13780
13781 -
13782   type: "plot"
13783   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13784   algorithm: "plot_performance_box"
13785   output-file-type: ".html"
13786   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13787   data: "plot-vpp-throughput-latency-3n-hsw"
13788   filter: "'NIC_Intel-XL710' and
13789            '64B' and
13790            'NDRPDR' and
13791            'ETH' and
13792            'IP4FWD' and
13793            '1T1C' and
13794            'VHOST_1024' and
13795            not 'VXLAN' and
13796            not 'DOT1Q'"
13797   parameters:
13798   - "throughput"
13799   - "parent"
13800   - "tags"
13801   sort:
13802   - "not CFS_OPT"
13803   - "1VM"
13804   - "2VM"
13805   traces:
13806     hoverinfo: "x+y"
13807     boxpoints: "outliers"
13808     whiskerwidth: 0
13809   layout:
13810     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13811     layout: "plot-throughput"
13812
13813 -
13814   type: "plot"
13815   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13816   algorithm: "plot_performance_box"
13817   output-file-type: ".html"
13818   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13819   data: "plot-vpp-throughput-latency-3n-hsw"
13820   filter: "'NIC_Intel-XL710' and
13821            '64B' and
13822            'NDRPDR' and
13823            'ETH' and
13824            'IP4FWD' and
13825            '2T2C' and
13826            'VHOST_1024' and
13827            not 'VXLAN' and
13828            not 'DOT1Q'"
13829   parameters:
13830   - "throughput"
13831   - "parent"
13832   - "tags"
13833   sort:
13834   - "not CFS_OPT"
13835   - "1VM"
13836   - "2VM"
13837   traces:
13838     hoverinfo: "x+y"
13839     boxpoints: "outliers"
13840     whiskerwidth: 0
13841   layout:
13842     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13843     layout: "plot-throughput"
13844
13845 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
13846 -
13847   type: "plot"
13848   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13849   algorithm: "plot_performance_box"
13850   output-file-type: ".html"
13851   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13852   data: "plot-vpp-throughput-latency-3n-hsw"
13853   filter: "'NIC_Intel-XL710' and
13854            '64B' and
13855            'NDRPDR' and
13856            ('ETH' or 'DOT1Q') and
13857            '1T1C' and
13858            'L2BDMACLRN' and
13859            'VHOST_1024' and
13860            not 'VXLAN' and
13861            not 'IP4FWD' and
13862            not '2VM'"
13863   parameters:
13864   - "throughput"
13865   - "parent"
13866   - "tags"
13867 #  sort:
13868 #  - "VM"  # "not CFS_OPT"
13869 #  - "CFS_OPT"
13870 #  - "FIB_10K"
13871 #  - "FIB_100K"
13872 #  - "FIB_1M"
13873   traces:
13874     hoverinfo: "x+y"
13875     boxpoints: "outliers"
13876     whiskerwidth: 0
13877   layout:
13878     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
13879     layout: "plot-throughput"
13880
13881 -
13882   type: "plot"
13883   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13884   algorithm: "plot_performance_box"
13885   output-file-type: ".html"
13886   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13887   data: "plot-vpp-throughput-latency-3n-hsw"
13888   filter: "'NIC_Intel-XL710' and
13889            '64B' and
13890            'NDRPDR' and
13891            ('ETH' or 'DOT1Q') and
13892            '2T2C' and
13893            'L2BDMACLRN' and
13894            'VHOST_1024' and
13895            not 'VXLAN' and
13896            not 'IP4FWD' and
13897            not '2VM'"
13898   parameters:
13899   - "throughput"
13900   - "parent"
13901   - "tags"
13902 #  sort:
13903 #  - "VM"  # "not CFS_OPT"
13904 #  - "CFS_OPT"
13905 #  - "FIB_10K"
13906 #  - "FIB_100K"
13907 #  - "FIB_1M"
13908   traces:
13909     hoverinfo: "x+y"
13910     boxpoints: "outliers"
13911     whiskerwidth: 0
13912   layout:
13913     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
13914     layout: "plot-throughput"
13915
13916 -
13917   type: "plot"
13918   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13919   algorithm: "plot_performance_box"
13920   output-file-type: ".html"
13921   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13922   data: "plot-vpp-throughput-latency-3n-hsw"
13923   filter: "'NIC_Intel-XL710' and
13924            '64B' and
13925            'NDRPDR' and
13926            ('ETH' or 'DOT1Q') and
13927            '1T1C' and
13928            'L2BDMACLRN' and
13929            'VHOST_1024' and
13930            not 'VXLAN' and
13931            not 'IP4FWD' and
13932            not '2VM'"
13933   parameters:
13934   - "throughput"
13935   - "parent"
13936   - "tags"
13937 #  sort:
13938 #  - "VM"  # "not CFS_OPT"
13939 #  - "CFS_OPT"
13940 #  - "FIB_10K"
13941 #  - "FIB_100K"
13942 #  - "FIB_1M"
13943   traces:
13944     hoverinfo: "x+y"
13945     boxpoints: "outliers"
13946     whiskerwidth: 0
13947   layout:
13948     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
13949     layout: "plot-throughput"
13950
13951 -
13952   type: "plot"
13953   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13954   algorithm: "plot_performance_box"
13955   output-file-type: ".html"
13956   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13957   data: "plot-vpp-throughput-latency-3n-hsw"
13958   filter: "'NIC_Intel-XL710' and
13959            '64B' and
13960            'NDRPDR' and
13961            ('ETH' or 'DOT1Q') and
13962            '2T2C' and
13963            'L2BDMACLRN' and
13964            'VHOST_1024' and
13965            not 'VXLAN' and
13966            not 'IP4FWD' and
13967            not '2VM'"
13968   parameters:
13969   - "throughput"
13970   - "parent"
13971   - "tags"
13972 #  sort:
13973 #  - "VM"  # "not CFS_OPT"
13974 #  - "CFS_OPT"
13975 #  - "FIB_10K"
13976 #  - "FIB_100K"
13977 #  - "FIB_1M"
13978   traces:
13979     hoverinfo: "x+y"
13980     boxpoints: "outliers"
13981     whiskerwidth: 0
13982   layout:
13983     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
13984     layout: "plot-throughput"
13985
13986 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
13987 -
13988   type: "plot"
13989   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
13990   algorithm: "plot_performance_box"
13991   output-file-type: ".html"
13992   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
13993   data: "plot-vpp-throughput-latency-3n-hsw"
13994   filter: "'NIC_Intel-XL710' and
13995            '64B' and
13996            'NDRPDR' and
13997            ('ETH' or 'DOT1Q') and
13998            'BASE' and
13999            '1T1C' and
14000            ('L2BDMACLRN' or 'L2XCFWD') and
14001            'VHOST_1024' and
14002            not 'VXLAN' and
14003            not 'IP4FWD' and
14004            not '2VM'"
14005   parameters:
14006   - "throughput"
14007   - "parent"
14008   - "tags"
14009 #  sort:
14010 #  - "not CFS_OPT"
14011 #  - "L2XCFWD"
14012 #  - "not CFS_OPT"
14013 #  - "CFS_OPT"
14014   traces:
14015     hoverinfo: "x+y"
14016     boxpoints: "outliers"
14017     whiskerwidth: 0
14018   layout:
14019     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
14020     layout: "plot-throughput"
14021
14022 -
14023   type: "plot"
14024   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
14025   algorithm: "plot_performance_box"
14026   output-file-type: ".html"
14027   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
14028   data: "plot-vpp-throughput-latency-3n-hsw"
14029   filter: "'NIC_Intel-XL710' and
14030            '64B' and
14031            'NDRPDR' and
14032            ('ETH' or 'DOT1Q') and
14033            'BASE' and
14034            '1T1C' and
14035            ('L2BDMACLRN' or 'L2XCFWD') and
14036            'VHOST_1024' and
14037            not 'VXLAN' and
14038            not 'IP4FWD' and
14039            not '2VM'"
14040   parameters:
14041   - "throughput"
14042   - "parent"
14043   - "tags"
14044 #  sort:
14045 #  - "not CFS_OPT"
14046 #  - "L2XCFWD"
14047 #  - "not CFS_OPT"
14048 #  - "CFS_OPT"
14049   traces:
14050     hoverinfo: "x+y"
14051     boxpoints: "outliers"
14052     whiskerwidth: 0
14053   layout:
14054     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
14055     layout: "plot-throughput"
14056
14057 -
14058   type: "plot"
14059   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
14060   algorithm: "plot_performance_box"
14061   output-file-type: ".html"
14062   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
14063   data: "plot-vpp-throughput-latency-3n-hsw"
14064   filter: "'NIC_Intel-XL710' and
14065            '64B' and
14066            'NDRPDR' and
14067            ('ETH' or 'DOT1Q') and
14068            'BASE' and
14069            '2T2C' and
14070            ('L2BDMACLRN' or 'L2XCFWD') and
14071            'VHOST_1024' and
14072            not 'VXLAN' and
14073            not 'IP4FWD' and
14074            not '2VM'"
14075   parameters:
14076   - "throughput"
14077   - "parent"
14078   - "tags"
14079 #  sort:
14080 #  - "not CFS_OPT"
14081 #  - "L2XCFWD"
14082 #  - "not CFS_OPT"
14083 #  - "CFS_OPT"
14084   traces:
14085     hoverinfo: "x+y"
14086     boxpoints: "outliers"
14087     whiskerwidth: 0
14088   layout:
14089     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
14090     layout: "plot-throughput"
14091
14092 -
14093   type: "plot"
14094   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
14095   algorithm: "plot_performance_box"
14096   output-file-type: ".html"
14097   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
14098   data: "plot-vpp-throughput-latency-3n-hsw"
14099   filter: "'NIC_Intel-XL710' and
14100            '64B' and
14101            'NDRPDR' and
14102            ('ETH' or 'DOT1Q') and
14103            'BASE' and
14104            '2T2C' and
14105            ('L2BDMACLRN' or 'L2XCFWD') and
14106            'VHOST_1024' and
14107            not 'VXLAN' and
14108            not 'IP4FWD' and
14109            not '2VM'"
14110   parameters:
14111   - "throughput"
14112   - "parent"
14113   - "tags"
14114 #  sort:
14115 #  - "not CFS_OPT"
14116 #  - "L2XCFWD"
14117 #  - "not CFS_OPT"
14118 #  - "CFS_OPT"
14119   traces:
14120     hoverinfo: "x+y"
14121     boxpoints: "outliers"
14122     whiskerwidth: 0
14123   layout:
14124     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
14125     layout: "plot-throughput"
14126
14127 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
14128 -
14129   type: "plot"
14130   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-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-vm-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' or 'L2XCFWD') and
14141            'VHOST_1024' and
14142            not 'CFS_OPT' and
14143            not 'VXLAN' and
14144            not 'IP4FWD'"
14145   parameters:
14146   - "throughput"
14147   - "parent"
14148   - "tags"
14149 #  sort:
14150 #  - "1VM"
14151 #  - "L2XCFWD"
14152 #  - "1VM"
14153 #  - "L2BDMACLRN"
14154   traces:
14155     hoverinfo: "x+y"
14156     boxpoints: "outliers"
14157     whiskerwidth: 0
14158   layout:
14159     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
14160     layout: "plot-throughput"
14161
14162 -
14163   type: "plot"
14164   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
14165   algorithm: "plot_performance_box"
14166   output-file-type: ".html"
14167   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
14168   data: "plot-vpp-throughput-latency-3n-hsw"
14169   filter: "'NIC_Intel-XL710' and
14170            '64B' and
14171            'NDRPDR' and
14172            ('ETH' or 'DOT1Q') and
14173            '1T1C' and
14174            ('L2BDMACLRN' or 'L2XCFWD') and
14175            'VHOST_1024' and
14176            not 'CFS_OPT' and
14177            not 'VXLAN' and
14178            not 'IP4FWD'"
14179   parameters:
14180   - "throughput"
14181   - "parent"
14182   - "tags"
14183 #  sort:
14184 #  - "1VM"
14185 #  - "L2XCFWD"
14186 #  - "1VM"
14187 #  - "L2BDMACLRN"
14188   traces:
14189     hoverinfo: "x+y"
14190     boxpoints: "outliers"
14191     whiskerwidth: 0
14192   layout:
14193     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
14194     layout: "plot-throughput"
14195
14196 -
14197   type: "plot"
14198   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
14199   algorithm: "plot_performance_box"
14200   output-file-type: ".html"
14201   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
14202   data: "plot-vpp-throughput-latency-3n-hsw"
14203   filter: "'NIC_Intel-XL710' and
14204            '64B' and
14205            'NDRPDR' and
14206            ('ETH' or 'DOT1Q') and
14207            '2T2C' and
14208            ('L2BDMACLRN' or 'L2XCFWD') and
14209            'VHOST_1024' and
14210            not 'CFS_OPT' and
14211            not 'VXLAN' and
14212            not 'IP4FWD'"
14213   parameters:
14214   - "throughput"
14215   - "parent"
14216   - "tags"
14217 #  sort:
14218 #  - "1VM"
14219 #  - "L2XCFWD"
14220 #  - "1VM"
14221 #  - "L2BDMACLRN"
14222   traces:
14223     hoverinfo: "x+y"
14224     boxpoints: "outliers"
14225     whiskerwidth: 0
14226   layout:
14227     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
14228     layout: "plot-throughput"
14229
14230 -
14231   type: "plot"
14232   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
14233   algorithm: "plot_performance_box"
14234   output-file-type: ".html"
14235   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
14236   data: "plot-vpp-throughput-latency-3n-hsw"
14237   filter: "'NIC_Intel-XL710' and
14238            '64B' and
14239            'NDRPDR' and
14240            ('ETH' or 'DOT1Q') and
14241            '2T2C' and
14242            ('L2BDMACLRN' or 'L2XCFWD') and
14243            'VHOST_1024' and
14244            not 'CFS_OPT' and
14245            not 'VXLAN' and
14246            not 'IP4FWD'"
14247   parameters:
14248   - "throughput"
14249   - "parent"
14250   - "tags"
14251 #  sort:
14252 #  - "1VM"
14253 #  - "L2XCFWD"
14254 #  - "1VM"
14255 #  - "L2BDMACLRN"
14256   traces:
14257     hoverinfo: "x+y"
14258     boxpoints: "outliers"
14259     whiskerwidth: 0
14260   layout:
14261     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
14262     layout: "plot-throughput"
14263
14264 # Packet Throughput - VPP vhost ip4 3n-skx-x710
14265 -
14266   type: "plot"
14267   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14268   algorithm: "plot_performance_box"
14269   output-file-type: ".html"
14270   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14271   data: "plot-vpp-throughput-latency-3n-skx"
14272   filter: "'NIC_Intel-X710' and
14273            '64B' and
14274            'NDRPDR' and
14275            'ETH' and
14276            'IP4FWD' and
14277            '2T1C' and
14278            'VHOST_1024' and
14279            not 'VXLAN' and
14280            not 'DOT1Q'"
14281   parameters:
14282   - "throughput"
14283   - "parent"
14284   - "tags"
14285   sort:
14286   - "not CFS_OPT"
14287   - "1VM"
14288   - "2VM"
14289   traces:
14290     hoverinfo: "x+y"
14291     boxpoints: "outliers"
14292     whiskerwidth: 0
14293   layout:
14294     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14295     layout: "plot-throughput"
14296
14297 -
14298   type: "plot"
14299   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14300   algorithm: "plot_performance_box"
14301   output-file-type: ".html"
14302   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14303   data: "plot-vpp-throughput-latency-3n-skx"
14304   filter: "'NIC_Intel-X710' and
14305            '64B' and
14306            'NDRPDR' and
14307            'ETH' and
14308            'IP4FWD' and
14309            '4T2C' and
14310            'VHOST_1024' and
14311            not 'VXLAN' and
14312            not 'DOT1Q'"
14313   parameters:
14314   - "throughput"
14315   - "parent"
14316   - "tags"
14317   sort:
14318   - "not CFS_OPT"
14319   - "1VM"
14320   - "2VM"
14321   traces:
14322     hoverinfo: "x+y"
14323     boxpoints: "outliers"
14324     whiskerwidth: 0
14325   layout:
14326     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14327     layout: "plot-throughput"
14328
14329 -
14330   type: "plot"
14331   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14332   algorithm: "plot_performance_box"
14333   output-file-type: ".html"
14334   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14335   data: "plot-vpp-throughput-latency-3n-skx"
14336   filter: "'NIC_Intel-X710' and
14337            '64B' and
14338            'NDRPDR' and
14339            'ETH' and
14340            'IP4FWD' and
14341            '2T1C' and
14342            'VHOST_1024' and
14343            not 'VXLAN' and
14344            not 'DOT1Q'"
14345   parameters:
14346   - "throughput"
14347   - "parent"
14348   - "tags"
14349   sort:
14350   - "not CFS_OPT"
14351   - "1VM"
14352   - "2VM"
14353   traces:
14354     hoverinfo: "x+y"
14355     boxpoints: "outliers"
14356     whiskerwidth: 0
14357   layout:
14358     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14359     layout: "plot-throughput"
14360
14361 -
14362   type: "plot"
14363   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14364   algorithm: "plot_performance_box"
14365   output-file-type: ".html"
14366   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14367   data: "plot-vpp-throughput-latency-3n-skx"
14368   filter: "'NIC_Intel-X710' and
14369            '64B' and
14370            'NDRPDR' and
14371            'ETH' and
14372            'IP4FWD' and
14373            '4T2C' and
14374            'VHOST_1024' and
14375            not 'VXLAN' and
14376            not 'DOT1Q'"
14377   parameters:
14378   - "throughput"
14379   - "parent"
14380   - "tags"
14381   sort:
14382   - "not CFS_OPT"
14383   - "1VM"
14384   - "2VM"
14385   traces:
14386     hoverinfo: "x+y"
14387     boxpoints: "outliers"
14388     whiskerwidth: 0
14389   layout:
14390     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14391     layout: "plot-throughput"
14392
14393 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
14394 -
14395   type: "plot"
14396   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14397   algorithm: "plot_performance_box"
14398   output-file-type: ".html"
14399   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14400   data: "plot-vpp-throughput-latency-3n-skx"
14401   filter: "'NIC_Intel-X710' and
14402            '64B' and
14403            'NDRPDR' and
14404            ('ETH' or 'DOT1Q') and
14405            '2T1C' and
14406            'L2BDMACLRN' and
14407            'VHOST_1024' and
14408            not 'VXLAN' and
14409            not 'IP4FWD' and
14410            not '2VM'"
14411   parameters:
14412   - "throughput"
14413   - "parent"
14414   - "tags"
14415 #  sort:
14416 #  - "VM"  # "not CFS_OPT"
14417 #  - "CFS_OPT"
14418 #  - "FIB_10K"
14419 #  - "FIB_100K"
14420 #  - "FIB_1M"
14421   traces:
14422     hoverinfo: "x+y"
14423     boxpoints: "outliers"
14424     whiskerwidth: 0
14425   layout:
14426     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
14427     layout: "plot-throughput"
14428
14429 -
14430   type: "plot"
14431   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14432   algorithm: "plot_performance_box"
14433   output-file-type: ".html"
14434   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14435   data: "plot-vpp-throughput-latency-3n-skx"
14436   filter: "'NIC_Intel-X710' and
14437            '64B' and
14438            'NDRPDR' and
14439            ('ETH' or 'DOT1Q') and
14440            '4T2C' and
14441            'L2BDMACLRN' and
14442            'VHOST_1024' and
14443            not 'VXLAN' and
14444            not 'IP4FWD' and
14445            not '2VM'"
14446   parameters:
14447   - "throughput"
14448   - "parent"
14449   - "tags"
14450 #  sort:
14451 #  - "VM"  # "not CFS_OPT"
14452 #  - "CFS_OPT"
14453 #  - "FIB_10K"
14454 #  - "FIB_100K"
14455 #  - "FIB_1M"
14456   traces:
14457     hoverinfo: "x+y"
14458     boxpoints: "outliers"
14459     whiskerwidth: 0
14460   layout:
14461     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
14462     layout: "plot-throughput"
14463
14464 -
14465   type: "plot"
14466   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14467   algorithm: "plot_performance_box"
14468   output-file-type: ".html"
14469   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14470   data: "plot-vpp-throughput-latency-3n-skx"
14471   filter: "'NIC_Intel-X710' and
14472            '64B' and
14473            'NDRPDR' and
14474            ('ETH' or 'DOT1Q') and
14475            '2T1C' and
14476            'L2BDMACLRN' and
14477            'VHOST_1024' and
14478            not 'VXLAN' and
14479            not 'IP4FWD' and
14480            not '2VM'"
14481   parameters:
14482   - "throughput"
14483   - "parent"
14484   - "tags"
14485 #  sort:
14486 #  - "VM"  # "not CFS_OPT"
14487 #  - "CFS_OPT"
14488 #  - "FIB_10K"
14489 #  - "FIB_100K"
14490 #  - "FIB_1M"
14491   traces:
14492     hoverinfo: "x+y"
14493     boxpoints: "outliers"
14494     whiskerwidth: 0
14495   layout:
14496     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
14497     layout: "plot-throughput"
14498
14499 -
14500   type: "plot"
14501   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14502   algorithm: "plot_performance_box"
14503   output-file-type: ".html"
14504   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14505   data: "plot-vpp-throughput-latency-3n-skx"
14506   filter: "'NIC_Intel-X710' and
14507            '64B' and
14508            'NDRPDR' and
14509            ('ETH' or 'DOT1Q') and
14510            '4T2C' and
14511            'L2BDMACLRN' and
14512            'VHOST_1024' and
14513            not 'VXLAN' and
14514            not 'IP4FWD' and
14515            not '2VM'"
14516   parameters:
14517   - "throughput"
14518   - "parent"
14519   - "tags"
14520 #  sort:
14521 #  - "VM"  # "not CFS_OPT"
14522 #  - "CFS_OPT"
14523 #  - "FIB_10K"
14524 #  - "FIB_100K"
14525 #  - "FIB_1M"
14526   traces:
14527     hoverinfo: "x+y"
14528     boxpoints: "outliers"
14529     whiskerwidth: 0
14530   layout:
14531     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
14532     layout: "plot-throughput"
14533
14534 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
14535 -
14536   type: "plot"
14537   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
14538   algorithm: "plot_performance_box"
14539   output-file-type: ".html"
14540   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
14541   data: "plot-vpp-throughput-latency-3n-skx"
14542   filter: "'NIC_Intel-X710' and
14543            '64B' and
14544            'NDRPDR' and
14545            ('ETH' or 'DOT1Q') and
14546            'BASE' and
14547            '2T1C' and
14548            ('L2BDMACLRN' or 'L2XCFWD') and
14549            'VHOST_1024' and
14550            not 'VXLAN' and
14551            not 'IP4FWD' and
14552            not '2VM' and
14553            not 'LBOND'"
14554   parameters:
14555   - "throughput"
14556   - "parent"
14557   - "tags"
14558 #  sort:
14559 #  - "not CFS_OPT"
14560 #  - "L2XCFWD"
14561 #  - "not CFS_OPT"
14562 #  - "CFS_OPT"
14563   traces:
14564     hoverinfo: "x+y"
14565     boxpoints: "outliers"
14566     whiskerwidth: 0
14567   layout:
14568     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
14569     layout: "plot-throughput"
14570
14571 -
14572   type: "plot"
14573   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
14574   algorithm: "plot_performance_box"
14575   output-file-type: ".html"
14576   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
14577   data: "plot-vpp-throughput-latency-3n-skx"
14578   filter: "'NIC_Intel-X710' and
14579            '64B' and
14580            'NDRPDR' and
14581            ('ETH' or 'DOT1Q') and
14582            'BASE' and
14583            '2T1C' and
14584            ('L2BDMACLRN' or 'L2XCFWD') and
14585            'VHOST_1024' and
14586            not 'VXLAN' and
14587            not 'IP4FWD' and
14588            not '2VM' and
14589            not 'LBOND'"
14590   parameters:
14591   - "throughput"
14592   - "parent"
14593   - "tags"
14594 #  sort:
14595 #  - "not CFS_OPT"
14596 #  - "L2XCFWD"
14597 #  - "not CFS_OPT"
14598 #  - "CFS_OPT"
14599   traces:
14600     hoverinfo: "x+y"
14601     boxpoints: "outliers"
14602     whiskerwidth: 0
14603   layout:
14604     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
14605     layout: "plot-throughput"
14606
14607 -
14608   type: "plot"
14609   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
14610   algorithm: "plot_performance_box"
14611   output-file-type: ".html"
14612   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
14613   data: "plot-vpp-throughput-latency-3n-skx"
14614   filter: "'NIC_Intel-X710' and
14615            '64B' and
14616            'NDRPDR' and
14617            ('ETH' or 'DOT1Q') and
14618            'BASE' and
14619            '4T2C' and
14620            ('L2BDMACLRN' or 'L2XCFWD') and
14621            'VHOST_1024' and
14622            not 'VXLAN' and
14623            not 'IP4FWD' and
14624            not '2VM' and
14625            not 'LBOND'"
14626   parameters:
14627   - "throughput"
14628   - "parent"
14629   - "tags"
14630 #  sort:
14631 #  - "not CFS_OPT"
14632 #  - "L2XCFWD"
14633 #  - "not CFS_OPT"
14634 #  - "CFS_OPT"
14635   traces:
14636     hoverinfo: "x+y"
14637     boxpoints: "outliers"
14638     whiskerwidth: 0
14639   layout:
14640     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
14641     layout: "plot-throughput"
14642
14643 -
14644   type: "plot"
14645   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
14646   algorithm: "plot_performance_box"
14647   output-file-type: ".html"
14648   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
14649   data: "plot-vpp-throughput-latency-3n-skx"
14650   filter: "'NIC_Intel-X710' and
14651            '64B' and
14652            'NDRPDR' and
14653            ('ETH' or 'DOT1Q') and
14654            'BASE' and
14655            '4T2C' and
14656            ('L2BDMACLRN' or 'L2XCFWD') and
14657            'VHOST_1024' and
14658            not 'VXLAN' and
14659            not 'IP4FWD' and
14660            not '2VM' and
14661            not 'LBOND'"
14662   parameters:
14663   - "throughput"
14664   - "parent"
14665   - "tags"
14666 #  sort:
14667 #  - "not CFS_OPT"
14668 #  - "L2XCFWD"
14669 #  - "not CFS_OPT"
14670 #  - "CFS_OPT"
14671   traces:
14672     hoverinfo: "x+y"
14673     boxpoints: "outliers"
14674     whiskerwidth: 0
14675   layout:
14676     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
14677     layout: "plot-throughput"
14678
14679 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
14680 -
14681   type: "plot"
14682   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
14683   algorithm: "plot_performance_box"
14684   output-file-type: ".html"
14685   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
14686   data: "plot-vpp-throughput-latency-3n-skx"
14687   filter: "'NIC_Intel-X710' and
14688            '64B' and
14689            'NDRPDR' and
14690            ('ETH' or 'DOT1Q') and
14691            '2T1C' and
14692            ('L2BDMACLRN' or 'L2XCFWD') and
14693            'VHOST_1024' and
14694            not 'CFS_OPT' and
14695            not 'VXLAN' and
14696            not 'IP4FWD' and
14697            not 'LBOND'"
14698   parameters:
14699   - "throughput"
14700   - "parent"
14701   - "tags"
14702 #  sort:
14703 #  - "1VM"
14704 #  - "L2XCFWD"
14705 #  - "1VM"
14706 #  - "L2BDMACLRN"
14707   traces:
14708     hoverinfo: "x+y"
14709     boxpoints: "outliers"
14710     whiskerwidth: 0
14711   layout:
14712     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
14713     layout: "plot-throughput"
14714
14715 -
14716   type: "plot"
14717   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
14718   algorithm: "plot_performance_box"
14719   output-file-type: ".html"
14720   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
14721   data: "plot-vpp-throughput-latency-3n-skx"
14722   filter: "'NIC_Intel-X710' and
14723            '64B' and
14724            'NDRPDR' and
14725            ('ETH' or 'DOT1Q') and
14726            '2T1C' and
14727            ('L2BDMACLRN' or 'L2XCFWD') and
14728            'VHOST_1024' and
14729            not 'CFS_OPT' and
14730            not 'VXLAN' and
14731            not 'IP4FWD' and
14732            not 'LBOND'"
14733   parameters:
14734   - "throughput"
14735   - "parent"
14736   - "tags"
14737 #  sort:
14738 #  - "1VM"
14739 #  - "L2XCFWD"
14740 #  - "1VM"
14741 #  - "L2BDMACLRN"
14742   traces:
14743     hoverinfo: "x+y"
14744     boxpoints: "outliers"
14745     whiskerwidth: 0
14746   layout:
14747     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
14748     layout: "plot-throughput"
14749
14750 -
14751   type: "plot"
14752   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
14753   algorithm: "plot_performance_box"
14754   output-file-type: ".html"
14755   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
14756   data: "plot-vpp-throughput-latency-3n-skx"
14757   filter: "'NIC_Intel-X710' and
14758            '64B' and
14759            'NDRPDR' and
14760            ('ETH' or 'DOT1Q') and
14761            '4T2C' and
14762            ('L2BDMACLRN' or 'L2XCFWD') and
14763            'VHOST_1024' and
14764            not 'CFS_OPT' and
14765            not 'VXLAN' and
14766            not 'IP4FWD' and
14767            not 'LBOND'"
14768   parameters:
14769   - "throughput"
14770   - "parent"
14771   - "tags"
14772 #  sort:
14773 #  - "1VM"
14774 #  - "L2XCFWD"
14775 #  - "1VM"
14776 #  - "L2BDMACLRN"
14777   traces:
14778     hoverinfo: "x+y"
14779     boxpoints: "outliers"
14780     whiskerwidth: 0
14781   layout:
14782     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
14783     layout: "plot-throughput"
14784
14785 -
14786   type: "plot"
14787   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
14788   algorithm: "plot_performance_box"
14789   output-file-type: ".html"
14790   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
14791   data: "plot-vpp-throughput-latency-3n-skx"
14792   filter: "'NIC_Intel-X710' and
14793            '64B' and
14794            'NDRPDR' and
14795            ('ETH' or 'DOT1Q') and
14796            '4T2C' and
14797            ('L2BDMACLRN' or 'L2XCFWD') and
14798            'VHOST_1024' and
14799            not 'CFS_OPT' and
14800            not 'VXLAN' and
14801            not 'IP4FWD' and
14802            not 'LBOND'"
14803   parameters:
14804   - "throughput"
14805   - "parent"
14806   - "tags"
14807 #  sort:
14808 #  - "1VM"
14809 #  - "L2XCFWD"
14810 #  - "1VM"
14811 #  - "L2BDMACLRN"
14812   traces:
14813     hoverinfo: "x+y"
14814     boxpoints: "outliers"
14815     whiskerwidth: 0
14816   layout:
14817     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
14818     layout: "plot-throughput"
14819
14820 # Packet Throughput - VPP vhost ip4 2n-skx-x710
14821 -
14822   type: "plot"
14823   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14824   algorithm: "plot_performance_box"
14825   output-file-type: ".html"
14826   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14827   data: "plot-vpp-throughput-latency-2n-skx"
14828   filter: "'NIC_Intel-X710' and
14829            '64B' and
14830            'NDRPDR' and
14831            'ETH' and
14832            'IP4FWD' and
14833            '2T1C' and
14834            'VHOST_1024' and
14835            not 'VXLAN' and
14836            not 'DOT1Q'"
14837   parameters:
14838   - "throughput"
14839   - "parent"
14840   - "tags"
14841   sort:
14842   - "not CFS_OPT"
14843   - "1VM"
14844   - "2VM"
14845   traces:
14846     hoverinfo: "x+y"
14847     boxpoints: "outliers"
14848     whiskerwidth: 0
14849   layout:
14850     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14851     layout: "plot-throughput"
14852
14853 -
14854   type: "plot"
14855   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14856   algorithm: "plot_performance_box"
14857   output-file-type: ".html"
14858   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14859   data: "plot-vpp-throughput-latency-2n-skx"
14860   filter: "'NIC_Intel-X710' and
14861            '64B' and
14862            'NDRPDR' and
14863            'ETH' and
14864            'IP4FWD' and
14865            '4T2C' and
14866            'VHOST_1024' and
14867            not 'VXLAN' and
14868            not 'DOT1Q'"
14869   parameters:
14870   - "throughput"
14871   - "parent"
14872   - "tags"
14873   sort:
14874   - "not CFS_OPT"
14875   - "1VM"
14876   - "2VM"
14877   traces:
14878     hoverinfo: "x+y"
14879     boxpoints: "outliers"
14880     whiskerwidth: 0
14881   layout:
14882     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14883     layout: "plot-throughput"
14884
14885 -
14886   type: "plot"
14887   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14888   algorithm: "plot_performance_box"
14889   output-file-type: ".html"
14890   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14891   data: "plot-vpp-throughput-latency-2n-skx"
14892   filter: "'NIC_Intel-X710' and
14893            '64B' and
14894            'NDRPDR' and
14895            'ETH' and
14896            'IP4FWD' and
14897            '2T1C' and
14898            'VHOST_1024' and
14899            not 'VXLAN' and
14900            not 'DOT1Q'"
14901   parameters:
14902   - "throughput"
14903   - "parent"
14904   - "tags"
14905   sort:
14906   - "not CFS_OPT"
14907   - "1VM"
14908   - "2VM"
14909   traces:
14910     hoverinfo: "x+y"
14911     boxpoints: "outliers"
14912     whiskerwidth: 0
14913   layout:
14914     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
14915     layout: "plot-throughput"
14916
14917 -
14918   type: "plot"
14919   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14920   algorithm: "plot_performance_box"
14921   output-file-type: ".html"
14922   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14923   data: "plot-vpp-throughput-latency-2n-skx"
14924   filter: "'NIC_Intel-X710' and
14925            '64B' and
14926            'NDRPDR' and
14927            'ETH' and
14928            'IP4FWD' and
14929            '4T2C' and
14930            'VHOST_1024' and
14931            not 'VXLAN' and
14932            not 'DOT1Q'"
14933   parameters:
14934   - "throughput"
14935   - "parent"
14936   - "tags"
14937   sort:
14938   - "not CFS_OPT"
14939   - "1VM"
14940   - "2VM"
14941   traces:
14942     hoverinfo: "x+y"
14943     boxpoints: "outliers"
14944     whiskerwidth: 0
14945   layout:
14946     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
14947     layout: "plot-throughput"
14948
14949 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
14950 -
14951   type: "plot"
14952   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14953   algorithm: "plot_performance_box"
14954   output-file-type: ".html"
14955   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14956   data: "plot-vpp-throughput-latency-2n-skx"
14957   filter: "'NIC_Intel-X710' and
14958            '64B' and
14959            'NDRPDR' and
14960            ('ETH' or 'DOT1Q') and
14961            '2T1C' and
14962            'L2BDMACLRN' and
14963            'VHOST_1024' and
14964            not 'VXLAN' and
14965            not 'IP4FWD' and
14966            not '2VM'"
14967   parameters:
14968   - "throughput"
14969   - "parent"
14970   - "tags"
14971 #  sort:
14972 #  - "VM"  # "not CFS_OPT"
14973 #  - "CFS_OPT"
14974 #  - "FIB_10K"
14975 #  - "FIB_100K"
14976 #  - "FIB_1M"
14977   traces:
14978     hoverinfo: "x+y"
14979     boxpoints: "outliers"
14980     whiskerwidth: 0
14981   layout:
14982     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
14983     layout: "plot-throughput"
14984
14985 -
14986   type: "plot"
14987   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14988   algorithm: "plot_performance_box"
14989   output-file-type: ".html"
14990   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
14991   data: "plot-vpp-throughput-latency-2n-skx"
14992   filter: "'NIC_Intel-X710' and
14993            '64B' and
14994            'NDRPDR' and
14995            ('ETH' or 'DOT1Q') and
14996            '4T2C' and
14997            'L2BDMACLRN' and
14998            'VHOST_1024' and
14999            not 'VXLAN' and
15000            not 'IP4FWD' and
15001            not '2VM'"
15002   parameters:
15003   - "throughput"
15004   - "parent"
15005   - "tags"
15006 #  sort:
15007 #  - "VM"  # "not CFS_OPT"
15008 #  - "CFS_OPT"
15009 #  - "FIB_10K"
15010 #  - "FIB_100K"
15011 #  - "FIB_1M"
15012   traces:
15013     hoverinfo: "x+y"
15014     boxpoints: "outliers"
15015     whiskerwidth: 0
15016   layout:
15017     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
15018     layout: "plot-throughput"
15019
15020 -
15021   type: "plot"
15022   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15023   algorithm: "plot_performance_box"
15024   output-file-type: ".html"
15025   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15026   data: "plot-vpp-throughput-latency-2n-skx"
15027   filter: "'NIC_Intel-X710' and
15028            '64B' and
15029            'NDRPDR' and
15030            ('ETH' or 'DOT1Q') and
15031            '2T1C' and
15032            'L2BDMACLRN' and
15033            'VHOST_1024' and
15034            not 'VXLAN' and
15035            not 'IP4FWD' and
15036            not '2VM'"
15037   parameters:
15038   - "throughput"
15039   - "parent"
15040   - "tags"
15041 #  sort:
15042 #  - "VM"  # "not CFS_OPT"
15043 #  - "CFS_OPT"
15044 #  - "FIB_10K"
15045 #  - "FIB_100K"
15046 #  - "FIB_1M"
15047   traces:
15048     hoverinfo: "x+y"
15049     boxpoints: "outliers"
15050     whiskerwidth: 0
15051   layout:
15052     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
15053     layout: "plot-throughput"
15054
15055 -
15056   type: "plot"
15057   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15058   algorithm: "plot_performance_box"
15059   output-file-type: ".html"
15060   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15061   data: "plot-vpp-throughput-latency-2n-skx"
15062   filter: "'NIC_Intel-X710' and
15063            '64B' and
15064            'NDRPDR' and
15065            ('ETH' or 'DOT1Q') and
15066            '4T2C' and
15067            'L2BDMACLRN' and
15068            'VHOST_1024' and
15069            not 'VXLAN' and
15070            not 'IP4FWD' and
15071            not '2VM'"
15072   parameters:
15073   - "throughput"
15074   - "parent"
15075   - "tags"
15076 #  sort:
15077 #  - "VM"  # "not CFS_OPT"
15078 #  - "CFS_OPT"
15079 #  - "FIB_10K"
15080 #  - "FIB_100K"
15081 #  - "FIB_1M"
15082   traces:
15083     hoverinfo: "x+y"
15084     boxpoints: "outliers"
15085     whiskerwidth: 0
15086   layout:
15087     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
15088     layout: "plot-throughput"
15089
15090 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
15091 -
15092   type: "plot"
15093   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
15094   algorithm: "plot_performance_box"
15095   output-file-type: ".html"
15096   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
15097   data: "plot-vpp-throughput-latency-2n-skx"
15098   filter: "'NIC_Intel-X710' and
15099            '64B' and
15100            'NDRPDR' and
15101            ('ETH' or 'DOT1Q') and
15102            'BASE' and
15103            '2T1C' and
15104            ('L2BDMACLRN' or 'L2XCFWD') and
15105            'VHOST_1024' and
15106            not 'VXLAN' and
15107            not 'IP4FWD' and
15108            not '2VM'"
15109   parameters:
15110   - "throughput"
15111   - "parent"
15112   - "tags"
15113 #  sort:
15114 #  - "not CFS_OPT"
15115 #  - "L2XCFWD"
15116 #  - "not CFS_OPT"
15117 #  - "CFS_OPT"
15118   traces:
15119     hoverinfo: "x+y"
15120     boxpoints: "outliers"
15121     whiskerwidth: 0
15122   layout:
15123     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
15124     layout: "plot-throughput"
15125
15126 -
15127   type: "plot"
15128   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
15129   algorithm: "plot_performance_box"
15130   output-file-type: ".html"
15131   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
15132   data: "plot-vpp-throughput-latency-2n-skx"
15133   filter: "'NIC_Intel-X710' and
15134            '64B' and
15135            'NDRPDR' and
15136            ('ETH' or 'DOT1Q') and
15137            'BASE' and
15138            '2T1C' and
15139            ('L2BDMACLRN' or 'L2XCFWD') and
15140            'VHOST_1024' and
15141            not 'VXLAN' and
15142            not 'IP4FWD' and
15143            not '2VM'"
15144   parameters:
15145   - "throughput"
15146   - "parent"
15147   - "tags"
15148 #  sort:
15149 #  - "not CFS_OPT"
15150 #  - "L2XCFWD"
15151 #  - "not CFS_OPT"
15152 #  - "CFS_OPT"
15153   traces:
15154     hoverinfo: "x+y"
15155     boxpoints: "outliers"
15156     whiskerwidth: 0
15157   layout:
15158     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
15159     layout: "plot-throughput"
15160
15161 -
15162   type: "plot"
15163   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
15164   algorithm: "plot_performance_box"
15165   output-file-type: ".html"
15166   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
15167   data: "plot-vpp-throughput-latency-2n-skx"
15168   filter: "'NIC_Intel-X710' and
15169            '64B' and
15170            'NDRPDR' and
15171            ('ETH' or 'DOT1Q') and
15172            'BASE' and
15173            '4T2C' and
15174            ('L2BDMACLRN' or 'L2XCFWD') and
15175            'VHOST_1024' and
15176            not 'VXLAN' and
15177            not 'IP4FWD' and
15178            not '2VM'"
15179   parameters:
15180   - "throughput"
15181   - "parent"
15182   - "tags"
15183 #  sort:
15184 #  - "not CFS_OPT"
15185 #  - "L2XCFWD"
15186 #  - "not CFS_OPT"
15187 #  - "CFS_OPT"
15188   traces:
15189     hoverinfo: "x+y"
15190     boxpoints: "outliers"
15191     whiskerwidth: 0
15192   layout:
15193     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
15194     layout: "plot-throughput"
15195
15196 -
15197   type: "plot"
15198   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
15199   algorithm: "plot_performance_box"
15200   output-file-type: ".html"
15201   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
15202   data: "plot-vpp-throughput-latency-2n-skx"
15203   filter: "'NIC_Intel-X710' and
15204            '64B' and
15205            'NDRPDR' and
15206            ('ETH' or 'DOT1Q') and
15207            'BASE' and
15208            '4T2C' and
15209            ('L2BDMACLRN' or 'L2XCFWD') and
15210            'VHOST_1024' and
15211            not 'VXLAN' and
15212            not 'IP4FWD' and
15213            not '2VM'"
15214   parameters:
15215   - "throughput"
15216   - "parent"
15217   - "tags"
15218 #  sort:
15219 #  - "not CFS_OPT"
15220 #  - "L2XCFWD"
15221 #  - "not CFS_OPT"
15222 #  - "CFS_OPT"
15223   traces:
15224     hoverinfo: "x+y"
15225     boxpoints: "outliers"
15226     whiskerwidth: 0
15227   layout:
15228     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
15229     layout: "plot-throughput"
15230
15231 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
15232 -
15233   type: "plot"
15234   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-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-vm-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' or 'L2XCFWD') and
15245            'VHOST_1024' and
15246            not 'CFS_OPT' and
15247            not 'VXLAN' and
15248            not 'IP4FWD'"
15249   parameters:
15250   - "throughput"
15251   - "parent"
15252   - "tags"
15253 #  sort:
15254 #  - "1VM"
15255 #  - "L2XCFWD"
15256 #  - "1VM"
15257 #  - "L2BDMACLRN"
15258   traces:
15259     hoverinfo: "x+y"
15260     boxpoints: "outliers"
15261     whiskerwidth: 0
15262   layout:
15263     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
15264     layout: "plot-throughput"
15265
15266 -
15267   type: "plot"
15268   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15269   algorithm: "plot_performance_box"
15270   output-file-type: ".html"
15271   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15272   data: "plot-vpp-throughput-latency-2n-skx"
15273   filter: "'NIC_Intel-X710' and
15274            '64B' and
15275            'NDRPDR' and
15276            ('ETH' or 'DOT1Q') and
15277            '2T1C' and
15278            ('L2BDMACLRN' or 'L2XCFWD') and
15279            'VHOST_1024' and
15280            not 'CFS_OPT' and
15281            not 'VXLAN' and
15282            not 'IP4FWD'"
15283   parameters:
15284   - "throughput"
15285   - "parent"
15286   - "tags"
15287 #  sort:
15288 #  - "1VM"
15289 #  - "L2XCFWD"
15290 #  - "1VM"
15291 #  - "L2BDMACLRN"
15292   traces:
15293     hoverinfo: "x+y"
15294     boxpoints: "outliers"
15295     whiskerwidth: 0
15296   layout:
15297     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
15298     layout: "plot-throughput"
15299
15300 -
15301   type: "plot"
15302   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15303   algorithm: "plot_performance_box"
15304   output-file-type: ".html"
15305   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15306   data: "plot-vpp-throughput-latency-2n-skx"
15307   filter: "'NIC_Intel-X710' and
15308            '64B' and
15309            'NDRPDR' and
15310            ('ETH' or 'DOT1Q') and
15311            '4T2C' and
15312            ('L2BDMACLRN' or 'L2XCFWD') and
15313            'VHOST_1024' and
15314            not 'CFS_OPT' and
15315            not 'VXLAN' and
15316            not 'IP4FWD'"
15317   parameters:
15318   - "throughput"
15319   - "parent"
15320   - "tags"
15321 #  sort:
15322 #  - "1VM"
15323 #  - "L2XCFWD"
15324 #  - "1VM"
15325 #  - "L2BDMACLRN"
15326   traces:
15327     hoverinfo: "x+y"
15328     boxpoints: "outliers"
15329     whiskerwidth: 0
15330   layout:
15331     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
15332     layout: "plot-throughput"
15333
15334 -
15335   type: "plot"
15336   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15337   algorithm: "plot_performance_box"
15338   output-file-type: ".html"
15339   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15340   data: "plot-vpp-throughput-latency-2n-skx"
15341   filter: "'NIC_Intel-X710' and
15342            '64B' and
15343            'NDRPDR' and
15344            ('ETH' or 'DOT1Q') and
15345            '4T2C' and
15346            ('L2BDMACLRN' or 'L2XCFWD') and
15347            'VHOST_1024' and
15348            not 'CFS_OPT' and
15349            not 'VXLAN' and
15350            not 'IP4FWD'"
15351   parameters:
15352   - "throughput"
15353   - "parent"
15354   - "tags"
15355 #  sort:
15356 #  - "1VM"
15357 #  - "L2XCFWD"
15358 #  - "1VM"
15359 #  - "L2BDMACLRN"
15360   traces:
15361     hoverinfo: "x+y"
15362     boxpoints: "outliers"
15363     whiskerwidth: 0
15364   layout:
15365     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
15366     layout: "plot-throughput"
15367
15368 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
15369 -
15370   type: "plot"
15371   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15372   algorithm: "plot_performance_box"
15373   output-file-type: ".html"
15374   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15375   data: "plot-vpp-throughput-latency-2n-skx"
15376   filter: "'NIC_Intel-XXV710' and
15377            '64B' and
15378            'NDRPDR' and
15379            'ETH' and
15380            'IP4FWD' and
15381            '2T1C' and
15382            'VHOST_1024' and
15383            not 'VXLAN' and
15384            not 'DOT1Q'"
15385   parameters:
15386   - "throughput"
15387   - "parent"
15388   - "tags"
15389   sort:
15390   - "not CFS_OPT"
15391   - "1VM"
15392   - "2VM"
15393   traces:
15394     hoverinfo: "x+y"
15395     boxpoints: "outliers"
15396     whiskerwidth: 0
15397   layout:
15398     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15399     layout: "plot-throughput"
15400
15401 -
15402   type: "plot"
15403   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15404   algorithm: "plot_performance_box"
15405   output-file-type: ".html"
15406   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15407   data: "plot-vpp-throughput-latency-2n-skx"
15408   filter: "'NIC_Intel-XXV710' and
15409            '64B' and
15410            'NDRPDR' and
15411            'ETH' and
15412            'IP4FWD' and
15413            '4T2C' and
15414            'VHOST_1024' and
15415            not 'VXLAN' and
15416            not 'DOT1Q'"
15417   parameters:
15418   - "throughput"
15419   - "parent"
15420   - "tags"
15421   sort:
15422   - "not CFS_OPT"
15423   - "1VM"
15424   - "2VM"
15425   traces:
15426     hoverinfo: "x+y"
15427     boxpoints: "outliers"
15428     whiskerwidth: 0
15429   layout:
15430     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15431     layout: "plot-throughput"
15432
15433 -
15434   type: "plot"
15435   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15436   algorithm: "plot_performance_box"
15437   output-file-type: ".html"
15438   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15439   data: "plot-vpp-throughput-latency-2n-skx"
15440   filter: "'NIC_Intel-XXV710' and
15441            '64B' and
15442            'NDRPDR' and
15443            'ETH' and
15444            'IP4FWD' and
15445            '2T1C' and
15446            'VHOST_1024' and
15447            not 'VXLAN' and
15448            not 'DOT1Q'"
15449   parameters:
15450   - "throughput"
15451   - "parent"
15452   - "tags"
15453   sort:
15454   - "not CFS_OPT"
15455   - "1VM"
15456   - "2VM"
15457   traces:
15458     hoverinfo: "x+y"
15459     boxpoints: "outliers"
15460     whiskerwidth: 0
15461   layout:
15462     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15463     layout: "plot-throughput"
15464
15465 -
15466   type: "plot"
15467   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15468   algorithm: "plot_performance_box"
15469   output-file-type: ".html"
15470   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15471   data: "plot-vpp-throughput-latency-2n-skx"
15472   filter: "'NIC_Intel-XXV710' and
15473            '64B' and
15474            'NDRPDR' and
15475            'ETH' and
15476            'IP4FWD' and
15477            '4T2C' and
15478            'VHOST_1024' and
15479            not 'VXLAN' and
15480            not 'DOT1Q'"
15481   parameters:
15482   - "throughput"
15483   - "parent"
15484   - "tags"
15485   sort:
15486   - "not CFS_OPT"
15487   - "1VM"
15488   - "2VM"
15489   traces:
15490     hoverinfo: "x+y"
15491     boxpoints: "outliers"
15492     whiskerwidth: 0
15493   layout:
15494     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15495     layout: "plot-throughput"
15496
15497 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
15498 -
15499   type: "plot"
15500   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15501   algorithm: "plot_performance_box"
15502   output-file-type: ".html"
15503   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15504   data: "plot-vpp-throughput-latency-2n-skx"
15505   filter: "'NIC_Intel-XXV710' and
15506            '64B' and
15507            'NDRPDR' and
15508            ('ETH' or 'DOT1Q') and
15509            '2T1C' and
15510            'L2BDMACLRN' and
15511            'VHOST_1024' and
15512            not 'VXLAN' and
15513            not 'IP4FWD' and
15514            not '2VM'"
15515   parameters:
15516   - "throughput"
15517   - "parent"
15518   - "tags"
15519 #  sort:
15520 #  - "VM"  # "not CFS_OPT"
15521 #  - "CFS_OPT"
15522 #  - "FIB_10K"
15523 #  - "FIB_100K"
15524 #  - "FIB_1M"
15525   traces:
15526     hoverinfo: "x+y"
15527     boxpoints: "outliers"
15528     whiskerwidth: 0
15529   layout:
15530     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
15531     layout: "plot-throughput"
15532
15533 -
15534   type: "plot"
15535   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15536   algorithm: "plot_performance_box"
15537   output-file-type: ".html"
15538   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15539   data: "plot-vpp-throughput-latency-2n-skx"
15540   filter: "'NIC_Intel-XXV710' and
15541            '64B' and
15542            'NDRPDR' and
15543            ('ETH' or 'DOT1Q') and
15544            '4T2C' and
15545            'L2BDMACLRN' and
15546            'VHOST_1024' and
15547            not 'VXLAN' and
15548            not 'IP4FWD' and
15549            not '2VM'"
15550   parameters:
15551   - "throughput"
15552   - "parent"
15553   - "tags"
15554 #  sort:
15555 #  - "VM"  # "not CFS_OPT"
15556 #  - "CFS_OPT"
15557 #  - "FIB_10K"
15558 #  - "FIB_100K"
15559 #  - "FIB_1M"
15560   traces:
15561     hoverinfo: "x+y"
15562     boxpoints: "outliers"
15563     whiskerwidth: 0
15564   layout:
15565     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
15566     layout: "plot-throughput"
15567
15568 -
15569   type: "plot"
15570   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15571   algorithm: "plot_performance_box"
15572   output-file-type: ".html"
15573   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15574   data: "plot-vpp-throughput-latency-2n-skx"
15575   filter: "'NIC_Intel-XXV710' and
15576            '64B' and
15577            'NDRPDR' and
15578            ('ETH' or 'DOT1Q') and
15579            '2T1C' and
15580            'L2BDMACLRN' and
15581            'VHOST_1024' and
15582            not 'VXLAN' and
15583            not 'IP4FWD' and
15584            not '2VM'"
15585   parameters:
15586   - "throughput"
15587   - "parent"
15588   - "tags"
15589 #  sort:
15590 #  - "VM"  # "not CFS_OPT"
15591 #  - "CFS_OPT"
15592 #  - "FIB_10K"
15593 #  - "FIB_100K"
15594 #  - "FIB_1M"
15595   traces:
15596     hoverinfo: "x+y"
15597     boxpoints: "outliers"
15598     whiskerwidth: 0
15599   layout:
15600     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
15601     layout: "plot-throughput"
15602
15603 -
15604   type: "plot"
15605   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15606   algorithm: "plot_performance_box"
15607   output-file-type: ".html"
15608   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15609   data: "plot-vpp-throughput-latency-2n-skx"
15610   filter: "'NIC_Intel-XXV710' and
15611            '64B' and
15612            'NDRPDR' and
15613            ('ETH' or 'DOT1Q') and
15614            '4T2C' and
15615            'L2BDMACLRN' and
15616            'VHOST_1024' and
15617            not 'VXLAN' and
15618            not 'IP4FWD' and
15619            not '2VM'"
15620   parameters:
15621   - "throughput"
15622   - "parent"
15623   - "tags"
15624 #  sort:
15625 #  - "VM"  # "not CFS_OPT"
15626 #  - "CFS_OPT"
15627 #  - "FIB_10K"
15628 #  - "FIB_100K"
15629 #  - "FIB_1M"
15630   traces:
15631     hoverinfo: "x+y"
15632     boxpoints: "outliers"
15633     whiskerwidth: 0
15634   layout:
15635     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
15636     layout: "plot-throughput"
15637
15638 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
15639 -
15640   type: "plot"
15641   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
15642   algorithm: "plot_performance_box"
15643   output-file-type: ".html"
15644   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
15645   data: "plot-vpp-throughput-latency-2n-skx"
15646   filter: "'NIC_Intel-XXV710' and
15647            '64B' and
15648            'NDRPDR' and
15649            ('ETH' or 'DOT1Q') and
15650            'BASE' and
15651            '2T1C' and
15652            ('L2BDMACLRN' or 'L2XCFWD') and
15653            'VHOST_1024' and
15654            not 'VXLAN' and
15655            not 'IP4FWD' and
15656            not '2VM'"
15657   parameters:
15658   - "throughput"
15659   - "parent"
15660   - "tags"
15661 #  sort:
15662 #  - "not CFS_OPT"
15663 #  - "L2XCFWD"
15664 #  - "not CFS_OPT"
15665 #  - "CFS_OPT"
15666   traces:
15667     hoverinfo: "x+y"
15668     boxpoints: "outliers"
15669     whiskerwidth: 0
15670   layout:
15671     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
15672     layout: "plot-throughput"
15673
15674 -
15675   type: "plot"
15676   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
15677   algorithm: "plot_performance_box"
15678   output-file-type: ".html"
15679   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
15680   data: "plot-vpp-throughput-latency-2n-skx"
15681   filter: "'NIC_Intel-XXV710' and
15682            '64B' and
15683            'NDRPDR' and
15684            ('ETH' or 'DOT1Q') and
15685            'BASE' and
15686            '2T1C' and
15687            ('L2BDMACLRN' or 'L2XCFWD') and
15688            'VHOST_1024' and
15689            not 'VXLAN' and
15690            not 'IP4FWD' and
15691            not '2VM'"
15692   parameters:
15693   - "throughput"
15694   - "parent"
15695   - "tags"
15696 #  sort:
15697 #  - "not CFS_OPT"
15698 #  - "L2XCFWD"
15699 #  - "not CFS_OPT"
15700 #  - "CFS_OPT"
15701   traces:
15702     hoverinfo: "x+y"
15703     boxpoints: "outliers"
15704     whiskerwidth: 0
15705   layout:
15706     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
15707     layout: "plot-throughput"
15708
15709 -
15710   type: "plot"
15711   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
15712   algorithm: "plot_performance_box"
15713   output-file-type: ".html"
15714   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
15715   data: "plot-vpp-throughput-latency-2n-skx"
15716   filter: "'NIC_Intel-XXV710' and
15717            '64B' and
15718            'NDRPDR' and
15719            ('ETH' or 'DOT1Q') and
15720            'BASE' and
15721            '4T2C' and
15722            ('L2BDMACLRN' or 'L2XCFWD') and
15723            'VHOST_1024' and
15724            not 'VXLAN' and
15725            not 'IP4FWD' and
15726            not '2VM'"
15727   parameters:
15728   - "throughput"
15729   - "parent"
15730   - "tags"
15731 #  sort:
15732 #  - "not CFS_OPT"
15733 #  - "L2XCFWD"
15734 #  - "not CFS_OPT"
15735 #  - "CFS_OPT"
15736   traces:
15737     hoverinfo: "x+y"
15738     boxpoints: "outliers"
15739     whiskerwidth: 0
15740   layout:
15741     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
15742     layout: "plot-throughput"
15743
15744 -
15745   type: "plot"
15746   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
15747   algorithm: "plot_performance_box"
15748   output-file-type: ".html"
15749   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
15750   data: "plot-vpp-throughput-latency-2n-skx"
15751   filter: "'NIC_Intel-XXV710' and
15752            '64B' and
15753            'NDRPDR' and
15754            ('ETH' or 'DOT1Q') and
15755            'BASE' and
15756            '4T2C' and
15757            ('L2BDMACLRN' or 'L2XCFWD') and
15758            'VHOST_1024' and
15759            not 'VXLAN' and
15760            not 'IP4FWD' and
15761            not '2VM'"
15762   parameters:
15763   - "throughput"
15764   - "parent"
15765   - "tags"
15766 #  sort:
15767 #  - "not CFS_OPT"
15768 #  - "L2XCFWD"
15769 #  - "not CFS_OPT"
15770 #  - "CFS_OPT"
15771   traces:
15772     hoverinfo: "x+y"
15773     boxpoints: "outliers"
15774     whiskerwidth: 0
15775   layout:
15776     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
15777     layout: "plot-throughput"
15778
15779 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
15780 -
15781   type: "plot"
15782   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-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-vm-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' or 'L2XCFWD') and
15793            'VHOST_1024' and
15794            not 'CFS_OPT' and
15795            not 'VXLAN' and
15796            not 'IP4FWD'"
15797   parameters:
15798   - "throughput"
15799   - "parent"
15800   - "tags"
15801 #  sort:
15802 #  - "1VM"
15803 #  - "L2XCFWD"
15804 #  - "1VM"
15805 #  - "L2BDMACLRN"
15806   traces:
15807     hoverinfo: "x+y"
15808     boxpoints: "outliers"
15809     whiskerwidth: 0
15810   layout:
15811     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
15812     layout: "plot-throughput"
15813
15814 -
15815   type: "plot"
15816   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15817   algorithm: "plot_performance_box"
15818   output-file-type: ".html"
15819   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15820   data: "plot-vpp-throughput-latency-2n-skx"
15821   filter: "'NIC_Intel-XXV710' and
15822            '64B' and
15823            'NDRPDR' and
15824            ('ETH' or 'DOT1Q') and
15825            '2T1C' and
15826            ('L2BDMACLRN' or 'L2XCFWD') and
15827            'VHOST_1024' and
15828            not 'CFS_OPT' and
15829            not 'VXLAN' and
15830            not 'IP4FWD'"
15831   parameters:
15832   - "throughput"
15833   - "parent"
15834   - "tags"
15835 #  sort:
15836 #  - "1VM"
15837 #  - "L2XCFWD"
15838 #  - "1VM"
15839 #  - "L2BDMACLRN"
15840   traces:
15841     hoverinfo: "x+y"
15842     boxpoints: "outliers"
15843     whiskerwidth: 0
15844   layout:
15845     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
15846     layout: "plot-throughput"
15847
15848 -
15849   type: "plot"
15850   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15851   algorithm: "plot_performance_box"
15852   output-file-type: ".html"
15853   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15854   data: "plot-vpp-throughput-latency-2n-skx"
15855   filter: "'NIC_Intel-XXV710' and
15856            '64B' and
15857            'NDRPDR' and
15858            ('ETH' or 'DOT1Q') and
15859            '4T2C' and
15860            ('L2BDMACLRN' or 'L2XCFWD') and
15861            'VHOST_1024' and
15862            not 'CFS_OPT' and
15863            not 'VXLAN' and
15864            not 'IP4FWD'"
15865   parameters:
15866   - "throughput"
15867   - "parent"
15868   - "tags"
15869 #  sort:
15870 #  - "1VM"
15871 #  - "L2XCFWD"
15872 #  - "1VM"
15873 #  - "L2BDMACLRN"
15874   traces:
15875     hoverinfo: "x+y"
15876     boxpoints: "outliers"
15877     whiskerwidth: 0
15878   layout:
15879     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
15880     layout: "plot-throughput"
15881
15882 -
15883   type: "plot"
15884   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15885   algorithm: "plot_performance_box"
15886   output-file-type: ".html"
15887   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15888   data: "plot-vpp-throughput-latency-2n-skx"
15889   filter: "'NIC_Intel-XXV710' and
15890            '64B' and
15891            'NDRPDR' and
15892            ('ETH' or 'DOT1Q') and
15893            '4T2C' and
15894            ('L2BDMACLRN' or 'L2XCFWD') and
15895            'VHOST_1024' and
15896            not 'CFS_OPT' and
15897            not 'VXLAN' and
15898            not 'IP4FWD'"
15899   parameters:
15900   - "throughput"
15901   - "parent"
15902   - "tags"
15903 #  sort:
15904 #  - "1VM"
15905 #  - "L2XCFWD"
15906 #  - "1VM"
15907 #  - "L2BDMACLRN"
15908   traces:
15909     hoverinfo: "x+y"
15910     boxpoints: "outliers"
15911     whiskerwidth: 0
15912   layout:
15913     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
15914     layout: "plot-throughput"
15915
15916 ################################################################################
15917
15918 # Packet Throughput - VPP VTS 3n-hsw-x520
15919 -
15920   type: "plot"
15921   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
15922   algorithm: "plot_performance_box"
15923   output-file-type: ".html"
15924   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
15925   data: "plot-vpp-throughput-latency-3n-hsw"
15926   filter: "'NIC_Intel-X520-DA2' and
15927            '114B' and
15928            'NDRPDR' and
15929            '1T1C' and
15930            'VTS'"
15931   parameters:
15932   - "throughput"
15933   - "parent"
15934   - "tags"
15935   traces:
15936     hoverinfo: "x+y"
15937     boxpoints: "outliers"
15938     whiskerwidth: 0
15939   layout:
15940     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
15941     layout: "plot-throughput"
15942
15943 -
15944   type: "plot"
15945   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
15946   algorithm: "plot_performance_box"
15947   output-file-type: ".html"
15948   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
15949   data: "plot-vpp-throughput-latency-3n-hsw"
15950   filter: "'NIC_Intel-X520-DA2' and
15951            '114B' and
15952            'NDRPDR' and
15953            '2T2C' and
15954            'VTS'"
15955   parameters:
15956   - "throughput"
15957   - "parent"
15958   - "tags"
15959   traces:
15960     hoverinfo: "x+y"
15961     boxpoints: "outliers"
15962     whiskerwidth: 0
15963   layout:
15964     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
15965     layout: "plot-throughput"
15966
15967 -
15968   type: "plot"
15969   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
15970   algorithm: "plot_performance_box"
15971   output-file-type: ".html"
15972   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
15973   data: "plot-vpp-throughput-latency-3n-hsw"
15974   filter: "'NIC_Intel-X520-DA2' and
15975            '114B' and
15976            'NDRPDR' and
15977            '1T1C' and
15978            'VTS'"
15979   parameters:
15980   - "throughput"
15981   - "parent"
15982   - "tags"
15983   traces:
15984     hoverinfo: "x+y"
15985     boxpoints: "outliers"
15986     whiskerwidth: 0
15987   layout:
15988     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
15989     layout: "plot-throughput"
15990
15991 -
15992   type: "plot"
15993   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
15994   algorithm: "plot_performance_box"
15995   output-file-type: ".html"
15996   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
15997   data: "plot-vpp-throughput-latency-3n-hsw"
15998   filter: "'NIC_Intel-X520-DA2' and
15999            '114B' and
16000            'NDRPDR' and
16001            '2T2C' and
16002            'VTS'"
16003   parameters:
16004   - "throughput"
16005   - "parent"
16006   - "tags"
16007   traces:
16008     hoverinfo: "x+y"
16009     boxpoints: "outliers"
16010     whiskerwidth: 0
16011   layout:
16012     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
16013     layout: "plot-throughput"
16014
16015 ################################################################################
16016
16017 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
16018 -
16019   type: "plot"
16020   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16021   algorithm: "plot_performance_box"
16022   output-file-type: ".html"
16023   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16024   data: "plot-dpdk-throughput-latency-3n-hsw"
16025   filter: "'NIC_Intel-X520-DA2' and
16026            '64B' and
16027            'BASE' and
16028            'NDRPDR' and
16029            '1T1C' and
16030            'IP4FWD'"
16031   parameters:
16032   - "throughput"
16033   - "parent"
16034   - "tags"
16035   traces:
16036     hoverinfo: "x+y"
16037     boxpoints: "outliers"
16038     whiskerwidth: 0
16039   layout:
16040     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16041     layout: "plot-throughput"
16042
16043 -
16044   type: "plot"
16045   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16046   algorithm: "plot_performance_box"
16047   output-file-type: ".html"
16048   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16049   data: "plot-dpdk-throughput-latency-3n-hsw"
16050   filter: "'NIC_Intel-X520-DA2' and
16051            '64B' and
16052            'BASE' and
16053            'NDRPDR' and
16054            '2T2C' and
16055            'IP4FWD'"
16056   parameters:
16057   - "throughput"
16058   - "parent"
16059   - "tags"
16060   traces:
16061     hoverinfo: "x+y"
16062     boxpoints: "outliers"
16063     whiskerwidth: 0
16064   layout:
16065     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16066     layout: "plot-throughput"
16067
16068 -
16069   type: "plot"
16070   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16071   algorithm: "plot_performance_box"
16072   output-file-type: ".html"
16073   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16074   data: "plot-dpdk-throughput-latency-3n-hsw"
16075   filter: "'NIC_Intel-X520-DA2' and
16076            '64B' and
16077            'BASE' and
16078            'NDRPDR' and
16079            '1T1C' and
16080            'IP4FWD'"
16081   parameters:
16082   - "throughput"
16083   - "parent"
16084   - "tags"
16085   traces:
16086     hoverinfo: "x+y"
16087     boxpoints: "outliers"
16088     whiskerwidth: 0
16089   layout:
16090     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16091     layout: "plot-throughput"
16092
16093 -
16094   type: "plot"
16095   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16096   algorithm: "plot_performance_box"
16097   output-file-type: ".html"
16098   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16099   data: "plot-dpdk-throughput-latency-3n-hsw"
16100   filter: "'NIC_Intel-X520-DA2' and
16101            '64B' and
16102            'BASE' and
16103            'NDRPDR' and
16104            '2T2C' and
16105            'IP4FWD'"
16106   parameters:
16107   - "throughput"
16108   - "parent"
16109   - "tags"
16110   traces:
16111     hoverinfo: "x+y"
16112     boxpoints: "outliers"
16113     whiskerwidth: 0
16114   layout:
16115     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16116     layout: "plot-throughput"
16117
16118 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
16119 -
16120   type: "plot"
16121   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16122   algorithm: "plot_performance_box"
16123   output-file-type: ".html"
16124   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16125   data: "plot-dpdk-throughput-latency-3n-hsw"
16126   filter: "'NIC_Intel-X710' and
16127            '64B' and
16128            'BASE' and
16129            'NDRPDR' and
16130            '1T1C' and
16131            'IP4FWD'"
16132   parameters:
16133   - "throughput"
16134   - "parent"
16135   - "tags"
16136   traces:
16137     hoverinfo: "x+y"
16138     boxpoints: "outliers"
16139     whiskerwidth: 0
16140   layout:
16141     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
16142     layout: "plot-throughput"
16143
16144 -
16145   type: "plot"
16146   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16147   algorithm: "plot_performance_box"
16148   output-file-type: ".html"
16149   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16150   data: "plot-dpdk-throughput-latency-3n-hsw"
16151   filter: "'NIC_Intel-X710' and
16152            '64B' and
16153            'BASE' and
16154            'NDRPDR' and
16155            '2T2C' and
16156            'IP4FWD'"
16157   parameters:
16158   - "throughput"
16159   - "parent"
16160   - "tags"
16161   traces:
16162     hoverinfo: "x+y"
16163     boxpoints: "outliers"
16164     whiskerwidth: 0
16165   layout:
16166     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
16167     layout: "plot-throughput"
16168
16169 -
16170   type: "plot"
16171   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16172   algorithm: "plot_performance_box"
16173   output-file-type: ".html"
16174   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16175   data: "plot-dpdk-throughput-latency-3n-hsw"
16176   filter: "'NIC_Intel-X710' and
16177            '64B' and
16178            'BASE' and
16179            'NDRPDR' and
16180            '1T1C' and
16181            'IP4FWD'"
16182   parameters:
16183   - "throughput"
16184   - "parent"
16185   - "tags"
16186   traces:
16187     hoverinfo: "x+y"
16188     boxpoints: "outliers"
16189     whiskerwidth: 0
16190   layout:
16191     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
16192     layout: "plot-throughput"
16193
16194 -
16195   type: "plot"
16196   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16197   algorithm: "plot_performance_box"
16198   output-file-type: ".html"
16199   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16200   data: "plot-dpdk-throughput-latency-3n-hsw"
16201   filter: "'NIC_Intel-X710' and
16202            '64B' and
16203            'BASE' and
16204            'NDRPDR' and
16205            '2T2C' and
16206            'IP4FWD'"
16207   parameters:
16208   - "throughput"
16209   - "parent"
16210   - "tags"
16211   traces:
16212     hoverinfo: "x+y"
16213     boxpoints: "outliers"
16214     whiskerwidth: 0
16215   layout:
16216     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
16217     layout: "plot-throughput"
16218
16219 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
16220 -
16221   type: "plot"
16222   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16223   algorithm: "plot_performance_box"
16224   output-file-type: ".html"
16225   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16226   data: "plot-dpdk-throughput-latency-3n-hsw"
16227   filter: "'NIC_Intel-XL710' and
16228            '64B' and
16229            'BASE' and
16230            'NDRPDR' and
16231            '1T1C' and
16232            'IP4FWD'"
16233   parameters:
16234   - "throughput"
16235   - "parent"
16236   - "tags"
16237   traces:
16238     hoverinfo: "x+y"
16239     boxpoints: "outliers"
16240     whiskerwidth: 0
16241   layout:
16242     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
16243     layout: "plot-throughput"
16244
16245 -
16246   type: "plot"
16247   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16248   algorithm: "plot_performance_box"
16249   output-file-type: ".html"
16250   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16251   data: "plot-dpdk-throughput-latency-3n-hsw"
16252   filter: "'NIC_Intel-XL710' and
16253            '64B' and
16254            'BASE' and
16255            'NDRPDR' and
16256            '2T2C' and
16257            'IP4FWD'"
16258   parameters:
16259   - "throughput"
16260   - "parent"
16261   - "tags"
16262   traces:
16263     hoverinfo: "x+y"
16264     boxpoints: "outliers"
16265     whiskerwidth: 0
16266   layout:
16267     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
16268     layout: "plot-throughput"
16269
16270 -
16271   type: "plot"
16272   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16273   algorithm: "plot_performance_box"
16274   output-file-type: ".html"
16275   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16276   data: "plot-dpdk-throughput-latency-3n-hsw"
16277   filter: "'NIC_Intel-XL710' and
16278            '64B' and
16279            'BASE' and
16280            'NDRPDR' and
16281            '1T1C' and
16282            'IP4FWD'"
16283   parameters:
16284   - "throughput"
16285   - "parent"
16286   - "tags"
16287   traces:
16288     hoverinfo: "x+y"
16289     boxpoints: "outliers"
16290     whiskerwidth: 0
16291   layout:
16292     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
16293     layout: "plot-throughput"
16294
16295 -
16296   type: "plot"
16297   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16298   algorithm: "plot_performance_box"
16299   output-file-type: ".html"
16300   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16301   data: "plot-dpdk-throughput-latency-3n-hsw"
16302   filter: "'NIC_Intel-XL710' and
16303            '64B' and
16304            'BASE' and
16305            'NDRPDR' and
16306            '2T2C' and
16307            'IP4FWD'"
16308   parameters:
16309   - "throughput"
16310   - "parent"
16311   - "tags"
16312   traces:
16313     hoverinfo: "x+y"
16314     boxpoints: "outliers"
16315     whiskerwidth: 0
16316   layout:
16317     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
16318     layout: "plot-throughput"
16319
16320 # Packet Throughput - DPDK l3fwd 3n-skx-x710
16321 -
16322   type: "plot"
16323   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16324   algorithm: "plot_performance_box"
16325   output-file-type: ".html"
16326   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16327   data: "plot-dpdk-throughput-latency-3n-skx"
16328   filter: "'NIC_Intel-X710' and
16329            '64B' and
16330            'BASE' and
16331            'NDRPDR' and
16332            '2T1C' and
16333            'IP4FWD'"
16334   parameters:
16335   - "throughput"
16336   - "parent"
16337   - "tags"
16338   traces:
16339     hoverinfo: "x+y"
16340     boxpoints: "outliers"
16341     whiskerwidth: 0
16342   layout:
16343     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
16344     layout: "plot-throughput"
16345
16346 -
16347   type: "plot"
16348   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16349   algorithm: "plot_performance_box"
16350   output-file-type: ".html"
16351   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16352   data: "plot-dpdk-throughput-latency-3n-skx"
16353   filter: "'NIC_Intel-X710' and
16354            '64B' and
16355            'BASE' and
16356            'NDRPDR' and
16357            '4T2C' and
16358            'IP4FWD'"
16359   parameters:
16360   - "throughput"
16361   - "parent"
16362   - "tags"
16363   traces:
16364     hoverinfo: "x+y"
16365     boxpoints: "outliers"
16366     whiskerwidth: 0
16367   layout:
16368     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
16369     layout: "plot-throughput"
16370
16371 -
16372   type: "plot"
16373   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16374   algorithm: "plot_performance_box"
16375   output-file-type: ".html"
16376   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16377   data: "plot-dpdk-throughput-latency-3n-skx"
16378   filter: "'NIC_Intel-X710' and
16379            '64B' and
16380            'BASE' and
16381            'NDRPDR' and
16382            '2T1C' and
16383            'IP4FWD'"
16384   parameters:
16385   - "throughput"
16386   - "parent"
16387   - "tags"
16388   traces:
16389     hoverinfo: "x+y"
16390     boxpoints: "outliers"
16391     whiskerwidth: 0
16392   layout:
16393     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
16394     layout: "plot-throughput"
16395
16396 -
16397   type: "plot"
16398   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16399   algorithm: "plot_performance_box"
16400   output-file-type: ".html"
16401   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16402   data: "plot-dpdk-throughput-latency-3n-skx"
16403   filter: "'NIC_Intel-X710' and
16404            '64B' and
16405            'BASE' and
16406            'NDRPDR' and
16407            '4T2C' and
16408            'IP4FWD'"
16409   parameters:
16410   - "throughput"
16411   - "parent"
16412   - "tags"
16413   traces:
16414     hoverinfo: "x+y"
16415     boxpoints: "outliers"
16416     whiskerwidth: 0
16417   layout:
16418     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
16419     layout: "plot-throughput"
16420
16421 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
16422 -
16423   type: "plot"
16424   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16425   algorithm: "plot_performance_box"
16426   output-file-type: ".html"
16427   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16428   data: "plot-dpdk-throughput-latency-3n-skx"
16429   filter: "'NIC_Intel-XXV710' and
16430            '64B' and
16431            'BASE' and
16432            'NDRPDR' and
16433            '2T1C' and
16434            'IP4FWD'"
16435   parameters:
16436   - "throughput"
16437   - "parent"
16438   - "tags"
16439   traces:
16440     hoverinfo: "x+y"
16441     boxpoints: "outliers"
16442     whiskerwidth: 0
16443   layout:
16444     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
16445     layout: "plot-throughput"
16446
16447 -
16448   type: "plot"
16449   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16450   algorithm: "plot_performance_box"
16451   output-file-type: ".html"
16452   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16453   data: "plot-dpdk-throughput-latency-3n-skx"
16454   filter: "'NIC_Intel-XXV710' and
16455            '64B' and
16456            'BASE' and
16457            'NDRPDR' and
16458            '4T2C' and
16459            'IP4FWD'"
16460   parameters:
16461   - "throughput"
16462   - "parent"
16463   - "tags"
16464   traces:
16465     hoverinfo: "x+y"
16466     boxpoints: "outliers"
16467     whiskerwidth: 0
16468   layout:
16469     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
16470     layout: "plot-throughput"
16471
16472 -
16473   type: "plot"
16474   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16475   algorithm: "plot_performance_box"
16476   output-file-type: ".html"
16477   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16478   data: "plot-dpdk-throughput-latency-3n-skx"
16479   filter: "'NIC_Intel-XXV710' and
16480            '64B' and
16481            'BASE' and
16482            'NDRPDR' and
16483            '2T1C' and
16484            'IP4FWD'"
16485   parameters:
16486   - "throughput"
16487   - "parent"
16488   - "tags"
16489   traces:
16490     hoverinfo: "x+y"
16491     boxpoints: "outliers"
16492     whiskerwidth: 0
16493   layout:
16494     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
16495     layout: "plot-throughput"
16496
16497 -
16498   type: "plot"
16499   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16500   algorithm: "plot_performance_box"
16501   output-file-type: ".html"
16502   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16503   data: "plot-dpdk-throughput-latency-3n-skx"
16504   filter: "'NIC_Intel-XXV710' and
16505            '64B' and
16506            'BASE' and
16507            'NDRPDR' and
16508            '4T2C' and
16509            'IP4FWD'"
16510   parameters:
16511   - "throughput"
16512   - "parent"
16513   - "tags"
16514   traces:
16515     hoverinfo: "x+y"
16516     boxpoints: "outliers"
16517     whiskerwidth: 0
16518   layout:
16519     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
16520     layout: "plot-throughput"
16521
16522 # Packet Throughput - DPDK l3fwd 2n-skx-x710
16523 -
16524   type: "plot"
16525   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16526   algorithm: "plot_performance_box"
16527   output-file-type: ".html"
16528   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16529   data: "plot-dpdk-throughput-latency-2n-skx"
16530   filter: "'NIC_Intel-X710' and
16531            '64B' and
16532            'BASE' and
16533            'NDRPDR' and
16534            '2T1C' and
16535            'IP4FWD'"
16536   parameters:
16537   - "throughput"
16538   - "parent"
16539   - "tags"
16540   traces:
16541     hoverinfo: "x+y"
16542     boxpoints: "outliers"
16543     whiskerwidth: 0
16544   layout:
16545     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
16546     layout: "plot-throughput"
16547
16548 -
16549   type: "plot"
16550   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16551   algorithm: "plot_performance_box"
16552   output-file-type: ".html"
16553   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16554   data: "plot-dpdk-throughput-latency-2n-skx"
16555   filter: "'NIC_Intel-X710' and
16556            '64B' and
16557            'BASE' and
16558            'NDRPDR' and
16559            '4T2C' and
16560            'IP4FWD'"
16561   parameters:
16562   - "throughput"
16563   - "parent"
16564   - "tags"
16565   traces:
16566     hoverinfo: "x+y"
16567     boxpoints: "outliers"
16568     whiskerwidth: 0
16569   layout:
16570     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
16571     layout: "plot-throughput"
16572
16573 -
16574   type: "plot"
16575   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16576   algorithm: "plot_performance_box"
16577   output-file-type: ".html"
16578   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16579   data: "plot-dpdk-throughput-latency-2n-skx"
16580   filter: "'NIC_Intel-X710' and
16581            '64B' and
16582            'BASE' and
16583            'NDRPDR' and
16584            '2T1C' and
16585            'IP4FWD'"
16586   parameters:
16587   - "throughput"
16588   - "parent"
16589   - "tags"
16590   traces:
16591     hoverinfo: "x+y"
16592     boxpoints: "outliers"
16593     whiskerwidth: 0
16594   layout:
16595     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
16596     layout: "plot-throughput"
16597
16598 -
16599   type: "plot"
16600   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16601   algorithm: "plot_performance_box"
16602   output-file-type: ".html"
16603   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16604   data: "plot-dpdk-throughput-latency-2n-skx"
16605   filter: "'NIC_Intel-X710' and
16606            '64B' and
16607            'BASE' and
16608            'NDRPDR' and
16609            '4T2C' and
16610            'IP4FWD'"
16611   parameters:
16612   - "throughput"
16613   - "parent"
16614   - "tags"
16615   traces:
16616     hoverinfo: "x+y"
16617     boxpoints: "outliers"
16618     whiskerwidth: 0
16619   layout:
16620     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
16621     layout: "plot-throughput"
16622
16623 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
16624 -
16625   type: "plot"
16626   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16627   algorithm: "plot_performance_box"
16628   output-file-type: ".html"
16629   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16630   data: "plot-dpdk-throughput-latency-2n-skx"
16631   filter: "'NIC_Intel-XXV710' and
16632            '64B' and
16633            'BASE' and
16634            'NDRPDR' and
16635            '2T1C' and
16636            'IP4FWD'"
16637   parameters:
16638   - "throughput"
16639   - "parent"
16640   - "tags"
16641   traces:
16642     hoverinfo: "x+y"
16643     boxpoints: "outliers"
16644     whiskerwidth: 0
16645   layout:
16646     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
16647     layout: "plot-throughput"
16648
16649 -
16650   type: "plot"
16651   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16652   algorithm: "plot_performance_box"
16653   output-file-type: ".html"
16654   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16655   data: "plot-dpdk-throughput-latency-2n-skx"
16656   filter: "'NIC_Intel-XXV710' and
16657            '64B' and
16658            'BASE' and
16659            'NDRPDR' and
16660            '4T2C' and
16661            'IP4FWD'"
16662   parameters:
16663   - "throughput"
16664   - "parent"
16665   - "tags"
16666   traces:
16667     hoverinfo: "x+y"
16668     boxpoints: "outliers"
16669     whiskerwidth: 0
16670   layout:
16671     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
16672     layout: "plot-throughput"
16673
16674 -
16675   type: "plot"
16676   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16677   algorithm: "plot_performance_box"
16678   output-file-type: ".html"
16679   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16680   data: "plot-dpdk-throughput-latency-2n-skx"
16681   filter: "'NIC_Intel-XXV710' and
16682            '64B' and
16683            'BASE' and
16684            'NDRPDR' and
16685            '2T1C' and
16686            'IP4FWD'"
16687   parameters:
16688   - "throughput"
16689   - "parent"
16690   - "tags"
16691   traces:
16692     hoverinfo: "x+y"
16693     boxpoints: "outliers"
16694     whiskerwidth: 0
16695   layout:
16696     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
16697     layout: "plot-throughput"
16698
16699 -
16700   type: "plot"
16701   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16702   algorithm: "plot_performance_box"
16703   output-file-type: ".html"
16704   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16705   data: "plot-dpdk-throughput-latency-2n-skx"
16706   filter: "'NIC_Intel-XXV710' and
16707            '64B' and
16708            'BASE' and
16709            'NDRPDR' and
16710            '4T2C' and
16711            'IP4FWD'"
16712   parameters:
16713   - "throughput"
16714   - "parent"
16715   - "tags"
16716   traces:
16717     hoverinfo: "x+y"
16718     boxpoints: "outliers"
16719     whiskerwidth: 0
16720   layout:
16721     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
16722     layout: "plot-throughput"
16723
16724 ################################################################################
16725
16726 # Packet Throughput - DPDK testpmd 3n-hsw-x520
16727 -
16728   type: "plot"
16729   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16730   algorithm: "plot_performance_box"
16731   output-file-type: ".html"
16732   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16733   data: "plot-dpdk-throughput-latency-3n-hsw"
16734   filter: "'NIC_Intel-X520-DA2' and
16735            '64B' and
16736            'BASE' and
16737            'NDRPDR' and
16738            '1T1C' and
16739            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16740   parameters:
16741   - "throughput"
16742   - "parent"
16743   - "tags"
16744   traces:
16745     hoverinfo: "x+y"
16746     boxpoints: "outliers"
16747     whiskerwidth: 0
16748   layout:
16749     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
16750     layout: "plot-throughput"
16751
16752 -
16753   type: "plot"
16754   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16755   algorithm: "plot_performance_box"
16756   output-file-type: ".html"
16757   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16758   data: "plot-dpdk-throughput-latency-3n-hsw"
16759   filter: "'NIC_Intel-X520-DA2' and
16760            '64B' and
16761            'BASE' and
16762            'NDRPDR' and
16763            '2T2C' and
16764            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16765   parameters:
16766   - "throughput"
16767   - "parent"
16768   - "tags"
16769   traces:
16770     hoverinfo: "x+y"
16771     boxpoints: "outliers"
16772     whiskerwidth: 0
16773   layout:
16774     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
16775     layout: "plot-throughput"
16776
16777 -
16778   type: "plot"
16779   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16780   algorithm: "plot_performance_box"
16781   output-file-type: ".html"
16782   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16783   data: "plot-dpdk-throughput-latency-3n-hsw"
16784   filter: "'NIC_Intel-X520-DA2' and
16785            '64B' and
16786            'BASE' and
16787            'NDRPDR' and
16788            '1T1C' and
16789            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16790   parameters:
16791   - "throughput"
16792   - "parent"
16793   - "tags"
16794   traces:
16795     hoverinfo: "x+y"
16796     boxpoints: "outliers"
16797     whiskerwidth: 0
16798   layout:
16799     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
16800     layout: "plot-throughput"
16801
16802 -
16803   type: "plot"
16804   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16805   algorithm: "plot_performance_box"
16806   output-file-type: ".html"
16807   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16808   data: "plot-dpdk-throughput-latency-3n-hsw"
16809   filter: "'NIC_Intel-X520-DA2' and
16810            '64B' and
16811            'BASE' and
16812            'NDRPDR' and
16813            '2T2C' and
16814            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16815   parameters:
16816   - "throughput"
16817   - "parent"
16818   - "tags"
16819   traces:
16820     hoverinfo: "x+y"
16821     boxpoints: "outliers"
16822     whiskerwidth: 0
16823   layout:
16824     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
16825     layout: "plot-throughput"
16826
16827 # Packet Throughput - DPDK testpmd 3n-hsw-x710
16828 -
16829   type: "plot"
16830   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16831   algorithm: "plot_performance_box"
16832   output-file-type: ".html"
16833   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16834   data: "plot-dpdk-throughput-latency-3n-hsw"
16835   filter: "'NIC_Intel-X710' and
16836            '64B' and
16837            'BASE' and
16838            'NDRPDR' and
16839            '1T1C' and
16840            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16841   parameters:
16842   - "throughput"
16843   - "parent"
16844   - "tags"
16845   traces:
16846     hoverinfo: "x+y"
16847     boxpoints: "outliers"
16848     whiskerwidth: 0
16849   layout:
16850     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
16851     layout: "plot-throughput"
16852
16853 -
16854   type: "plot"
16855   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16856   algorithm: "plot_performance_box"
16857   output-file-type: ".html"
16858   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16859   data: "plot-dpdk-throughput-latency-3n-hsw"
16860   filter: "'NIC_Intel-X710' and
16861            '64B' and
16862            'BASE' and
16863            'NDRPDR' and
16864            '2T2C' and
16865            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16866   parameters:
16867   - "throughput"
16868   - "parent"
16869   - "tags"
16870   traces:
16871     hoverinfo: "x+y"
16872     boxpoints: "outliers"
16873     whiskerwidth: 0
16874   layout:
16875     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
16876     layout: "plot-throughput"
16877
16878 -
16879   type: "plot"
16880   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16881   algorithm: "plot_performance_box"
16882   output-file-type: ".html"
16883   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16884   data: "plot-dpdk-throughput-latency-3n-hsw"
16885   filter: "'NIC_Intel-X710' and
16886            '64B' and
16887            'BASE' and
16888            'NDRPDR' and
16889            '1T1C' and
16890            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16891   parameters:
16892   - "throughput"
16893   - "parent"
16894   - "tags"
16895   traces:
16896     hoverinfo: "x+y"
16897     boxpoints: "outliers"
16898     whiskerwidth: 0
16899   layout:
16900     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
16901     layout: "plot-throughput"
16902
16903 -
16904   type: "plot"
16905   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16906   algorithm: "plot_performance_box"
16907   output-file-type: ".html"
16908   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16909   data: "plot-dpdk-throughput-latency-3n-hsw"
16910   filter: "'NIC_Intel-X710' and
16911            '64B' and
16912            'BASE' and
16913            'NDRPDR' and
16914            '2T2C' and
16915            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16916   parameters:
16917   - "throughput"
16918   - "parent"
16919   - "tags"
16920   traces:
16921     hoverinfo: "x+y"
16922     boxpoints: "outliers"
16923     whiskerwidth: 0
16924   layout:
16925     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
16926     layout: "plot-throughput"
16927
16928 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
16929 -
16930   type: "plot"
16931   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16932   algorithm: "plot_performance_box"
16933   output-file-type: ".html"
16934   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16935   data: "plot-dpdk-throughput-latency-3n-hsw"
16936   filter: "'NIC_Intel-XL710' and
16937            '64B' and
16938            'BASE' and
16939            'NDRPDR' and
16940            '1T1C' and
16941            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16942   parameters:
16943   - "throughput"
16944   - "parent"
16945   - "tags"
16946   traces:
16947     hoverinfo: "x+y"
16948     boxpoints: "outliers"
16949     whiskerwidth: 0
16950   layout:
16951     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
16952     layout: "plot-throughput"
16953
16954 -
16955   type: "plot"
16956   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16957   algorithm: "plot_performance_box"
16958   output-file-type: ".html"
16959   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16960   data: "plot-dpdk-throughput-latency-3n-hsw"
16961   filter: "'NIC_Intel-XL710' and
16962            '64B' and
16963            'BASE' and
16964            'NDRPDR' and
16965            '2T2C' and
16966            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16967   parameters:
16968   - "throughput"
16969   - "parent"
16970   - "tags"
16971   traces:
16972     hoverinfo: "x+y"
16973     boxpoints: "outliers"
16974     whiskerwidth: 0
16975   layout:
16976     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
16977     layout: "plot-throughput"
16978
16979 -
16980   type: "plot"
16981   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16982   algorithm: "plot_performance_box"
16983   output-file-type: ".html"
16984   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
16985   data: "plot-dpdk-throughput-latency-3n-hsw"
16986   filter: "'NIC_Intel-XL710' and
16987            '64B' and
16988            'BASE' and
16989            'NDRPDR' and
16990            '1T1C' and
16991            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
16992   parameters:
16993   - "throughput"
16994   - "parent"
16995   - "tags"
16996   traces:
16997     hoverinfo: "x+y"
16998     boxpoints: "outliers"
16999     whiskerwidth: 0
17000   layout:
17001     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17002     layout: "plot-throughput"
17003
17004 -
17005   type: "plot"
17006   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17007   algorithm: "plot_performance_box"
17008   output-file-type: ".html"
17009   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17010   data: "plot-dpdk-throughput-latency-3n-hsw"
17011   filter: "'NIC_Intel-XL710' and
17012            '64B' and
17013            'BASE' and
17014            'NDRPDR' and
17015            '2T2C' and
17016            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17017   parameters:
17018   - "throughput"
17019   - "parent"
17020   - "tags"
17021   traces:
17022     hoverinfo: "x+y"
17023     boxpoints: "outliers"
17024     whiskerwidth: 0
17025   layout:
17026     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17027     layout: "plot-throughput"
17028
17029 # Packet Throughput - DPDK testpmd 3n-skx-x710
17030 -
17031   type: "plot"
17032   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17033   algorithm: "plot_performance_box"
17034   output-file-type: ".html"
17035   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17036   data: "plot-dpdk-throughput-latency-3n-skx"
17037   filter: "'NIC_Intel-X710' and
17038            '64B' and
17039            'BASE' and
17040            'NDRPDR' and
17041            '2T1C' and
17042            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17043   parameters:
17044   - "throughput"
17045   - "parent"
17046   - "tags"
17047   traces:
17048     hoverinfo: "x+y"
17049     boxpoints: "outliers"
17050     whiskerwidth: 0
17051   layout:
17052     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17053     layout: "plot-throughput"
17054
17055 -
17056   type: "plot"
17057   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17058   algorithm: "plot_performance_box"
17059   output-file-type: ".html"
17060   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17061   data: "plot-dpdk-throughput-latency-3n-skx"
17062   filter: "'NIC_Intel-X710' and
17063            '64B' and
17064            'BASE' and
17065            'NDRPDR' and
17066            '4T2C' and
17067            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17068   parameters:
17069   - "throughput"
17070   - "parent"
17071   - "tags"
17072   traces:
17073     hoverinfo: "x+y"
17074     boxpoints: "outliers"
17075     whiskerwidth: 0
17076   layout:
17077     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17078     layout: "plot-throughput"
17079
17080 -
17081   type: "plot"
17082   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17083   algorithm: "plot_performance_box"
17084   output-file-type: ".html"
17085   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17086   data: "plot-dpdk-throughput-latency-3n-skx"
17087   filter: "'NIC_Intel-X710' and
17088            '64B' and
17089            'BASE' and
17090            'NDRPDR' and
17091            '2T1C' and
17092            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17093   parameters:
17094   - "throughput"
17095   - "parent"
17096   - "tags"
17097   traces:
17098     hoverinfo: "x+y"
17099     boxpoints: "outliers"
17100     whiskerwidth: 0
17101   layout:
17102     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17103     layout: "plot-throughput"
17104
17105 -
17106   type: "plot"
17107   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17108   algorithm: "plot_performance_box"
17109   output-file-type: ".html"
17110   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17111   data: "plot-dpdk-throughput-latency-3n-skx"
17112   filter: "'NIC_Intel-X710' and
17113            '64B' and
17114            'BASE' and
17115            'NDRPDR' and
17116            '4T2C' and
17117            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17118   parameters:
17119   - "throughput"
17120   - "parent"
17121   - "tags"
17122   traces:
17123     hoverinfo: "x+y"
17124     boxpoints: "outliers"
17125     whiskerwidth: 0
17126   layout:
17127     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17128     layout: "plot-throughput"
17129
17130 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
17131 -
17132   type: "plot"
17133   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17134   algorithm: "plot_performance_box"
17135   output-file-type: ".html"
17136   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17137   data: "plot-dpdk-throughput-latency-3n-skx"
17138   filter: "'NIC_Intel-XXV710' and
17139            '64B' and
17140            'BASE' and
17141            'NDRPDR' and
17142            '2T1C' and
17143            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17144   parameters:
17145   - "throughput"
17146   - "parent"
17147   - "tags"
17148   traces:
17149     hoverinfo: "x+y"
17150     boxpoints: "outliers"
17151     whiskerwidth: 0
17152   layout:
17153     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17154     layout: "plot-throughput"
17155
17156 -
17157   type: "plot"
17158   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17159   algorithm: "plot_performance_box"
17160   output-file-type: ".html"
17161   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17162   data: "plot-dpdk-throughput-latency-3n-skx"
17163   filter: "'NIC_Intel-XXV710' and
17164            '64B' and
17165            'BASE' and
17166            'NDRPDR' and
17167            '4T2C' and
17168            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17169   parameters:
17170   - "throughput"
17171   - "parent"
17172   - "tags"
17173   traces:
17174     hoverinfo: "x+y"
17175     boxpoints: "outliers"
17176     whiskerwidth: 0
17177   layout:
17178     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
17179     layout: "plot-throughput"
17180
17181 -
17182   type: "plot"
17183   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17184   algorithm: "plot_performance_box"
17185   output-file-type: ".html"
17186   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17187   data: "plot-dpdk-throughput-latency-3n-skx"
17188   filter: "'NIC_Intel-XXV710' and
17189            '64B' and
17190            'BASE' and
17191            'NDRPDR' and
17192            '2T1C' and
17193            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17194   parameters:
17195   - "throughput"
17196   - "parent"
17197   - "tags"
17198   traces:
17199     hoverinfo: "x+y"
17200     boxpoints: "outliers"
17201     whiskerwidth: 0
17202   layout:
17203     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
17204     layout: "plot-throughput"
17205
17206 -
17207   type: "plot"
17208   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17209   algorithm: "plot_performance_box"
17210   output-file-type: ".html"
17211   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17212   data: "plot-dpdk-throughput-latency-3n-skx"
17213   filter: "'NIC_Intel-XXV710' and
17214            '64B' and
17215            'BASE' and
17216            'NDRPDR' and
17217            '4T2C' and
17218            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17219   parameters:
17220   - "throughput"
17221   - "parent"
17222   - "tags"
17223   traces:
17224     hoverinfo: "x+y"
17225     boxpoints: "outliers"
17226     whiskerwidth: 0
17227   layout:
17228     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
17229     layout: "plot-throughput"
17230
17231 # Packet Throughput - DPDK testpmd 2n-skx-x710
17232 -
17233   type: "plot"
17234   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17235   algorithm: "plot_performance_box"
17236   output-file-type: ".html"
17237   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17238   data: "plot-dpdk-throughput-latency-2n-skx"
17239   filter: "'NIC_Intel-X710' and
17240            '64B' and
17241            'BASE' and
17242            'NDRPDR' and
17243            '2T1C' and
17244            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17245   parameters:
17246   - "throughput"
17247   - "parent"
17248   - "tags"
17249   traces:
17250     hoverinfo: "x+y"
17251     boxpoints: "outliers"
17252     whiskerwidth: 0
17253   layout:
17254     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
17255     layout: "plot-throughput"
17256
17257 -
17258   type: "plot"
17259   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17260   algorithm: "plot_performance_box"
17261   output-file-type: ".html"
17262   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17263   data: "plot-dpdk-throughput-latency-2n-skx"
17264   filter: "'NIC_Intel-X710' and
17265            '64B' and
17266            'BASE' and
17267            'NDRPDR' and
17268            '4T2C' and
17269            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17270   parameters:
17271   - "throughput"
17272   - "parent"
17273   - "tags"
17274   traces:
17275     hoverinfo: "x+y"
17276     boxpoints: "outliers"
17277     whiskerwidth: 0
17278   layout:
17279     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
17280     layout: "plot-throughput"
17281
17282 -
17283   type: "plot"
17284   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17285   algorithm: "plot_performance_box"
17286   output-file-type: ".html"
17287   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17288   data: "plot-dpdk-throughput-latency-2n-skx"
17289   filter: "'NIC_Intel-X710' and
17290            '64B' and
17291            'BASE' and
17292            'NDRPDR' and
17293            '2T1C' and
17294            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17295   parameters:
17296   - "throughput"
17297   - "parent"
17298   - "tags"
17299   traces:
17300     hoverinfo: "x+y"
17301     boxpoints: "outliers"
17302     whiskerwidth: 0
17303   layout:
17304     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
17305     layout: "plot-throughput"
17306
17307 -
17308   type: "plot"
17309   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17310   algorithm: "plot_performance_box"
17311   output-file-type: ".html"
17312   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17313   data: "plot-dpdk-throughput-latency-2n-skx"
17314   filter: "'NIC_Intel-X710' and
17315            '64B' and
17316            'BASE' and
17317            'NDRPDR' and
17318            '4T2C' and
17319            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17320   parameters:
17321   - "throughput"
17322   - "parent"
17323   - "tags"
17324   traces:
17325     hoverinfo: "x+y"
17326     boxpoints: "outliers"
17327     whiskerwidth: 0
17328   layout:
17329     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
17330     layout: "plot-throughput"
17331
17332 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
17333 -
17334   type: "plot"
17335   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17336   algorithm: "plot_performance_box"
17337   output-file-type: ".html"
17338   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17339   data: "plot-dpdk-throughput-latency-2n-skx"
17340   filter: "'NIC_Intel-XXV710' and
17341            '64B' and
17342            'BASE' and
17343            'NDRPDR' and
17344            '2T1C' and
17345            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17346   parameters:
17347   - "throughput"
17348   - "parent"
17349   - "tags"
17350   traces:
17351     hoverinfo: "x+y"
17352     boxpoints: "outliers"
17353     whiskerwidth: 0
17354   layout:
17355     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
17356     layout: "plot-throughput"
17357
17358 -
17359   type: "plot"
17360   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17361   algorithm: "plot_performance_box"
17362   output-file-type: ".html"
17363   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17364   data: "plot-dpdk-throughput-latency-2n-skx"
17365   filter: "'NIC_Intel-XXV710' and
17366            '64B' and
17367            'BASE' and
17368            'NDRPDR' and
17369            '4T2C' and
17370            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17371   parameters:
17372   - "throughput"
17373   - "parent"
17374   - "tags"
17375   traces:
17376     hoverinfo: "x+y"
17377     boxpoints: "outliers"
17378     whiskerwidth: 0
17379   layout:
17380     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
17381     layout: "plot-throughput"
17382
17383 -
17384   type: "plot"
17385   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17386   algorithm: "plot_performance_box"
17387   output-file-type: ".html"
17388   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17389   data: "plot-dpdk-throughput-latency-2n-skx"
17390   filter: "'NIC_Intel-XXV710' and
17391            '64B' and
17392            'BASE' and
17393            'NDRPDR' and
17394            '2T1C' and
17395            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17396   parameters:
17397   - "throughput"
17398   - "parent"
17399   - "tags"
17400   traces:
17401     hoverinfo: "x+y"
17402     boxpoints: "outliers"
17403     whiskerwidth: 0
17404   layout:
17405     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
17406     layout: "plot-throughput"
17407
17408 -
17409   type: "plot"
17410   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17411   algorithm: "plot_performance_box"
17412   output-file-type: ".html"
17413   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17414   data: "plot-dpdk-throughput-latency-2n-skx"
17415   filter: "'NIC_Intel-XXV710' and
17416            '64B' and
17417            'BASE' and
17418            'NDRPDR' and
17419            '4T2C' and
17420            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17421   parameters:
17422   - "throughput"
17423   - "parent"
17424   - "tags"
17425   traces:
17426     hoverinfo: "x+y"
17427     boxpoints: "outliers"
17428     whiskerwidth: 0
17429   layout:
17430     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
17431     layout: "plot-throughput"
17432
17433 ################################################################################
17434
17435 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
17436 -
17437   type: "plot"
17438   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17439   algorithm: "plot_latency_error_bars"
17440   output-file-type: ".html"
17441   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17442   data: "plot-vpp-throughput-latency-3n-hsw"
17443   filter: "'NIC_Intel-X520-DA2' and
17444            '64B' and
17445            ('BASE' or 'SCALE') and
17446            'NDRPDR' and
17447            'ETH' and
17448            '1T1C' and
17449            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17450            not 'VHOST' and
17451            not 'MEMIF'"
17452   parameters:
17453   - "latency"
17454   - "parent"
17455   - "tags"
17456   sort:
17457   - "L2PATCH"
17458   - "L2XCBASE"
17459   - "BASE"
17460   - "FIB_10K"
17461   - "FIB_100K"
17462   - "FIB_1M"
17463   layout:
17464     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17465     layout: "plot-latency"
17466
17467 -
17468   type: "plot"
17469   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17470   algorithm: "plot_latency_error_bars"
17471   output-file-type: ".html"
17472   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17473   data: "plot-vpp-throughput-latency-3n-hsw"
17474   filter: "'NIC_Intel-X520-DA2' and
17475            '64B' and
17476            ('BASE' or 'SCALE') and
17477            'NDRPDR' and
17478            'ETH' and
17479            '2T2C' and
17480            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17481            not 'VHOST' and
17482            not 'MEMIF'"
17483   parameters:
17484   - "latency"
17485   - "parent"
17486   - "tags"
17487   sort:
17488   - "L2PATCH"
17489   - "L2XCBASE"
17490   - "BASE"
17491   - "FIB_10K"
17492   - "FIB_100K"
17493   - "FIB_1M"
17494   layout:
17495     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
17496     layout: "plot-latency"
17497
17498 # Packet Latency - VPP L2 3n-hsw-x520 features
17499 -
17500   type: "plot"
17501   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17502   algorithm: "plot_latency_error_bars"
17503   output-file-type: ".html"
17504   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17505   data: "plot-vpp-throughput-latency-3n-hsw"
17506   filter: "'NIC_Intel-X520-DA2' and
17507            '64B' and
17508            'NDRPDR' and
17509            '1T1C' and
17510            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17511            not 'ACL' and
17512            not 'VHOST' and
17513            not 'MEMIF'"
17514   parameters:
17515   - "latency"
17516   - "parent"
17517   - "tags"
17518   sort:
17519   - "L2XCBASE"    # l2xcbase
17520   - "L2BDBASE"    # l2bdbase
17521   - "L2XCFWD"     # dot1q-l2xcbase
17522   - "L2BDMACLRN"  # dot1q-l2bdbase
17523   layout:
17524     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
17525     layout: "plot-latency"
17526
17527 -
17528   type: "plot"
17529   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17530   algorithm: "plot_latency_error_bars"
17531   output-file-type: ".html"
17532   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17533   data: "plot-vpp-throughput-latency-3n-hsw"
17534   filter: "'NIC_Intel-X520-DA2' and
17535            '64B' and
17536            'NDRPDR' and
17537            '2T2C' and
17538            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17539            not 'ACL' and
17540            not 'VHOST' and
17541            not 'MEMIF'"
17542   parameters:
17543   - "latency"
17544   - "parent"
17545   - "tags"
17546   sort:
17547   - "L2XCBASE"    # l2xcbase
17548   - "L2BDBASE"    # l2bdbase
17549   - "L2XCFWD"     # dot1q-l2xcbase
17550   - "L2BDMACLRN"  # dot1q-l2bdbase
17551   layout:
17552     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
17553     layout: "plot-latency"
17554
17555 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
17556 -
17557   type: "plot"
17558   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17559   algorithm: "plot_latency_error_bars"
17560   output-file-type: ".html"
17561   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17562   data: "plot-vpp-throughput-latency-3n-hsw"
17563   filter: "'NIC_Intel-X710' and
17564            '64B' and
17565            ('BASE' or 'SCALE') and
17566            'NDRPDR' and
17567            'ETH' and
17568            '1T1C' and
17569            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17570            not 'VHOST' and
17571            not 'MEMIF'"
17572   parameters:
17573   - "latency"
17574   - "parent"
17575   - "tags"
17576   sort:
17577   - "L2PATCH"
17578   - "L2XCBASE"
17579   - "BASE"
17580   - "FIB_10K"
17581   - "FIB_100K"
17582   - "FIB_1M"
17583   layout:
17584     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17585     layout: "plot-latency"
17586
17587 -
17588   type: "plot"
17589   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17590   algorithm: "plot_latency_error_bars"
17591   output-file-type: ".html"
17592   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17593   data: "plot-vpp-throughput-latency-3n-hsw"
17594   filter: "'NIC_Intel-X710' and
17595            '64B' and
17596            ('BASE' or 'SCALE') and
17597            'NDRPDR' and
17598            'ETH' and
17599            '2T2C' and
17600            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17601            not 'VHOST' and
17602            not 'MEMIF'"
17603   parameters:
17604   - "latency"
17605   - "parent"
17606   - "tags"
17607   sort:
17608   - "L2PATCH"
17609   - "L2XCBASE"
17610   - "BASE"
17611   - "FIB_10K"
17612   - "FIB_100K"
17613   - "FIB_1M"
17614   layout:
17615     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17616     layout: "plot-latency"
17617
17618 # Packet Latency - VPP L2 3n-hsw-x710 features
17619 -
17620   type: "plot"
17621   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17622   algorithm: "plot_latency_error_bars"
17623   output-file-type: ".html"
17624   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17625   data: "plot-vpp-throughput-latency-3n-hsw"
17626   filter: "'NIC_Intel-X710' and
17627            '64B' and
17628            'NDRPDR' and
17629            '1T1C' and
17630            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17631            not 'ACL' and
17632            not 'VHOST' and
17633            not 'MEMIF'"
17634   parameters:
17635   - "latency"
17636   - "parent"
17637   - "tags"
17638   sort:
17639   - "L2XCBASE"    # l2xcbase
17640   - "L2BDBASE"    # l2bdbase
17641   - "L2XCFWD"     # dot1q-l2xcbase
17642   - "L2BDMACLRN"  # dot1q-l2bdbase
17643   layout:
17644     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
17645     layout: "plot-latency"
17646
17647 -
17648   type: "plot"
17649   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17650   algorithm: "plot_latency_error_bars"
17651   output-file-type: ".html"
17652   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17653   data: "plot-vpp-throughput-latency-3n-hsw"
17654   filter: "'NIC_Intel-X710' and
17655            '64B' and
17656            'NDRPDR' and
17657            '2T2C' and
17658            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17659            not 'ACL' and
17660            not 'VHOST' and
17661            not 'MEMIF'"
17662   parameters:
17663   - "latency"
17664   - "parent"
17665   - "tags"
17666   sort:
17667   - "L2XCBASE"    # l2xcbase
17668   - "L2BDBASE"    # l2bdbase
17669   - "L2XCFWD"     # dot1q-l2xcbase
17670   - "L2BDMACLRN"  # dot1q-l2bdbase
17671   layout:
17672     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
17673     layout: "plot-latency"
17674
17675 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
17676 -
17677   type: "plot"
17678   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17679   algorithm: "plot_latency_error_bars"
17680   output-file-type: ".html"
17681   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17682   data: "plot-vpp-throughput-latency-3n-hsw"
17683   filter: "'NIC_Intel-XL710' and
17684            '64B' and
17685            ('BASE' or 'SCALE') and
17686            'NDRPDR' and
17687            'ETH' and
17688            '1T1C' and
17689            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17690            not 'VHOST' and
17691            not 'MEMIF'"
17692   parameters:
17693   - "latency"
17694   - "parent"
17695   - "tags"
17696   sort:
17697   - "L2PATCH"
17698   - "L2XCBASE"
17699   - "BASE"
17700   - "FIB_10K"
17701   - "FIB_100K"
17702   - "FIB_1M"
17703   layout:
17704     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
17705     layout: "plot-latency"
17706
17707 -
17708   type: "plot"
17709   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17710   algorithm: "plot_latency_error_bars"
17711   output-file-type: ".html"
17712   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17713   data: "plot-vpp-throughput-latency-3n-hsw"
17714   filter: "'NIC_Intel-XL710' and
17715            '64B' and
17716            ('BASE' or 'SCALE') and
17717            'NDRPDR' and
17718            'ETH' and
17719            '2T2C' and
17720            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17721            not 'VHOST' and
17722            not 'MEMIF'"
17723   parameters:
17724   - "latency"
17725   - "parent"
17726   - "tags"
17727   sort:
17728   - "L2PATCH"
17729   - "L2XCBASE"
17730   - "BASE"
17731   - "FIB_10K"
17732   - "FIB_100K"
17733   - "FIB_1M"
17734   layout:
17735     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
17736     layout: "plot-latency"
17737
17738 # Packet Latency - VPP L2 3n-skx-x710 base and scale
17739 -
17740   type: "plot"
17741   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17742   algorithm: "plot_latency_error_bars"
17743   output-file-type: ".html"
17744   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17745   data: "plot-vpp-throughput-latency-3n-skx"
17746   filter: "'NIC_Intel-X710' and
17747            '64B' and
17748            ('BASE' or 'SCALE') and
17749            'NDRPDR' and
17750            'ETH' and
17751            '2T1C' and
17752            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17753            not 'VHOST' and
17754            not 'MEMIF'"
17755   parameters:
17756   - "latency"
17757   - "parent"
17758   - "tags"
17759   sort:
17760   - "L2PATCH"
17761   - "L2XCBASE"
17762   - "BASE"
17763   - "FIB_10K"
17764   - "FIB_100K"
17765   - "FIB_1M"
17766   layout:
17767     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17768     layout: "plot-latency"
17769
17770 -
17771   type: "plot"
17772   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17773   algorithm: "plot_latency_error_bars"
17774   output-file-type: ".html"
17775   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17776   data: "plot-vpp-throughput-latency-3n-skx"
17777   filter: "'NIC_Intel-X710' and
17778            '64B' and
17779            ('BASE' or 'SCALE') and
17780            'NDRPDR' and
17781            'ETH' and
17782            '4T2C' and
17783            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17784            not 'VHOST' and
17785            not 'MEMIF'"
17786   parameters:
17787   - "latency"
17788   - "parent"
17789   - "tags"
17790   sort:
17791   - "L2PATCH"
17792   - "L2XCBASE"
17793   - "BASE"
17794   - "FIB_10K"
17795   - "FIB_100K"
17796   - "FIB_1M"
17797   layout:
17798     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17799     layout: "plot-latency"
17800
17801 # Packet Latency - VPP L2 3n-skx-x710 features
17802 -
17803   type: "plot"
17804   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17805   algorithm: "plot_latency_error_bars"
17806   output-file-type: ".html"
17807   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
17808   data: "plot-vpp-throughput-latency-3n-skx"
17809   filter: "'NIC_Intel-X710' and
17810            '64B' and
17811            'NDRPDR' and
17812            '2T1C' and
17813            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17814            not 'ACL' and
17815            not 'VHOST' and
17816            not 'MEMIF'"
17817   parameters:
17818   - "latency"
17819   - "parent"
17820   - "tags"
17821   sort:
17822   - "L2XCBASE"    # l2xcbase
17823   - "L2BDBASE"    # l2bdbase
17824   - "L2XCFWD"     # dot1q-l2xcbase
17825   - "L2BDMACLRN"  # dot1q-l2bdbase
17826   layout:
17827     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
17828     layout: "plot-latency"
17829
17830 -
17831   type: "plot"
17832   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17833   algorithm: "plot_latency_error_bars"
17834   output-file-type: ".html"
17835   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
17836   data: "plot-vpp-throughput-latency-3n-skx"
17837   filter: "'NIC_Intel-X710' and
17838            '64B' and
17839            'NDRPDR' and
17840            '4T2C' and
17841            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
17842            not 'ACL' and
17843            not 'VHOST' and
17844            not 'MEMIF'"
17845   parameters:
17846   - "latency"
17847   - "parent"
17848   - "tags"
17849   sort:
17850   - "L2XCBASE"    # l2xcbase
17851   - "L2BDBASE"    # l2bdbase
17852   - "L2XCFWD"     # dot1q-l2xcbase
17853   - "L2BDMACLRN"  # dot1q-l2bdbase
17854   layout:
17855     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
17856     layout: "plot-latency"
17857
17858 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
17859 -
17860   type: "plot"
17861   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17862   algorithm: "plot_latency_error_bars"
17863   output-file-type: ".html"
17864   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17865   data: "plot-vpp-throughput-latency-3n-skx"
17866   filter: "'NIC_Intel-XXV710' and
17867            '64B' and
17868            ('BASE' or 'SCALE') and
17869            'NDRPDR' and
17870            'ETH' and
17871            '2T1C' and
17872            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17873            not 'VHOST' and
17874            not 'MEMIF'"
17875   parameters:
17876   - "latency"
17877   - "parent"
17878   - "tags"
17879   sort:
17880   - "L2PATCH"
17881   - "L2XCBASE"
17882   - "BASE"
17883   - "FIB_10K"
17884   - "FIB_100K"
17885   - "FIB_1M"
17886   layout:
17887     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17888     layout: "plot-latency"
17889
17890 -
17891   type: "plot"
17892   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17893   algorithm: "plot_latency_error_bars"
17894   output-file-type: ".html"
17895   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17896   data: "plot-vpp-throughput-latency-3n-skx"
17897   filter: "'NIC_Intel-XXV710' and
17898            '64B' and
17899            ('BASE' or 'SCALE') and
17900            'NDRPDR' and
17901            'ETH' and
17902            '4T2C' and
17903            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17904            not 'VHOST' and
17905            not 'MEMIF'"
17906   parameters:
17907   - "latency"
17908   - "parent"
17909   - "tags"
17910   sort:
17911   - "L2PATCH"
17912   - "L2XCBASE"
17913   - "BASE"
17914   - "FIB_10K"
17915   - "FIB_100K"
17916   - "FIB_1M"
17917   layout:
17918     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17919     layout: "plot-latency"
17920
17921 # Packet Latency - VPP L2 2n-skx-x710 base and scale
17922 -
17923   type: "plot"
17924   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17925   algorithm: "plot_latency_error_bars"
17926   output-file-type: ".html"
17927   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17928   data: "plot-vpp-throughput-latency-2n-skx"
17929   filter: "'NIC_Intel-X710' and
17930            '64B' and
17931            'ETH' and
17932            ('BASE' or 'SCALE') and
17933            'NDRPDR' and
17934            '2T1C' and
17935            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17936            not 'VHOST' and
17937            not 'MEMIF'"
17938   parameters:
17939   - "latency"
17940   - "parent"
17941   - "tags"
17942   sort:
17943   - "L2PATCH"
17944   - "L2XCBASE"
17945   - "BASE"
17946   - "FIB_10K"
17947   - "FIB_100K"
17948   - "FIB_1M"
17949   layout:
17950     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17951     layout: "plot-latency"
17952
17953 -
17954   type: "plot"
17955   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17956   algorithm: "plot_latency_error_bars"
17957   output-file-type: ".html"
17958   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17959   data: "plot-vpp-throughput-latency-2n-skx"
17960   filter: "'NIC_Intel-X710' and
17961            '64B' and
17962            ('BASE' or 'SCALE') and
17963            'NDRPDR' and
17964            'ETH' and
17965            '4T2C' and
17966            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17967            not 'VHOST' and
17968            not 'MEMIF'"
17969   parameters:
17970   - "latency"
17971   - "parent"
17972   - "tags"
17973   sort:
17974   - "L2PATCH"
17975   - "L2XCBASE"
17976   - "BASE"
17977   - "FIB_10K"
17978   - "FIB_100K"
17979   - "FIB_1M"
17980   layout:
17981     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17982     layout: "plot-latency"
17983
17984 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
17985 -
17986   type: "plot"
17987   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17988   algorithm: "plot_latency_error_bars"
17989   output-file-type: ".html"
17990   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17991   data: "plot-vpp-throughput-latency-2n-skx"
17992   filter: "'NIC_Intel-XXV710' and
17993            '64B' and
17994            ('BASE' or 'SCALE') and
17995            'NDRPDR' and
17996            'ETH' and
17997            '2T1C' and
17998            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
17999            not 'VHOST' and
18000            not 'MEMIF'"
18001   parameters:
18002   - "latency"
18003   - "parent"
18004   - "tags"
18005   sort:
18006   - "L2PATCH"
18007   - "L2XCBASE"
18008   - "BASE"
18009   - "FIB_10K"
18010   - "FIB_100K"
18011   - "FIB_1M"
18012   layout:
18013     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18014     layout: "plot-latency"
18015
18016 -
18017   type: "plot"
18018   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18019   algorithm: "plot_latency_error_bars"
18020   output-file-type: ".html"
18021   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18022   data: "plot-vpp-throughput-latency-2n-skx"
18023   filter: "'NIC_Intel-XXV710' and
18024            '64B' and
18025            ('BASE' or 'SCALE') and
18026            'NDRPDR' and
18027            'ETH' and
18028            '4T2C' and
18029            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18030            not 'VHOST' and
18031            not 'MEMIF'"
18032   parameters:
18033   - "latency"
18034   - "parent"
18035   - "tags"
18036   sort:
18037   - "L2PATCH"
18038   - "L2XCBASE"
18039   - "BASE"
18040   - "FIB_10K"
18041   - "FIB_100K"
18042   - "FIB_1M"
18043   layout:
18044     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18045     layout: "plot-latency"
18046
18047 ################################################################################
18048
18049 # Packet Latency - VPP Container Memif 3n-hsw-x520
18050 -
18051   type: "plot"
18052   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18053   algorithm: "plot_latency_error_bars"
18054   output-file-type: ".html"
18055   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18056   data: "plot-vpp-throughput-latency-3n-hsw"
18057   filter: "'NIC_Intel-X520-DA2' and
18058            '64B' and
18059            ('BASE' or 'SCALE') and
18060            'NDRPDR' and
18061            '1T1C' and
18062            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18063            not 'VHOST' and
18064            'MEMIF'"
18065   parameters:
18066   - "latency"
18067   - "parent"
18068   - "tags"
18069   sort:
18070   - "L2XCFWD"
18071   - "L2XCFWD"
18072   - "L2XCFWD"
18073   - "L2BDMACLRN"
18074   - "L2BDMACLRN"
18075   - "L2BDMACLRN"
18076   layout:
18077     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18078     layout: "plot-latency"
18079
18080 -
18081   type: "plot"
18082   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18083   algorithm: "plot_latency_error_bars"
18084   output-file-type: ".html"
18085   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18086   data: "plot-vpp-throughput-latency-3n-hsw"
18087   filter: "'NIC_Intel-X520-DA2' and
18088            '64B' and
18089            ('BASE' or 'SCALE') and
18090            'NDRPDR' and
18091            '2T2C' and
18092            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18093            not 'VHOST' and
18094            'MEMIF'"
18095   parameters:
18096   - "latency"
18097   - "parent"
18098   - "tags"
18099   sort:
18100   - "L2XCFWD"
18101   - "L2XCFWD"
18102   - "L2XCFWD"
18103   - "L2BDMACLRN"
18104   - "L2BDMACLRN"
18105   - "L2BDMACLRN"
18106   layout:
18107     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18108     layout: "plot-latency"
18109
18110 # Packet Latency - VPP Container Memif 3n-hsw-x710
18111 -
18112   type: "plot"
18113   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18114   algorithm: "plot_latency_error_bars"
18115   output-file-type: ".html"
18116   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18117   data: "plot-vpp-throughput-latency-3n-hsw"
18118   filter: "'NIC_Intel-X710' and
18119            '64B' and
18120            ('BASE' or 'SCALE') and
18121            'NDRPDR' and
18122            '1T1C' and
18123            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18124            not 'VHOST' and
18125            'MEMIF'"
18126   parameters:
18127   - "latency"
18128   - "parent"
18129   - "tags"
18130   sort:
18131   - "L2XCFWD"
18132   - "L2XCFWD"
18133   - "L2XCFWD"
18134   - "L2BDMACLRN"
18135   - "L2BDMACLRN"
18136   - "L2BDMACLRN"
18137   layout:
18138     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18139     layout: "plot-latency"
18140
18141 -
18142   type: "plot"
18143   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18144   algorithm: "plot_latency_error_bars"
18145   output-file-type: ".html"
18146   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18147   data: "plot-vpp-throughput-latency-3n-hsw"
18148   filter: "'NIC_Intel-X710' and
18149            '64B' and
18150            ('BASE' or 'SCALE') and
18151            'NDRPDR' and
18152            '2T2C' and
18153            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18154            not 'VHOST' and
18155            'MEMIF'"
18156   parameters:
18157   - "latency"
18158   - "parent"
18159   - "tags"
18160   sort:
18161   - "L2XCFWD"
18162   - "L2XCFWD"
18163   - "L2XCFWD"
18164   - "L2BDMACLRN"
18165   - "L2BDMACLRN"
18166   - "L2BDMACLRN"
18167   layout:
18168     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18169     layout: "plot-latency"
18170
18171 # Packet Latency - VPP Container Memif 3n-hsw-xl710
18172 -
18173   type: "plot"
18174   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18175   algorithm: "plot_latency_error_bars"
18176   output-file-type: ".html"
18177   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
18178   data: "plot-vpp-throughput-latency-3n-hsw"
18179   filter: "'NIC_Intel-XL710' and
18180            '64B' and
18181            ('BASE' or 'SCALE') and
18182            'NDRPDR' and
18183            '1T1C' and
18184            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18185            not 'VHOST' and
18186            'MEMIF'"
18187   parameters:
18188   - "latency"
18189   - "parent"
18190   - "tags"
18191   sort:
18192   - "L2XCFWD"
18193   - "L2XCFWD"
18194   - "L2XCFWD"
18195   - "L2BDMACLRN"
18196   - "L2BDMACLRN"
18197   - "L2BDMACLRN"
18198   layout:
18199     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
18200     layout: "plot-latency"
18201
18202 -
18203   type: "plot"
18204   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18205   algorithm: "plot_latency_error_bars"
18206   output-file-type: ".html"
18207   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
18208   data: "plot-vpp-throughput-latency-3n-hsw"
18209   filter: "'NIC_Intel-XL710' and
18210            '64B' and
18211            ('BASE' or 'SCALE') and
18212            'NDRPDR' and
18213            '2T2C' and
18214            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18215            not 'VHOST' and
18216            'MEMIF'"
18217   parameters:
18218   - "latency"
18219   - "parent"
18220   - "tags"
18221   sort:
18222   - "L2XCFWD"
18223   - "L2XCFWD"
18224   - "L2XCFWD"
18225   - "L2BDMACLRN"
18226   - "L2BDMACLRN"
18227   - "L2BDMACLRN"
18228   layout:
18229     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
18230     layout: "plot-latency"
18231
18232 # Packet Latency - VPP Container Memif 3n-skx-x710
18233 -
18234   type: "plot"
18235   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18236   algorithm: "plot_latency_error_bars"
18237   output-file-type: ".html"
18238   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18239   data: "plot-vpp-throughput-latency-3n-skx"
18240   filter: "'NIC_Intel-X710' and
18241            '64B' and
18242            ('BASE' or 'SCALE') and
18243            'NDRPDR' and
18244            '2T1C' and
18245            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18246            not 'VHOST' and
18247            'MEMIF'"
18248   parameters:
18249   - "latency"
18250   - "parent"
18251   - "tags"
18252   sort:
18253   - "L2XCFWD"
18254   - "L2XCFWD"
18255   - "L2XCFWD"
18256   - "L2BDMACLRN"
18257   - "L2BDMACLRN"
18258   - "L2BDMACLRN"
18259   layout:
18260     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18261     layout: "plot-latency"
18262
18263 -
18264   type: "plot"
18265   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18266   algorithm: "plot_latency_error_bars"
18267   output-file-type: ".html"
18268   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18269   data: "plot-vpp-throughput-latency-3n-skx"
18270   filter: "'NIC_Intel-X710' and
18271            '64B' and
18272            ('BASE' or 'SCALE') and
18273            'NDRPDR' and
18274            '4T2C' and
18275            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18276            not 'VHOST' and
18277            'MEMIF'"
18278   parameters:
18279   - "latency"
18280   - "parent"
18281   - "tags"
18282   sort:
18283   - "L2XCFWD"
18284   - "L2XCFWD"
18285   - "L2XCFWD"
18286   - "L2BDMACLRN"
18287   - "L2BDMACLRN"
18288   - "L2BDMACLRN"
18289   layout:
18290     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18291     layout: "plot-latency"
18292
18293 # Packet Latency - VPP Container Memif 2n-skx-x710
18294 -
18295   type: "plot"
18296   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18297   algorithm: "plot_latency_error_bars"
18298   output-file-type: ".html"
18299   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18300   data: "plot-vpp-throughput-latency-2n-skx"
18301   filter: "'NIC_Intel-X710' and
18302            '64B' and
18303            ('BASE' or 'SCALE') and
18304            'NDRPDR' and
18305            '2T1C' and
18306            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18307            not 'VHOST' and
18308            'MEMIF'"
18309   parameters:
18310   - "latency"
18311   - "parent"
18312   - "tags"
18313   sort:
18314   - "L2XCFWD"
18315   - "L2XCFWD"
18316   - "L2XCFWD"
18317   - "L2BDMACLRN"
18318   - "L2BDMACLRN"
18319   - "L2BDMACLRN"
18320   layout:
18321     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
18322     layout: "plot-latency"
18323
18324 -
18325   type: "plot"
18326   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18327   algorithm: "plot_latency_error_bars"
18328   output-file-type: ".html"
18329   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18330   data: "plot-vpp-throughput-latency-2n-skx"
18331   filter: "'NIC_Intel-X710' and
18332            '64B' and
18333            ('BASE' or 'SCALE') and
18334            'NDRPDR' and
18335            '4T2C' and
18336            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18337            not 'VHOST' and
18338            'MEMIF'"
18339   parameters:
18340   - "latency"
18341   - "parent"
18342   - "tags"
18343   sort:
18344   - "L2XCFWD"
18345   - "L2XCFWD"
18346   - "L2XCFWD"
18347   - "L2BDMACLRN"
18348   - "L2BDMACLRN"
18349   - "L2BDMACLRN"
18350   layout:
18351     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
18352     layout: "plot-latency"
18353
18354 # Packet Latency - VPP Container Memif 2n-skx-xxv710
18355 -
18356   type: "plot"
18357   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18358   algorithm: "plot_latency_error_bars"
18359   output-file-type: ".html"
18360   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18361   data: "plot-vpp-throughput-latency-2n-skx"
18362   filter: "'NIC_Intel-XXV710' and
18363            '64B' and
18364            ('BASE' or 'SCALE') and
18365            'NDRPDR' and
18366            '2T1C' and
18367            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18368            not 'VHOST' and
18369            'MEMIF'"
18370   parameters:
18371   - "latency"
18372   - "parent"
18373   - "tags"
18374   sort:
18375   - "L2XCFWD"
18376   - "L2XCFWD"
18377   - "L2XCFWD"
18378   - "L2BDMACLRN"
18379   - "L2BDMACLRN"
18380   - "L2BDMACLRN"
18381   layout:
18382     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18383     layout: "plot-latency"
18384
18385 -
18386   type: "plot"
18387   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18388   algorithm: "plot_latency_error_bars"
18389   output-file-type: ".html"
18390   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18391   data: "plot-vpp-throughput-latency-2n-skx"
18392   filter: "'NIC_Intel-XXV710' and
18393            '64B' and
18394            ('BASE' or 'SCALE') and
18395            'NDRPDR' and
18396            '4T2C' and
18397            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18398            not 'VHOST' and
18399            'MEMIF'"
18400   parameters:
18401   - "latency"
18402   - "parent"
18403   - "tags"
18404   sort:
18405   - "L2XCFWD"
18406   - "L2XCFWD"
18407   - "L2XCFWD"
18408   - "L2BDMACLRN"
18409   - "L2BDMACLRN"
18410   - "L2BDMACLRN"
18411   layout:
18412     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18413     layout: "plot-latency"
18414
18415 ################################################################################
18416
18417 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
18418 -
18419   type: "plot"
18420   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18421   algorithm: "plot_latency_error_bars"
18422   output-file-type: ".html"
18423   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18424   data: "plot-ligato-throughput-latency-3n-hsw"
18425   filter: "'NIC_Intel-X520-DA2' and
18426            '64B' and
18427            ('BASE' or 'SCALE') and
18428            'NDRPDR' and
18429            '1T1C' and
18430            'L2XCFWD' and
18431            not 'VHOST' and
18432            'MEMIF'"
18433   parameters:
18434   - "latency"
18435   - "parent"
18436   - "tags"
18437   sort:
18438   - "1VNF"
18439   - "2VNF"
18440   - "4VNF"
18441   - "2VNF"
18442   - "4VNF"
18443   layout:
18444     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
18445     layout: "plot-latency"
18446
18447 -
18448   type: "plot"
18449   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18450   algorithm: "plot_latency_error_bars"
18451   output-file-type: ".html"
18452   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18453   data: "plot-ligato-throughput-latency-3n-hsw"
18454   filter: "'NIC_Intel-X520-DA2' and
18455            '64B' and
18456            ('BASE' or 'SCALE') and
18457            'NDRPDR' and
18458            '2T2C' and
18459            'L2XCFWD' and
18460            not 'VHOST' and
18461            'MEMIF'"
18462   parameters:
18463   - "latency"
18464   - "parent"
18465   - "tags"
18466   sort:
18467   - "1VNF"
18468   - "2VNF"
18469   - "4VNF"
18470   - "2VNF"
18471   - "4VNF"
18472   layout:
18473     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
18474     layout: "plot-latency"
18475
18476 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
18477 -
18478   type: "plot"
18479   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18480   algorithm: "plot_latency_error_bars"
18481   output-file-type: ".html"
18482   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18483   data: "plot-ligato-throughput-latency-3n-hsw"
18484   filter: "'NIC_Intel-X520-DA2' and
18485            '64B' and
18486            ('BASE' or 'SCALE') and
18487            'NDRPDR' and
18488            '1T1C' and
18489            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18490            not 'VHOST' and
18491            'MEMIF'"
18492   parameters:
18493   - "latency"
18494   - "parent"
18495   - "tags"
18496   sort:
18497   - "1VNF"
18498   - "2VNF"
18499   - "4VNF"
18500   - "2VNF"
18501   - "4VNF"
18502   layout:
18503     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
18504     layout: "plot-latency"
18505
18506 -
18507   type: "plot"
18508   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18509   algorithm: "plot_latency_error_bars"
18510   output-file-type: ".html"
18511   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18512   data: "plot-ligato-throughput-latency-3n-hsw"
18513   filter: "'NIC_Intel-X520-DA2' and
18514            '64B' and
18515            ('BASE' or 'SCALE') and
18516            'NDRPDR' and
18517            '2T2C' and
18518            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18519            not 'VHOST' and
18520            'MEMIF'"
18521   parameters:
18522   - "latency"
18523   - "parent"
18524   - "tags"
18525   sort:
18526   - "1VNF"
18527   - "2VNF"
18528   - "4VNF"
18529   - "2VNF"
18530   - "4VNF"
18531   layout:
18532     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
18533     layout: "plot-latency"
18534
18535 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
18536 -
18537   type: "plot"
18538   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18539   algorithm: "plot_latency_error_bars"
18540   output-file-type: ".html"
18541   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
18542   data: "plot-ligato-throughput-latency-3n-hsw"
18543   filter: "'NIC_Intel-X710' and
18544            '64B' and
18545            ('BASE' or 'SCALE') and
18546            'NDRPDR' and
18547            '1T1C' and
18548            'L2XCFWD' and
18549            not 'VHOST' and
18550            'MEMIF'"
18551   parameters:
18552   - "latency"
18553   - "parent"
18554   - "tags"
18555   sort:
18556   - "1VNF"
18557   - "2VNF"
18558   - "4VNF"
18559   - "2VNF"
18560   - "4VNF"
18561   layout:
18562     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
18563     layout: "plot-latency"
18564
18565 -
18566   type: "plot"
18567   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18568   algorithm: "plot_latency_error_bars"
18569   output-file-type: ".html"
18570   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
18571   data: "plot-ligato-throughput-latency-3n-hsw"
18572   filter: "'NIC_Intel-X710' and
18573            '64B' and
18574            ('BASE' or 'SCALE') and
18575            'NDRPDR' and
18576            '2T2C' and
18577            'L2XCFWD' and
18578            not 'VHOST' and
18579            'MEMIF'"
18580   parameters:
18581   - "latency"
18582   - "parent"
18583   - "tags"
18584   sort:
18585   - "1VNF"
18586   - "2VNF"
18587   - "4VNF"
18588   - "2VNF"
18589   - "4VNF"
18590   layout:
18591     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
18592     layout: "plot-latency"
18593
18594 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
18595 -
18596   type: "plot"
18597   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18598   algorithm: "plot_latency_error_bars"
18599   output-file-type: ".html"
18600   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
18601   data: "plot-ligato-throughput-latency-3n-hsw"
18602   filter: "'NIC_Intel-X710' and
18603            '64B' and
18604            ('BASE' or 'SCALE') and
18605            'NDRPDR' and
18606            '1T1C' and
18607            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18608            not 'VHOST' and
18609            'MEMIF'"
18610   parameters:
18611   - "latency"
18612   - "parent"
18613   - "tags"
18614   sort:
18615   - "1VNF"
18616   - "2VNF"
18617   - "4VNF"
18618   - "2VNF"
18619   - "4VNF"
18620   layout:
18621     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
18622     layout: "plot-latency"
18623
18624 -
18625   type: "plot"
18626   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18627   algorithm: "plot_latency_error_bars"
18628   output-file-type: ".html"
18629   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
18630   data: "plot-ligato-throughput-latency-3n-hsw"
18631   filter: "'NIC_Intel-X710' and
18632            '64B' and
18633            ('BASE' or 'SCALE') and
18634            'NDRPDR' and
18635            '2T2C' and
18636            ('L2BDMACSTAT' or 'L2BDMACLRN') and
18637            not 'VHOST' and
18638            'MEMIF'"
18639   parameters:
18640   - "latency"
18641   - "parent"
18642   - "tags"
18643   sort:
18644   - "1VNF"
18645   - "2VNF"
18646   - "4VNF"
18647   - "2VNF"
18648   - "4VNF"
18649   layout:
18650     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
18651     layout: "plot-latency"
18652
18653 ################################################################################
18654
18655 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
18656 -
18657   type: "plot"
18658   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18659   algorithm: "plot_latency_error_bars"
18660   output-file-type: ".html"
18661   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18662   data: "plot-vpp-throughput-latency-3n-hsw"
18663   filter: "'NIC_Intel-X520-DA2' and
18664            '64B' and
18665            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18666            'NDRPDR' and
18667            '1T1C' and
18668            'IP4FWD' and
18669            not 'IPSEC' and
18670            not 'VHOST'"
18671   parameters:
18672   - "latency"
18673   - "parent"
18674   - "tags"
18675   sort:
18676   - "IP4BASE"
18677   - "FIB_20K"
18678   - "FIB_200K"
18679   - "FIB_2M"
18680   layout:
18681     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18682     layout: "plot-latency"
18683
18684 -
18685   type: "plot"
18686   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18687   algorithm: "plot_latency_error_bars"
18688   output-file-type: ".html"
18689   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18690   data: "plot-vpp-throughput-latency-3n-hsw"
18691   filter: "'NIC_Intel-X520-DA2' and
18692            '64B' and
18693            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18694            'NDRPDR' and
18695            '2T2C' and
18696            'IP4FWD' and
18697            not 'IPSEC' and
18698            not 'VHOST'"
18699   parameters:
18700   - "latency"
18701   - "parent"
18702   - "tags"
18703   sort:
18704   - "IP4BASE"
18705   - "FIB_20K"
18706   - "FIB_200K"
18707   - "FIB_2M"
18708   layout:
18709     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18710     layout: "plot-latency"
18711
18712 # Packet Latency - VPP IPv4 3n-hsw-x520 features
18713 -
18714   type: "plot"
18715   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18716   algorithm: "plot_latency_error_bars"
18717   output-file-type: ".html"
18718   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18719   data: "plot-vpp-throughput-latency-3n-hsw"
18720   filter: "'NIC_Intel-X520-DA2' and
18721            '64B' and
18722            ('IP4BASE' or
18723             'POLICE_MARK' or
18724             'COPWHLIST' or
18725             ('NAT44' and 'BASE') or
18726             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18727            'NDRPDR' and
18728            '1T1C' and
18729            'IP4FWD' and
18730            not 'IPSEC' and
18731            not 'VHOST'"
18732   parameters:
18733   - "latency"
18734   - "parent"
18735   - "tags"
18736   sort:
18737   - "IP4BASE"
18738   - "NAT44"
18739   - "POLICE_MARK"
18740   - "COPWHLIST"
18741   - "IACL"
18742   - "OACL"
18743   layout:
18744     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
18745     layout: "plot-latency"
18746
18747 -
18748   type: "plot"
18749   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18750   algorithm: "plot_latency_error_bars"
18751   output-file-type: ".html"
18752   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18753   data: "plot-vpp-throughput-latency-3n-hsw"
18754   filter: "'NIC_Intel-X520-DA2' and
18755            '64B' and
18756            ('IP4BASE' or
18757             'POLICE_MARK' or
18758             'COPWHLIST' or
18759             ('NAT44' and 'BASE') or
18760             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
18761            'NDRPDR' and
18762            '2T2C' and
18763            'IP4FWD' and
18764            not 'IPSEC' and
18765            not 'VHOST'"
18766   parameters:
18767   - "latency"
18768   - "parent"
18769   - "tags"
18770   sort:
18771   - "IP4BASE"
18772   - "NAT44"
18773   - "POLICE_MARK"
18774   - "COPWHLIST"
18775   - "IACL"
18776   - "OACL"
18777   layout:
18778     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
18779     layout: "plot-latency"
18780
18781 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
18782 -
18783   type: "plot"
18784   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18785   algorithm: "plot_latency_error_bars"
18786   output-file-type: ".html"
18787   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
18788   data: "plot-vpp-throughput-latency-3n-hsw"
18789   filter: "'NIC_Intel-X520-DA2' and
18790            '64B' and
18791            'NDRPDR' and
18792            '1T1C' and
18793            'IP4FWD' and
18794            'NAT44' and
18795            not 'IPSEC' and
18796            not 'VHOST'"
18797   parameters:
18798   - "latency"
18799   - "parent"
18800   - "tags"
18801   sort:
18802   - "BASE"
18803   - "BASE"
18804   - "SRC_USER_10"
18805   - "SRC_USER_100"
18806   - "SRC_USER_1000"
18807   - "SRC_USER_2000"
18808   layout:
18809     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
18810     layout: "plot-latency"
18811
18812 -
18813   type: "plot"
18814   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18815   algorithm: "plot_latency_error_bars"
18816   output-file-type: ".html"
18817   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
18818   data: "plot-vpp-throughput-latency-3n-hsw"
18819   filter: "'NIC_Intel-X520-DA2' and
18820            '64B' and
18821            'NDRPDR' and
18822            '2T2C' and
18823            'IP4FWD' and
18824            'NAT44' and
18825            not 'IPSEC' and
18826            not 'VHOST'"
18827   parameters:
18828   - "latency"
18829   - "parent"
18830   - "tags"
18831   sort:
18832   - "BASE"
18833   - "BASE"
18834   - "SRC_USER_10"
18835   - "SRC_USER_100"
18836   - "SRC_USER_1000"
18837   - "SRC_USER_2000"
18838   layout:
18839     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
18840     layout: "plot-latency"
18841
18842 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
18843 -
18844   type: "plot"
18845   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18846   algorithm: "plot_latency_error_bars"
18847   output-file-type: ".html"
18848   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18849   data: "plot-vpp-throughput-latency-3n-hsw"
18850   filter: "'NIC_Intel-X520-DA2' and
18851            '64B' and
18852            'NDRPDR' and
18853            '1T1C' and
18854            'IP4FWD' and
18855            'IACL' and
18856            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18857            not 'IPSEC' and
18858            not 'VHOST'"
18859   parameters:
18860   - "latency"
18861   - "parent"
18862   - "tags"
18863   sort:
18864   - "ACL_STATELESS"
18865   - "ACL_STATEFUL"
18866   - "ACL_STATELESS"
18867   - "ACL_STATEFUL"
18868   layout:
18869     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18870     layout: "plot-latency"
18871
18872 -
18873   type: "plot"
18874   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18875   algorithm: "plot_latency_error_bars"
18876   output-file-type: ".html"
18877   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18878   data: "plot-vpp-throughput-latency-3n-hsw"
18879   filter: "'NIC_Intel-X520-DA2' and
18880            '64B' and
18881            'NDRPDR' and
18882            '2T2C' and
18883            'IP4FWD' and
18884            'IACL' and
18885            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18886            not 'IPSEC' and
18887            not 'VHOST'"
18888   parameters:
18889   - "latency"
18890   - "parent"
18891   - "tags"
18892   sort:
18893   - "ACL_STATELESS"
18894   - "ACL_STATEFUL"
18895   - "ACL_STATELESS"
18896   - "ACL_STATEFUL"
18897   layout:
18898     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18899     layout: "plot-latency"
18900
18901 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
18902 -
18903   type: "plot"
18904   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18905   algorithm: "plot_latency_error_bars"
18906   output-file-type: ".html"
18907   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18908   data: "plot-vpp-throughput-latency-3n-hsw"
18909   filter: "'NIC_Intel-X520-DA2' and
18910            '64B' and
18911            'NDRPDR' and
18912            '1T1C' and
18913            'IP4FWD' and
18914            'OACL' and
18915            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18916            not 'IPSEC' and
18917            not 'VHOST'"
18918   parameters:
18919   - "latency"
18920   - "parent"
18921   - "tags"
18922   sort:
18923   - "ACL_STATELESS"
18924   - "ACL_STATEFUL"
18925   - "ACL_STATELESS"
18926   - "ACL_STATEFUL"
18927   layout:
18928     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18929     layout: "plot-latency"
18930
18931 -
18932   type: "plot"
18933   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18934   algorithm: "plot_latency_error_bars"
18935   output-file-type: ".html"
18936   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18937   data: "plot-vpp-throughput-latency-3n-hsw"
18938   filter: "'NIC_Intel-X520-DA2' and
18939            '64B' and
18940            'NDRPDR' and
18941            '2T2C' and
18942            'IP4FWD' and
18943            'OACL' and
18944            ('ACL10' or 'ACL50') and '10k_FLOWS' and
18945            not 'IPSEC' and
18946            not 'VHOST'"
18947   parameters:
18948   - "latency"
18949   - "parent"
18950   - "tags"
18951   sort:
18952   - "ACL_STATELESS"
18953   - "ACL_STATEFUL"
18954   - "ACL_STATELESS"
18955   - "ACL_STATEFUL"
18956   layout:
18957     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18958     layout: "plot-latency"
18959
18960 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
18961 -
18962   type: "plot"
18963   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18964   algorithm: "plot_latency_error_bars"
18965   output-file-type: ".html"
18966   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18967   data: "plot-vpp-throughput-latency-3n-hsw"
18968   filter: "'NIC_Intel-X710' and
18969            '64B' and
18970            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18971            'NDRPDR' and
18972            '1T1C' and
18973            'IP4FWD' and
18974            not 'IPSEC' and
18975            not 'VHOST'"
18976   parameters:
18977   - "latency"
18978   - "parent"
18979   - "tags"
18980   sort:
18981   - "IP4BASE"
18982   - "FIB_20K"
18983   - "FIB_200K"
18984   - "FIB_2M"
18985   layout:
18986     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18987     layout: "plot-latency"
18988
18989 -
18990   type: "plot"
18991   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18992   algorithm: "plot_latency_error_bars"
18993   output-file-type: ".html"
18994   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18995   data: "plot-vpp-throughput-latency-3n-hsw"
18996   filter: "'NIC_Intel-X710' and
18997            '64B' and
18998            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18999            'NDRPDR' and
19000            '2T2C' and
19001            'IP4FWD' and
19002            not 'IPSEC' and
19003            not 'VHOST'"
19004   parameters:
19005   - "latency"
19006   - "parent"
19007   - "tags"
19008   sort:
19009   - "IP4BASE"
19010   - "FIB_20K"
19011   - "FIB_200K"
19012   - "FIB_2M"
19013   layout:
19014     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19015     layout: "plot-latency"
19016
19017 # Packet Latency - VPP IPv4 3n-hsw-x710 features
19018 -
19019   type: "plot"
19020   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19021   algorithm: "plot_latency_error_bars"
19022   output-file-type: ".html"
19023   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
19024   data: "plot-vpp-throughput-latency-3n-hsw"
19025   filter: "'NIC_Intel-X710' and
19026            '64B' and
19027            ('IP4BASE' or
19028             'POLICE_MARK' or
19029             'COPWHLIST' or
19030             ('NAT44' and 'BASE') or
19031             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19032            'NDRPDR' and
19033            '1T1C' and
19034            'IP4FWD' and
19035            not 'IPSEC' and
19036            not 'VHOST'"
19037   parameters:
19038   - "latency"
19039   - "parent"
19040   - "tags"
19041   sort:
19042   - "IP4BASE"
19043   - "NAT44"
19044   - "POLICE_MARK"
19045   - "COPWHLIST"
19046   - "IACL"
19047   - "OACL"
19048   layout:
19049     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
19050     layout: "plot-latency"
19051
19052 -
19053   type: "plot"
19054   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19055   algorithm: "plot_latency_error_bars"
19056   output-file-type: ".html"
19057   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
19058   data: "plot-vpp-throughput-latency-3n-hsw"
19059   filter: "'NIC_Intel-X710' and
19060            '64B' and
19061            ('IP4BASE' or
19062             'POLICE_MARK' or
19063             'COPWHLIST' or
19064             ('NAT44' and 'BASE') or
19065             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19066            'NDRPDR' and
19067            '2T2C' and
19068            'IP4FWD' and
19069            not 'IPSEC' and
19070            not 'VHOST'"
19071   parameters:
19072   - "latency"
19073   - "parent"
19074   - "tags"
19075   sort:
19076   - "IP4BASE"
19077   - "NAT44"
19078   - "POLICE_MARK"
19079   - "COPWHLIST"
19080   - "IACL"
19081   - "OACL"
19082   layout:
19083     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
19084     layout: "plot-latency"
19085
19086 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
19087 -
19088   type: "plot"
19089   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
19090   algorithm: "plot_latency_error_bars"
19091   output-file-type: ".html"
19092   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
19093   data: "plot-vpp-throughput-latency-3n-hsw"
19094   filter: "'NIC_Intel-X710' and
19095            '64B' and
19096            'NDRPDR' and
19097            '1T1C' and
19098            'IP4FWD' and
19099            'NAT44' and
19100            not 'IPSEC' and
19101            not 'VHOST'"
19102   parameters:
19103   - "latency"
19104   - "parent"
19105   - "tags"
19106   sort:
19107   - "BASE"
19108   - "BASE"
19109   - "SRC_USER_10"
19110   - "SRC_USER_100"
19111   - "SRC_USER_1000"
19112   - "SRC_USER_2000"
19113   layout:
19114     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
19115     layout: "plot-latency"
19116
19117 -
19118   type: "plot"
19119   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
19120   algorithm: "plot_latency_error_bars"
19121   output-file-type: ".html"
19122   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
19123   data: "plot-vpp-throughput-latency-3n-hsw"
19124   filter: "'NIC_Intel-X710' and
19125            '64B' and
19126            'NDRPDR' and
19127            '2T2C' and
19128            'IP4FWD' and
19129            'NAT44' and
19130            not 'IPSEC' and
19131            not 'VHOST'"
19132   parameters:
19133   - "latency"
19134   - "parent"
19135   - "tags"
19136   sort:
19137   - "BASE"
19138   - "BASE"
19139   - "SRC_USER_10"
19140   - "SRC_USER_100"
19141   - "SRC_USER_1000"
19142   - "SRC_USER_2000"
19143   layout:
19144     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
19145     layout: "plot-latency"
19146
19147 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
19148 -
19149   type: "plot"
19150   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
19151   algorithm: "plot_latency_error_bars"
19152   output-file-type: ".html"
19153   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
19154   data: "plot-vpp-throughput-latency-3n-hsw"
19155   filter: "'NIC_Intel-X710' and
19156            '64B' and
19157            'NDRPDR' and
19158            '1T1C' and
19159            'IP4FWD' and
19160            'IACL' and
19161            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19162            not 'IPSEC' and
19163            not 'VHOST'"
19164   parameters:
19165   - "latency"
19166   - "parent"
19167   - "tags"
19168   sort:
19169   - "ACL_STATELESS"
19170   - "ACL_STATEFUL"
19171   - "ACL_STATELESS"
19172   - "ACL_STATEFUL"
19173   layout:
19174     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
19175     layout: "plot-latency"
19176
19177 -
19178   type: "plot"
19179   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
19180   algorithm: "plot_latency_error_bars"
19181   output-file-type: ".html"
19182   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
19183   data: "plot-vpp-throughput-latency-3n-hsw"
19184   filter: "'NIC_Intel-X710' and
19185            '64B' and
19186            'NDRPDR' and
19187            '2T2C' and
19188            'IP4FWD' and
19189            'IACL' and
19190            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19191            not 'IPSEC' and
19192            not 'VHOST'"
19193   parameters:
19194   - "latency"
19195   - "parent"
19196   - "tags"
19197   sort:
19198   - "ACL_STATELESS"
19199   - "ACL_STATEFUL"
19200   - "ACL_STATELESS"
19201   - "ACL_STATEFUL"
19202   layout:
19203     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
19204     layout: "plot-latency"
19205
19206 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
19207 -
19208   type: "plot"
19209   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
19210   algorithm: "plot_latency_error_bars"
19211   output-file-type: ".html"
19212   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
19213   data: "plot-vpp-throughput-latency-3n-hsw"
19214   filter: "'NIC_Intel-X710' and
19215            '64B' and
19216            'NDRPDR' and
19217            '1T1C' and
19218            'IP4FWD' and
19219            'OACL' and
19220            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19221            not 'IPSEC' and
19222            not 'VHOST'"
19223   parameters:
19224   - "latency"
19225   - "parent"
19226   - "tags"
19227   sort:
19228   - "ACL_STATELESS"
19229   - "ACL_STATEFUL"
19230   - "ACL_STATELESS"
19231   - "ACL_STATEFUL"
19232   layout:
19233     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
19234     layout: "plot-latency"
19235
19236 -
19237   type: "plot"
19238   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
19239   algorithm: "plot_latency_error_bars"
19240   output-file-type: ".html"
19241   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
19242   data: "plot-vpp-throughput-latency-3n-hsw"
19243   filter: "'NIC_Intel-X710' and
19244            '64B' and
19245            'NDRPDR' and
19246            '2T2C' and
19247            'IP4FWD' and
19248            'OACL' and
19249            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19250            not 'IPSEC' and
19251            not 'VHOST'"
19252   parameters:
19253   - "latency"
19254   - "parent"
19255   - "tags"
19256   sort:
19257   - "ACL_STATELESS"
19258   - "ACL_STATEFUL"
19259   - "ACL_STATELESS"
19260   - "ACL_STATEFUL"
19261   layout:
19262     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
19263     layout: "plot-latency"
19264
19265 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
19266 -
19267   type: "plot"
19268   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19269   algorithm: "plot_latency_error_bars"
19270   output-file-type: ".html"
19271   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19272   data: "plot-vpp-throughput-latency-3n-hsw"
19273   filter: "'NIC_Intel-XL710' and
19274            '64B' and
19275            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19276            'NDRPDR' and
19277            '1T1C' and
19278            'IP4FWD' and
19279            not 'IPSEC' and
19280            not 'VHOST'"
19281   parameters:
19282   - "latency"
19283   - "parent"
19284   - "tags"
19285   sort:
19286   - "IP4BASE"
19287   - "FIB_20K"
19288   - "FIB_200K"
19289   - "FIB_2M"
19290   layout:
19291     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19292     layout: "plot-latency"
19293
19294 -
19295   type: "plot"
19296   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19297   algorithm: "plot_latency_error_bars"
19298   output-file-type: ".html"
19299   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19300   data: "plot-vpp-throughput-latency-3n-hsw"
19301   filter: "'NIC_Intel-XL710' and
19302            '64B' and
19303            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19304            'NDRPDR' and
19305            '2T2C' and
19306            'IP4FWD' and
19307            not 'IPSEC' and
19308            not 'VHOST'"
19309   parameters:
19310   - "latency"
19311   - "parent"
19312   - "tags"
19313   sort:
19314   - "IP4BASE"
19315   - "FIB_20K"
19316   - "FIB_200K"
19317   - "FIB_2M"
19318   layout:
19319     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19320     layout: "plot-latency"
19321
19322 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
19323 -
19324   type: "plot"
19325   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19326   algorithm: "plot_latency_error_bars"
19327   output-file-type: ".html"
19328   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19329   data: "plot-vpp-throughput-latency-3n-skx"
19330   filter: "'NIC_Intel-X710' and
19331            '64B' and
19332            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19333            'NDRPDR' and
19334            '2T1C' and
19335            'IP4FWD' and
19336            not 'IPSEC' and
19337            not 'VHOST'"
19338   parameters:
19339   - "latency"
19340   - "parent"
19341   - "tags"
19342   sort:
19343   - "IP4BASE"
19344   - "FIB_20K"
19345   - "FIB_200K"
19346   - "FIB_2M"
19347   layout:
19348     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19349     layout: "plot-latency"
19350
19351 -
19352   type: "plot"
19353   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19354   algorithm: "plot_latency_error_bars"
19355   output-file-type: ".html"
19356   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19357   data: "plot-vpp-throughput-latency-3n-skx"
19358   filter: "'NIC_Intel-X710' and
19359            '64B' and
19360            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19361            'NDRPDR' and
19362            '4T2C' and
19363            'IP4FWD' and
19364            not 'IPSEC' and
19365            not 'VHOST'"
19366   parameters:
19367   - "latency"
19368   - "parent"
19369   - "tags"
19370   sort:
19371   - "IP4BASE"
19372   - "FIB_20K"
19373   - "FIB_200K"
19374   - "FIB_2M"
19375   layout:
19376     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19377     layout: "plot-latency"
19378
19379 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
19380 -
19381   type: "plot"
19382   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
19383   algorithm: "plot_latency_error_bars"
19384   output-file-type: ".html"
19385   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
19386   data: "plot-vpp-throughput-latency-3n-skx"
19387   filter: "'NIC_Intel-X710' and
19388            '64B' and
19389            ('IP4BASE' or
19390             'POLICE_MARK' or
19391             'COPWHLIST' or
19392             ('NAT44' and 'BASE') or
19393             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19394            'NDRPDR' and
19395            '2T1C' and
19396            'IP4FWD' and
19397            not 'IPSEC' and
19398            not 'VHOST'"
19399   parameters:
19400   - "latency"
19401   - "parent"
19402   - "tags"
19403   sort:
19404   - "IP4BASE"
19405   - "NAT44"
19406   - "POLICE_MARK"
19407   - "COPWHLIST"
19408   - "IACL"
19409   - "OACL"
19410   layout:
19411     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
19412     layout: "plot-latency"
19413
19414 -
19415   type: "plot"
19416   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
19417   algorithm: "plot_latency_error_bars"
19418   output-file-type: ".html"
19419   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
19420   data: "plot-vpp-throughput-latency-3n-skx"
19421   filter: "'NIC_Intel-X710' and
19422            '64B' and
19423            ('IP4BASE' or
19424             'POLICE_MARK' or
19425             'COPWHLIST' or
19426             ('NAT44' and 'BASE') or
19427             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
19428            'NDRPDR' and
19429            '4T2C' and
19430            'IP4FWD' and
19431            not 'IPSEC' and
19432            not 'VHOST'"
19433   parameters:
19434   - "latency"
19435   - "parent"
19436   - "tags"
19437   sort:
19438   - "IP4BASE"
19439   - "NAT44"
19440   - "POLICE_MARK"
19441   - "COPWHLIST"
19442   - "IACL"
19443   - "OACL"
19444   layout:
19445     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
19446     layout: "plot-latency"
19447
19448 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
19449 -
19450   type: "plot"
19451   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
19452   algorithm: "plot_latency_error_bars"
19453   output-file-type: ".html"
19454   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
19455   data: "plot-vpp-throughput-latency-3n-skx"
19456   filter: "'NIC_Intel-X710' and
19457            '64B' and
19458            'NDRPDR' and
19459            '2T1C' and
19460            'IP4FWD' and
19461            'NAT44' and
19462            not 'IPSEC' and
19463            not 'VHOST'"
19464   parameters:
19465   - "latency"
19466   - "parent"
19467   - "tags"
19468   sort:
19469   - "BASE"
19470   - "BASE"
19471   - "SRC_USER_10"
19472   - "SRC_USER_100"
19473   - "SRC_USER_1000"
19474   - "SRC_USER_2000"
19475   layout:
19476     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
19477     layout: "plot-latency"
19478
19479 -
19480   type: "plot"
19481   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
19482   algorithm: "plot_latency_error_bars"
19483   output-file-type: ".html"
19484   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
19485   data: "plot-vpp-throughput-latency-3n-skx"
19486   filter: "'NIC_Intel-X710' and
19487            '64B' and
19488            'NDRPDR' and
19489            '4T2C' and
19490            'IP4FWD' and
19491            'NAT44' and
19492            not 'IPSEC' and
19493            not 'VHOST'"
19494   parameters:
19495   - "latency"
19496   - "parent"
19497   - "tags"
19498   sort:
19499   - "BASE"
19500   - "BASE"
19501   - "SRC_USER_10"
19502   - "SRC_USER_100"
19503   - "SRC_USER_1000"
19504   - "SRC_USER_2000"
19505   layout:
19506     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
19507     layout: "plot-latency"
19508
19509 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
19510 -
19511   type: "plot"
19512   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19513   algorithm: "plot_latency_error_bars"
19514   output-file-type: ".html"
19515   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
19516   data: "plot-vpp-throughput-latency-3n-skx"
19517   filter: "'NIC_Intel-X710' and
19518            '64B' and
19519            'NDRPDR' and
19520            '2T1C' and
19521            'IP4FWD' and
19522            'IACL' and
19523            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19524            not 'IPSEC' and
19525            not 'VHOST'"
19526   parameters:
19527   - "latency"
19528   - "parent"
19529   - "tags"
19530   sort:
19531   - "ACL_STATELESS"
19532   - "ACL_STATEFUL"
19533   - "ACL_STATELESS"
19534   - "ACL_STATEFUL"
19535   layout:
19536     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
19537     layout: "plot-latency"
19538
19539 -
19540   type: "plot"
19541   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19542   algorithm: "plot_latency_error_bars"
19543   output-file-type: ".html"
19544   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
19545   data: "plot-vpp-throughput-latency-3n-skx"
19546   filter: "'NIC_Intel-X710' and
19547            '64B' and
19548            'NDRPDR' and
19549            '4T2C' and
19550            'IP4FWD' and
19551            'IACL' and
19552            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19553            not 'IPSEC' and
19554            not 'VHOST'"
19555   parameters:
19556   - "latency"
19557   - "parent"
19558   - "tags"
19559   sort:
19560   - "ACL_STATELESS"
19561   - "ACL_STATEFUL"
19562   - "ACL_STATELESS"
19563   - "ACL_STATEFUL"
19564   layout:
19565     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
19566     layout: "plot-latency"
19567
19568 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
19569 -
19570   type: "plot"
19571   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
19572   algorithm: "plot_latency_error_bars"
19573   output-file-type: ".html"
19574   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
19575   data: "plot-vpp-throughput-latency-3n-skx"
19576   filter: "'NIC_Intel-X710' and
19577            '64B' and
19578            'NDRPDR' and
19579            '2T1C' and
19580            'IP4FWD' and
19581            'OACL' and
19582            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19583            not 'IPSEC' and
19584            not 'VHOST'"
19585   parameters:
19586   - "latency"
19587   - "parent"
19588   - "tags"
19589   sort:
19590   - "ACL_STATELESS"
19591   - "ACL_STATEFUL"
19592   - "ACL_STATELESS"
19593   - "ACL_STATEFUL"
19594   layout:
19595     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
19596     layout: "plot-latency"
19597
19598 -
19599   type: "plot"
19600   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
19601   algorithm: "plot_latency_error_bars"
19602   output-file-type: ".html"
19603   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
19604   data: "plot-vpp-throughput-latency-3n-skx"
19605   filter: "'NIC_Intel-X710' and
19606            '64B' and
19607            'NDRPDR' and
19608            '4T2C' and
19609            'IP4FWD' and
19610            'OACL' and
19611            ('ACL10' or 'ACL50') and '10k_FLOWS' and
19612            not 'IPSEC' and
19613            not 'VHOST'"
19614   parameters:
19615   - "latency"
19616   - "parent"
19617   - "tags"
19618   sort:
19619   - "ACL_STATELESS"
19620   - "ACL_STATEFUL"
19621   - "ACL_STATELESS"
19622   - "ACL_STATEFUL"
19623   layout:
19624     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
19625     layout: "plot-latency"
19626
19627 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
19628 -
19629   type: "plot"
19630   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19631   algorithm: "plot_latency_error_bars"
19632   output-file-type: ".html"
19633   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19634   data: "plot-vpp-throughput-latency-2n-skx"
19635   filter: "'NIC_Intel-X710' and
19636            '64B' and
19637            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19638            'NDRPDR' and
19639            '2T1C' and
19640            'IP4FWD' and
19641            not 'IPSEC' and
19642            not 'VHOST'"
19643   parameters:
19644   - "latency"
19645   - "parent"
19646   - "tags"
19647   sort:
19648   - "IP4BASE"
19649   - "FIB_20K"
19650   - "FIB_200K"
19651   - "FIB_2M"
19652   layout:
19653     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19654     layout: "plot-latency"
19655
19656 -
19657   type: "plot"
19658   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19659   algorithm: "plot_latency_error_bars"
19660   output-file-type: ".html"
19661   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19662   data: "plot-vpp-throughput-latency-2n-skx"
19663   filter: "'NIC_Intel-X710' and
19664            '64B' and
19665            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19666            'NDRPDR' and
19667            '4T2C' and
19668            'IP4FWD' and
19669            not 'IPSEC' and
19670            not 'VHOST'"
19671   parameters:
19672   - "latency"
19673   - "parent"
19674   - "tags"
19675   sort:
19676   - "IP4BASE"
19677   - "FIB_20K"
19678   - "FIB_200K"
19679   - "FIB_2M"
19680   layout:
19681     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19682     layout: "plot-latency"
19683
19684 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
19685 -
19686   type: "plot"
19687   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19688   algorithm: "plot_latency_error_bars"
19689   output-file-type: ".html"
19690   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19691   data: "plot-vpp-throughput-latency-2n-skx"
19692   filter: "'NIC_Intel-XXV710' and
19693            '64B' and
19694            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19695            'NDRPDR' and
19696            '2T1C' and
19697            'IP4FWD' and
19698            not 'IPSEC' and
19699            not 'VHOST'"
19700   parameters:
19701   - "latency"
19702   - "parent"
19703   - "tags"
19704   sort:
19705   - "IP4BASE"
19706   - "FIB_20K"
19707   - "FIB_200K"
19708   - "FIB_2M"
19709   layout:
19710     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19711     layout: "plot-latency"
19712
19713 -
19714   type: "plot"
19715   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19716   algorithm: "plot_latency_error_bars"
19717   output-file-type: ".html"
19718   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19719   data: "plot-vpp-throughput-latency-2n-skx"
19720   filter: "'NIC_Intel-XXV710' and
19721            '64B' and
19722            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19723            'NDRPDR' and
19724            '4T2C' and
19725            'IP4FWD' and
19726            not 'IPSEC' and
19727            not 'VHOST'"
19728   parameters:
19729   - "latency"
19730   - "parent"
19731   - "tags"
19732   sort:
19733   - "IP4BASE"
19734   - "FIB_20K"
19735   - "FIB_200K"
19736   - "FIB_2M"
19737   layout:
19738     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19739     layout: "plot-latency"
19740
19741 ################################################################################
19742
19743 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
19744 -
19745   type: "plot"
19746   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19747   algorithm: "plot_latency_error_bars"
19748   output-file-type: ".html"
19749   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19750   data: "plot-vpp-throughput-latency-3n-hsw"
19751   filter: "'NIC_Intel-X520-DA2' and
19752            '64B' and
19753            'ENCAP' and
19754            'NDRPDR' and
19755            '1T1C' and
19756            'VXLAN' and
19757            'L2BDMACLRN' and
19758            not 'VHOST' and
19759            not 'IPSECHW'"
19760   parameters:
19761   - "latency"
19762   - "parent"
19763   - "tags"
19764   sort:
19765   - "not DOT1Q"
19766   - "VXLAN_1"
19767   - "VXLAN_10"
19768   - "VXLAN_100"
19769   - "VXLAN_1000"
19770   layout:
19771     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19772     layout: "plot-latency"
19773
19774 -
19775   type: "plot"
19776   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19777   algorithm: "plot_latency_error_bars"
19778   output-file-type: ".html"
19779   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19780   data: "plot-vpp-throughput-latency-3n-hsw"
19781   filter: "'NIC_Intel-X520-DA2' and
19782            '64B' and
19783            'ENCAP' and
19784            'NDRPDR' and
19785            '2T2C' and
19786            'VXLAN' and
19787            'L2BDMACLRN' and
19788            not 'VHOST' and
19789            not 'IPSECHW'"
19790   parameters:
19791   - "latency"
19792   - "parent"
19793   - "tags"
19794   sort:
19795   - "not DOT1Q"
19796   - "VXLAN_1"
19797   - "VXLAN_10"
19798   - "VXLAN_100"
19799   - "VXLAN_1000"
19800   layout:
19801     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19802     layout: "plot-latency"
19803
19804 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
19805 -
19806   type: "plot"
19807   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19808   algorithm: "plot_latency_error_bars"
19809   output-file-type: ".html"
19810   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19811   data: "plot-vpp-throughput-latency-3n-hsw"
19812   filter: "'NIC_Intel-X520-DA2' and
19813            '64B' and
19814            'ENCAP' and
19815            'NDRPDR' and
19816            '1T1C' and
19817            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19818            not 'DOT1Q' and
19819            not 'VHOST' and
19820            not 'IPSECHW'"
19821   parameters:
19822   - "latency"
19823   - "parent"
19824   - "tags"
19825   sort:
19826   - "L2BDMACLRN"
19827   - "L2XCFWD"
19828   - "LISP"
19829   layout:
19830     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19831     layout: "plot-latency"
19832
19833 -
19834   type: "plot"
19835   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19836   algorithm: "plot_latency_error_bars"
19837   output-file-type: ".html"
19838   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19839   data: "plot-vpp-throughput-latency-3n-hsw"
19840   filter: "'NIC_Intel-X520-DA2' and
19841            '64B' and
19842            'ENCAP' and
19843            'NDRPDR' and
19844            '2T2C' and
19845            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19846            not 'DOT1Q' and
19847            not 'VHOST' and
19848            not 'IPSECHW'"
19849   parameters:
19850   - "latency"
19851   - "parent"
19852   - "tags"
19853   sort:
19854   - "L2BDMACLRN"
19855   - "L2XCFWD"
19856   - "LISP"
19857   layout:
19858     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19859     layout: "plot-latency"
19860
19861 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
19862 -
19863   type: "plot"
19864   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19865   algorithm: "plot_latency_error_bars"
19866   output-file-type: ".html"
19867   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19868   data: "plot-vpp-throughput-latency-3n-hsw"
19869   filter: "'NIC_Intel-X710' and
19870            '64B' and
19871            'ENCAP' and
19872            'NDRPDR' and
19873            '1T1C' and
19874            'VXLAN' and
19875            'L2BDMACLRN' and
19876            not 'VHOST' and
19877            not 'IPSECHW'"
19878   parameters:
19879   - "latency"
19880   - "parent"
19881   - "tags"
19882   sort:
19883   - "not DOT1Q"
19884   - "VXLAN_1"
19885   - "VXLAN_10"
19886   - "VXLAN_100"
19887   - "VXLAN_1000"
19888   layout:
19889     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19890     layout: "plot-latency"
19891
19892 -
19893   type: "plot"
19894   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19895   algorithm: "plot_latency_error_bars"
19896   output-file-type: ".html"
19897   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19898   data: "plot-vpp-throughput-latency-3n-hsw"
19899   filter: "'NIC_Intel-X710' and
19900            '64B' and
19901            'ENCAP' and
19902            'NDRPDR' and
19903            '2T2C' and
19904            'VXLAN' and
19905            'L2BDMACLRN' and
19906            not 'VHOST' and
19907            not 'IPSECHW'"
19908   parameters:
19909   - "latency"
19910   - "parent"
19911   - "tags"
19912   sort:
19913   - "not DOT1Q"
19914   - "VXLAN_1"
19915   - "VXLAN_10"
19916   - "VXLAN_100"
19917   - "VXLAN_1000"
19918   layout:
19919     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19920     layout: "plot-latency"
19921
19922 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
19923 -
19924   type: "plot"
19925   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19926   algorithm: "plot_latency_error_bars"
19927   output-file-type: ".html"
19928   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19929   data: "plot-vpp-throughput-latency-3n-hsw"
19930   filter: "'NIC_Intel-X710' and
19931            '64B' and
19932            'ENCAP' and
19933            'NDRPDR' and
19934            '1T1C' and
19935            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19936            not 'DOT1Q' and
19937            not 'VHOST' and
19938            not 'IPSECHW'"
19939   parameters:
19940   - "latency"
19941   - "parent"
19942   - "tags"
19943   sort:
19944   - "L2BDMACLRN"
19945   - "L2XCFWD"
19946   - "LISP"
19947   layout:
19948     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19949     layout: "plot-latency"
19950
19951 -
19952   type: "plot"
19953   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19954   algorithm: "plot_latency_error_bars"
19955   output-file-type: ".html"
19956   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19957   data: "plot-vpp-throughput-latency-3n-hsw"
19958   filter: "'NIC_Intel-X710' and
19959            '64B' and
19960            'ENCAP' and
19961            'NDRPDR' and
19962            '2T2C' and
19963            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
19964            not 'DOT1Q' and
19965            not 'VHOST' and
19966            not 'IPSECHW'"
19967   parameters:
19968   - "latency"
19969   - "parent"
19970   - "tags"
19971   sort:
19972   - "L2BDMACLRN"
19973   - "L2XCFWD"
19974   - "LISP"
19975   layout:
19976     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19977     layout: "plot-latency"
19978
19979 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
19980 -
19981   type: "plot"
19982   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19983   algorithm: "plot_latency_error_bars"
19984   output-file-type: ".html"
19985   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19986   data: "plot-vpp-throughput-latency-3n-skx"
19987   filter: "'NIC_Intel-X710' and
19988            '64B' and
19989            'ENCAP' and
19990            'NDRPDR' and
19991            '2T1C' and
19992            'VXLAN' and
19993            'L2BDMACLRN' and
19994            not 'VHOST' and
19995            not 'IPSECHW'"
19996   parameters:
19997   - "latency"
19998   - "parent"
19999   - "tags"
20000   sort:
20001   - "not DOT1Q"
20002   - "VXLAN_1"
20003   - "VXLAN_10"
20004   - "VXLAN_100"
20005   - "VXLAN_1000"
20006   layout:
20007     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20008     layout: "plot-latency"
20009
20010 -
20011   type: "plot"
20012   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20013   algorithm: "plot_latency_error_bars"
20014   output-file-type: ".html"
20015   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20016   data: "plot-vpp-throughput-latency-3n-skx"
20017   filter: "'NIC_Intel-X710' and
20018            '64B' and
20019            'ENCAP' and
20020            'NDRPDR' and
20021            '4T2C' and
20022            'VXLAN' and
20023            'L2BDMACLRN' and
20024            not 'VHOST' and
20025            not 'IPSECHW'"
20026   parameters:
20027   - "latency"
20028   - "parent"
20029   - "tags"
20030   sort:
20031   - "not DOT1Q"
20032   - "VXLAN_1"
20033   - "VXLAN_10"
20034   - "VXLAN_100"
20035   - "VXLAN_1000"
20036   layout:
20037     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20038     layout: "plot-latency"
20039
20040 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
20041 -
20042   type: "plot"
20043   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20044   algorithm: "plot_latency_error_bars"
20045   output-file-type: ".html"
20046   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20047   data: "plot-vpp-throughput-latency-3n-skx"
20048   filter: "'NIC_Intel-X710' and
20049            '64B' and
20050            'ENCAP' and
20051            'NDRPDR' and
20052            '2T1C' and
20053            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20054            not 'DOT1Q' and
20055            not 'VHOST' and
20056            not 'IPSECHW'"
20057   parameters:
20058   - "latency"
20059   - "parent"
20060   - "tags"
20061   sort:
20062   - "L2BDMACLRN"
20063   - "L2XCFWD"
20064   - "LISP"
20065   layout:
20066     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
20067     layout: "plot-latency"
20068
20069 -
20070   type: "plot"
20071   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20072   algorithm: "plot_latency_error_bars"
20073   output-file-type: ".html"
20074   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
20075   data: "plot-vpp-throughput-latency-3n-skx"
20076   filter: "'NIC_Intel-X710' and
20077            '64B' and
20078            'ENCAP' and
20079            'NDRPDR' and
20080            '4T2C' and
20081            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
20082            not 'DOT1Q' and
20083            not 'VHOST' and
20084            not 'IPSECHW'"
20085   parameters:
20086   - "latency"
20087   - "parent"
20088   - "tags"
20089   sort:
20090   - "L2BDMACLRN"
20091   - "L2XCFWD"
20092   - "LISP"
20093   layout:
20094     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
20095     layout: "plot-latency"
20096
20097 ################################################################################
20098
20099 # Packet Latency - VPP IPv6 3n-hsw-x520
20100 -
20101   type: "plot"
20102   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
20103   algorithm: "plot_latency_error_bars"
20104   output-file-type: ".html"
20105   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
20106   data: "plot-vpp-throughput-latency-3n-hsw"
20107   filter: "'NIC_Intel-X520-DA2' and
20108            '78B' and
20109            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20110            'NDRPDR' and
20111            '1T1C' and
20112            'IP6FWD' and
20113            not 'SRv6' and
20114            not 'IPSEC' and
20115            not 'VHOST'"
20116   parameters:
20117   - "latency"
20118   - "parent"
20119   - "tags"
20120   sort:
20121   - "IP6BASE"
20122   - "FIB_20K"
20123   - "FIB_200K"
20124   - "FIB_2M"
20125   layout:
20126     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
20127     layout: "plot-latency"
20128
20129 -
20130   type: "plot"
20131   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
20132   algorithm: "plot_latency_error_bars"
20133   output-file-type: ".html"
20134   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
20135   data: "plot-vpp-throughput-latency-3n-hsw"
20136   filter: "'NIC_Intel-X520-DA2' and
20137            '78B' and
20138            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20139            'NDRPDR' and
20140            '2T2C' and
20141            'IP6FWD' and
20142            not 'SRv6' and
20143            not 'IPSEC' and
20144            not 'VHOST'"
20145   parameters:
20146   - "latency"
20147   - "parent"
20148   - "tags"
20149   sort:
20150   - "IP6BASE"
20151   - "FIB_20K"
20152   - "FIB_200K"
20153   - "FIB_2M"
20154   layout:
20155     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
20156     layout: "plot-latency"
20157
20158 # Packet Latency - VPP IPv6 3n-hsw-x710
20159 -
20160   type: "plot"
20161   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
20162   algorithm: "plot_latency_error_bars"
20163   output-file-type: ".html"
20164   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
20165   data: "plot-vpp-throughput-latency-3n-hsw"
20166   filter: "'NIC_Intel-X710' and
20167            '78B' and
20168            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20169            'NDRPDR' and
20170            '1T1C' and
20171            'IP6FWD' and
20172            not 'SRv6' and
20173            not 'IPSEC' and
20174            not 'VHOST'"
20175   parameters:
20176   - "latency"
20177   - "parent"
20178   - "tags"
20179   sort:
20180   - "IP6BASE"
20181   - "FIB_20K"
20182   - "FIB_200K"
20183   - "FIB_2M"
20184   layout:
20185     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
20186     layout: "plot-latency"
20187
20188 -
20189   type: "plot"
20190   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
20191   algorithm: "plot_latency_error_bars"
20192   output-file-type: ".html"
20193   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
20194   data: "plot-vpp-throughput-latency-3n-hsw"
20195   filter: "'NIC_Intel-X710' and
20196            '78B' and
20197            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20198            'NDRPDR' and
20199            '2T2C' and
20200            'IP6FWD' and
20201            not 'SRv6' and
20202            not 'IPSEC' and
20203            not 'VHOST'"
20204   parameters:
20205   - "latency"
20206   - "parent"
20207   - "tags"
20208   sort:
20209   - "IP6BASE"
20210   - "FIB_20K"
20211   - "FIB_200K"
20212   - "FIB_2M"
20213   layout:
20214     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
20215     layout: "plot-latency"
20216
20217 # Packet Latency - VPP IPv6 3n-hsw-xl710
20218 -
20219   type: "plot"
20220   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
20221   algorithm: "plot_latency_error_bars"
20222   output-file-type: ".html"
20223   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
20224   data: "plot-vpp-throughput-latency-3n-hsw"
20225   filter: "'NIC_Intel-XL710' and
20226            '78B' and
20227            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20228            'NDRPDR' and
20229            '1T1C' and
20230            'IP6FWD' and
20231            not 'SRv6' and
20232            not 'IPSEC' and
20233            not 'VHOST'"
20234   parameters:
20235   - "latency"
20236   - "parent"
20237   - "tags"
20238   sort:
20239   - "IP6BASE"
20240   - "FIB_20K"
20241   - "FIB_200K"
20242   - "FIB_2M"
20243   layout:
20244     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
20245     layout: "plot-latency"
20246
20247 -
20248   type: "plot"
20249   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
20250   algorithm: "plot_latency_error_bars"
20251   output-file-type: ".html"
20252   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
20253   data: "plot-vpp-throughput-latency-3n-hsw"
20254   filter: "'NIC_Intel-XL710' and
20255            '78B' and
20256            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20257            'NDRPDR' and
20258            '2T2C' and
20259            'IP6FWD' and
20260            not 'SRv6' and
20261            not 'IPSEC' and
20262            not 'VHOST'"
20263   parameters:
20264   - "latency"
20265   - "parent"
20266   - "tags"
20267   sort:
20268   - "IP6BASE"
20269   - "FIB_20K"
20270   - "FIB_200K"
20271   - "FIB_2M"
20272   layout:
20273     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
20274     layout: "plot-latency"
20275
20276 # Packet Latency - VPP IPv6 3n-skx-x710
20277 -
20278   type: "plot"
20279   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20280   algorithm: "plot_latency_error_bars"
20281   output-file-type: ".html"
20282   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20283   data: "plot-vpp-throughput-latency-3n-skx"
20284   filter: "'NIC_Intel-X710' and
20285            '78B' and
20286            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20287            'NDRPDR' and
20288            '2T1C' and
20289            'IP6FWD' and
20290            not 'SRv6' and
20291            not 'IPSEC' and
20292            not 'VHOST'"
20293   parameters:
20294   - "latency"
20295   - "parent"
20296   - "tags"
20297   sort:
20298   - "IP6BASE"
20299   - "FIB_20K"
20300   - "FIB_200K"
20301   - "FIB_2M"
20302   layout:
20303     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
20304     layout: "plot-latency"
20305
20306 -
20307   type: "plot"
20308   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20309   algorithm: "plot_latency_error_bars"
20310   output-file-type: ".html"
20311   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20312   data: "plot-vpp-throughput-latency-3n-skx"
20313   filter: "'NIC_Intel-X710' and
20314            '78B' and
20315            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20316            'NDRPDR' and
20317            '4T2C' and
20318            'IP6FWD' and
20319            not 'SRv6' and
20320            not 'IPSEC' and
20321            not 'VHOST'"
20322   parameters:
20323   - "latency"
20324   - "parent"
20325   - "tags"
20326   sort:
20327   - "IP6BASE"
20328   - "FIB_20K"
20329   - "FIB_200K"
20330   - "FIB_2M"
20331   layout:
20332     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
20333     layout: "plot-latency"
20334
20335 # Packet Latency - VPP IPv6 2n-skx-x710
20336 -
20337   type: "plot"
20338   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20339   algorithm: "plot_latency_error_bars"
20340   output-file-type: ".html"
20341   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
20342   data: "plot-vpp-throughput-latency-2n-skx"
20343   filter: "'NIC_Intel-X710' and
20344            '78B' and
20345            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20346            'NDRPDR' and
20347            '2T1C' and
20348            'IP6FWD' and
20349            not 'SRv6' and
20350            not 'IPSEC' and
20351            not 'VHOST'"
20352   parameters:
20353   - "latency"
20354   - "parent"
20355   - "tags"
20356   sort:
20357   - "IP6BASE"
20358   - "FIB_20K"
20359   - "FIB_200K"
20360   - "FIB_2M"
20361   layout:
20362     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
20363     layout: "plot-latency"
20364
20365 -
20366   type: "plot"
20367   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20368   algorithm: "plot_latency_error_bars"
20369   output-file-type: ".html"
20370   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
20371   data: "plot-vpp-throughput-latency-2n-skx"
20372   filter: "'NIC_Intel-X710' and
20373            '78B' and
20374            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20375            'NDRPDR' and
20376            '4T2C' and
20377            'IP6FWD' and
20378            not 'SRv6' and
20379            not 'IPSEC' and
20380            not 'VHOST'"
20381   parameters:
20382   - "latency"
20383   - "parent"
20384   - "tags"
20385   sort:
20386   - "IP6BASE"
20387   - "FIB_20K"
20388   - "FIB_200K"
20389   - "FIB_2M"
20390   layout:
20391     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
20392     layout: "plot-latency"
20393
20394 # Packet Latency - VPP IPv6 2n-skx-xxv710
20395 -
20396   type: "plot"
20397   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20398   algorithm: "plot_latency_error_bars"
20399   output-file-type: ".html"
20400   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
20401   data: "plot-vpp-throughput-latency-2n-skx"
20402   filter: "'NIC_Intel-XXV710' and
20403            '78B' and
20404            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20405            'NDRPDR' and
20406            '2T1C' and
20407            'IP6FWD' and
20408            not 'SRv6' and
20409            not 'IPSEC' and
20410            not 'VHOST'"
20411   parameters:
20412   - "latency"
20413   - "parent"
20414   - "tags"
20415   sort:
20416   - "IP6BASE"
20417   - "FIB_20K"
20418   - "FIB_200K"
20419   - "FIB_2M"
20420   layout:
20421     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
20422     layout: "plot-latency"
20423
20424 -
20425   type: "plot"
20426   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20427   algorithm: "plot_latency_error_bars"
20428   output-file-type: ".html"
20429   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
20430   data: "plot-vpp-throughput-latency-2n-skx"
20431   filter: "'NIC_Intel-XXV710' and
20432            '78B' and
20433            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20434            'NDRPDR' and
20435            '4T2C' and
20436            'IP6FWD' and
20437            not 'SRv6' and
20438            not 'IPSEC' and
20439            not 'VHOST'"
20440   parameters:
20441   - "latency"
20442   - "parent"
20443   - "tags"
20444   sort:
20445   - "IP6BASE"
20446   - "FIB_20K"
20447   - "FIB_200K"
20448   - "FIB_2M"
20449   layout:
20450     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
20451     layout: "plot-latency"
20452
20453 ################################################################################
20454
20455 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
20456 -
20457   type: "plot"
20458   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
20459   algorithm: "plot_latency_error_bars"
20460   output-file-type: ".html"
20461   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
20462   data: "plot-vpp-throughput-latency-3n-hsw"
20463   filter: "'NIC_Intel-X520-DA2' and
20464            '78B' and
20465            'ENCAP' and
20466            'NDRPDR' and
20467            '1T1C' and
20468            'LISP' and
20469            not 'VHOST'"
20470   parameters:
20471   - "latency"
20472   - "parent"
20473   - "tags"
20474   sort:
20475   - "IP4UNRLAY"
20476   - "IP6UNRLAY"
20477   layout:
20478     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
20479     layout: "plot-latency"
20480
20481 -
20482   type: "plot"
20483   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
20484   algorithm: "plot_latency_error_bars"
20485   output-file-type: ".html"
20486   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
20487   data: "plot-vpp-throughput-latency-3n-hsw"
20488   filter: "'NIC_Intel-X520-DA2' and
20489            '78B' and
20490            'ENCAP' and
20491            'NDRPDR' and
20492            '2T2C' and
20493            'LISP' and
20494            not 'VHOST'"
20495   parameters:
20496   - "latency"
20497   - "parent"
20498   - "tags"
20499   sort:
20500   - "IP4UNRLAY"
20501   - "IP6UNRLAY"
20502   layout:
20503     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
20504     layout: "plot-latency"
20505
20506 ################################################################################
20507
20508 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
20509 -
20510   type: "plot"
20511   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20512   algorithm: "plot_latency_error_bars"
20513   output-file-type: ".html"
20514   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20515   data: "plot-vpp-throughput-latency-3n-hsw"
20516   filter: "'NIC_Intel-XL710' and
20517            '64B' and
20518            'IP4FWD' and
20519            'NDRPDR' and
20520            'BASE' and
20521            '1T1C' and
20522            'IPSECHW' and
20523            ('IPSECTRAN' or 'IPSECTUN') and
20524            not 'VHOST'"
20525   parameters:
20526   - "latency"
20527   - "parent"
20528   - "tags"
20529   layout:
20530     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
20531     layout: "plot-latency"
20532
20533 -
20534   type: "plot"
20535   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20536   algorithm: "plot_latency_error_bars"
20537   output-file-type: ".html"
20538   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20539   data: "plot-vpp-throughput-latency-3n-hsw"
20540   filter: "'NIC_Intel-XL710' and
20541            '64B' and
20542            'IP4FWD' and
20543            'NDRPDR' and
20544            'BASE' and
20545            '2T2C' and
20546            'IPSECHW' and
20547            ('IPSECTRAN' or 'IPSECTUN') and
20548            not 'VHOST'"
20549   parameters:
20550   - "latency"
20551   - "parent"
20552   - "tags"
20553   layout:
20554     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
20555     layout: "plot-latency"
20556
20557 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
20558 -
20559   type: "plot"
20560   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20561   algorithm: "plot_latency_error_bars"
20562   output-file-type: ".html"
20563   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
20564   data: "plot-vpp-throughput-latency-3n-hsw"
20565   filter: "'NIC_Intel-XL710' and
20566            '64B' and
20567            'IP4FWD' and
20568            'NDRPDR' and
20569            'SCALE' and
20570            '1T1C' and
20571            'IPSECHW' and
20572            ('IPSECTRAN' or 'IPSECTUN') and
20573            not 'VHOST'"
20574   parameters:
20575   - "latency"
20576   - "parent"
20577   - "tags"
20578   layout:
20579     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
20580     layout: "plot-latency"
20581
20582 -
20583   type: "plot"
20584   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20585   algorithm: "plot_latency_error_bars"
20586   output-file-type: ".html"
20587   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
20588   data: "plot-vpp-throughput-latency-3n-hsw"
20589   filter: "'NIC_Intel-XL710' and
20590            '64B' and
20591            'IP4FWD' and
20592            'NDRPDR' and
20593            'SCALE' and
20594            '2T2C' and
20595            'IPSECHW' and
20596            ('IPSECTRAN' or 'IPSECTUN') and
20597            not 'VHOST'"
20598   parameters:
20599   - "latency"
20600   - "parent"
20601   - "tags"
20602   layout:
20603     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
20604     layout: "plot-latency"
20605
20606 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
20607 -
20608   type: "plot"
20609   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20610   algorithm: "plot_latency_error_bars"
20611   output-file-type: ".html"
20612   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
20613   data: "plot-vpp-throughput-latency-3n-hsw"
20614   filter: "'NIC_Intel-XL710' and
20615            '64B' and
20616            'IP4FWD' and
20617            'NDRPDR' and
20618            '1T1C' and
20619            'IPSECSW' and
20620            ('IPSECTRAN' or 'IPSECTUN') and
20621            not 'VHOST'"
20622   parameters:
20623   - "latency"
20624   - "parent"
20625   - "tags"
20626   layout:
20627     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
20628     layout: "plot-latency"
20629
20630 -
20631   type: "plot"
20632   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20633   algorithm: "plot_latency_error_bars"
20634   output-file-type: ".html"
20635   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
20636   data: "plot-vpp-throughput-latency-3n-hsw"
20637   filter: "'NIC_Intel-XL710' and
20638            '64B' and
20639            'IP4FWD' and
20640            'NDRPDR' and
20641            '2T2C' and
20642            'IPSECSW' and
20643            ('IPSECTRAN' or 'IPSECTUN') and
20644            not 'VHOST'"
20645   parameters:
20646   - "latency"
20647   - "parent"
20648   - "tags"
20649   layout:
20650     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
20651     layout: "plot-latency"
20652
20653 ################################################################################
20654
20655 # Packet Latency - VPP SRv6 3n-hsw-x520
20656 -
20657   type: "plot"
20658   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20659   algorithm: "plot_latency_error_bars"
20660   output-file-type: ".html"
20661   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
20662   data: "plot-vpp-throughput-latency-3n-hsw"
20663   filter: "'NIC_Intel-X520-DA2' and
20664            '78B' and
20665            'FEATURE' and
20666            'NDRPDR' and
20667            '1T1C' and
20668            'IP6FWD' and
20669            'SRv6'"
20670   parameters:
20671   - "latency"
20672   - "parent"
20673   - "tags"
20674   layout:
20675     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
20676     layout: "plot-latency"
20677
20678 -
20679   type: "plot"
20680   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20681   algorithm: "plot_latency_error_bars"
20682   output-file-type: ".html"
20683   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
20684   data: "plot-vpp-throughput-latency-3n-hsw"
20685   filter: "'NIC_Intel-X520-DA2' and
20686            '78B' and
20687            'FEATURE' and
20688            'NDRPDR' and
20689            '2T2C' and
20690            'IP6FWD' and
20691            'SRv6'"
20692   parameters:
20693   - "latency"
20694   - "parent"
20695   - "tags"
20696   layout:
20697     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
20698     layout: "plot-latency"
20699
20700 ################################################################################
20701
20702 # Packet Latency - VPP vhost ip4 3n-hsw-x520
20703 -
20704   type: "plot"
20705   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20706   algorithm: "plot_latency_error_bars"
20707   output-file-type: ".html"
20708   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20709   data: "plot-vpp-throughput-latency-3n-hsw"
20710   filter: "'NIC_Intel-X520-DA2' and
20711            '64B' and
20712            'NDRPDR' and
20713            'ETH' and
20714            'IP4FWD' and
20715            '1T1C' and
20716            'VHOST_1024' and
20717            not 'VXLAN' and
20718            not 'DOT1Q'"
20719   parameters:
20720   - "latency"
20721   - "parent"
20722   - "tags"
20723   sort:
20724   - "not CFS_OPT"
20725   - "1VM"
20726   - "2VM"
20727   layout:
20728     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20729     layout: "plot-latency"
20730
20731 -
20732   type: "plot"
20733   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20734   algorithm: "plot_latency_error_bars"
20735   output-file-type: ".html"
20736   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20737   data: "plot-vpp-throughput-latency-3n-hsw"
20738   filter: "'NIC_Intel-X520-DA2' and
20739            '64B' and
20740            'NDRPDR' and
20741            'ETH' and
20742            'IP4FWD' and
20743            '2T2C' and
20744            'VHOST_1024' and
20745            not 'VXLAN' and
20746            not 'DOT1Q'"
20747   parameters:
20748   - "latency"
20749   - "parent"
20750   - "tags"
20751   sort:
20752   - "not CFS_OPT"
20753   - "1VM"
20754   - "2VM"
20755   layout:
20756     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20757     layout: "plot-latency"
20758
20759 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
20760 -
20761   type: "plot"
20762   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20763   algorithm: "plot_latency_error_bars"
20764   output-file-type: ".html"
20765   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
20766   data: "plot-vpp-throughput-latency-3n-hsw"
20767   filter: "'NIC_Intel-X520-DA2' and
20768            '64B' and
20769            'NDRPDR' and
20770            ('ETH' or 'DOT1Q') and
20771            '1T1C' and
20772            'L2BDMACLRN' and
20773            'VHOST_1024' and
20774            not 'VXLAN' and
20775            not 'IP4FWD' and
20776            not '2VM'"
20777   parameters:
20778   - "latency"
20779   - "parent"
20780   - "tags"
20781 #  sort:
20782 #  - "VM"  # "not CFS_OPT"
20783 #  - "CFS_OPT"
20784 #  - "FIB_10K"
20785 #  - "FIB_100K"
20786 #  - "FIB_1M"
20787   layout:
20788     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
20789     layout: "plot-latency"
20790
20791 -
20792   type: "plot"
20793   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20794   algorithm: "plot_latency_error_bars"
20795   output-file-type: ".html"
20796   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
20797   data: "plot-vpp-throughput-latency-3n-hsw"
20798   filter: "'NIC_Intel-X520-DA2' and
20799            '64B' and
20800            'NDRPDR' and
20801            ('ETH' or 'DOT1Q') and
20802            '2T2C' and
20803            'L2BDMACLRN' and
20804            'VHOST_1024' and
20805            not 'VXLAN' and
20806            not 'IP4FWD' and
20807            not '2VM'"
20808   parameters:
20809   - "latency"
20810   - "parent"
20811   - "tags"
20812 #  sort:
20813 #  - "VM"  # "not CFS_OPT"
20814 #  - "CFS_OPT"
20815 #  - "FIB_10K"
20816 #  - "FIB_100K"
20817 #  - "FIB_1M"
20818   layout:
20819     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
20820     layout: "plot-latency"
20821
20822 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
20823 -
20824   type: "plot"
20825   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20826   algorithm: "plot_latency_error_bars"
20827   output-file-type: ".html"
20828   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20829   data: "plot-vpp-throughput-latency-3n-hsw"
20830   filter: "'NIC_Intel-X520-DA2' and
20831            '64B' and
20832            'NDRPDR' and
20833            ('ETH' or 'DOT1Q') and
20834            'BASE' and
20835            '1T1C' and
20836            ('L2BDMACLRN' or 'L2XCFWD') and
20837            'VHOST_1024' and
20838            not 'VXLAN' and
20839            not 'IP4FWD' and
20840            not '2VM'"
20841   parameters:
20842   - "latency"
20843   - "parent"
20844   - "tags"
20845 #  sort:
20846 #  - "not CFS_OPT"
20847 #  - "L2XCFWD"
20848 #  - "not CFS_OPT"
20849 #  - "CFS_OPT"
20850   layout:
20851     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
20852     layout: "plot-latency"
20853
20854 -
20855   type: "plot"
20856   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20857   algorithm: "plot_latency_error_bars"
20858   output-file-type: ".html"
20859   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20860   data: "plot-vpp-throughput-latency-3n-hsw"
20861   filter: "'NIC_Intel-X520-DA2' and
20862            '64B' and
20863            'NDRPDR' and
20864            ('ETH' or 'DOT1Q') and
20865            'BASE' and
20866            '2T2C' and
20867            ('L2BDMACLRN' or 'L2XCFWD') and
20868            'VHOST_1024' and
20869            not 'VXLAN' and
20870            not 'IP4FWD' and
20871            not '2VM'"
20872   parameters:
20873   - "latency"
20874   - "parent"
20875   - "tags"
20876 #  sort:
20877 #  - "not CFS_OPT"
20878 #  - "L2XCFWD"
20879 #  - "not CFS_OPT"
20880 #  - "CFS_OPT"
20881   layout:
20882     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
20883     layout: "plot-latency"
20884
20885 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
20886 -
20887   type: "plot"
20888   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20889   algorithm: "plot_latency_error_bars"
20890   output-file-type: ".html"
20891   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
20892   data: "plot-vpp-throughput-latency-3n-hsw"
20893   filter: "'NIC_Intel-X520-DA2' and
20894            '64B' and
20895            'NDRPDR' and
20896            ('ETH' or 'DOT1Q') and
20897            '1T1C' and
20898            ('L2BDMACLRN' or 'L2XCFWD') and
20899            'VHOST_1024' and
20900            not 'CFS_OPT' and
20901            not 'VXLAN' and
20902            not 'IP4FWD' and
20903            not 'LBOND'"
20904   parameters:
20905   - "latency"
20906   - "parent"
20907   - "tags"
20908 #  sort:
20909 #  - "1VM"
20910 #  - "L2XCFWD"
20911 #  - "1VM"
20912 #  - "L2BDMACLRN"
20913   layout:
20914     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
20915     layout: "plot-latency"
20916
20917 -
20918   type: "plot"
20919   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20920   algorithm: "plot_latency_error_bars"
20921   output-file-type: ".html"
20922   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
20923   data: "plot-vpp-throughput-latency-3n-hsw"
20924   filter: "'NIC_Intel-X520-DA2' and
20925            '64B' and
20926            'NDRPDR' and
20927            ('ETH' or 'DOT1Q') and
20928            '2T2C' and
20929            ('L2BDMACLRN' or 'L2XCFWD') and
20930            'VHOST_1024' and
20931            not 'CFS_OPT' and
20932            not 'VXLAN' and
20933            not 'IP4FWD' and
20934            not 'LBOND'"
20935   parameters:
20936   - "latency"
20937   - "parent"
20938   - "tags"
20939 #  sort:
20940 #  - "1VM"
20941 #  - "L2XCFWD"
20942 #  - "1VM"
20943 #  - "L2BDMACLRN"
20944   layout:
20945     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
20946     layout: "plot-latency"
20947
20948 # Packet Latency - VPP vhost ip4 3n-hsw-x710
20949 -
20950   type: "plot"
20951   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20952   algorithm: "plot_latency_error_bars"
20953   output-file-type: ".html"
20954   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20955   data: "plot-vpp-throughput-latency-3n-hsw"
20956   filter: "'NIC_Intel-X710' and
20957            '64B' and
20958            'NDRPDR' and
20959            'ETH' and
20960            'IP4FWD' and
20961            '1T1C' and
20962            'VHOST_1024' and
20963            not 'VXLAN' and
20964            not 'DOT1Q'"
20965   parameters:
20966   - "latency"
20967   - "parent"
20968   - "tags"
20969   sort:
20970   - "not CFS_OPT"
20971   - "1VM"
20972   - "2VM"
20973   layout:
20974     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20975     layout: "plot-latency"
20976
20977 -
20978   type: "plot"
20979   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20980   algorithm: "plot_latency_error_bars"
20981   output-file-type: ".html"
20982   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20983   data: "plot-vpp-throughput-latency-3n-hsw"
20984   filter: "'NIC_Intel-X710' and
20985            '64B' and
20986            'NDRPDR' and
20987            'ETH' and
20988            'IP4FWD' and
20989            '2T2C' and
20990            'VHOST_1024' and
20991            not 'VXLAN' and
20992            not 'DOT1Q'"
20993   parameters:
20994   - "latency"
20995   - "parent"
20996   - "tags"
20997   sort:
20998   - "not CFS_OPT"
20999   - "1VM"
21000   - "2VM"
21001   layout:
21002     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21003     layout: "plot-latency"
21004
21005 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
21006 -
21007   type: "plot"
21008   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21009   algorithm: "plot_latency_error_bars"
21010   output-file-type: ".html"
21011   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21012   data: "plot-vpp-throughput-latency-3n-hsw"
21013   filter: "'NIC_Intel-X710' and
21014            '64B' and
21015            'NDRPDR' and
21016            ('ETH' or 'DOT1Q') and
21017            '1T1C' and
21018            'L2BDMACLRN' and
21019            'VHOST_1024' and
21020            not 'VXLAN' and
21021            not 'IP4FWD' and
21022            not '2VM'"
21023   parameters:
21024   - "latency"
21025   - "parent"
21026   - "tags"
21027 #  sort:
21028 #  - "VM"  # "not CFS_OPT"
21029 #  - "CFS_OPT"
21030 #  - "FIB_10K"
21031 #  - "FIB_100K"
21032 #  - "FIB_1M"
21033   layout:
21034     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21035     layout: "plot-latency"
21036
21037 -
21038   type: "plot"
21039   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21040   algorithm: "plot_latency_error_bars"
21041   output-file-type: ".html"
21042   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21043   data: "plot-vpp-throughput-latency-3n-hsw"
21044   filter: "'NIC_Intel-X710' and
21045            '64B' and
21046            'NDRPDR' and
21047            ('ETH' or 'DOT1Q') and
21048            '2T2C' and
21049            'L2BDMACLRN' and
21050            'VHOST_1024' and
21051            not 'VXLAN' and
21052            not 'IP4FWD' and
21053            not '2VM'"
21054   parameters:
21055   - "latency"
21056   - "parent"
21057   - "tags"
21058 #  sort:
21059 #  - "VM"  # "not CFS_OPT"
21060 #  - "CFS_OPT"
21061 #  - "FIB_10K"
21062 #  - "FIB_100K"
21063 #  - "FIB_1M"
21064   layout:
21065     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21066     layout: "plot-latency"
21067
21068 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
21069 -
21070   type: "plot"
21071   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21072   algorithm: "plot_latency_error_bars"
21073   output-file-type: ".html"
21074   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
21075   data: "plot-vpp-throughput-latency-3n-hsw"
21076   filter: "'NIC_Intel-X710' and
21077            '64B' and
21078            'NDRPDR' and
21079            ('ETH' or 'DOT1Q') and
21080            'BASE' and
21081            '1T1C' and
21082            ('L2BDMACLRN' or 'L2XCFWD') and
21083            'VHOST_1024' and
21084            not 'VXLAN' and
21085            not 'IP4FWD' and
21086            not '2VM'"
21087   parameters:
21088   - "latency"
21089   - "parent"
21090   - "tags"
21091 #  sort:
21092 #  - "not CFS_OPT"
21093 #  - "L2XCFWD"
21094 #  - "not CFS_OPT"
21095 #  - "CFS_OPT"
21096   layout:
21097     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
21098     layout: "plot-latency"
21099
21100 -
21101   type: "plot"
21102   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21103   algorithm: "plot_latency_error_bars"
21104   output-file-type: ".html"
21105   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21106   data: "plot-vpp-throughput-latency-3n-hsw"
21107   filter: "'NIC_Intel-X710' and
21108            '64B' and
21109            'NDRPDR' and
21110            ('ETH' or 'DOT1Q') and
21111            'BASE' and
21112            '2T2C' and
21113            ('L2BDMACLRN' or 'L2XCFWD') and
21114            'VHOST_1024' and
21115            not 'VXLAN' and
21116            not 'IP4FWD' and
21117            not '2VM'"
21118   parameters:
21119   - "latency"
21120   - "parent"
21121   - "tags"
21122 #  sort:
21123 #  - "not CFS_OPT"
21124 #  - "L2XCFWD"
21125 #  - "not CFS_OPT"
21126 #  - "CFS_OPT"
21127   layout:
21128     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
21129     layout: "plot-latency"
21130
21131 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
21132 -
21133   type: "plot"
21134   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
21135   algorithm: "plot_latency_error_bars"
21136   output-file-type: ".html"
21137   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
21138   data: "plot-vpp-throughput-latency-3n-hsw"
21139   filter: "'NIC_Intel-X710' and
21140            '64B' and
21141            'NDRPDR' and
21142            ('ETH' or 'DOT1Q') and
21143            '1T1C' and
21144            ('L2BDMACLRN' or 'L2XCFWD') and
21145            'VHOST_1024' and
21146            not 'CFS_OPT' and
21147            not 'VXLAN' and
21148            not 'IP4FWD' and
21149            not 'LBOND'"
21150   parameters:
21151   - "latency"
21152   - "parent"
21153   - "tags"
21154 #  sort:
21155 #  - "1VM"
21156 #  - "L2XCFWD"
21157 #  - "1VM"
21158 #  - "L2BDMACLRN"
21159   layout:
21160     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
21161     layout: "plot-latency"
21162
21163 -
21164   type: "plot"
21165   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
21166   algorithm: "plot_latency_error_bars"
21167   output-file-type: ".html"
21168   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
21169   data: "plot-vpp-throughput-latency-3n-hsw"
21170   filter: "'NIC_Intel-X710' and
21171            '64B' and
21172            'NDRPDR' and
21173            ('ETH' or 'DOT1Q') and
21174            '2T2C' and
21175            ('L2BDMACLRN' or 'L2XCFWD') and
21176            'VHOST_1024' and
21177            not 'CFS_OPT' and
21178            not 'VXLAN' and
21179            not 'IP4FWD' and
21180            not 'LBOND'"
21181   parameters:
21182   - "latency"
21183   - "parent"
21184   - "tags"
21185 #  sort:
21186 #  - "1VM"
21187 #  - "L2XCFWD"
21188 #  - "1VM"
21189 #  - "L2BDMACLRN"
21190   layout:
21191     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
21192     layout: "plot-latency"
21193
21194 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
21195 -
21196   type: "plot"
21197   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21198   algorithm: "plot_latency_error_bars"
21199   output-file-type: ".html"
21200   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21201   data: "plot-vpp-throughput-latency-3n-hsw"
21202   filter: "'NIC_Intel-XL710' and
21203            '64B' and
21204            'NDRPDR' and
21205            'ETH' and
21206            'IP4FWD' and
21207            '1T1C' and
21208            'VHOST_1024' and
21209            not 'VXLAN' and
21210            not 'DOT1Q'"
21211   parameters:
21212   - "latency"
21213   - "parent"
21214   - "tags"
21215   sort:
21216   - "not CFS_OPT"
21217   - "1VM"
21218   - "2VM"
21219   layout:
21220     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
21221     layout: "plot-latency"
21222
21223 -
21224   type: "plot"
21225   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21226   algorithm: "plot_latency_error_bars"
21227   output-file-type: ".html"
21228   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21229   data: "plot-vpp-throughput-latency-3n-hsw"
21230   filter: "'NIC_Intel-XL710' and
21231            '64B' and
21232            'NDRPDR' and
21233            'ETH' and
21234            'IP4FWD' and
21235            '2T2C' and
21236            'VHOST_1024' and
21237            not 'VXLAN' and
21238            not 'DOT1Q'"
21239   parameters:
21240   - "latency"
21241   - "parent"
21242   - "tags"
21243   sort:
21244   - "not CFS_OPT"
21245   - "1VM"
21246   - "2VM"
21247   layout:
21248     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
21249     layout: "plot-latency"
21250
21251 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
21252 -
21253   type: "plot"
21254   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21255   algorithm: "plot_latency_error_bars"
21256   output-file-type: ".html"
21257   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
21258   data: "plot-vpp-throughput-latency-3n-hsw"
21259   filter: "'NIC_Intel-XL710' and
21260            '64B' and
21261            'NDRPDR' and
21262            ('ETH' or 'DOT1Q') and
21263            '1T1C' and
21264            'L2BDMACLRN' and
21265            'VHOST_1024' and
21266            not 'VXLAN' and
21267            not 'IP4FWD' and
21268            not '2VM'"
21269   parameters:
21270   - "latency"
21271   - "parent"
21272   - "tags"
21273 #  sort:
21274 #  - "VM"  # "not CFS_OPT"
21275 #  - "CFS_OPT"
21276 #  - "FIB_10K"
21277 #  - "FIB_100K"
21278 #  - "FIB_1M"
21279   layout:
21280     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
21281     layout: "plot-latency"
21282
21283 -
21284   type: "plot"
21285   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21286   algorithm: "plot_latency_error_bars"
21287   output-file-type: ".html"
21288   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
21289   data: "plot-vpp-throughput-latency-3n-hsw"
21290   filter: "'NIC_Intel-XL710' and
21291            '64B' and
21292            'NDRPDR' and
21293            ('ETH' or 'DOT1Q') and
21294            '2T2C' and
21295            'L2BDMACLRN' and
21296            'VHOST_1024' and
21297            not 'VXLAN' and
21298            not 'IP4FWD' and
21299            not '2VM'"
21300   parameters:
21301   - "latency"
21302   - "parent"
21303   - "tags"
21304 #  sort:
21305 #  - "VM"  # "not CFS_OPT"
21306 #  - "CFS_OPT"
21307 #  - "FIB_10K"
21308 #  - "FIB_100K"
21309 #  - "FIB_1M"
21310   layout:
21311     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
21312     layout: "plot-latency"
21313
21314 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
21315 -
21316   type: "plot"
21317   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21318   algorithm: "plot_latency_error_bars"
21319   output-file-type: ".html"
21320   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21321   data: "plot-vpp-throughput-latency-3n-hsw"
21322   filter: "'NIC_Intel-XL710' and
21323            '64B' and
21324            'NDRPDR' and
21325            ('ETH' or 'DOT1Q') and
21326            'BASE' and
21327            '1T1C' and
21328            ('L2BDMACLRN' or 'L2XCFWD') and
21329            'VHOST_1024' and
21330            not 'VXLAN' and
21331            not 'IP4FWD' and
21332            not '2VM'"
21333   parameters:
21334   - "latency"
21335   - "parent"
21336   - "tags"
21337 #  sort:
21338 #  - "not CFS_OPT"
21339 #  - "L2XCFWD"
21340 #  - "not CFS_OPT"
21341 #  - "CFS_OPT"
21342   layout:
21343     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
21344     layout: "plot-latency"
21345
21346 -
21347   type: "plot"
21348   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21349   algorithm: "plot_latency_error_bars"
21350   output-file-type: ".html"
21351   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21352   data: "plot-vpp-throughput-latency-3n-hsw"
21353   filter: "'NIC_Intel-XL710' and
21354            '64B' and
21355            'NDRPDR' and
21356            ('ETH' or 'DOT1Q') and
21357            'BASE' and
21358            '2T2C' and
21359            ('L2BDMACLRN' or 'L2XCFWD') and
21360            'VHOST_1024' and
21361            not 'VXLAN' and
21362            not 'IP4FWD' and
21363            not '2VM'"
21364   parameters:
21365   - "latency"
21366   - "parent"
21367   - "tags"
21368 #  sort:
21369 #  - "not CFS_OPT"
21370 #  - "L2XCFWD"
21371 #  - "not CFS_OPT"
21372 #  - "CFS_OPT"
21373   layout:
21374     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
21375     layout: "plot-latency"
21376
21377 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
21378 -
21379   type: "plot"
21380   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
21381   algorithm: "plot_latency_error_bars"
21382   output-file-type: ".html"
21383   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
21384   data: "plot-vpp-throughput-latency-3n-hsw"
21385   filter: "'NIC_Intel-XL710' and
21386            '64B' and
21387            'NDRPDR' and
21388            ('ETH' or 'DOT1Q') and
21389            '1T1C' and
21390            ('L2BDMACLRN' or 'L2XCFWD') and
21391            'VHOST_1024' and
21392            not 'CFS_OPT' and
21393            not 'VXLAN' and
21394            not 'IP4FWD'"
21395   parameters:
21396   - "latency"
21397   - "parent"
21398   - "tags"
21399 #  sort:
21400 #  - "1VM"
21401 #  - "L2XCFWD"
21402 #  - "1VM"
21403 #  - "L2BDMACLRN"
21404   layout:
21405     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
21406     layout: "plot-latency"
21407
21408 -
21409   type: "plot"
21410   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
21411   algorithm: "plot_latency_error_bars"
21412   output-file-type: ".html"
21413   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
21414   data: "plot-vpp-throughput-latency-3n-hsw"
21415   filter: "'NIC_Intel-XL710' and
21416            '64B' and
21417            'NDRPDR' and
21418            ('ETH' or 'DOT1Q') and
21419            '2T2C' and
21420            ('L2BDMACLRN' or 'L2XCFWD') and
21421            'VHOST_1024' and
21422            not 'CFS_OPT' and
21423            not 'VXLAN' and
21424            not 'IP4FWD'"
21425   parameters:
21426   - "latency"
21427   - "parent"
21428   - "tags"
21429 #  sort:
21430 #  - "1VM"
21431 #  - "L2XCFWD"
21432 #  - "1VM"
21433 #  - "L2BDMACLRN"
21434   layout:
21435     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
21436     layout: "plot-latency"
21437
21438 # Packet Latency - VPP vhost ip4 3n-skx-x710
21439 -
21440   type: "plot"
21441   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21442   algorithm: "plot_latency_error_bars"
21443   output-file-type: ".html"
21444   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21445   data: "plot-vpp-throughput-latency-3n-skx"
21446   filter: "'NIC_Intel-X710' and
21447            '64B' and
21448            'NDRPDR' and
21449            'ETH' and
21450            'IP4FWD' and
21451            '2T1C' and
21452            'VHOST_1024' and
21453            not 'VXLAN' and
21454            not 'DOT1Q'"
21455   parameters:
21456   - "latency"
21457   - "parent"
21458   - "tags"
21459   sort:
21460   - "not CFS_OPT"
21461   - "1VM"
21462   - "2VM"
21463   layout:
21464     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21465     layout: "plot-latency"
21466
21467 -
21468   type: "plot"
21469   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21470   algorithm: "plot_latency_error_bars"
21471   output-file-type: ".html"
21472   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21473   data: "plot-vpp-throughput-latency-3n-skx"
21474   filter: "'NIC_Intel-X710' and
21475            '64B' and
21476            'NDRPDR' and
21477            'ETH' and
21478            'IP4FWD' and
21479            '4T2C' and
21480            'VHOST_1024' and
21481            not 'VXLAN' and
21482            not 'DOT1Q'"
21483   parameters:
21484   - "latency"
21485   - "parent"
21486   - "tags"
21487   sort:
21488   - "not CFS_OPT"
21489   - "1VM"
21490   - "2VM"
21491   layout:
21492     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21493     layout: "plot-latency"
21494
21495 # Packet Latency - VPP vhost l2sw 3n-skx-x710
21496 -
21497   type: "plot"
21498   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21499   algorithm: "plot_latency_error_bars"
21500   output-file-type: ".html"
21501   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21502   data: "plot-vpp-throughput-latency-3n-skx"
21503   filter: "'NIC_Intel-X710' and
21504            '64B' and
21505            'NDRPDR' and
21506            ('ETH' or 'DOT1Q') and
21507            '2T1C' and
21508            'L2BDMACLRN' and
21509            'VHOST_1024' and
21510            not 'VXLAN' and
21511            not 'IP4FWD' and
21512            not '2VM'"
21513   parameters:
21514   - "latency"
21515   - "parent"
21516   - "tags"
21517 #  sort:
21518 #  - "VM"  # "not CFS_OPT"
21519 #  - "CFS_OPT"
21520 #  - "FIB_10K"
21521 #  - "FIB_100K"
21522 #  - "FIB_1M"
21523   layout:
21524     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
21525     layout: "plot-latency"
21526
21527 -
21528   type: "plot"
21529   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21530   algorithm: "plot_latency_error_bars"
21531   output-file-type: ".html"
21532   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21533   data: "plot-vpp-throughput-latency-3n-skx"
21534   filter: "'NIC_Intel-X710' and
21535            '64B' and
21536            'NDRPDR' and
21537            ('ETH' or 'DOT1Q') and
21538            '4T2C' and
21539            'L2BDMACLRN' and
21540            'VHOST_1024' and
21541            not 'VXLAN' and
21542            not 'IP4FWD' and
21543            not '2VM'"
21544   parameters:
21545   - "latency"
21546   - "parent"
21547   - "tags"
21548 #  sort:
21549 #  - "VM"  # "not CFS_OPT"
21550 #  - "CFS_OPT"
21551 #  - "FIB_10K"
21552 #  - "FIB_100K"
21553 #  - "FIB_1M"
21554   layout:
21555     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
21556     layout: "plot-latency"
21557
21558 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
21559 -
21560   type: "plot"
21561   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
21562   algorithm: "plot_latency_error_bars"
21563   output-file-type: ".html"
21564   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
21565   data: "plot-vpp-throughput-latency-3n-skx"
21566   filter: "'NIC_Intel-X710' and
21567            '64B' and
21568            'NDRPDR' and
21569            ('ETH' or 'DOT1Q') and
21570            'BASE' and
21571            '2T1C' and
21572            ('L2BDMACLRN' or 'L2XCFWD') and
21573            'VHOST_1024' and
21574            not 'VXLAN' and
21575            not 'IP4FWD' and
21576            not '2VM' and
21577            not 'LBOND'"
21578   parameters:
21579   - "latency"
21580   - "parent"
21581   - "tags"
21582 #  sort:
21583 #  - "not CFS_OPT"
21584 #  - "L2XCFWD"
21585 #  - "not CFS_OPT"
21586 #  - "CFS_OPT"
21587   layout:
21588     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
21589     layout: "plot-latency"
21590
21591 -
21592   type: "plot"
21593   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
21594   algorithm: "plot_latency_error_bars"
21595   output-file-type: ".html"
21596   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
21597   data: "plot-vpp-throughput-latency-3n-skx"
21598   filter: "'NIC_Intel-X710' and
21599            '64B' and
21600            'NDRPDR' and
21601            ('ETH' or 'DOT1Q') and
21602            'BASE' and
21603            '4T2C' and
21604            ('L2BDMACLRN' or 'L2XCFWD') and
21605            'VHOST_1024' and
21606            not 'VXLAN' and
21607            not 'IP4FWD' and
21608            not '2VM' and
21609            not 'LBOND'"
21610   parameters:
21611   - "latency"
21612   - "parent"
21613   - "tags"
21614 #  sort:
21615 #  - "not CFS_OPT"
21616 #  - "L2XCFWD"
21617 #  - "not CFS_OPT"
21618 #  - "CFS_OPT"
21619   layout:
21620     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
21621     layout: "plot-latency"
21622
21623 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
21624 -
21625   type: "plot"
21626   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21627   algorithm: "plot_latency_error_bars"
21628   output-file-type: ".html"
21629   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21630   data: "plot-vpp-throughput-latency-3n-skx"
21631   filter: "'NIC_Intel-X710' and
21632            '64B' and
21633            'NDRPDR' and
21634            ('ETH' or 'DOT1Q') and
21635            '2T1C' and
21636            ('L2BDMACLRN' or 'L2XCFWD') and
21637            'VHOST_1024' and
21638            not 'CFS_OPT' and
21639            not 'VXLAN' and
21640            not 'IP4FWD' and
21641            not 'LBOND'"
21642   parameters:
21643   - "latency"
21644   - "parent"
21645   - "tags"
21646 #  sort:
21647 #  - "1VM"
21648 #  - "L2XCFWD"
21649 #  - "1VM"
21650 #  - "L2BDMACLRN"
21651   layout:
21652     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
21653     layout: "plot-latency"
21654
21655 -
21656   type: "plot"
21657   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21658   algorithm: "plot_latency_error_bars"
21659   output-file-type: ".html"
21660   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21661   data: "plot-vpp-throughput-latency-3n-skx"
21662   filter: "'NIC_Intel-X710' and
21663            '64B' and
21664            'NDRPDR' and
21665            ('ETH' or 'DOT1Q') and
21666            '4T2C' and
21667            ('L2BDMACLRN' or 'L2XCFWD') and
21668            'VHOST_1024' and
21669            not 'CFS_OPT' and
21670            not 'VXLAN' and
21671            not 'IP4FWD' and
21672            not 'LBOND'"
21673   parameters:
21674   - "latency"
21675   - "parent"
21676   - "tags"
21677 #  sort:
21678 #  - "1VM"
21679 #  - "L2XCFWD"
21680 #  - "1VM"
21681 #  - "L2BDMACLRN"
21682   layout:
21683     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
21684     layout: "plot-latency"
21685
21686 # Packet Latency - VPP vhost ip4 2n-skx-x710
21687 -
21688   type: "plot"
21689   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21690   algorithm: "plot_latency_error_bars"
21691   output-file-type: ".html"
21692   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21693   data: "plot-vpp-throughput-latency-2n-skx"
21694   filter: "'NIC_Intel-X710' and
21695            '64B' and
21696            'NDRPDR' and
21697            'ETH' and
21698            'IP4FWD' and
21699            '2T1C' and
21700            'VHOST_1024' and
21701            not 'VXLAN' and
21702            not 'DOT1Q'"
21703   parameters:
21704   - "latency"
21705   - "parent"
21706   - "tags"
21707   sort:
21708   - "not CFS_OPT"
21709   - "1VM"
21710   - "2VM"
21711   layout:
21712     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21713     layout: "plot-latency"
21714
21715 -
21716   type: "plot"
21717   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21718   algorithm: "plot_latency_error_bars"
21719   output-file-type: ".html"
21720   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21721   data: "plot-vpp-throughput-latency-2n-skx"
21722   filter: "'NIC_Intel-X710' and
21723            '64B' and
21724            'NDRPDR' and
21725            'ETH' and
21726            'IP4FWD' and
21727            '4T2C' and
21728            'VHOST_1024' and
21729            not 'VXLAN' and
21730            not 'DOT1Q'"
21731   parameters:
21732   - "latency"
21733   - "parent"
21734   - "tags"
21735   sort:
21736   - "not CFS_OPT"
21737   - "1VM"
21738   - "2VM"
21739   layout:
21740     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21741     layout: "plot-latency"
21742
21743 # Packet Latency - VPP vhost l2sw 2n-skx-x710
21744 -
21745   type: "plot"
21746   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21747   algorithm: "plot_latency_error_bars"
21748   output-file-type: ".html"
21749   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
21750   data: "plot-vpp-throughput-latency-2n-skx"
21751   filter: "'NIC_Intel-X710' and
21752            '64B' and
21753            'NDRPDR' and
21754            ('ETH' or 'DOT1Q') and
21755            '2T1C' and
21756            'L2BDMACLRN' and
21757            'VHOST_1024' and
21758            not 'VXLAN' and
21759            not 'IP4FWD' and
21760            not '2VM'"
21761   parameters:
21762   - "latency"
21763   - "parent"
21764   - "tags"
21765 #  sort:
21766 #  - "VM"  # "not CFS_OPT"
21767 #  - "CFS_OPT"
21768 #  - "FIB_10K"
21769 #  - "FIB_100K"
21770 #  - "FIB_1M"
21771   layout:
21772     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
21773     layout: "plot-latency"
21774
21775 -
21776   type: "plot"
21777   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21778   algorithm: "plot_latency_error_bars"
21779   output-file-type: ".html"
21780   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
21781   data: "plot-vpp-throughput-latency-2n-skx"
21782   filter: "'NIC_Intel-X710' and
21783            '64B' and
21784            'NDRPDR' and
21785            ('ETH' or 'DOT1Q') and
21786            '4T2C' and
21787            'L2BDMACLRN' and
21788            'VHOST_1024' and
21789            not 'VXLAN' and
21790            not 'IP4FWD' and
21791            not '2VM'"
21792   parameters:
21793   - "latency"
21794   - "parent"
21795   - "tags"
21796 #  sort:
21797 #  - "VM"  # "not CFS_OPT"
21798 #  - "CFS_OPT"
21799 #  - "FIB_10K"
21800 #  - "FIB_100K"
21801 #  - "FIB_1M"
21802   layout:
21803     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
21804     layout: "plot-latency"
21805
21806 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
21807 -
21808   type: "plot"
21809   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
21810   algorithm: "plot_latency_error_bars"
21811   output-file-type: ".html"
21812   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
21813   data: "plot-vpp-throughput-latency-2n-skx"
21814   filter: "'NIC_Intel-X710' and
21815            '64B' and
21816            'NDRPDR' and
21817            ('ETH' or 'DOT1Q') and
21818            'BASE' and
21819            '2T1C' and
21820            ('L2BDMACLRN' or 'L2XCFWD') and
21821            'VHOST_1024' and
21822            not 'VXLAN' and
21823            not 'IP4FWD' and
21824            not '2VM'"
21825   parameters:
21826   - "latency"
21827   - "parent"
21828   - "tags"
21829 #  sort:
21830 #  - "not CFS_OPT"
21831 #  - "L2XCFWD"
21832 #  - "not CFS_OPT"
21833 #  - "CFS_OPT"
21834   layout:
21835     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
21836     layout: "plot-latency"
21837
21838 -
21839   type: "plot"
21840   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
21841   algorithm: "plot_latency_error_bars"
21842   output-file-type: ".html"
21843   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
21844   data: "plot-vpp-throughput-latency-2n-skx"
21845   filter: "'NIC_Intel-X710' and
21846            '64B' and
21847            'NDRPDR' and
21848            ('ETH' or 'DOT1Q') and
21849            'BASE' and
21850            '4T2C' and
21851            ('L2BDMACLRN' or 'L2XCFWD') and
21852            'VHOST_1024' and
21853            not 'VXLAN' and
21854            not 'IP4FWD' and
21855            not '2VM'"
21856   parameters:
21857   - "latency"
21858   - "parent"
21859   - "tags"
21860 #  sort:
21861 #  - "not CFS_OPT"
21862 #  - "L2XCFWD"
21863 #  - "not CFS_OPT"
21864 #  - "CFS_OPT"
21865   layout:
21866     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
21867     layout: "plot-latency"
21868
21869 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
21870 -
21871   type: "plot"
21872   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21873   algorithm: "plot_latency_error_bars"
21874   output-file-type: ".html"
21875   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
21876   data: "plot-vpp-throughput-latency-2n-skx"
21877   filter: "'NIC_Intel-X710' and
21878            '64B' and
21879            'NDRPDR' and
21880            ('ETH' or 'DOT1Q') and
21881            '2T1C' and
21882            ('L2BDMACLRN' or 'L2XCFWD') and
21883            'VHOST_1024' and
21884            not 'CFS_OPT' and
21885            not 'VXLAN' and
21886            not 'IP4FWD'"
21887   parameters:
21888   - "latency"
21889   - "parent"
21890   - "tags"
21891 #  sort:
21892 #  - "1VM"
21893 #  - "L2XCFWD"
21894 #  - "1VM"
21895 #  - "L2BDMACLRN"
21896   layout:
21897     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
21898     layout: "plot-latency"
21899
21900 -
21901   type: "plot"
21902   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21903   algorithm: "plot_latency_error_bars"
21904   output-file-type: ".html"
21905   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
21906   data: "plot-vpp-throughput-latency-2n-skx"
21907   filter: "'NIC_Intel-X710' and
21908            '64B' and
21909            'NDRPDR' and
21910            ('ETH' or 'DOT1Q') and
21911            '4T2C' and
21912            ('L2BDMACLRN' or 'L2XCFWD') and
21913            'VHOST_1024' and
21914            not 'CFS_OPT' and
21915            not 'VXLAN' and
21916            not 'IP4FWD'"
21917   parameters:
21918   - "latency"
21919   - "parent"
21920   - "tags"
21921 #  sort:
21922 #  - "1VM"
21923 #  - "L2XCFWD"
21924 #  - "1VM"
21925 #  - "L2BDMACLRN"
21926   layout:
21927     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
21928     layout: "plot-latency"
21929
21930 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
21931 -
21932   type: "plot"
21933   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21934   algorithm: "plot_latency_error_bars"
21935   output-file-type: ".html"
21936   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21937   data: "plot-vpp-throughput-latency-2n-skx"
21938   filter: "'NIC_Intel-XXV710' and
21939            '64B' and
21940            'NDRPDR' and
21941            'ETH' and
21942            'IP4FWD' and
21943            '2T1C' and
21944            'VHOST_1024' and
21945            not 'VXLAN' and
21946            not 'DOT1Q'"
21947   parameters:
21948   - "latency"
21949   - "parent"
21950   - "tags"
21951   sort:
21952   - "not CFS_OPT"
21953   - "1VM"
21954   - "2VM"
21955   layout:
21956     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
21957     layout: "plot-latency"
21958
21959 -
21960   type: "plot"
21961   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21962   algorithm: "plot_latency_error_bars"
21963   output-file-type: ".html"
21964   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
21965   data: "plot-vpp-throughput-latency-2n-skx"
21966   filter: "'NIC_Intel-XXV710' and
21967            '64B' and
21968            'NDRPDR' and
21969            'ETH' and
21970            'IP4FWD' and
21971            '4T2C' and
21972            'VHOST_1024' and
21973            not 'VXLAN' and
21974            not 'DOT1Q'"
21975   parameters:
21976   - "latency"
21977   - "parent"
21978   - "tags"
21979   sort:
21980   - "not CFS_OPT"
21981   - "1VM"
21982   - "2VM"
21983   layout:
21984     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
21985     layout: "plot-latency"
21986
21987 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
21988 -
21989   type: "plot"
21990   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21991   algorithm: "plot_latency_error_bars"
21992   output-file-type: ".html"
21993   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
21994   data: "plot-vpp-throughput-latency-2n-skx"
21995   filter: "'NIC_Intel-XXV710' and
21996            '64B' and
21997            'NDRPDR' and
21998            ('ETH' or 'DOT1Q') and
21999            '2T1C' and
22000            'L2BDMACLRN' and
22001            'VHOST_1024' and
22002            not 'VXLAN' and
22003            not 'IP4FWD' and
22004            not '2VM'"
22005   parameters:
22006   - "latency"
22007   - "parent"
22008   - "tags"
22009 #  sort:
22010 #  - "VM"  # "not CFS_OPT"
22011 #  - "CFS_OPT"
22012 #  - "FIB_10K"
22013 #  - "FIB_100K"
22014 #  - "FIB_1M"
22015   layout:
22016     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22017     layout: "plot-latency"
22018
22019 -
22020   type: "plot"
22021   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22022   algorithm: "plot_latency_error_bars"
22023   output-file-type: ".html"
22024   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22025   data: "plot-vpp-throughput-latency-2n-skx"
22026   filter: "'NIC_Intel-XXV710' and
22027            '64B' and
22028            'NDRPDR' and
22029            ('ETH' or 'DOT1Q') and
22030            '4T2C' and
22031            'L2BDMACLRN' and
22032            'VHOST_1024' and
22033            not 'VXLAN' and
22034            not 'IP4FWD' and
22035            not '2VM'"
22036   parameters:
22037   - "latency"
22038   - "parent"
22039   - "tags"
22040 #  sort:
22041 #  - "VM"  # "not CFS_OPT"
22042 #  - "CFS_OPT"
22043 #  - "FIB_10K"
22044 #  - "FIB_100K"
22045 #  - "FIB_1M"
22046   layout:
22047     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22048     layout: "plot-latency"
22049
22050 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
22051 -
22052   type: "plot"
22053   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22054   algorithm: "plot_latency_error_bars"
22055   output-file-type: ".html"
22056   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22057   data: "plot-vpp-throughput-latency-2n-skx"
22058   filter: "'NIC_Intel-XXV710' and
22059            '64B' and
22060            'NDRPDR' and
22061            ('ETH' or 'DOT1Q') and
22062            'BASE' and
22063            '2T1C' and
22064            ('L2BDMACLRN' or 'L2XCFWD') and
22065            'VHOST_1024' and
22066            not 'VXLAN' and
22067            not 'IP4FWD' and
22068            not '2VM'"
22069   parameters:
22070   - "latency"
22071   - "parent"
22072   - "tags"
22073 #  sort:
22074 #  - "not CFS_OPT"
22075 #  - "L2XCFWD"
22076 #  - "not CFS_OPT"
22077 #  - "CFS_OPT"
22078   layout:
22079     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
22080     layout: "plot-latency"
22081
22082 -
22083   type: "plot"
22084   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22085   algorithm: "plot_latency_error_bars"
22086   output-file-type: ".html"
22087   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22088   data: "plot-vpp-throughput-latency-2n-skx"
22089   filter: "'NIC_Intel-XXV710' and
22090            '64B' and
22091            'NDRPDR' and
22092            ('ETH' or 'DOT1Q') and
22093            'BASE' and
22094            '4T2C' and
22095            ('L2BDMACLRN' or 'L2XCFWD') and
22096            'VHOST_1024' and
22097            not 'VXLAN' and
22098            not 'IP4FWD' and
22099            not '2VM'"
22100   parameters:
22101   - "latency"
22102   - "parent"
22103   - "tags"
22104 #  sort:
22105 #  - "not CFS_OPT"
22106 #  - "L2XCFWD"
22107 #  - "not CFS_OPT"
22108 #  - "CFS_OPT"
22109   layout:
22110     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
22111     layout: "plot-latency"
22112
22113 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
22114 -
22115   type: "plot"
22116   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22117   algorithm: "plot_latency_error_bars"
22118   output-file-type: ".html"
22119   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22120   data: "plot-vpp-throughput-latency-2n-skx"
22121   filter: "'NIC_Intel-XXV710' and
22122            '64B' and
22123            'NDRPDR' and
22124            ('ETH' or 'DOT1Q') and
22125            '2T1C' and
22126            ('L2BDMACLRN' or 'L2XCFWD') and
22127            'VHOST_1024' and
22128            not 'CFS_OPT' and
22129            not 'VXLAN' and
22130            not 'IP4FWD'"
22131   parameters:
22132   - "latency"
22133   - "parent"
22134   - "tags"
22135 #  sort:
22136 #  - "1VM"
22137 #  - "L2XCFWD"
22138 #  - "1VM"
22139 #  - "L2BDMACLRN"
22140   layout:
22141     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
22142     layout: "plot-latency"
22143
22144 -
22145   type: "plot"
22146   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22147   algorithm: "plot_latency_error_bars"
22148   output-file-type: ".html"
22149   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22150   data: "plot-vpp-throughput-latency-2n-skx"
22151   filter: "'NIC_Intel-XXV710' and
22152            '64B' and
22153            'NDRPDR' and
22154            ('ETH' or 'DOT1Q') and
22155            '4T2C' and
22156            ('L2BDMACLRN' or 'L2XCFWD') and
22157            'VHOST_1024' and
22158            not 'CFS_OPT' and
22159            not 'VXLAN' and
22160            not 'IP4FWD'"
22161   parameters:
22162   - "latency"
22163   - "parent"
22164   - "tags"
22165 #  sort:
22166 #  - "1VM"
22167 #  - "L2XCFWD"
22168 #  - "1VM"
22169 #  - "L2BDMACLRN"
22170   layout:
22171     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
22172     layout: "plot-latency"
22173
22174 ################################################################################
22175
22176 # Packet Latency - VPP VTS 3n-hsw-x520
22177 -
22178   type: "plot"
22179   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22180   algorithm: "plot_latency_error_bars"
22181   output-file-type: ".html"
22182   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22183   data: "plot-vpp-throughput-latency-3n-hsw"
22184   filter: "'NIC_Intel-X520-DA2' and
22185            '114B' and
22186            'NDRPDR' and
22187            '1T1C' and
22188            'VTS'"
22189   parameters:
22190   - "latency"
22191   - "parent"
22192   - "tags"
22193   layout:
22194     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
22195     layout: "plot-latency"
22196
22197 -
22198   type: "plot"
22199   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22200   algorithm: "plot_latency_error_bars"
22201   output-file-type: ".html"
22202   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22203   data: "plot-vpp-throughput-latency-3n-hsw"
22204   filter: "'NIC_Intel-X520-DA2' and
22205            '114B' and
22206            'NDRPDR' and
22207            '2T2C' and
22208            'VTS'"
22209   parameters:
22210   - "latency"
22211   - "parent"
22212   - "tags"
22213   layout:
22214     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
22215     layout: "plot-latency"
22216
22217 ################################################################################
22218
22219 # Packet Latency - DPDK l3fwd 3n-hsw-x520
22220 -
22221   type: "plot"
22222   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22223   algorithm: "plot_latency_error_bars"
22224   output-file-type: ".html"
22225   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22226   data: "plot-dpdk-throughput-latency-3n-hsw"
22227   filter: "'NIC_Intel-X520-DA2' and
22228            '64B' and
22229            'BASE' and
22230            'NDRPDR' and
22231            '1T1C' and
22232            'IP4FWD'"
22233   parameters:
22234   - "latency"
22235   - "parent"
22236   - "tags"
22237   layout:
22238     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
22239     layout: "plot-latency"
22240
22241 -
22242   type: "plot"
22243   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22244   algorithm: "plot_latency_error_bars"
22245   output-file-type: ".html"
22246   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22247   data: "plot-dpdk-throughput-latency-3n-hsw"
22248   filter: "'NIC_Intel-X520-DA2' and
22249            '64B' and
22250            'BASE' and
22251            'NDRPDR' and
22252            '2T2C' and
22253            'IP4FWD'"
22254   parameters:
22255   - "latency"
22256   - "parent"
22257   - "tags"
22258   layout:
22259     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
22260     layout: "plot-latency"
22261
22262 # Packet Latency - DPDK l3fwd 3n-hsw-x710
22263 -
22264   type: "plot"
22265   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22266   algorithm: "plot_latency_error_bars"
22267   output-file-type: ".html"
22268   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22269   data: "plot-dpdk-throughput-latency-3n-hsw"
22270   filter: "'NIC_Intel-X710' and
22271            '64B' and
22272            'BASE' and
22273            'NDRPDR' and
22274            '1T1C' and
22275            'IP4FWD'"
22276   parameters:
22277   - "latency"
22278   - "parent"
22279   - "tags"
22280   layout:
22281     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
22282     layout: "plot-latency"
22283
22284 -
22285   type: "plot"
22286   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22287   algorithm: "plot_latency_error_bars"
22288   output-file-type: ".html"
22289   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22290   data: "plot-dpdk-throughput-latency-3n-hsw"
22291   filter: "'NIC_Intel-X710' and
22292            '64B' and
22293            'BASE' and
22294            'NDRPDR' and
22295            '2T2C' and
22296            'IP4FWD'"
22297   parameters:
22298   - "latency"
22299   - "parent"
22300   - "tags"
22301   layout:
22302     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
22303     layout: "plot-latency"
22304
22305 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
22306 -
22307   type: "plot"
22308   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22309   algorithm: "plot_latency_error_bars"
22310   output-file-type: ".html"
22311   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22312   data: "plot-dpdk-throughput-latency-3n-hsw"
22313   filter: "'NIC_Intel-XL710' and
22314            '64B' and
22315            'BASE' and
22316            'NDRPDR' and
22317            '1T1C' and
22318            'IP4FWD'"
22319   parameters:
22320   - "latency"
22321   - "parent"
22322   - "tags"
22323   layout:
22324     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
22325     layout: "plot-latency"
22326
22327 -
22328   type: "plot"
22329   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22330   algorithm: "plot_latency_error_bars"
22331   output-file-type: ".html"
22332   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22333   data: "plot-dpdk-throughput-latency-3n-hsw"
22334   filter: "'NIC_Intel-XL710' and
22335            '64B' and
22336            'BASE' and
22337            'NDRPDR' and
22338            '2T2C' and
22339            'IP4FWD'"
22340   parameters:
22341   - "latency"
22342   - "parent"
22343   - "tags"
22344   layout:
22345     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
22346     layout: "plot-latency"
22347
22348 # Packet Latency - DPDK l3fwd 3n-skx-x710
22349 -
22350   type: "plot"
22351   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22352   algorithm: "plot_latency_error_bars"
22353   output-file-type: ".html"
22354   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22355   data: "plot-dpdk-throughput-latency-3n-skx"
22356   filter: "'NIC_Intel-X710' and
22357            '64B' and
22358            'BASE' and
22359            'NDRPDR' and
22360            '2T1C' and
22361            'IP4FWD'"
22362   parameters:
22363   - "latency"
22364   - "parent"
22365   - "tags"
22366   layout:
22367     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
22368     layout: "plot-latency"
22369
22370 -
22371   type: "plot"
22372   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22373   algorithm: "plot_latency_error_bars"
22374   output-file-type: ".html"
22375   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22376   data: "plot-dpdk-throughput-latency-3n-skx"
22377   filter: "'NIC_Intel-X710' and
22378            '64B' and
22379            'BASE' and
22380            'NDRPDR' and
22381            '4T2C' and
22382            'IP4FWD'"
22383   parameters:
22384   - "latency"
22385   - "parent"
22386   - "tags"
22387   layout:
22388     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
22389     layout: "plot-latency"
22390
22391 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
22392 -
22393   type: "plot"
22394   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22395   algorithm: "plot_latency_error_bars"
22396   output-file-type: ".html"
22397   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22398   data: "plot-dpdk-throughput-latency-3n-skx"
22399   filter: "'NIC_Intel-XXV710' and
22400            '64B' and
22401            'BASE' and
22402            'NDRPDR' and
22403            '2T1C' and
22404            'IP4FWD'"
22405   parameters:
22406   - "latency"
22407   - "parent"
22408   - "tags"
22409   layout:
22410     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
22411     layout: "plot-latency"
22412
22413 -
22414   type: "plot"
22415   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22416   algorithm: "plot_latency_error_bars"
22417   output-file-type: ".html"
22418   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22419   data: "plot-dpdk-throughput-latency-3n-skx"
22420   filter: "'NIC_Intel-XXV710' and
22421            '64B' and
22422            'BASE' and
22423            'NDRPDR' and
22424            '4T2C' and
22425            'IP4FWD'"
22426   parameters:
22427   - "latency"
22428   - "parent"
22429   - "tags"
22430   layout:
22431     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
22432     layout: "plot-latency"
22433
22434 # Packet Latency - DPDK l3fwd 2n-skx-x710
22435 -
22436   type: "plot"
22437   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22438   algorithm: "plot_latency_error_bars"
22439   output-file-type: ".html"
22440   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22441   data: "plot-dpdk-throughput-latency-2n-skx"
22442   filter: "'NIC_Intel-X710' and
22443            '64B' and
22444            'BASE' and
22445            'NDRPDR' and
22446            '2T1C' and
22447            'IP4FWD'"
22448   parameters:
22449   - "latency"
22450   - "parent"
22451   - "tags"
22452   layout:
22453     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
22454     layout: "plot-latency"
22455
22456 -
22457   type: "plot"
22458   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22459   algorithm: "plot_latency_error_bars"
22460   output-file-type: ".html"
22461   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22462   data: "plot-dpdk-throughput-latency-2n-skx"
22463   filter: "'NIC_Intel-X710' and
22464            '64B' and
22465            'BASE' and
22466            'NDRPDR' and
22467            '4T2C' and
22468            'IP4FWD'"
22469   parameters:
22470   - "latency"
22471   - "parent"
22472   - "tags"
22473   layout:
22474     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
22475     layout: "plot-latency"
22476
22477 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
22478 -
22479   type: "plot"
22480   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22481   algorithm: "plot_latency_error_bars"
22482   output-file-type: ".html"
22483   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22484   data: "plot-dpdk-throughput-latency-2n-skx"
22485   filter: "'NIC_Intel-XXV710' and
22486            '64B' and
22487            'BASE' and
22488            'NDRPDR' and
22489            '2T1C' and
22490            'IP4FWD'"
22491   parameters:
22492   - "latency"
22493   - "parent"
22494   - "tags"
22495   layout:
22496     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
22497     layout: "plot-latency"
22498
22499 -
22500   type: "plot"
22501   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22502   algorithm: "plot_latency_error_bars"
22503   output-file-type: ".html"
22504   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22505   data: "plot-dpdk-throughput-latency-2n-skx"
22506   filter: "'NIC_Intel-XXV710' and
22507            '64B' and
22508            'BASE' and
22509            'NDRPDR' and
22510            '4T2C' and
22511            'IP4FWD'"
22512   parameters:
22513   - "latency"
22514   - "parent"
22515   - "tags"
22516   layout:
22517     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
22518     layout: "plot-latency"
22519
22520 ################################################################################
22521
22522 # Packet Latency - DPDK testpmd 3n-hsw-x520
22523 -
22524   type: "plot"
22525   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22526   algorithm: "plot_latency_error_bars"
22527   output-file-type: ".html"
22528   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-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            '1T1C' and
22535            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22536   parameters:
22537   - "latency"
22538   - "parent"
22539   - "tags"
22540   layout:
22541     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
22542     layout: "plot-latency"
22543
22544 -
22545   type: "plot"
22546   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22547   algorithm: "plot_latency_error_bars"
22548   output-file-type: ".html"
22549   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22550   data: "plot-dpdk-throughput-latency-3n-hsw"
22551   filter: "'NIC_Intel-X520-DA2' and
22552            '64B' and
22553            'BASE' and
22554            'NDRPDR' and
22555            '2T2C' and
22556            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22557   parameters:
22558   - "latency"
22559   - "parent"
22560   - "tags"
22561   layout:
22562     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
22563     layout: "plot-latency"
22564
22565 # Packet Latency - DPDK testpmd 3n-hsw-x710
22566 -
22567   type: "plot"
22568   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22569   algorithm: "plot_latency_error_bars"
22570   output-file-type: ".html"
22571   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-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            '1T1C' and
22578            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22579   parameters:
22580   - "latency"
22581   - "parent"
22582   - "tags"
22583   layout:
22584     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
22585     layout: "plot-latency"
22586
22587 -
22588   type: "plot"
22589   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22590   algorithm: "plot_latency_error_bars"
22591   output-file-type: ".html"
22592   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22593   data: "plot-dpdk-throughput-latency-3n-hsw"
22594   filter: "'NIC_Intel-X710' and
22595            '64B' and
22596            'BASE' and
22597            'NDRPDR' and
22598            '2T2C' and
22599            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22600   parameters:
22601   - "latency"
22602   - "parent"
22603   - "tags"
22604   layout:
22605     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
22606     layout: "plot-latency"
22607
22608 # Packet Latency - DPDK testpmd 3n-hsw-xl710
22609 -
22610   type: "plot"
22611   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22612   algorithm: "plot_latency_error_bars"
22613   output-file-type: ".html"
22614   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-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            '1T1C' and
22621            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22622   parameters:
22623   - "latency"
22624   - "parent"
22625   - "tags"
22626   layout:
22627     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
22628     layout: "plot-latency"
22629
22630 -
22631   type: "plot"
22632   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22633   algorithm: "plot_latency_error_bars"
22634   output-file-type: ".html"
22635   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22636   data: "plot-dpdk-throughput-latency-3n-hsw"
22637   filter: "'NIC_Intel-XL710' and
22638            '64B' and
22639            'BASE' and
22640            'NDRPDR' and
22641            '2T2C' and
22642            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22643   parameters:
22644   - "latency"
22645   - "parent"
22646   - "tags"
22647   layout:
22648     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
22649     layout: "plot-latency"
22650
22651 # Packet Latency - DPDK testpmd 3n-skx-x710
22652 -
22653   type: "plot"
22654   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22655   algorithm: "plot_latency_error_bars"
22656   output-file-type: ".html"
22657   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-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            '2T1C' and
22664            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22665   parameters:
22666   - "latency"
22667   - "parent"
22668   - "tags"
22669   layout:
22670     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
22671     layout: "plot-latency"
22672
22673 -
22674   type: "plot"
22675   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22676   algorithm: "plot_latency_error_bars"
22677   output-file-type: ".html"
22678   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22679   data: "plot-dpdk-throughput-latency-3n-skx"
22680   filter: "'NIC_Intel-X710' and
22681            '64B' and
22682            'BASE' and
22683            'NDRPDR' and
22684            '4T2C' and
22685            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22686   parameters:
22687   - "latency"
22688   - "parent"
22689   - "tags"
22690   layout:
22691     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
22692     layout: "plot-latency"
22693
22694 # Packet Latency - DPDK testpmd 3n-skx-xxv710
22695 -
22696   type: "plot"
22697   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22698   algorithm: "plot_latency_error_bars"
22699   output-file-type: ".html"
22700   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-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            '2T1C' and
22707            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22708   parameters:
22709   - "latency"
22710   - "parent"
22711   - "tags"
22712   layout:
22713     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
22714     layout: "plot-latency"
22715
22716 -
22717   type: "plot"
22718   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22719   algorithm: "plot_latency_error_bars"
22720   output-file-type: ".html"
22721   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22722   data: "plot-dpdk-throughput-latency-3n-skx"
22723   filter: "'NIC_Intel-XXV710' and
22724            '64B' and
22725            'BASE' and
22726            'NDRPDR' and
22727            '4T2C' and
22728            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22729   parameters:
22730   - "latency"
22731   - "parent"
22732   - "tags"
22733   layout:
22734     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
22735     layout: "plot-latency"
22736
22737 # Packet Latency - DPDK testpmd 2n-skx-x710
22738 -
22739   type: "plot"
22740   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22741   algorithm: "plot_latency_error_bars"
22742   output-file-type: ".html"
22743   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-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            '2T1C' and
22750            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22751   parameters:
22752   - "latency"
22753   - "parent"
22754   - "tags"
22755   layout:
22756     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
22757     layout: "plot-latency"
22758
22759 -
22760   type: "plot"
22761   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22762   algorithm: "plot_latency_error_bars"
22763   output-file-type: ".html"
22764   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22765   data: "plot-dpdk-throughput-latency-2n-skx"
22766   filter: "'NIC_Intel-X710' and
22767            '64B' and
22768            'BASE' and
22769            'NDRPDR' and
22770            '4T2C' and
22771            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22772   parameters:
22773   - "latency"
22774   - "parent"
22775   - "tags"
22776   layout:
22777     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
22778     layout: "plot-latency"
22779
22780 # Packet Latency - DPDK testpmd 2n-skx-xxv710
22781 -
22782   type: "plot"
22783   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22784   algorithm: "plot_latency_error_bars"
22785   output-file-type: ".html"
22786   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-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            '2T1C' and
22793            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22794   parameters:
22795   - "latency"
22796   - "parent"
22797   - "tags"
22798   layout:
22799     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
22800     layout: "plot-latency"
22801
22802 -
22803   type: "plot"
22804   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22805   algorithm: "plot_latency_error_bars"
22806   output-file-type: ".html"
22807   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22808   data: "plot-dpdk-throughput-latency-2n-skx"
22809   filter: "'NIC_Intel-XXV710' and
22810            '64B' and
22811            'BASE' and
22812            'NDRPDR' and
22813            '4T2C' and
22814            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22815   parameters:
22816   - "latency"
22817   - "parent"
22818   - "tags"
22819   layout:
22820     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
22821     layout: "plot-latency"
22822
22823 ################################################################################
22824
22825 # Speedup - VPP Container Memif 3n-hsw-x520
22826 -
22827   type: "plot"
22828   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22829   algorithm: "plot_throughput_speedup_analysis"
22830   output-file-type: ".html"
22831   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22832   data: "plot-throughput-speedup-analysis-3n-hsw"
22833   filter: "'NIC_Intel-X520-DA2' and
22834            '64B' and
22835            ('BASE' or 'SCALE') and
22836            'NDRPDR' and
22837            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22838            not 'VHOST' and
22839            'MEMIF'"
22840   parameters:
22841   - "throughput"
22842   - "parent"
22843   - "tags"
22844   sort:
22845   - "L2XCFWD"
22846   - "L2XCFWD"
22847   - "L2XCFWD"
22848   - "L2BDMACLRN"
22849   - "L2BDMACLRN"
22850   - "L2BDMACLRN"
22851   layout:
22852     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
22853     layout: "plot-throughput-speedup-analysis"
22854
22855 -
22856   type: "plot"
22857   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22858   algorithm: "plot_throughput_speedup_analysis"
22859   output-file-type: ".html"
22860   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22861   data: "plot-throughput-speedup-analysis-3n-hsw"
22862   filter: "'NIC_Intel-X520-DA2' and
22863            '64B' and
22864            ('BASE' or 'SCALE') and
22865            'NDRPDR' and
22866            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22867            not 'VHOST' and
22868            'MEMIF'"
22869   parameters:
22870   - "throughput"
22871   - "parent"
22872   - "tags"
22873   sort:
22874   - "L2XCFWD"
22875   - "L2XCFWD"
22876   - "L2XCFWD"
22877   - "L2BDMACLRN"
22878   - "L2BDMACLRN"
22879   - "L2BDMACLRN"
22880   layout:
22881     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
22882     layout: "plot-throughput-speedup-analysis"
22883
22884 # Speedup - VPP Container Memif 3n-hsw-x710
22885 -
22886   type: "plot"
22887   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22888   algorithm: "plot_throughput_speedup_analysis"
22889   output-file-type: ".html"
22890   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22891   data: "plot-throughput-speedup-analysis-3n-hsw"
22892   filter: "'NIC_Intel-X710' and
22893            '64B' and
22894            ('BASE' or 'SCALE') and
22895            'NDRPDR' and
22896            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22897            not 'VHOST' and
22898            'MEMIF'"
22899   parameters:
22900   - "throughput"
22901   - "parent"
22902   - "tags"
22903   sort:
22904   - "L2XCFWD"
22905   - "L2XCFWD"
22906   - "L2XCFWD"
22907   - "L2BDMACLRN"
22908   - "L2BDMACLRN"
22909   - "L2BDMACLRN"
22910   layout:
22911     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
22912     layout: "plot-throughput-speedup-analysis"
22913
22914 -
22915   type: "plot"
22916   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22917   algorithm: "plot_throughput_speedup_analysis"
22918   output-file-type: ".html"
22919   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22920   data: "plot-throughput-speedup-analysis-3n-hsw"
22921   filter: "'NIC_Intel-X710' and
22922            '64B' and
22923            ('BASE' or 'SCALE') and
22924            'NDRPDR' and
22925            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22926            not 'VHOST' and
22927            'MEMIF'"
22928   parameters:
22929   - "throughput"
22930   - "parent"
22931   - "tags"
22932   sort:
22933   - "L2XCFWD"
22934   - "L2XCFWD"
22935   - "L2XCFWD"
22936   - "L2BDMACLRN"
22937   - "L2BDMACLRN"
22938   - "L2BDMACLRN"
22939   layout:
22940     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
22941     layout: "plot-throughput-speedup-analysis"
22942
22943 # Speedup - VPP Container Memif 3n-hsw-xl710
22944 -
22945   type: "plot"
22946   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22947   algorithm: "plot_throughput_speedup_analysis"
22948   output-file-type: ".html"
22949   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22950   data: "plot-throughput-speedup-analysis-3n-hsw"
22951   filter: "'NIC_Intel-XL710' and
22952            '64B' and
22953            ('BASE' or 'SCALE') and
22954            'NDRPDR' and
22955            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22956            not 'VHOST' and
22957            'MEMIF'"
22958   parameters:
22959   - "throughput"
22960   - "parent"
22961   - "tags"
22962   sort:
22963   - "L2XCFWD"
22964   - "L2XCFWD"
22965   - "L2XCFWD"
22966   - "L2BDMACLRN"
22967   - "L2BDMACLRN"
22968   - "L2BDMACLRN"
22969   layout:
22970     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
22971     layout: "plot-throughput-speedup-analysis"
22972
22973 -
22974   type: "plot"
22975   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22976   algorithm: "plot_throughput_speedup_analysis"
22977   output-file-type: ".html"
22978   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22979   data: "plot-throughput-speedup-analysis-3n-hsw"
22980   filter: "'NIC_Intel-XL710' and
22981            '64B' and
22982            ('BASE' or 'SCALE') and
22983            'NDRPDR' and
22984            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
22985            not 'VHOST' and
22986            'MEMIF'"
22987   parameters:
22988   - "throughput"
22989   - "parent"
22990   - "tags"
22991   sort:
22992   - "L2XCFWD"
22993   - "L2XCFWD"
22994   - "L2XCFWD"
22995   - "L2BDMACLRN"
22996   - "L2BDMACLRN"
22997   - "L2BDMACLRN"
22998   layout:
22999     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
23000     layout: "plot-throughput-speedup-analysis"
23001
23002 # Speedup - VPP Container Memif 3n-skx-x710
23003 -
23004   type: "plot"
23005   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23006   algorithm: "plot_throughput_speedup_analysis"
23007   output-file-type: ".html"
23008   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23009   data: "plot-throughput-speedup-analysis-3n-skx"
23010   filter: "'NIC_Intel-X710' and
23011            '64B' and
23012            ('BASE' or 'SCALE') and
23013            'NDRPDR' and
23014            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23015            not 'VHOST' and
23016            'MEMIF'"
23017   parameters:
23018   - "throughput"
23019   - "parent"
23020   - "tags"
23021   sort:
23022   - "L2XCFWD"
23023   - "L2XCFWD"
23024   - "L2XCFWD"
23025   - "L2BDMACLRN"
23026   - "L2BDMACLRN"
23027   - "L2BDMACLRN"
23028   layout:
23029     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
23030     layout: "plot-throughput-speedup-analysis"
23031
23032 -
23033   type: "plot"
23034   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23035   algorithm: "plot_throughput_speedup_analysis"
23036   output-file-type: ".html"
23037   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23038   data: "plot-throughput-speedup-analysis-3n-skx"
23039   filter: "'NIC_Intel-X710' and
23040            '64B' and
23041            ('BASE' or 'SCALE') and
23042            'NDRPDR' and
23043            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23044            not 'VHOST' and
23045             'MEMIF'"
23046   parameters:
23047   - "throughput"
23048   - "parent"
23049   - "tags"
23050   sort:
23051   - "L2XCFWD"
23052   - "L2XCFWD"
23053   - "L2XCFWD"
23054   - "L2BDMACLRN"
23055   - "L2BDMACLRN"
23056   - "L2BDMACLRN"
23057   layout:
23058     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
23059     layout: "plot-throughput-speedup-analysis"
23060
23061 # Speedup - VPP Container Memif 2n-skx-x710
23062 -
23063   type: "plot"
23064   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23065   algorithm: "plot_throughput_speedup_analysis"
23066   output-file-type: ".html"
23067   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
23068   data: "plot-throughput-speedup-analysis-2n-skx"
23069   filter: "'NIC_Intel-X710' and
23070            '64B' and
23071            ('BASE' or 'SCALE') and
23072            'NDRPDR' and
23073            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23074            not 'VHOST' and
23075            'MEMIF'"
23076   parameters:
23077   - "throughput"
23078   - "parent"
23079   - "tags"
23080   sort:
23081   - "L2XCFWD"
23082   - "L2XCFWD"
23083   - "L2XCFWD"
23084   - "L2BDMACLRN"
23085   - "L2BDMACLRN"
23086   - "L2BDMACLRN"
23087   layout:
23088     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
23089     layout: "plot-throughput-speedup-analysis"
23090
23091 -
23092   type: "plot"
23093   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23094   algorithm: "plot_throughput_speedup_analysis"
23095   output-file-type: ".html"
23096   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
23097   data: "plot-throughput-speedup-analysis-2n-skx"
23098   filter: "'NIC_Intel-X710' and
23099            '64B' and
23100            ('BASE' or 'SCALE') and
23101            'NDRPDR' and
23102            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23103            not 'VHOST' and
23104             'MEMIF'"
23105   parameters:
23106   - "throughput"
23107   - "parent"
23108   - "tags"
23109   sort:
23110   - "L2XCFWD"
23111   - "L2XCFWD"
23112   - "L2XCFWD"
23113   - "L2BDMACLRN"
23114   - "L2BDMACLRN"
23115   - "L2BDMACLRN"
23116   layout:
23117     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
23118     layout: "plot-throughput-speedup-analysis"
23119
23120 # Speedup - VPP Container Memif 2n-skx-xxv710
23121 -
23122   type: "plot"
23123   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23124   algorithm: "plot_throughput_speedup_analysis"
23125   output-file-type: ".html"
23126   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
23127   data: "plot-throughput-speedup-analysis-2n-skx"
23128   filter: "'NIC_Intel-XXV710' and
23129            '64B' and
23130            ('BASE' or 'SCALE') and
23131            'NDRPDR' and
23132            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23133            not 'VHOST' and
23134            'MEMIF'"
23135   parameters:
23136   - "throughput"
23137   - "parent"
23138   - "tags"
23139   sort:
23140   - "L2XCFWD"
23141   - "L2XCFWD"
23142   - "L2XCFWD"
23143   - "L2BDMACLRN"
23144   - "L2BDMACLRN"
23145   - "L2BDMACLRN"
23146   layout:
23147     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
23148     layout: "plot-throughput-speedup-analysis"
23149
23150 -
23151   type: "plot"
23152   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23153   algorithm: "plot_throughput_speedup_analysis"
23154   output-file-type: ".html"
23155   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
23156   data: "plot-throughput-speedup-analysis-2n-skx"
23157   filter: "'NIC_Intel-XXV710' and
23158            '64B' and
23159            ('BASE' or 'SCALE') and
23160            'NDRPDR' and
23161            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23162            not 'VHOST' and
23163             'MEMIF'"
23164   parameters:
23165   - "throughput"
23166   - "parent"
23167   - "tags"
23168   sort:
23169   - "L2XCFWD"
23170   - "L2XCFWD"
23171   - "L2XCFWD"
23172   - "L2BDMACLRN"
23173   - "L2BDMACLRN"
23174   - "L2BDMACLRN"
23175   layout:
23176     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
23177     layout: "plot-throughput-speedup-analysis"
23178
23179 ################################################################################
23180
23181 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
23182 -
23183   type: "plot"
23184   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23185   algorithm: "plot_throughput_speedup_analysis"
23186   output-file-type: ".html"
23187   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23188   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23189   filter: "'NIC_Intel-X520-DA2' and
23190            '64B' and
23191            ('BASE' or 'SCALE') and
23192            'NDRPDR' and
23193            'L2XCFWD' and
23194            not 'VHOST' and
23195            'MEMIF'"
23196   parameters:
23197   - "throughput"
23198   - "parent"
23199   - "tags"
23200   sort:
23201   - "1VNF"
23202   - "2VNF"
23203   - "4VNF"
23204   - "2VNF"
23205   - "4VNF"
23206   layout:
23207     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
23208     layout: "plot-throughput-speedup-analysis"
23209
23210 -
23211   type: "plot"
23212   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23213   algorithm: "plot_throughput_speedup_analysis"
23214   output-file-type: ".html"
23215   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23216   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23217   filter: "'NIC_Intel-X520-DA2' and
23218            '64B' and
23219            ('BASE' or 'SCALE') and
23220            'NDRPDR' and
23221            'L2XCFWD' and
23222            not 'VHOST' and
23223            'MEMIF'"
23224   parameters:
23225   - "throughput"
23226   - "parent"
23227   - "tags"
23228   sort:
23229   - "1VNF"
23230   - "2VNF"
23231   - "4VNF"
23232   - "2VNF"
23233   - "4VNF"
23234   layout:
23235     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
23236     layout: "plot-throughput-speedup-analysis"
23237
23238 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
23239 -
23240   type: "plot"
23241   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23242   algorithm: "plot_throughput_speedup_analysis"
23243   output-file-type: ".html"
23244   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23245   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23246   filter: "'NIC_Intel-X520-DA2' and
23247            '64B' and
23248            ('BASE' or 'SCALE') and
23249            'NDRPDR' and
23250            ('L2BDMACSTAT' or 'L2BDMACLRN') and
23251            not 'VHOST' and
23252            'MEMIF'"
23253   parameters:
23254   - "throughput"
23255   - "parent"
23256   - "tags"
23257   sort:
23258   - "1VNF"
23259   - "2VNF"
23260   - "4VNF"
23261   - "2VNF"
23262   - "4VNF"
23263   layout:
23264     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
23265     layout: "plot-throughput-speedup-analysis"
23266
23267 -
23268   type: "plot"
23269   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23270   algorithm: "plot_throughput_speedup_analysis"
23271   output-file-type: ".html"
23272   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23273   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23274   filter: "'NIC_Intel-X520-DA2' and
23275            '64B' and
23276            ('BASE' or 'SCALE') and
23277            'NDRPDR' and
23278            ('L2BDMACSTAT' or 'L2BDMACLRN') and
23279            not 'VHOST' and
23280            'MEMIF'"
23281   parameters:
23282   - "throughput"
23283   - "parent"
23284   - "tags"
23285   sort:
23286   - "1VNF"
23287   - "2VNF"
23288   - "4VNF"
23289   - "2VNF"
23290   - "4VNF"
23291   layout:
23292     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
23293     layout: "plot-throughput-speedup-analysis"
23294
23295 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
23296 -
23297   type: "plot"
23298   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23299   algorithm: "plot_throughput_speedup_analysis"
23300   output-file-type: ".html"
23301   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23302   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23303   filter: "'NIC_Intel-X710' and
23304            '64B' and
23305            ('BASE' or 'SCALE') and
23306            'NDRPDR' and
23307            'L2XCFWD' and
23308            not 'VHOST' and
23309            'MEMIF'"
23310   parameters:
23311   - "throughput"
23312   - "parent"
23313   - "tags"
23314   sort:
23315   - "1VNF"
23316   - "2VNF"
23317   - "4VNF"
23318   - "2VNF"
23319   - "4VNF"
23320   layout:
23321     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
23322     layout: "plot-throughput-speedup-analysis"
23323
23324 -
23325   type: "plot"
23326   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23327   algorithm: "plot_throughput_speedup_analysis"
23328   output-file-type: ".html"
23329   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23330   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23331   filter: "'NIC_Intel-X710' and
23332            '64B' and
23333            ('BASE' or 'SCALE') and
23334            'NDRPDR' and
23335            'L2XCFWD' and
23336            not 'VHOST' and
23337            'MEMIF'"
23338   parameters:
23339   - "throughput"
23340   - "parent"
23341   - "tags"
23342   sort:
23343   - "1VNF"
23344   - "2VNF"
23345   - "4VNF"
23346   - "2VNF"
23347   - "4VNF"
23348   layout:
23349     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
23350     layout: "plot-throughput-speedup-analysis"
23351
23352 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
23353 -
23354   type: "plot"
23355   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23356   algorithm: "plot_throughput_speedup_analysis"
23357   output-file-type: ".html"
23358   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23359   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23360   filter: "'NIC_Intel-X710' and
23361            '64B' and
23362            ('BASE' or 'SCALE') and
23363            'NDRPDR' and
23364            ('L2BDMACSTAT' or 'L2BDMACLRN') and
23365            not 'VHOST' and
23366            'MEMIF'"
23367   parameters:
23368   - "throughput"
23369   - "parent"
23370   - "tags"
23371   sort:
23372   - "1VNF"
23373   - "2VNF"
23374   - "4VNF"
23375   - "2VNF"
23376   - "4VNF"
23377   layout:
23378     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
23379     layout: "plot-throughput-speedup-analysis"
23380
23381 -
23382   type: "plot"
23383   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23384   algorithm: "plot_throughput_speedup_analysis"
23385   output-file-type: ".html"
23386   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23387   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
23388   filter: "'NIC_Intel-X710' and
23389            '64B' and
23390            ('BASE' or 'SCALE') and
23391            'NDRPDR' and
23392            ('L2BDMACSTAT' or 'L2BDMACLRN') and
23393            not 'VHOST' and
23394            'MEMIF'"
23395   parameters:
23396   - "throughput"
23397   - "parent"
23398   - "tags"
23399   sort:
23400   - "1VNF"
23401   - "2VNF"
23402   - "4VNF"
23403   - "2VNF"
23404   - "4VNF"
23405   layout:
23406     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
23407     layout: "plot-throughput-speedup-analysis"
23408
23409 ################################################################################
23410
23411 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
23412 -
23413   type: "plot"
23414   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23415   algorithm: "plot_throughput_speedup_analysis"
23416   output-file-type: ".html"
23417   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23418   data: "plot-throughput-speedup-analysis-3n-hsw"
23419   filter: "'NIC_Intel-X520-DA2' and
23420            '64B' and
23421            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23422            'NDRPDR' and
23423            'IP4FWD' and
23424            not 'IPSEC' and
23425            not 'VHOST'"
23426   parameters:
23427   - "throughput"
23428   - "parent"
23429   - "tags"
23430   sort:
23431   - "IP4BASE"
23432   - "FIB_20K"
23433   - "FIB_200K"
23434   - "FIB_2M"
23435   layout:
23436     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
23437     layout: "plot-throughput-speedup-analysis"
23438
23439 -
23440   type: "plot"
23441   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23442   algorithm: "plot_throughput_speedup_analysis"
23443   output-file-type: ".html"
23444   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23445   data: "plot-throughput-speedup-analysis-3n-hsw"
23446   filter: "'NIC_Intel-X520-DA2' and
23447            '64B' and
23448            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23449            'NDRPDR' and
23450            'IP4FWD' and
23451            not 'IPSEC' and
23452            not 'VHOST'"
23453   parameters:
23454   - "throughput"
23455   - "parent"
23456   - "tags"
23457   sort:
23458   - "IP4BASE"
23459   - "FIB_20K"
23460   - "FIB_200K"
23461   - "FIB_2M"
23462   layout:
23463     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
23464     layout: "plot-throughput-speedup-analysis"
23465
23466 # Speedup - VPP IPv4 3n-hsw-x520 features
23467 -
23468   type: "plot"
23469   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
23470   algorithm: "plot_throughput_speedup_analysis"
23471   output-file-type: ".html"
23472   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
23473   data: "plot-throughput-speedup-analysis-3n-hsw"
23474   filter: "'NIC_Intel-X520-DA2' and
23475            '64B' and
23476            ('IP4BASE' or
23477             'POLICE_MARK' or
23478             'COPWHLIST' or
23479             ('NAT44' and 'BASE') or
23480             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23481            'NDRPDR' and
23482            'IP4FWD' and
23483            not 'IPSEC' and
23484            not 'VHOST'"
23485   parameters:
23486   - "throughput"
23487   - "parent"
23488   - "tags"
23489   sort:
23490   - "IP4BASE"
23491   - "NAT44"
23492   - "POLICE_MARK"
23493   - "COPWHLIST"
23494   - "IACL"
23495   - "OACL"
23496   layout:
23497     title: "ip4-3n-hsw-x520-64b-features-ndr"
23498     layout: "plot-throughput-speedup-analysis"
23499
23500 -
23501   type: "plot"
23502   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
23503   algorithm: "plot_throughput_speedup_analysis"
23504   output-file-type: ".html"
23505   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
23506   data: "plot-throughput-speedup-analysis-3n-hsw"
23507   filter: "'NIC_Intel-X520-DA2' and
23508            '64B' and
23509            ('IP4BASE' or
23510             'POLICE_MARK' or
23511             'COPWHLIST' or
23512             ('NAT44' and 'BASE') or
23513             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23514            'NDRPDR' and
23515            'IP4FWD' and
23516            not 'IPSEC' and
23517            not 'VHOST'"
23518   parameters:
23519   - "throughput"
23520   - "parent"
23521   - "tags"
23522   sort:
23523   - "IP4BASE"
23524   - "NAT44"
23525   - "POLICE_MARK"
23526   - "COPWHLIST"
23527   - "IACL"
23528   - "OACL"
23529   layout:
23530     title: "ip4-3n-hsw-x520-64b-features-pdr"
23531     layout: "plot-throughput-speedup-analysis"
23532
23533 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
23534 -
23535   type: "plot"
23536   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23537   algorithm: "plot_throughput_speedup_analysis"
23538   output-file-type: ".html"
23539   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23540   data: "plot-throughput-speedup-analysis-3n-hsw"
23541   filter: "'NIC_Intel-X520-DA2' and
23542            '64B' and
23543            'NDRPDR' and
23544            'IP4FWD' and
23545            'NAT44' and
23546            not 'IPSEC' and
23547            not 'VHOST'"
23548   parameters:
23549   - "throughput"
23550   - "parent"
23551   - "tags"
23552   sort:
23553   - "BASE"
23554   - "BASE"
23555   - "SRC_USER_10"
23556   - "SRC_USER_100"
23557   - "SRC_USER_1000"
23558   - "SRC_USER_2000"
23559   layout:
23560     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
23561     layout: "plot-throughput-speedup-analysis"
23562
23563 -
23564   type: "plot"
23565   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23566   algorithm: "plot_throughput_speedup_analysis"
23567   output-file-type: ".html"
23568   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23569   data: "plot-throughput-speedup-analysis-3n-hsw"
23570   filter: "'NIC_Intel-X520-DA2' and
23571            '64B' and
23572            'NDRPDR' and
23573            'IP4FWD' and
23574            'NAT44' and
23575            not 'IPSEC' and
23576            not 'VHOST'"
23577   parameters:
23578   - "throughput"
23579   - "parent"
23580   - "tags"
23581   sort:
23582   - "BASE"
23583   - "BASE"
23584   - "SRC_USER_10"
23585   - "SRC_USER_100"
23586   - "SRC_USER_1000"
23587   - "SRC_USER_2000"
23588   layout:
23589     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23590     layout: "plot-throughput-speedup-analysis"
23591
23592 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23593 -
23594   type: "plot"
23595   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23596   algorithm: "plot_throughput_speedup_analysis"
23597   output-file-type: ".html"
23598   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23599   data: "plot-throughput-speedup-analysis-3n-hsw"
23600   filter: "'NIC_Intel-X520-DA2' and
23601            '64B' and
23602            'NDRPDR' and
23603            'IP4FWD' and
23604            'IACL' and
23605            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23606            not 'IPSEC' and
23607            not 'VHOST'"
23608   parameters:
23609   - "throughput"
23610   - "parent"
23611   - "tags"
23612   sort:
23613   - "ACL_STATELESS"
23614   - "ACL_STATEFUL"
23615   - "ACL_STATELESS"
23616   - "ACL_STATEFUL"
23617   layout:
23618     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
23619     layout: "plot-throughput-speedup-analysis"
23620
23621 -
23622   type: "plot"
23623   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23624   algorithm: "plot_throughput_speedup_analysis"
23625   output-file-type: ".html"
23626   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
23627   data: "plot-throughput-speedup-analysis-3n-hsw"
23628   filter: "'NIC_Intel-X520-DA2' and
23629            '64B' and
23630            'NDRPDR' and
23631            'IP4FWD' and
23632            'IACL' and
23633            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23634            not 'IPSEC' and
23635            not 'VHOST'"
23636   parameters:
23637   - "throughput"
23638   - "parent"
23639   - "tags"
23640   sort:
23641   - "ACL_STATELESS"
23642   - "ACL_STATEFUL"
23643   - "ACL_STATELESS"
23644   - "ACL_STATEFUL"
23645   layout:
23646     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
23647     layout: "plot-throughput-speedup-analysis"
23648
23649 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
23650 -
23651   type: "plot"
23652   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23653   algorithm: "plot_throughput_speedup_analysis"
23654   output-file-type: ".html"
23655   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
23656   data: "plot-throughput-speedup-analysis-3n-hsw"
23657   filter: "'NIC_Intel-X520-DA2' and
23658            '64B' and
23659            'NDRPDR' and
23660            'IP4FWD' and
23661            'OACL' and
23662            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23663            not 'IPSEC' and
23664            not 'VHOST'"
23665   parameters:
23666   - "throughput"
23667   - "parent"
23668   - "tags"
23669   sort:
23670   - "ACL_STATELESS"
23671   - "ACL_STATEFUL"
23672   - "ACL_STATELESS"
23673   - "ACL_STATEFUL"
23674   layout:
23675     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
23676     layout: "plot-throughput-speedup-analysis"
23677
23678 -
23679   type: "plot"
23680   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23681   algorithm: "plot_throughput_speedup_analysis"
23682   output-file-type: ".html"
23683   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
23684   data: "plot-throughput-speedup-analysis-3n-hsw"
23685   filter: "'NIC_Intel-X520-DA2' and
23686            '64B' and
23687            'NDRPDR' and
23688            'IP4FWD' and
23689            'OACL' and
23690            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23691            not 'IPSEC' and
23692            not 'VHOST'"
23693   parameters:
23694   - "throughput"
23695   - "parent"
23696   - "tags"
23697   sort:
23698   - "ACL_STATELESS"
23699   - "ACL_STATEFUL"
23700   - "ACL_STATELESS"
23701   - "ACL_STATEFUL"
23702   layout:
23703     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
23704     layout: "plot-throughput-speedup-analysis"
23705
23706 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
23707 -
23708   type: "plot"
23709   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23710   algorithm: "plot_throughput_speedup_analysis"
23711   output-file-type: ".html"
23712   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23713   data: "plot-throughput-speedup-analysis-3n-hsw"
23714   filter: "'NIC_Intel-X710' and
23715            '64B' and
23716            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23717            'NDRPDR' and
23718            'IP4FWD' and
23719            not 'IPSEC' and
23720            not 'VHOST'"
23721   parameters:
23722   - "throughput"
23723   - "parent"
23724   - "tags"
23725   sort:
23726   - "IP4BASE"
23727   - "FIB_20K"
23728   - "FIB_200K"
23729   - "FIB_2M"
23730   layout:
23731     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
23732     layout: "plot-throughput-speedup-analysis"
23733
23734 -
23735   type: "plot"
23736   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23737   algorithm: "plot_throughput_speedup_analysis"
23738   output-file-type: ".html"
23739   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23740   data: "plot-throughput-speedup-analysis-3n-hsw"
23741   filter: "'NIC_Intel-X710' and
23742            '64B' and
23743            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23744            'NDRPDR' and
23745            'IP4FWD' and
23746            not 'IPSEC' and
23747            not 'VHOST'"
23748   parameters:
23749   - "throughput"
23750   - "parent"
23751   - "tags"
23752   sort:
23753   - "IP4BASE"
23754   - "FIB_20K"
23755   - "FIB_200K"
23756   - "FIB_2M"
23757   layout:
23758     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
23759     layout: "plot-throughput-speedup-analysis"
23760
23761 # Speedup - VPP IPv4 3n-hsw-x710 features
23762 -
23763   type: "plot"
23764   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
23765   algorithm: "plot_throughput_speedup_analysis"
23766   output-file-type: ".html"
23767   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
23768   data: "plot-throughput-speedup-analysis-3n-hsw"
23769   filter: "'NIC_Intel-X710' and
23770            '64B' and
23771            ('IP4BASE' or
23772             'POLICE_MARK' or
23773             'COPWHLIST' or
23774             ('NAT44' and 'BASE') or
23775             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23776            'NDRPDR' and
23777            'IP4FWD' and
23778            not 'IPSEC' and
23779            not 'VHOST'"
23780   parameters:
23781   - "throughput"
23782   - "parent"
23783   - "tags"
23784   sort:
23785   - "IP4BASE"
23786   - "NAT44"
23787   - "POLICE_MARK"
23788   - "COPWHLIST"
23789   - "IACL"
23790   - "OACL"
23791   layout:
23792     title: "ip4-3n-hsw-x710-64b-features-ndr"
23793     layout: "plot-throughput-speedup-analysis"
23794
23795 -
23796   type: "plot"
23797   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
23798   algorithm: "plot_throughput_speedup_analysis"
23799   output-file-type: ".html"
23800   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
23801   data: "plot-throughput-speedup-analysis-3n-hsw"
23802   filter: "'NIC_Intel-X710' and
23803            '64B' and
23804            ('IP4BASE' or
23805             'POLICE_MARK' or
23806             'COPWHLIST' or
23807             ('NAT44' and 'BASE') or
23808             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
23809            'NDRPDR' and
23810            'IP4FWD' and
23811            not 'IPSEC' and
23812            not 'VHOST'"
23813   parameters:
23814   - "throughput"
23815   - "parent"
23816   - "tags"
23817   sort:
23818   - "IP4BASE"
23819   - "NAT44"
23820   - "POLICE_MARK"
23821   - "COPWHLIST"
23822   - "IACL"
23823   - "OACL"
23824   layout:
23825     title: "ip4-3n-hsw-x710-64b-features-pdr"
23826     layout: "plot-throughput-speedup-analysis"
23827
23828 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
23829 -
23830   type: "plot"
23831   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
23832   algorithm: "plot_throughput_speedup_analysis"
23833   output-file-type: ".html"
23834   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
23835   data: "plot-throughput-speedup-analysis-3n-hsw"
23836   filter: "'NIC_Intel-X710' and
23837            '64B' and
23838            'NDRPDR' and
23839            'IP4FWD' and
23840            'NAT44' and
23841            not 'IPSEC' and
23842            not 'VHOST'"
23843   parameters:
23844   - "throughput"
23845   - "parent"
23846   - "tags"
23847   sort:
23848   - "BASE"
23849   - "BASE"
23850   - "SRC_USER_10"
23851   - "SRC_USER_100"
23852   - "SRC_USER_1000"
23853   - "SRC_USER_2000"
23854   layout:
23855     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
23856     layout: "plot-throughput-speedup-analysis"
23857
23858 -
23859   type: "plot"
23860   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
23861   algorithm: "plot_throughput_speedup_analysis"
23862   output-file-type: ".html"
23863   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
23864   data: "plot-throughput-speedup-analysis-3n-hsw"
23865   filter: "'NIC_Intel-X710' and
23866            '64B' and
23867            'NDRPDR' and
23868            'IP4FWD' and
23869            'NAT44' and
23870            not 'IPSEC' and
23871            not 'VHOST'"
23872   parameters:
23873   - "throughput"
23874   - "parent"
23875   - "tags"
23876   sort:
23877   - "BASE"
23878   - "BASE"
23879   - "SRC_USER_10"
23880   - "SRC_USER_100"
23881   - "SRC_USER_1000"
23882   - "SRC_USER_2000"
23883   layout:
23884     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
23885     layout: "plot-throughput-speedup-analysis"
23886
23887 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
23888 -
23889   type: "plot"
23890   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
23891   algorithm: "plot_throughput_speedup_analysis"
23892   output-file-type: ".html"
23893   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
23894   data: "plot-throughput-speedup-analysis-3n-hsw"
23895   filter: "'NIC_Intel-X710' and
23896            '64B' and
23897            'NDRPDR' and
23898            'IP4FWD' and
23899            'IACL' and
23900            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23901            not 'IPSEC' and
23902            not 'VHOST'"
23903   parameters:
23904   - "throughput"
23905   - "parent"
23906   - "tags"
23907   sort:
23908   - "ACL_STATELESS"
23909   - "ACL_STATEFUL"
23910   - "ACL_STATELESS"
23911   - "ACL_STATEFUL"
23912   layout:
23913     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
23914     layout: "plot-throughput-speedup-analysis"
23915
23916 -
23917   type: "plot"
23918   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
23919   algorithm: "plot_throughput_speedup_analysis"
23920   output-file-type: ".html"
23921   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
23922   data: "plot-throughput-speedup-analysis-3n-hsw"
23923   filter: "'NIC_Intel-X710' and
23924            '64B' and
23925            'NDRPDR' and
23926            'IP4FWD' and
23927            'IACL' and
23928            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23929            not 'IPSEC' and
23930            not 'VHOST'"
23931   parameters:
23932   - "throughput"
23933   - "parent"
23934   - "tags"
23935   sort:
23936   - "ACL_STATELESS"
23937   - "ACL_STATEFUL"
23938   - "ACL_STATELESS"
23939   - "ACL_STATEFUL"
23940   layout:
23941     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
23942     layout: "plot-throughput-speedup-analysis"
23943
23944 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
23945 -
23946   type: "plot"
23947   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
23948   algorithm: "plot_throughput_speedup_analysis"
23949   output-file-type: ".html"
23950   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
23951   data: "plot-throughput-speedup-analysis-3n-hsw"
23952   filter: "'NIC_Intel-X710' and
23953            '64B' and
23954            'NDRPDR' and
23955            'IP4FWD' and
23956            'OACL' and
23957            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23958            not 'IPSEC' and
23959            not 'VHOST'"
23960   parameters:
23961   - "throughput"
23962   - "parent"
23963   - "tags"
23964   sort:
23965   - "ACL_STATELESS"
23966   - "ACL_STATEFUL"
23967   - "ACL_STATELESS"
23968   - "ACL_STATEFUL"
23969   layout:
23970     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
23971     layout: "plot-throughput-speedup-analysis"
23972
23973 -
23974   type: "plot"
23975   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
23976   algorithm: "plot_throughput_speedup_analysis"
23977   output-file-type: ".html"
23978   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
23979   data: "plot-throughput-speedup-analysis-3n-hsw"
23980   filter: "'NIC_Intel-X710' and
23981            '64B' and
23982            'NDRPDR' and
23983            'IP4FWD' and
23984            'OACL' and
23985            ('ACL10' or 'ACL50') and '10k_FLOWS' and
23986            not 'IPSEC' and
23987            not 'VHOST'"
23988   parameters:
23989   - "throughput"
23990   - "parent"
23991   - "tags"
23992   sort:
23993   - "ACL_STATELESS"
23994   - "ACL_STATEFUL"
23995   - "ACL_STATELESS"
23996   - "ACL_STATEFUL"
23997   layout:
23998     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
23999     layout: "plot-throughput-speedup-analysis"
24000
24001 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
24002 -
24003   type: "plot"
24004   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24005   algorithm: "plot_throughput_speedup_analysis"
24006   output-file-type: ".html"
24007   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24008   data: "plot-throughput-speedup-analysis-3n-hsw"
24009   filter: "'NIC_Intel-XL710' and
24010            '64B' and
24011            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24012            'NDRPDR' and
24013            'IP4FWD' and
24014            not 'IPSEC' and
24015            not 'VHOST'"
24016   parameters:
24017   - "throughput"
24018   - "parent"
24019   - "tags"
24020   sort:
24021   - "IP4BASE"
24022   - "FIB_20K"
24023   - "FIB_200K"
24024   - "FIB_2M"
24025   layout:
24026     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
24027     layout: "plot-throughput-speedup-analysis"
24028
24029 -
24030   type: "plot"
24031   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24032   algorithm: "plot_throughput_speedup_analysis"
24033   output-file-type: ".html"
24034   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24035   data: "plot-throughput-speedup-analysis-3n-hsw"
24036   filter: "'NIC_Intel-XL710' and
24037            '64B' and
24038            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24039            'NDRPDR' and
24040            'IP4FWD' and
24041            not 'IPSEC' and
24042            not 'VHOST'"
24043   parameters:
24044   - "throughput"
24045   - "parent"
24046   - "tags"
24047   sort:
24048   - "IP4BASE"
24049   - "FIB_20K"
24050   - "FIB_200K"
24051   - "FIB_2M"
24052   layout:
24053     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
24054     layout: "plot-throughput-speedup-analysis"
24055
24056 # Speedup - VPP IPv4 3n-skx-x710 base and scale
24057 -
24058   type: "plot"
24059   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24060   algorithm: "plot_throughput_speedup_analysis"
24061   output-file-type: ".html"
24062   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24063   data: "plot-throughput-speedup-analysis-3n-skx"
24064   filter: "'NIC_Intel-X710' and
24065            '64B' and
24066            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24067            'NDRPDR' and
24068            'IP4FWD' and
24069            not 'IPSEC' and
24070            not 'VHOST'"
24071   parameters:
24072   - "throughput"
24073   - "parent"
24074   - "tags"
24075   sort:
24076   - "IP4BASE"
24077   - "FIB_20K"
24078   - "FIB_200K"
24079   - "FIB_2M"
24080   layout:
24081     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
24082     layout: "plot-throughput-speedup-analysis"
24083
24084 -
24085   type: "plot"
24086   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24087   algorithm: "plot_throughput_speedup_analysis"
24088   output-file-type: ".html"
24089   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24090   data: "plot-throughput-speedup-analysis-3n-skx"
24091   filter: "'NIC_Intel-X710' and
24092            '64B' and
24093            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24094            'NDRPDR' and
24095            'IP4FWD' and
24096            not 'IPSEC' and
24097            not 'VHOST'"
24098   parameters:
24099   - "throughput"
24100   - "parent"
24101   - "tags"
24102   sort:
24103   - "IP4BASE"
24104   - "FIB_20K"
24105   - "FIB_200K"
24106   - "FIB_2M"
24107   layout:
24108     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
24109     layout: "plot-throughput-speedup-analysis"
24110
24111 # Speedup - VPP IPv4 3n-skx-x710 features
24112 -
24113   type: "plot"
24114   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
24115   algorithm: "plot_throughput_speedup_analysis"
24116   output-file-type: ".html"
24117   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
24118   data: "plot-throughput-speedup-analysis-3n-skx"
24119   filter: "'NIC_Intel-X710' and
24120            '64B' and
24121            ('IP4BASE' or
24122             'POLICE_MARK' or
24123             'COPWHLIST' or
24124             ('NAT44' and 'BASE') or
24125             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24126            'NDRPDR' and
24127            'IP4FWD' and
24128            not 'IPSEC' and
24129            not 'VHOST'"
24130   parameters:
24131   - "throughput"
24132   - "parent"
24133   - "tags"
24134   sort:
24135   - "IP4BASE"
24136   - "NAT44"
24137   - "POLICE_MARK"
24138   - "COPWHLIST"
24139   - "IACL"
24140   - "OACL"
24141   layout:
24142     title: "ip4-3n-skx-x710-64b-features-ndr"
24143     layout: "plot-throughput-speedup-analysis"
24144
24145 -
24146   type: "plot"
24147   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
24148   algorithm: "plot_throughput_speedup_analysis"
24149   output-file-type: ".html"
24150   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
24151   data: "plot-throughput-speedup-analysis-3n-skx"
24152   filter: "'NIC_Intel-X710' and
24153            '64B' and
24154            ('IP4BASE' or
24155             'POLICE_MARK' or
24156             'COPWHLIST' or
24157             ('NAT44' and 'BASE') or
24158             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
24159            'NDRPDR' and
24160            'IP4FWD' and
24161            not 'IPSEC' and
24162            not 'VHOST'"
24163   parameters:
24164   - "throughput"
24165   - "parent"
24166   - "tags"
24167   sort:
24168   - "IP4BASE"
24169   - "NAT44"
24170   - "POLICE_MARK"
24171   - "COPWHLIST"
24172   - "IACL"
24173   - "OACL"
24174   layout:
24175     title: "ip4-3n-skx-x710-64b-features-pdr"
24176     layout: "plot-throughput-speedup-analysis"
24177
24178 # Speedup - VPP IPv4 3n-skx-x710 features nat44
24179 -
24180   type: "plot"
24181   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24182   algorithm: "plot_throughput_speedup_analysis"
24183   output-file-type: ".html"
24184   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24185   data: "plot-throughput-speedup-analysis-3n-skx"
24186   filter: "'NIC_Intel-X710' and
24187            '64B' and
24188            'NDRPDR' and
24189            'IP4FWD' and
24190            'NAT44' and
24191            not 'IPSEC' and
24192            not 'VHOST'"
24193   parameters:
24194   - "throughput"
24195   - "parent"
24196   - "tags"
24197   sort:
24198   - "BASE"
24199   - "BASE"
24200   - "SRC_USER_10"
24201   - "SRC_USER_100"
24202   - "SRC_USER_1000"
24203   - "SRC_USER_2000"
24204   layout:
24205     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
24206     layout: "plot-throughput-speedup-analysis"
24207
24208 -
24209   type: "plot"
24210   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24211   algorithm: "plot_throughput_speedup_analysis"
24212   output-file-type: ".html"
24213   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24214   data: "plot-throughput-speedup-analysis-3n-skx"
24215   filter: "'NIC_Intel-X710' and
24216            '64B' and
24217            'NDRPDR' and
24218            'IP4FWD' and
24219            'NAT44' and
24220            not 'IPSEC' and
24221            not 'VHOST'"
24222   parameters:
24223   - "throughput"
24224   - "parent"
24225   - "tags"
24226   sort:
24227   - "BASE"
24228   - "BASE"
24229   - "SRC_USER_10"
24230   - "SRC_USER_100"
24231   - "SRC_USER_1000"
24232   - "SRC_USER_2000"
24233   layout:
24234     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
24235     layout: "plot-throughput-speedup-analysis"
24236
24237 # Speedup - VPP IPv4 3n-skx-x710 features iacl
24238 -
24239   type: "plot"
24240   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24241   algorithm: "plot_throughput_speedup_analysis"
24242   output-file-type: ".html"
24243   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24244   data: "plot-throughput-speedup-analysis-3n-skx"
24245   filter: "'NIC_Intel-X710' and
24246            '64B' and
24247            'NDRPDR' and
24248            'IP4FWD' and
24249            'IACL' and
24250            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24251            not 'IPSEC' and
24252            not 'VHOST'"
24253   parameters:
24254   - "throughput"
24255   - "parent"
24256   - "tags"
24257   sort:
24258   - "ACL_STATELESS"
24259   - "ACL_STATEFUL"
24260   - "ACL_STATELESS"
24261   - "ACL_STATEFUL"
24262   layout:
24263     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
24264     layout: "plot-throughput-speedup-analysis"
24265
24266 -
24267   type: "plot"
24268   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24269   algorithm: "plot_throughput_speedup_analysis"
24270   output-file-type: ".html"
24271   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24272   data: "plot-throughput-speedup-analysis-3n-skx"
24273   filter: "'NIC_Intel-X710' and
24274            '64B' and
24275            'NDRPDR' and
24276            'IP4FWD' and
24277            'IACL' and
24278            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24279            not 'IPSEC' and
24280            not 'VHOST'"
24281   parameters:
24282   - "throughput"
24283   - "parent"
24284   - "tags"
24285   sort:
24286   - "ACL_STATELESS"
24287   - "ACL_STATEFUL"
24288   - "ACL_STATELESS"
24289   - "ACL_STATEFUL"
24290   layout:
24291     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
24292     layout: "plot-throughput-speedup-analysis"
24293
24294 # Speedup - VPP IPv4 3n-skx-x710 features oacl
24295 -
24296   type: "plot"
24297   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24298   algorithm: "plot_throughput_speedup_analysis"
24299   output-file-type: ".html"
24300   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24301   data: "plot-throughput-speedup-analysis-3n-skx"
24302   filter: "'NIC_Intel-X710' and
24303            '64B' and
24304            'NDRPDR' and
24305            'IP4FWD' and
24306            'OACL' and
24307            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24308            not 'IPSEC' and
24309            not 'VHOST'"
24310   parameters:
24311   - "throughput"
24312   - "parent"
24313   - "tags"
24314   sort:
24315   - "ACL_STATELESS"
24316   - "ACL_STATEFUL"
24317   - "ACL_STATELESS"
24318   - "ACL_STATEFUL"
24319   layout:
24320     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
24321     layout: "plot-throughput-speedup-analysis"
24322
24323 -
24324   type: "plot"
24325   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24326   algorithm: "plot_throughput_speedup_analysis"
24327   output-file-type: ".html"
24328   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24329   data: "plot-throughput-speedup-analysis-3n-skx"
24330   filter: "'NIC_Intel-X710' and
24331            '64B' and
24332            'NDRPDR' and
24333            'IP4FWD' and
24334            'OACL' and
24335            ('ACL10' or 'ACL50') and '10k_FLOWS' and
24336            not 'IPSEC' and
24337            not 'VHOST'"
24338   parameters:
24339   - "throughput"
24340   - "parent"
24341   - "tags"
24342   sort:
24343   - "ACL_STATELESS"
24344   - "ACL_STATEFUL"
24345   - "ACL_STATELESS"
24346   - "ACL_STATEFUL"
24347   layout:
24348     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
24349     layout: "plot-throughput-speedup-analysis"
24350
24351 # Speedup - VPP IPv4 2n-skx-x710 base and scale
24352 -
24353   type: "plot"
24354   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24355   algorithm: "plot_throughput_speedup_analysis"
24356   output-file-type: ".html"
24357   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24358   data: "plot-throughput-speedup-analysis-2n-skx"
24359   filter: "'NIC_Intel-X710' and
24360            '64B' and
24361            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24362            'NDRPDR' and
24363            'IP4FWD' and
24364            not 'IPSEC' and
24365            not 'VHOST'"
24366   parameters:
24367   - "throughput"
24368   - "parent"
24369   - "tags"
24370   sort:
24371   - "IP4BASE"
24372   - "FIB_20K"
24373   - "FIB_200K"
24374   - "FIB_2M"
24375   layout:
24376     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
24377     layout: "plot-throughput-speedup-analysis"
24378
24379 -
24380   type: "plot"
24381   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24382   algorithm: "plot_throughput_speedup_analysis"
24383   output-file-type: ".html"
24384   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24385   data: "plot-throughput-speedup-analysis-2n-skx"
24386   filter: "'NIC_Intel-X710' and
24387            '64B' and
24388            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24389            'NDRPDR' and
24390            'IP4FWD' and
24391            not 'IPSEC' and
24392            not 'VHOST'"
24393   parameters:
24394   - "throughput"
24395   - "parent"
24396   - "tags"
24397   sort:
24398   - "IP4BASE"
24399   - "FIB_20K"
24400   - "FIB_200K"
24401   - "FIB_2M"
24402   layout:
24403     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
24404     layout: "plot-throughput-speedup-analysis"
24405
24406 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
24407 -
24408   type: "plot"
24409   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24410   algorithm: "plot_throughput_speedup_analysis"
24411   output-file-type: ".html"
24412   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24413   data: "plot-throughput-speedup-analysis-2n-skx"
24414   filter: "'NIC_Intel-XXV710' and
24415            '64B' and
24416            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24417            'NDRPDR' and
24418            'IP4FWD' and
24419            not 'IPSEC' and
24420            not 'VHOST'"
24421   parameters:
24422   - "throughput"
24423   - "parent"
24424   - "tags"
24425   sort:
24426   - "IP4BASE"
24427   - "FIB_20K"
24428   - "FIB_200K"
24429   - "FIB_2M"
24430   layout:
24431     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
24432     layout: "plot-throughput-speedup-analysis"
24433
24434 -
24435   type: "plot"
24436   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24437   algorithm: "plot_throughput_speedup_analysis"
24438   output-file-type: ".html"
24439   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24440   data: "plot-throughput-speedup-analysis-2n-skx"
24441   filter: "'NIC_Intel-XXV710' and
24442            '64B' and
24443            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24444            'NDRPDR' and
24445            'IP4FWD' and
24446            not 'IPSEC' and
24447            not 'VHOST'"
24448   parameters:
24449   - "throughput"
24450   - "parent"
24451   - "tags"
24452   sort:
24453   - "IP4BASE"
24454   - "FIB_20K"
24455   - "FIB_200K"
24456   - "FIB_2M"
24457   layout:
24458     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
24459     layout: "plot-throughput-speedup-analysis"
24460
24461 # Speedup - VPP IPv4 2n-dnv-x553 base
24462 -
24463   type: "plot"
24464   title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
24465   algorithm: "plot_throughput_speedup_analysis"
24466   output-file-type: ".html"
24467   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
24468   data: "intel-dnv-vpp"
24469   filter: "'NIC_Intel-X553' and
24470            '64B' and
24471            'IP4BASE' and
24472            'NDRPDR' and
24473            'IP4FWD' and
24474            not 'IPSEC' and
24475            not 'VHOST'"
24476   parameters:
24477   - "throughput"
24478   - "parent"
24479   - "tags"
24480   sort:
24481   - "IP4BASE"
24482   layout:
24483     title: "ip4-2n-dnv-x553-64b-base-ndr"
24484     layout: "plot-throughput-speedup-analysis"
24485
24486 -
24487   type: "plot"
24488   title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
24489   algorithm: "plot_throughput_speedup_analysis"
24490   output-file-type: ".html"
24491   output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
24492   data: "intel-dnv-vpp"
24493   filter: "'NIC_Intel-X553' and
24494            '64B' and
24495            'IP4BASE' and
24496            'NDRPDR' and
24497            'IP4FWD' and
24498            not 'IPSEC' and
24499            not 'VHOST'"
24500   parameters:
24501   - "throughput"
24502   - "parent"
24503   - "tags"
24504   sort:
24505   - "IP4BASE"
24506   layout:
24507     title: "ip4-2n-dnv-x553-64b-base-pdr"
24508     layout: "plot-throughput-speedup-analysis"
24509
24510 ################################################################################
24511
24512 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
24513 -
24514   type: "plot"
24515   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24516   algorithm: "plot_throughput_speedup_analysis"
24517   output-file-type: ".html"
24518   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24519   data: "plot-throughput-speedup-analysis-3n-hsw"
24520   filter: "'NIC_Intel-X520_DA2' and
24521            '64B' and
24522            'ENCAP' and
24523            'NDRPDR' and
24524            'VXLAN' and
24525            'L2BDMACLRN' and
24526            not 'VHOST' and
24527            not 'IPSECHW'"
24528   parameters:
24529   - "throughput"
24530   - "parent"
24531   - "tags"
24532   sort:
24533   - "not DOT1Q"
24534   - "VXLAN_1"
24535   - "VXLAN_10"
24536   - "VXLAN_100"
24537   - "VXLAN_1000"
24538   layout:
24539     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
24540     layout: "plot-throughput-speedup-analysis"
24541
24542 -
24543   type: "plot"
24544   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24545   algorithm: "plot_throughput_speedup_analysis"
24546   output-file-type: ".html"
24547   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24548   data: "plot-throughput-speedup-analysis-3n-hsw"
24549   filter: "'NIC_Intel-X520_DA2' and
24550            '64B' and
24551            'ENCAP' and
24552            'NDRPDR' and
24553            'VXLAN' and
24554            'L2BDMACLRN' and
24555            not 'VHOST' and
24556            not 'IPSECHW'"
24557   parameters:
24558   - "throughput"
24559   - "parent"
24560   - "tags"
24561   sort:
24562   - "not DOT1Q"
24563   - "VXLAN_1"
24564   - "VXLAN_10"
24565   - "VXLAN_100"
24566   - "VXLAN_1000"
24567   layout:
24568     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
24569     layout: "plot-throughput-speedup-analysis"
24570
24571 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
24572 -
24573   type: "plot"
24574   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24575   algorithm: "plot_throughput_speedup_analysis"
24576   output-file-type: ".html"
24577   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24578   data: "plot-throughput-speedup-analysis-3n-hsw"
24579   filter: "'NIC_Intel-X520-DA2' and
24580            '64B' and
24581            'ENCAP' and
24582            'NDRPDR' and
24583            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24584            not 'DOT1Q' and
24585            not 'VHOST' and
24586            not 'IPSECHW'"
24587   parameters:
24588   - "throughput"
24589   - "parent"
24590   - "tags"
24591   sort:
24592   - "L2BDMACLRN"
24593   - "L2XCFWD"
24594   - "LISP"
24595   layout:
24596     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
24597     layout: "plot-throughput-speedup-analysis"
24598
24599 -
24600   type: "plot"
24601   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24602   algorithm: "plot_throughput_speedup_analysis"
24603   output-file-type: ".html"
24604   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24605   data: "plot-throughput-speedup-analysis-3n-hsw"
24606   filter: "'NIC_Intel-X520-DA2' and
24607            '64B' and
24608            'ENCAP' and
24609            'NDRPDR' and
24610            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24611            not 'DOT1Q' and
24612            not 'VHOST' and
24613            not 'IPSECHW'"
24614   parameters:
24615   - "throughput"
24616   - "parent"
24617   - "tags"
24618   sort:
24619   - "L2BDMACLRN"
24620   - "L2XCFWD"
24621   - "LISP"
24622   layout:
24623     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
24624     layout: "plot-throughput-speedup-analysis"
24625
24626 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
24627 -
24628   type: "plot"
24629   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24630   algorithm: "plot_throughput_speedup_analysis"
24631   output-file-type: ".html"
24632   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24633   data: "plot-throughput-speedup-analysis-3n-hsw"
24634   filter: "'NIC_Intel-X710' and
24635            '64B' and
24636            'ENCAP' and
24637            'NDRPDR' and
24638            'VXLAN' and
24639            'L2BDMACLRN' and
24640            not 'VHOST' and
24641            not 'IPSECHW'"
24642   parameters:
24643   - "throughput"
24644   - "parent"
24645   - "tags"
24646   sort:
24647   - "not DOT1Q"
24648   - "VXLAN_1"
24649   - "VXLAN_10"
24650   - "VXLAN_100"
24651   - "VXLAN_1000"
24652   layout:
24653     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
24654     layout: "plot-throughput-speedup-analysis"
24655
24656 -
24657   type: "plot"
24658   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24659   algorithm: "plot_throughput_speedup_analysis"
24660   output-file-type: ".html"
24661   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24662   data: "plot-throughput-speedup-analysis-3n-hsw"
24663   filter: "'NIC_Intel-X710' and
24664            '64B' and
24665            'ENCAP' and
24666            'NDRPDR' and
24667            'VXLAN' and
24668            'L2BDMACLRN' and
24669            not 'VHOST' and
24670            not 'IPSECHW'"
24671   parameters:
24672   - "throughput"
24673   - "parent"
24674   - "tags"
24675   sort:
24676   - "not DOT1Q"
24677   - "VXLAN_1"
24678   - "VXLAN_10"
24679   - "VXLAN_100"
24680   - "VXLAN_1000"
24681   layout:
24682     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
24683     layout: "plot-throughput-speedup-analysis"
24684
24685 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
24686 -
24687   type: "plot"
24688   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24689   algorithm: "plot_throughput_speedup_analysis"
24690   output-file-type: ".html"
24691   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
24692   data: "plot-throughput-speedup-analysis-3n-hsw"
24693   filter: "'NIC_Intel-X710' and
24694            '64B' and
24695            'ENCAP' and
24696            'NDRPDR' and
24697            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24698            not 'DOT1Q' and
24699            not 'VHOST' and
24700            not 'IPSECHW'"
24701   parameters:
24702   - "throughput"
24703   - "parent"
24704   - "tags"
24705   sort:
24706   - "L2BDMACLRN"
24707   - "L2XCFWD"
24708   - "LISP"
24709   layout:
24710     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
24711     layout: "plot-throughput-speedup-analysis"
24712
24713 -
24714   type: "plot"
24715   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24716   algorithm: "plot_throughput_speedup_analysis"
24717   output-file-type: ".html"
24718   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
24719   data: "plot-throughput-speedup-analysis-3n-hsw"
24720   filter: "'NIC_Intel-X710' and
24721            '64B' and
24722            'ENCAP' and
24723            'NDRPDR' and
24724            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24725            not 'DOT1Q' and
24726            not 'VHOST' and
24727            not 'IPSECHW'"
24728   parameters:
24729   - "throughput"
24730   - "parent"
24731   - "tags"
24732   sort:
24733   - "L2BDMACLRN"
24734   - "L2XCFWD"
24735   - "LISP"
24736   layout:
24737     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
24738     layout: "plot-throughput-speedup-analysis"
24739
24740 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
24741 -
24742   type: "plot"
24743   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24744   algorithm: "plot_throughput_speedup_analysis"
24745   output-file-type: ".html"
24746   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24747   data: "plot-throughput-speedup-analysis-3n-skx"
24748   filter: "'NIC_Intel-X710' and
24749            '64B' and
24750            'ENCAP' and
24751            'NDRPDR' and
24752            'VXLAN' and
24753            'L2BDMACLRN' and
24754            not 'VHOST' and
24755            not 'IPSECHW'"
24756   parameters:
24757   - "throughput"
24758   - "parent"
24759   - "tags"
24760   sort:
24761   - "not DOT1Q"
24762   - "VXLAN_1"
24763   - "VXLAN_10"
24764   - "VXLAN_100"
24765   - "VXLAN_1000"
24766   layout:
24767     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
24768     layout: "plot-throughput-speedup-analysis"
24769
24770 -
24771   type: "plot"
24772   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24773   algorithm: "plot_throughput_speedup_analysis"
24774   output-file-type: ".html"
24775   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24776   data: "plot-throughput-speedup-analysis-3n-skx"
24777   filter: "'NIC_Intel-X710' and
24778            '64B' and
24779            'ENCAP' and
24780            'NDRPDR' and
24781            'VXLAN' and
24782            'L2BDMACLRN' and
24783            not 'VHOST' and
24784            not 'IPSECHW'"
24785   parameters:
24786   - "throughput"
24787   - "parent"
24788   - "tags"
24789   sort:
24790   - "not DOT1Q"
24791   - "VXLAN_1"
24792   - "VXLAN_10"
24793   - "VXLAN_100"
24794   - "VXLAN_1000"
24795   layout:
24796     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
24797     layout: "plot-throughput-speedup-analysis"
24798
24799 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
24800 -
24801   type: "plot"
24802   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
24803   algorithm: "plot_throughput_speedup_analysis"
24804   output-file-type: ".html"
24805   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
24806   data: "plot-throughput-speedup-analysis-3n-skx"
24807   filter: "'NIC_Intel-X710' and
24808            '64B' and
24809            'ENCAP' and
24810            'NDRPDR' and
24811            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24812            not 'DOT1Q' and
24813            not 'VHOST' and
24814            not 'IPSECHW'"
24815   parameters:
24816   - "throughput"
24817   - "parent"
24818   - "tags"
24819   sort:
24820   - "L2BDMACLRN"
24821   - "L2XCFWD"
24822   - "LISP"
24823   layout:
24824     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
24825     layout: "plot-throughput-speedup-analysis"
24826
24827 -
24828   type: "plot"
24829   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
24830   algorithm: "plot_throughput_speedup_analysis"
24831   output-file-type: ".html"
24832   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
24833   data: "plot-throughput-speedup-analysis-3n-skx"
24834   filter: "'NIC_Intel-X710' and
24835            '64B' and
24836            'ENCAP' and
24837            'NDRPDR' and
24838            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
24839            not 'DOT1Q' and
24840            not 'VHOST' and
24841            not 'IPSECHW'"
24842   parameters:
24843   - "throughput"
24844   - "parent"
24845   - "tags"
24846   sort:
24847   - "L2BDMACLRN"
24848   - "L2XCFWD"
24849   - "LISP"
24850   layout:
24851     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
24852     layout: "plot-throughput-speedup-analysis"
24853
24854 ################################################################################
24855
24856 # Speedup - VPP IPv6 3n-hsw-x520
24857 -
24858   type: "plot"
24859   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
24860   algorithm: "plot_throughput_speedup_analysis"
24861   output-file-type: ".html"
24862   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
24863   data: "plot-throughput-speedup-analysis-3n-hsw"
24864   filter: "'NIC_Intel-X520-DA2' and
24865            '78B' and
24866            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24867            'NDRPDR' and
24868            'IP6FWD' and
24869            not 'SRv6' and
24870            not 'IPSEC' and
24871            not 'VHOST'"
24872   parameters:
24873   - "throughput"
24874   - "parent"
24875   - "tags"
24876   sort:
24877   - "IP6BASE"
24878   - "FIB_20K"
24879   - "FIB_200K"
24880   - "FIB_2M"
24881   layout:
24882     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
24883     layout: "plot-throughput-speedup-analysis"
24884
24885 -
24886   type: "plot"
24887   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
24888   algorithm: "plot_throughput_speedup_analysis"
24889   output-file-type: ".html"
24890   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
24891   data: "plot-throughput-speedup-analysis-3n-hsw"
24892   filter: "'NIC_Intel-X520-DA2' and
24893            '78B' and
24894            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24895            'NDRPDR' and
24896            'IP6FWD' and
24897            not 'SRv6' and
24898            not 'IPSEC' and
24899            not 'VHOST'"
24900   parameters:
24901   - "throughput"
24902   - "parent"
24903   - "tags"
24904   sort:
24905   - "IP6BASE"
24906   - "FIB_20K"
24907   - "FIB_200K"
24908   - "FIB_2M"
24909   layout:
24910     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
24911     layout: "plot-throughput-speedup-analysis"
24912
24913 # Speedup - VPP IPv6 3n-hsw-x520 features
24914 -
24915   type: "plot"
24916   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
24917   algorithm: "plot_throughput_speedup_analysis"
24918   output-file-type: ".html"
24919   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
24920   data: "plot-throughput-speedup-analysis-3n-hsw"
24921   filter: "'NIC_Intel-X520-DA2' and
24922            '78B' and
24923            ('IP6BASE' or
24924             'POLICE_MARK' or
24925             'COPWHLIST' or
24926             'IACLDST') and
24927            'NDRPDR' and
24928            'IP6FWD' and
24929            not 'SRv6' and
24930            not 'IPSEC' and
24931            not 'VHOST'"
24932   parameters:
24933   - "throughput"
24934   - "parent"
24935   - "tags"
24936   sort:
24937   - "IP6BASE"
24938   - "POLICE_MARK"
24939   - "COPWHLIST"
24940   - "IACLDST"
24941   layout:
24942     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
24943     layout: "plot-throughput-speedup-analysis"
24944
24945 -
24946   type: "plot"
24947   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
24948   algorithm: "plot_throughput_speedup_analysis"
24949   output-file-type: ".html"
24950   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
24951   data: "plot-throughput-speedup-analysis-3n-hsw"
24952   filter: "'NIC_Intel-X520-DA2' and
24953            '78B' and
24954            ('IP6BASE' or
24955             'POLICE_MARK' or
24956             'COPWHLIST' or
24957             'IACLDST') and
24958            'NDRPDR' and
24959            'IP6FWD' and
24960            not 'SRv6' and
24961            not 'IPSEC' and
24962            not 'VHOST'"
24963   parameters:
24964   - "throughput"
24965   - "parent"
24966   - "tags"
24967   sort:
24968   - "IP6BASE"
24969   - "POLICE_MARK"
24970   - "COPWHLIST"
24971   - "IACLDST"
24972   layout:
24973     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
24974     layout: "plot-throughput-speedup-analysis"
24975
24976 # Speedup - VPP IPv6 3n-hsw-x710
24977 -
24978   type: "plot"
24979   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
24980   algorithm: "plot_throughput_speedup_analysis"
24981   output-file-type: ".html"
24982   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
24983   data: "plot-throughput-speedup-analysis-3n-hsw"
24984   filter: "'NIC_Intel-X710' and
24985            '78B' and
24986            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24987            'NDRPDR' and
24988            'IP6FWD' and
24989            not 'SRv6' and
24990            not 'IPSEC' and
24991            not 'VHOST'"
24992   parameters:
24993   - "throughput"
24994   - "parent"
24995   - "tags"
24996   sort:
24997   - "IP6BASE"
24998   - "FIB_20K"
24999   - "FIB_200K"
25000   - "FIB_2M"
25001   layout:
25002     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
25003     layout: "plot-throughput-speedup-analysis"
25004
25005 -
25006   type: "plot"
25007   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25008   algorithm: "plot_throughput_speedup_analysis"
25009   output-file-type: ".html"
25010   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25011   data: "plot-throughput-speedup-analysis-3n-hsw"
25012   filter: "'NIC_Intel-X710' and
25013            '78B' and
25014            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25015            'NDRPDR' and
25016            'IP6FWD' and
25017            not 'SRv6' and
25018            not 'IPSEC' and
25019            not 'VHOST'"
25020   parameters:
25021   - "throughput"
25022   - "parent"
25023   - "tags"
25024   sort:
25025   - "IP6BASE"
25026   - "FIB_20K"
25027   - "FIB_200K"
25028   - "FIB_2M"
25029   layout:
25030     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
25031     layout: "plot-throughput-speedup-analysis"
25032
25033 # Speedup - VPP IPv6 3n-hsw-x710 features
25034 -
25035   type: "plot"
25036   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25037   algorithm: "plot_throughput_speedup_analysis"
25038   output-file-type: ".html"
25039   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25040   data: "plot-throughput-speedup-analysis-3n-hsw"
25041   filter: "'NIC_Intel-X710' and
25042            '78B' and
25043            ('IP6BASE' or
25044             'POLICE_MARK' or
25045             'COPWHLIST' or
25046             'IACLDST') and
25047            'NDRPDR' and
25048            'IP6FWD' and
25049            not 'SRv6' and
25050            not 'IPSEC' and
25051            not 'VHOST'"
25052   parameters:
25053   - "throughput"
25054   - "parent"
25055   - "tags"
25056   sort:
25057   - "IP6BASE"
25058   - "POLICE_MARK"
25059   - "COPWHLIST"
25060   - "IACLDST"
25061   layout:
25062     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
25063     layout: "plot-throughput-speedup-analysis"
25064
25065 -
25066   type: "plot"
25067   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25068   algorithm: "plot_throughput_speedup_analysis"
25069   output-file-type: ".html"
25070   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25071   data: "plot-throughput-speedup-analysis-3n-hsw"
25072   filter: "'NIC_Intel-X710' and
25073            '78B' and
25074            ('IP6BASE' or
25075             'POLICE_MARK' or
25076             'COPWHLIST' or
25077             'IACLDST') and
25078            'NDRPDR' and
25079            'IP6FWD' and
25080            not 'SRv6' and
25081            not 'IPSEC' and
25082            not 'VHOST'"
25083   parameters:
25084   - "throughput"
25085   - "parent"
25086   - "tags"
25087   sort:
25088   - "IP6BASE"
25089   - "POLICE_MARK"
25090   - "COPWHLIST"
25091   - "IACLDST"
25092   layout:
25093     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
25094     layout: "plot-throughput-speedup-analysis"
25095
25096 # Speedup - VPP IPv6 3n-hsw-xl710
25097 -
25098   type: "plot"
25099   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
25100   algorithm: "plot_throughput_speedup_analysis"
25101   output-file-type: ".html"
25102   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
25103   data: "plot-throughput-speedup-analysis-3n-hsw"
25104   filter: "'NIC_Intel-XL710' and
25105            '78B' and
25106            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25107            'NDRPDR' and
25108            'IP6FWD' and
25109            not 'SRv6' and
25110            not 'IPSEC' and
25111            not 'VHOST'"
25112   parameters:
25113   - "throughput"
25114   - "parent"
25115   - "tags"
25116   sort:
25117   - "IP6BASE"
25118   - "FIB_20K"
25119   - "FIB_200K"
25120   - "FIB_2M"
25121   layout:
25122     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
25123     layout: "plot-throughput-speedup-analysis"
25124
25125 -
25126   type: "plot"
25127   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
25128   algorithm: "plot_throughput_speedup_analysis"
25129   output-file-type: ".html"
25130   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
25131   data: "plot-throughput-speedup-analysis-3n-hsw"
25132   filter: "'NIC_Intel-XL710' and
25133            '78B' and
25134            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25135            'NDRPDR' and
25136            'IP6FWD' and
25137            not 'SRv6' and
25138            not 'IPSEC' and
25139            not 'VHOST'"
25140   parameters:
25141   - "throughput"
25142   - "parent"
25143   - "tags"
25144   sort:
25145   - "IP6BASE"
25146   - "FIB_20K"
25147   - "FIB_200K"
25148   - "FIB_2M"
25149   layout:
25150     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
25151     layout: "plot-throughput-speedup-analysis"
25152
25153 # Speedup - VPP IPv6 3n-skx-x710
25154 -
25155   type: "plot"
25156   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25157   algorithm: "plot_throughput_speedup_analysis"
25158   output-file-type: ".html"
25159   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25160   data: "plot-throughput-speedup-analysis-3n-skx"
25161   filter: "'NIC_Intel-X710' and
25162            '78B' and
25163            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25164            'NDRPDR' and
25165            'IP6FWD' and
25166            not 'SRv6' and
25167            not 'IPSEC' and
25168            not 'VHOST'"
25169   parameters:
25170   - "throughput"
25171   - "parent"
25172   - "tags"
25173   sort:
25174   - "IP6BASE"
25175   - "FIB_20K"
25176   - "FIB_200K"
25177   - "FIB_2M"
25178   layout:
25179     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25180     layout: "plot-throughput-speedup-analysis"
25181
25182 -
25183   type: "plot"
25184   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25185   algorithm: "plot_throughput_speedup_analysis"
25186   output-file-type: ".html"
25187   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25188   data: "plot-throughput-speedup-analysis-3n-skx"
25189   filter: "'NIC_Intel-X710' and
25190            '78B' and
25191            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25192            'NDRPDR' and
25193            'IP6FWD' and
25194            not 'SRv6' and
25195            not 'IPSEC' and
25196            not 'VHOST'"
25197   parameters:
25198   - "throughput"
25199   - "parent"
25200   - "tags"
25201   sort:
25202   - "IP6BASE"
25203   - "FIB_20K"
25204   - "FIB_200K"
25205   - "FIB_2M"
25206   layout:
25207     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25208     layout: "plot-throughput-speedup-analysis"
25209
25210 # Speedup - VPP IPv6 3n-skx-x710 features
25211 -
25212   type: "plot"
25213   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25214   algorithm: "plot_throughput_speedup_analysis"
25215   output-file-type: ".html"
25216   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25217   data: "plot-throughput-speedup-analysis-3n-skx"
25218   filter: "'NIC_Intel-X710' and
25219            '78B' and
25220            ('IP6BASE' or
25221             'POLICE_MARK' or
25222             'COPWHLIST' or
25223             'IACLDST') and
25224            'NDRPDR' and
25225            'IP6FWD' and
25226            not 'SRv6' and
25227            not 'IPSEC' and
25228            not 'VHOST'"
25229   parameters:
25230   - "throughput"
25231   - "parent"
25232   - "tags"
25233   sort:
25234   - "IP6BASE"
25235   - "POLICE_MARK"
25236   - "COPWHLIST"
25237   - "IACLDST"
25238   layout:
25239     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25240     layout: "plot-throughput-speedup-analysis"
25241
25242 -
25243   type: "plot"
25244   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25245   algorithm: "plot_throughput_speedup_analysis"
25246   output-file-type: ".html"
25247   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25248   data: "plot-throughput-speedup-analysis-3n-skx"
25249   filter: "'NIC_Intel-X710' and
25250            '78B' and
25251            ('IP6BASE' or
25252             'POLICE_MARK' or
25253             'COPWHLIST' or
25254             'IACLDST') and
25255            'NDRPDR' and
25256            'IP6FWD' and
25257            not 'SRv6' and
25258            not 'IPSEC' and
25259            not 'VHOST'"
25260   parameters:
25261   - "throughput"
25262   - "parent"
25263   - "tags"
25264   sort:
25265   - "IP6BASE"
25266   - "POLICE_MARK"
25267   - "COPWHLIST"
25268   - "IACLDST"
25269   layout:
25270     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25271     layout: "plot-throughput-speedup-analysis"
25272
25273 # Speedup - VPP IPv6 2n-skx-x710
25274 -
25275   type: "plot"
25276   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25277   algorithm: "plot_throughput_speedup_analysis"
25278   output-file-type: ".html"
25279   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25280   data: "plot-throughput-speedup-analysis-2n-skx"
25281   filter: "'NIC_Intel-X710' and
25282            '78B' and
25283            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25284            'NDRPDR' and
25285            'IP6FWD' and
25286            not 'SRv6' and
25287            not 'IPSEC' and
25288            not 'VHOST'"
25289   parameters:
25290   - "throughput"
25291   - "parent"
25292   - "tags"
25293   sort:
25294   - "IP6BASE"
25295   - "FIB_20K"
25296   - "FIB_200K"
25297   - "FIB_2M"
25298   layout:
25299     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
25300     layout: "plot-throughput-speedup-analysis"
25301
25302 -
25303   type: "plot"
25304   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25305   algorithm: "plot_throughput_speedup_analysis"
25306   output-file-type: ".html"
25307   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25308   data: "plot-throughput-speedup-analysis-2n-skx"
25309   filter: "'NIC_Intel-X710' and
25310            '78B' and
25311            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25312            'NDRPDR' and
25313            'IP6FWD' and
25314            not 'SRv6' and
25315            not 'IPSEC' and
25316            not 'VHOST'"
25317   parameters:
25318   - "throughput"
25319   - "parent"
25320   - "tags"
25321   sort:
25322   - "IP6BASE"
25323   - "FIB_20K"
25324   - "FIB_200K"
25325   - "FIB_2M"
25326   layout:
25327     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
25328     layout: "plot-throughput-speedup-analysis"
25329
25330 # Speedup - VPP IPv6 2n-skx-xxv710
25331 -
25332   type: "plot"
25333   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25334   algorithm: "plot_throughput_speedup_analysis"
25335   output-file-type: ".html"
25336   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25337   data: "plot-throughput-speedup-analysis-2n-skx"
25338   filter: "'NIC_Intel-XXV710' and
25339            '78B' and
25340            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25341            'NDRPDR' and
25342            'IP6FWD' and
25343            not 'SRv6' and
25344            not 'IPSEC' and
25345            not 'VHOST'"
25346   parameters:
25347   - "throughput"
25348   - "parent"
25349   - "tags"
25350   sort:
25351   - "IP6BASE"
25352   - "FIB_20K"
25353   - "FIB_200K"
25354   - "FIB_2M"
25355   layout:
25356     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
25357     layout: "plot-throughput-speedup-analysis"
25358
25359 -
25360   type: "plot"
25361   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25362   algorithm: "plot_throughput_speedup_analysis"
25363   output-file-type: ".html"
25364   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25365   data: "plot-throughput-speedup-analysis-2n-skx"
25366   filter: "'NIC_Intel-XXV710' and
25367            '78B' and
25368            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25369            'NDRPDR' and
25370            'IP6FWD' and
25371            not 'SRv6' and
25372            not 'IPSEC' and
25373            not 'VHOST'"
25374   parameters:
25375   - "throughput"
25376   - "parent"
25377   - "tags"
25378   sort:
25379   - "IP6BASE"
25380   - "FIB_20K"
25381   - "FIB_200K"
25382   - "FIB_2M"
25383   layout:
25384     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
25385     layout: "plot-throughput-speedup-analysis"
25386
25387 # Speedup - VPP IPv6 2n-dnv-x553 base
25388 -
25389   type: "plot"
25390   title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
25391   algorithm: "plot_throughput_speedup_analysis"
25392   output-file-type: ".html"
25393   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
25394   data: "intel-dnv-vpp"
25395   filter: "'NIC_Intel-X553' and
25396            '78B' and
25397            'IP6BASE' and
25398            'NDRPDR' and
25399            'IP6FWD' and
25400            not 'SRv6' and
25401            not 'IPSEC' and
25402            not 'VHOST'"
25403   parameters:
25404   - "throughput"
25405   - "parent"
25406   - "tags"
25407   sort:
25408   - "IP6BASE"
25409   layout:
25410     title: "ip6-2n-dnv-x553-78b-base-ndr"
25411     layout: "plot-throughput-speedup-analysis"
25412
25413 -
25414   type: "plot"
25415   title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
25416   algorithm: "plot_throughput_speedup_analysis"
25417   output-file-type: ".html"
25418   output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
25419   data: "intel-dnv-vpp"
25420   filter: "'NIC_Intel-X553' and
25421            '78B' and
25422            'IP6BASE' and
25423            'NDRPDR' and
25424            'IP6FWD' and
25425            not 'SRv6' and
25426            not 'IPSEC' and
25427            not 'VHOST'"
25428   parameters:
25429   - "throughput"
25430   - "parent"
25431   - "tags"
25432   sort:
25433   - "IP6BASE"
25434   layout:
25435     title: "ip6-2n-dnv-x553-78b-base-pdr"
25436     layout: "plot-throughput-speedup-analysis"
25437
25438 ################################################################################
25439
25440 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
25441 -
25442   type: "plot"
25443   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
25444   algorithm: "plot_throughput_speedup_analysis"
25445   output-file-type: ".html"
25446   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
25447   data: "plot-throughput-speedup-analysis-3n-hsw"
25448   filter: "'NIC_Intel-X520-DA2' and
25449            '78B' and
25450            'ENCAP' and
25451            'NDRPDR' and
25452            'LISP' and
25453            not 'VHOST'"
25454   parameters:
25455   - "throughput"
25456   - "parent"
25457   - "tags"
25458   sort:
25459   - "IP4UNRLAY"
25460   - "IP6UNRLAY"
25461   layout:
25462     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
25463     layout: "plot-throughput-speedup-analysis"
25464
25465 -
25466   type: "plot"
25467   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
25468   algorithm: "plot_throughput_speedup_analysis"
25469   output-file-type: ".html"
25470   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
25471   data: "plot-throughput-speedup-analysis-3n-hsw"
25472   filter: "'NIC_Intel-X520-DA2' and
25473            '78B' and
25474            'ENCAP' and
25475            'NDRPDR' and
25476            'LISP' and
25477            not 'VHOST'"
25478   parameters:
25479   - "throughput"
25480   - "parent"
25481   - "tags"
25482   sort:
25483   - "IP4UNRLAY"
25484   - "IP6UNRLAY"
25485   layout:
25486     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
25487     layout: "plot-throughput-speedup-analysis"
25488
25489 ################################################################################
25490
25491 # Speedup - VPP IPSec 3n-hsw-xl710 base
25492 -
25493   type: "plot"
25494   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25495   algorithm: "plot_throughput_speedup_analysis"
25496   output-file-type: ".html"
25497   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25498   data: "plot-throughput-speedup-analysis-3n-hsw"
25499   filter: "'NIC_Intel-XL710' and
25500            '64B' and
25501            'IP4FWD' and
25502            'NDRPDR' and
25503            'BASE' and
25504            'IPSECHW' and
25505            ('IPSECTRAN' or 'IPSECTUN') and
25506            not 'VHOST'"
25507   parameters:
25508   - "throughput"
25509   - "parent"
25510   - "tags"
25511   layout:
25512     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
25513     layout: "plot-throughput-speedup-analysis"
25514
25515 -
25516   type: "plot"
25517   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25518   algorithm: "plot_throughput_speedup_analysis"
25519   output-file-type: ".html"
25520   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25521   data: "plot-throughput-speedup-analysis-3n-hsw"
25522   filter: "'NIC_Intel-XL710' and
25523            '64B' and
25524            'IP4FWD' and
25525            'NDRPDR' and
25526            'BASE' and
25527            'IPSECHW' and
25528            ('IPSECTRAN' or 'IPSECTUN') and
25529            not 'VHOST'"
25530   parameters:
25531   - "throughput"
25532   - "parent"
25533   - "tags"
25534   layout:
25535     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
25536     layout: "plot-throughput-speedup-analysis"
25537
25538 # Speedup - VPP IPSec 3n-hsw-xl710 scale
25539 -
25540   type: "plot"
25541   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25542   algorithm: "plot_throughput_speedup_analysis"
25543   output-file-type: ".html"
25544   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25545   data: "plot-throughput-speedup-analysis-3n-hsw"
25546   filter: "'NIC_Intel-XL710' and
25547            '64B' and
25548            'IP4FWD' and
25549            'NDRPDR' and
25550            'SCALE' and
25551            'IPSECHW' and
25552            ('IPSECTRAN' or 'IPSECTUN') and
25553            not 'VHOST'"
25554   parameters:
25555   - "throughput"
25556   - "parent"
25557   - "tags"
25558   layout:
25559     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
25560     layout: "plot-throughput-speedup-analysis"
25561
25562 -
25563   type: "plot"
25564   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25565   algorithm: "plot_throughput_speedup_analysis"
25566   output-file-type: ".html"
25567   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25568   data: "plot-throughput-speedup-analysis-3n-hsw"
25569   filter: "'NIC_Intel-XL710' and
25570            '64B' and
25571            'IP4FWD' and
25572            'NDRPDR' and
25573            'SCALE' and
25574            'IPSECHW' and
25575            ('IPSECTRAN' or 'IPSECTUN') and
25576            not 'VHOST'"
25577   parameters:
25578   - "throughput"
25579   - "parent"
25580   - "tags"
25581   layout:
25582     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
25583     layout: "plot-throughput-speedup-analysis"
25584
25585 # Speedup - VPP IPSec 3n-hsw-xl710 sw
25586 -
25587   type: "plot"
25588   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25589   algorithm: "plot_throughput_speedup_analysis"
25590   output-file-type: ".html"
25591   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25592   data: "plot-throughput-speedup-analysis-3n-hsw"
25593   filter: "'NIC_Intel-XL710' and
25594            '64B' and
25595            'IP4FWD' and
25596            'NDRPDR' and
25597            'IPSECSW' and
25598            ('IPSECTRAN' or 'IPSECTUN') and
25599            not 'VHOST'"
25600   parameters:
25601   - "throughput"
25602   - "parent"
25603   - "tags"
25604   layout:
25605     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
25606     layout: "plot-throughput-speedup-analysis"
25607
25608 -
25609   type: "plot"
25610   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25611   algorithm: "plot_throughput_speedup_analysis"
25612   output-file-type: ".html"
25613   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25614   data: "plot-throughput-speedup-analysis-3n-hsw"
25615   filter: "'NIC_Intel-XL710' and
25616            '64B' and
25617            'IP4FWD' and
25618            'NDRPDR' and
25619            'IPSECSW' and
25620            ('IPSECTRAN' or 'IPSECTUN') and
25621            not 'VHOST'"
25622   parameters:
25623   - "throughput"
25624   - "parent"
25625   - "tags"
25626   layout:
25627     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
25628     layout: "plot-throughput-speedup-analysis"
25629
25630 ################################################################################
25631
25632 # Speedup - VPP SRv6 3n-hsw-x520
25633 -
25634   type: "plot"
25635   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
25636   algorithm: "plot_throughput_speedup_analysis"
25637   output-file-type: ".html"
25638   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
25639   data: "plot-throughput-speedup-analysis-3n-hsw"
25640   filter: "'NIC_Intel-X520-DA2' and
25641            '78B' and
25642            'FEATURE' and
25643            'NDRPDR' and
25644            'IP6FWD' and
25645            'SRv6'"
25646   parameters:
25647   - "throughput"
25648   - "parent"
25649   - "tags"
25650   layout:
25651     title: "srv6-3n-hsw-x520-78b-features-ndr"
25652     layout: "plot-throughput-speedup-analysis"
25653
25654 -
25655   type: "plot"
25656   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
25657   algorithm: "plot_throughput_speedup_analysis"
25658   output-file-type: ".html"
25659   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
25660   data: "plot-throughput-speedup-analysis-3n-hsw"
25661   filter: "'NIC_Intel-X520-DA2' and
25662            '78B' and
25663            'FEATURE' and
25664            'NDRPDR' and
25665            'IP6FWD' and
25666            'SRv6'"
25667   parameters:
25668   - "throughput"
25669   - "parent"
25670   - "tags"
25671   layout:
25672     title: "srv6-3n-hsw-x520-78b-features-pdr"
25673     layout: "plot-throughput-speedup-analysis"
25674
25675 ################################################################################
25676
25677 # Speedup - VPP L2 3n-hsw-x520 base and scale
25678 -
25679   type: "plot"
25680   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25681   algorithm: "plot_throughput_speedup_analysis"
25682   output-file-type: ".html"
25683   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25684   data: "plot-throughput-speedup-analysis-3n-hsw"
25685   filter: "'NIC_Intel-X520-DA2' and
25686            '64B' and
25687            ('BASE' or 'SCALE') and
25688            'NDRPDR' and
25689            'ETH' and
25690            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25691            not 'VHOST' and
25692            not 'MEMIF'"
25693   parameters:
25694   - "throughput"
25695   - "parent"
25696   - "tags"
25697   sort:
25698   - "L2PATCH"
25699   - "L2XCBASE"
25700   - "BASE"
25701   - "FIB_10K"
25702   - "FIB_100K"
25703   - "FIB_1M"
25704   layout:
25705     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25706     layout: "plot-throughput-speedup-analysis"
25707
25708 -
25709   type: "plot"
25710   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25711   algorithm: "plot_throughput_speedup_analysis"
25712   output-file-type: ".html"
25713   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25714   data: "plot-throughput-speedup-analysis-3n-hsw"
25715   filter: "'NIC_Intel-X520-DA2' and
25716            '64B' and
25717            ('BASE' or 'SCALE') and
25718            'NDRPDR' and
25719            'ETH' and
25720            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25721            not 'VHOST' and
25722            not 'MEMIF'"
25723   parameters:
25724   - "throughput"
25725   - "parent"
25726   - "tags"
25727   sort:
25728   - "L2PATCH"
25729   - "L2XCBASE"
25730   - "BASE"
25731   - "FIB_10K"
25732   - "FIB_100K"
25733   - "FIB_1M"
25734   layout:
25735     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
25736     layout: "plot-throughput-speedup-analysis"
25737
25738 # Speedup - VPP L2 3n-hsw-x520 features
25739 -
25740   type: "plot"
25741   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25742   algorithm: "plot_throughput_speedup_analysis"
25743   output-file-type: ".html"
25744   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
25745   data: "plot-throughput-speedup-analysis-3n-hsw"
25746   filter: "'NIC_Intel-X520-DA2' and
25747            '64B' and
25748            'NDRPDR' and
25749            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25750            not 'ACL' and
25751            not 'VHOST' and
25752            not 'MEMIF'"
25753   parameters:
25754   - "throughput"
25755   - "parent"
25756   - "tags"
25757   sort:
25758   - "L2XCBASE"    # l2xcbase
25759   - "L2BDBASE"    # l2bdbase
25760   - "L2XCFWD"     # dot1q-l2xcbase
25761   - "L2BDMACLRN"  # dot1q-l2bdbase
25762   layout:
25763     title: "l2sw-3n-hsw-x520-64b-features-ndr"
25764     layout: "plot-throughput-speedup-analysis"
25765
25766 -
25767   type: "plot"
25768   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25769   algorithm: "plot_throughput_speedup_analysis"
25770   output-file-type: ".html"
25771   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
25772   data: "plot-throughput-speedup-analysis-3n-hsw"
25773   filter: "'NIC_Intel-X520-DA2' and
25774            '64B' and
25775            'NDRPDR' and
25776            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25777            not 'ACL' and
25778            not 'VHOST' and
25779            not 'MEMIF'"
25780   parameters:
25781   - "throughput"
25782   - "parent"
25783   - "tags"
25784   sort:
25785   - "L2XCBASE"    # l2xcbase
25786   - "L2BDBASE"    # l2bdbase
25787   - "L2XCFWD"     # dot1q-l2xcbase
25788   - "L2BDMACLRN"  # dot1q-l2bdbase
25789   layout:
25790     title: "l2sw-3n-hsw-x520-64b-features-pdr"
25791     layout: "plot-throughput-speedup-analysis"
25792
25793 # Speedup - VPP L2 3n-hsw-x710 base and scale
25794 -
25795   type: "plot"
25796   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25797   algorithm: "plot_throughput_speedup_analysis"
25798   output-file-type: ".html"
25799   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
25800   data: "plot-throughput-speedup-analysis-3n-hsw"
25801   filter: "'NIC_Intel-X710' and
25802            '64B' and
25803            ('BASE' or 'SCALE') and
25804            'NDRPDR' and
25805            'ETH' and
25806            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25807            not 'VHOST' and
25808            not 'MEMIF'"
25809   parameters:
25810   - "throughput"
25811   - "parent"
25812   - "tags"
25813   sort:
25814   - "L2PATCH"
25815   - "L2XCBASE"
25816   - "BASE"
25817   - "FIB_10K"
25818   - "FIB_100K"
25819   - "FIB_1M"
25820   layout:
25821     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
25822     layout: "plot-throughput-speedup-analysis"
25823
25824 -
25825   type: "plot"
25826   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25827   algorithm: "plot_throughput_speedup_analysis"
25828   output-file-type: ".html"
25829   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
25830   data: "plot-throughput-speedup-analysis-3n-hsw"
25831   filter: "'NIC_Intel-X710' and
25832            '64B' and
25833            ('BASE' or 'SCALE') and
25834            'NDRPDR' and
25835            'ETH' and
25836            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25837            not 'VHOST' and
25838            not 'MEMIF'"
25839   parameters:
25840   - "throughput"
25841   - "parent"
25842   - "tags"
25843   sort:
25844   - "L2PATCH"
25845   - "L2XCBASE"
25846   - "BASE"
25847   - "FIB_10K"
25848   - "FIB_100K"
25849   - "FIB_1M"
25850   layout:
25851     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
25852     layout: "plot-throughput-speedup-analysis"
25853
25854 # Speedup - VPP L2 3n-hsw-x710 features
25855 -
25856   type: "plot"
25857   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
25858   algorithm: "plot_throughput_speedup_analysis"
25859   output-file-type: ".html"
25860   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
25861   data: "plot-throughput-speedup-analysis-3n-hsw"
25862   filter: "'NIC_Intel-X710' and
25863            '64B' and
25864            'NDRPDR' and
25865            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25866            not 'ACL' and
25867            not 'VHOST' and
25868            not 'MEMIF'"
25869   parameters:
25870   - "throughput"
25871   - "parent"
25872   - "tags"
25873   sort:
25874   - "L2XCBASE"    # l2xcbase
25875   - "L2BDBASE"    # l2bdbase
25876   - "L2XCFWD"     # dot1q-l2xcbase
25877   - "L2BDMACLRN"  # dot1q-l2bdbase
25878   layout:
25879     title: "l2sw-3n-hsw-x710-64b-features-ndr"
25880     layout: "plot-throughput-speedup-analysis"
25881
25882 -
25883   type: "plot"
25884   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
25885   algorithm: "plot_throughput_speedup_analysis"
25886   output-file-type: ".html"
25887   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
25888   data: "plot-throughput-speedup-analysis-3n-hsw"
25889   filter: "'NIC_Intel-X710' and
25890            '64B' and
25891            'NDRPDR' and
25892            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
25893            not 'ACL' and
25894            not 'VHOST' and
25895            not 'MEMIF'"
25896   parameters:
25897   - "throughput"
25898   - "parent"
25899   - "tags"
25900   sort:
25901   - "L2XCBASE"    # l2xcbase
25902   - "L2BDBASE"    # l2bdbase
25903   - "L2XCFWD"     # dot1q-l2xcbase
25904   - "L2BDMACLRN"  # dot1q-l2bdbase
25905   layout:
25906     title: "l2sw-3n-hsw-x710-64b-features-pdr"
25907     layout: "plot-throughput-speedup-analysis"
25908
25909 # Speedup - VPP L2 3n-hsw-xl710 base and scale
25910 -
25911   type: "plot"
25912   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25913   algorithm: "plot_throughput_speedup_analysis"
25914   output-file-type: ".html"
25915   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25916   data: "plot-throughput-speedup-analysis-3n-hsw"
25917   filter: "'NIC_Intel-XL710' and
25918            '64B' and
25919            ('BASE' or 'SCALE') and
25920            'NDRPDR' and
25921            'ETH' and
25922            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25923            not 'VHOST' and
25924            not 'MEMIF'"
25925   parameters:
25926   - "throughput"
25927   - "parent"
25928   - "tags"
25929   sort:
25930   - "L2PATCH"
25931   - "L2XCBASE"
25932   - "BASE"
25933   - "FIB_10K"
25934   - "FIB_100K"
25935   - "FIB_1M"
25936   layout:
25937     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
25938     layout: "plot-throughput-speedup-analysis"
25939
25940 -
25941   type: "plot"
25942   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25943   algorithm: "plot_throughput_speedup_analysis"
25944   output-file-type: ".html"
25945   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25946   data: "plot-throughput-speedup-analysis-3n-hsw"
25947   filter: "'NIC_Intel-XL710' and
25948            '64B' and
25949            ('BASE' or 'SCALE') and
25950            'NDRPDR' and
25951            'ETH' and
25952            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25953            not 'VHOST' and
25954            not 'MEMIF'"
25955   parameters:
25956   - "throughput"
25957   - "parent"
25958   - "tags"
25959   sort:
25960   - "L2PATCH"
25961   - "L2XCBASE"
25962   - "BASE"
25963   - "FIB_10K"
25964   - "FIB_100K"
25965   - "FIB_1M"
25966   layout:
25967     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
25968     layout: "plot-throughput-speedup-analysis"
25969
25970 # Speedup - VPP L2 3n-skx-x710 base and scale
25971 -
25972   type: "plot"
25973   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25974   algorithm: "plot_throughput_speedup_analysis"
25975   output-file-type: ".html"
25976   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25977   data: "plot-throughput-speedup-analysis-3n-skx"
25978   filter: "'NIC_Intel-X710' and
25979            '64B' and
25980            ('BASE' or 'SCALE') and
25981            'NDRPDR' and
25982            'ETH' and
25983            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25984            not 'VHOST' and
25985            not 'MEMIF'"
25986   parameters:
25987   - "throughput"
25988   - "parent"
25989   - "tags"
25990   sort:
25991   - "L2PATCH"
25992   - "L2XCBASE"
25993   - "BASE"
25994   - "FIB_10K"
25995   - "FIB_100K"
25996   - "FIB_1M"
25997   layout:
25998     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
25999     layout: "plot-throughput-speedup-analysis"
26000
26001 -
26002   type: "plot"
26003   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26004   algorithm: "plot_throughput_speedup_analysis"
26005   output-file-type: ".html"
26006   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26007   data: "plot-throughput-speedup-analysis-3n-skx"
26008   filter: "'NIC_Intel-X710' and
26009            '64B' and
26010            ('BASE' or 'SCALE') and
26011            'NDRPDR' and
26012            'ETH' and
26013            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26014            not 'VHOST' and
26015            not 'MEMIF'"
26016   parameters:
26017   - "throughput"
26018   - "parent"
26019   - "tags"
26020   sort:
26021   - "L2PATCH"
26022   - "L2XCBASE"
26023   - "BASE"
26024   - "FIB_10K"
26025   - "FIB_100K"
26026   - "FIB_1M"
26027   layout:
26028     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26029     layout: "plot-throughput-speedup-analysis"
26030
26031 # Speedup - VPP L2 3n-skx-x710 features
26032 -
26033   type: "plot"
26034   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
26035   algorithm: "plot_throughput_speedup_analysis"
26036   output-file-type: ".html"
26037   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
26038   data: "plot-throughput-speedup-analysis-3n-skx"
26039   filter: "'NIC_Intel-X710' and
26040            '64B' and
26041            'NDRPDR' and
26042            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26043            not 'ACL' and
26044            not 'VHOST' and
26045            not 'MEMIF'"
26046   parameters:
26047   - "throughput"
26048   - "parent"
26049   - "tags"
26050   sort:
26051   - "L2XCBASE"    # l2xcbase
26052   - "L2BDBASE"    # l2bdbase
26053   - "L2XCFWD"     # dot1q-l2xcbase
26054   - "L2BDMACLRN"  # dot1q-l2bdbase
26055   layout:
26056     title: "l2sw-3n-skx-x710-64b-features-ndr"
26057     layout: "plot-throughput-speedup-analysis"
26058
26059 -
26060   type: "plot"
26061   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
26062   algorithm: "plot_throughput_speedup_analysis"
26063   output-file-type: ".html"
26064   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
26065   data: "plot-throughput-speedup-analysis-3n-skx"
26066   filter: "'NIC_Intel-X710' and
26067            '64B' and
26068            'NDRPDR' and
26069            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26070            not 'ACL' and
26071            not 'VHOST' and
26072            not 'MEMIF'"
26073   parameters:
26074   - "throughput"
26075   - "parent"
26076   - "tags"
26077   sort:
26078   - "L2XCBASE"    # l2xcbase
26079   - "L2BDBASE"    # l2bdbase
26080   - "L2XCFWD"     # dot1q-l2xcbase
26081   - "L2BDMACLRN"  # dot1q-l2bdbase
26082   layout:
26083     title: "l2sw-3n-skx-x710-64b-features-pdr"
26084     layout: "plot-throughput-speedup-analysis"
26085
26086 # Speedup - VPP L2 3n-skx-xxv710 base and scale
26087 -
26088   type: "plot"
26089   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26090   algorithm: "plot_throughput_speedup_analysis"
26091   output-file-type: ".html"
26092   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26093   data: "plot-throughput-speedup-analysis-3n-skx"
26094   filter: "'NIC_Intel-XXV710' and
26095            '64B' and
26096            ('BASE' or 'SCALE') and
26097            'NDRPDR' and
26098            'ETH' and
26099            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26100            not 'VHOST' and
26101            not 'MEMIF'"
26102   parameters:
26103   - "throughput"
26104   - "parent"
26105   - "tags"
26106   sort:
26107   - "L2PATCH"
26108   - "L2XCBASE"
26109   - "BASE"
26110   - "FIB_10K"
26111   - "FIB_100K"
26112   - "FIB_1M"
26113   layout:
26114     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
26115     layout: "plot-throughput-speedup-analysis"
26116
26117 -
26118   type: "plot"
26119   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26120   algorithm: "plot_throughput_speedup_analysis"
26121   output-file-type: ".html"
26122   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26123   data: "plot-throughput-speedup-analysis-3n-skx"
26124   filter: "'NIC_Intel-XXV710' and
26125            '64B' and
26126            ('BASE' or 'SCALE') and
26127            'NDRPDR' and
26128            'ETH' and
26129            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26130            not 'VHOST' and
26131            not 'MEMIF'"
26132   parameters:
26133   - "throughput"
26134   - "parent"
26135   - "tags"
26136   sort:
26137   - "L2PATCH"
26138   - "L2XCBASE"
26139   - "BASE"
26140   - "FIB_10K"
26141   - "FIB_100K"
26142   - "FIB_1M"
26143   layout:
26144     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
26145     layout: "plot-throughput-speedup-analysis"
26146
26147 # Speedup - VPP L2 2n-skx-x710 base and scale
26148 -
26149   type: "plot"
26150   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26151   algorithm: "plot_throughput_speedup_analysis"
26152   output-file-type: ".html"
26153   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26154   data: "plot-throughput-speedup-analysis-2n-skx"
26155   filter: "'NIC_Intel-X710' and
26156            '64B' and
26157            ('BASE' or 'SCALE') and
26158            'NDRPDR' and
26159            'ETH' and
26160            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26161            not 'VHOST' and
26162            not 'MEMIF'"
26163   parameters:
26164   - "throughput"
26165   - "parent"
26166   - "tags"
26167   sort:
26168   - "L2PATCH"
26169   - "L2XCBASE"
26170   - "BASE"
26171   - "FIB_10K"
26172   - "FIB_100K"
26173   - "FIB_1M"
26174   layout:
26175     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26176     layout: "plot-throughput-speedup-analysis"
26177
26178 -
26179   type: "plot"
26180   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26181   algorithm: "plot_throughput_speedup_analysis"
26182   output-file-type: ".html"
26183   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26184   data: "plot-throughput-speedup-analysis-2n-skx"
26185   filter: "'NIC_Intel-X710' and
26186            '64B' and
26187            ('BASE' or 'SCALE') and
26188            'NDRPDR' and
26189            'ETH' and
26190            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26191            not 'VHOST' and
26192            not 'MEMIF'"
26193   parameters:
26194   - "throughput"
26195   - "parent"
26196   - "tags"
26197   sort:
26198   - "L2PATCH"
26199   - "L2XCBASE"
26200   - "BASE"
26201   - "FIB_10K"
26202   - "FIB_100K"
26203   - "FIB_1M"
26204   layout:
26205     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26206     layout: "plot-throughput-speedup-analysis"
26207
26208 # Speedup - VPP L2 2n-skx-xxv710 base and scale
26209 -
26210   type: "plot"
26211   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26212   algorithm: "plot_throughput_speedup_analysis"
26213   output-file-type: ".html"
26214   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26215   data: "plot-throughput-speedup-analysis-2n-skx"
26216   filter: "'NIC_Intel-XXV710' and
26217            '64B' and
26218            ('BASE' or 'SCALE') and
26219            'NDRPDR' and
26220            'ETH' and
26221            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26222            not 'VHOST' and
26223            not 'MEMIF'"
26224   parameters:
26225   - "throughput"
26226   - "parent"
26227   - "tags"
26228   sort:
26229   - "L2PATCH"
26230   - "L2XCBASE"
26231   - "BASE"
26232   - "FIB_10K"
26233   - "FIB_100K"
26234   - "FIB_1M"
26235   layout:
26236     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26237     layout: "plot-throughput-speedup-analysis"
26238
26239 -
26240   type: "plot"
26241   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26242   algorithm: "plot_throughput_speedup_analysis"
26243   output-file-type: ".html"
26244   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26245   data: "plot-throughput-speedup-analysis-2n-skx"
26246   filter: "'NIC_Intel-XXV710' and
26247            '64B' and
26248            ('BASE' or 'SCALE') and
26249            'NDRPDR' and
26250            'ETH' and
26251            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26252            not 'VHOST' and
26253            not 'MEMIF'"
26254   parameters:
26255   - "throughput"
26256   - "parent"
26257   - "tags"
26258   sort:
26259   - "L2PATCH"
26260   - "L2XCBASE"
26261   - "BASE"
26262   - "FIB_10K"
26263   - "FIB_100K"
26264   - "FIB_1M"
26265   layout:
26266     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26267     layout: "plot-throughput-speedup-analysis"
26268
26269 # Speedup - VPP L2 2n-dnv-x553 base
26270 -
26271   type: "plot"
26272   title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26273   algorithm: "plot_throughput_speedup_analysis"
26274   output-file-type: ".html"
26275   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26276   data: "intel-dnv-vpp"
26277   filter: "'NIC_Intel-X553' and
26278            '64B' and
26279            ('BASE' or 'SCALE') and
26280            'NDRPDR' and
26281            'ETH' and
26282            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26283            not 'VHOST' and
26284            not 'MEMIF'"
26285   parameters:
26286   - "throughput"
26287   - "parent"
26288   - "tags"
26289   sort:
26290   - "L2XCBASE"
26291   - "L2BDMACLRN"
26292   - "L2PATCH"
26293   layout:
26294     title: "l2sw-2n-dnv-x553-64b-base-ndr"
26295     layout: "plot-throughput-speedup-analysis"
26296
26297 -
26298   type: "plot"
26299   title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26300   algorithm: "plot_throughput_speedup_analysis"
26301   output-file-type: ".html"
26302   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26303   data: "intel-dnv-vpp"
26304   filter: "'NIC_Intel-X553' and
26305            '64B' and
26306            ('BASE' or 'SCALE') and
26307            'NDRPDR' and
26308            'ETH' and
26309            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26310            not 'VHOST' and
26311            not 'MEMIF'"
26312   parameters:
26313   - "throughput"
26314   - "parent"
26315   - "tags"
26316   sort:
26317   - "L2XCBASE"
26318   - "L2BDMACLRN"
26319   - "L2PATCH"
26320   layout:
26321     title: "l2sw-2n-dnv-x553-64b-base-pdr"
26322     layout: "plot-throughput-speedup-analysis"
26323
26324 ################################################################################
26325
26326 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
26327 -
26328   type: "plot"
26329   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26330   algorithm: "plot_throughput_speedup_analysis"
26331   output-file-type: ".html"
26332   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26333   data: "plot-throughput-speedup-analysis-3n-hsw"
26334   filter: "'NIC_Intel-X520-DA2' and
26335            '64B' and
26336            'NDRPDR' and
26337            'ETH' and
26338            'IP4FWD' and
26339            'VHOST_1024' and
26340            not 'VXLAN' and
26341            not 'DOT1Q'"
26342   parameters:
26343   - "throughput"
26344   - "parent"
26345   - "tags"
26346   sort:
26347   - "not CFS_OPT"
26348   - "1VM"
26349   - "2VM"
26350   layout:
26351     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
26352     layout: "plot-throughput-speedup-analysis"
26353
26354 -
26355   type: "plot"
26356   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26357   algorithm: "plot_throughput_speedup_analysis"
26358   output-file-type: ".html"
26359   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26360   data: "plot-throughput-speedup-analysis-3n-hsw"
26361   filter: "'NIC_Intel-X520-DA2' and
26362            '64B' and
26363            'NDRPDR' and
26364            'ETH' and
26365            'IP4FWD' and
26366            'VHOST_1024' and
26367            not 'VXLAN' and
26368            not 'DOT1Q'"
26369   parameters:
26370   - "throughput"
26371   - "parent"
26372   - "tags"
26373   sort:
26374   - "not CFS_OPT"
26375   - "1VM"
26376   - "2VM"
26377   layout:
26378     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
26379     layout: "plot-throughput-speedup-analysis"
26380
26381 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
26382 -
26383   type: "plot"
26384   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26385   algorithm: "plot_throughput_speedup_analysis"
26386   output-file-type: ".html"
26387   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26388   data: "plot-throughput-speedup-analysis-3n-hsw"
26389   filter: "'NIC_Intel-X520-DA2' and
26390            '64B' and
26391            'NDRPDR' and
26392            ('ETH' or 'DOT1Q') and
26393            'VHOST_1024' and
26394            not 'VXLAN' and
26395            not 'IP4FWD' and
26396            not '2VM'"
26397   parameters:
26398   - "throughput"
26399   - "parent"
26400   - "tags"
26401 #  sort:
26402 #  - "VM"  # "not CFS_OPT"
26403 #  - "CFS_OPT"
26404 #  - "FIB_10K"
26405 #  - "FIB_100K"
26406 #  - "FIB_1M"
26407   layout:
26408     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
26409     layout: "plot-throughput-speedup-analysis"
26410
26411 -
26412   type: "plot"
26413   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26414   algorithm: "plot_throughput_speedup_analysis"
26415   output-file-type: ".html"
26416   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26417   data: "plot-throughput-speedup-analysis-3n-hsw"
26418   filter: "'NIC_Intel-X520-DA2' and
26419            '64B' and
26420            'NDRPDR' and
26421            ('ETH' or 'DOT1Q') and
26422            'L2BDMACLRN' and
26423            'VHOST_1024' and
26424            not 'VXLAN' and
26425            not 'IP4FWD' and
26426            not '2VM'"
26427   parameters:
26428   - "throughput"
26429   - "parent"
26430   - "tags"
26431 #  sort:
26432 #  - "VM"  # "not CFS_OPT"
26433 #  - "CFS_OPT"
26434 #  - "FIB_10K"
26435 #  - "FIB_100K"
26436 #  - "FIB_1M"
26437   layout:
26438     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
26439     layout: "plot-throughput-speedup-analysis"
26440
26441 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
26442 -
26443   type: "plot"
26444   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
26445   algorithm: "plot_throughput_speedup_analysis"
26446   output-file-type: ".html"
26447   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
26448   data: "plot-throughput-speedup-analysis-3n-hsw"
26449   filter: "'NIC_Intel-X520-DA2' and
26450            '64B' and
26451            'NDRPDR' and
26452            ('ETH' or 'DOT1Q') and
26453            'BASE' and
26454            ('L2BDMACLRN' or 'L2XCFWD') and
26455            'VHOST_1024' and
26456            not 'VXLAN' and
26457            not 'IP4FWD' and
26458            not '2VM'"
26459   parameters:
26460   - "throughput"
26461   - "parent"
26462   - "tags"
26463 #  sort:
26464 #  - "not CFS_OPT"
26465 #  - "L2XCFWD"
26466 #  - "not CFS_OPT"
26467 #  - "CFS_OPT"
26468   layout:
26469     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
26470     layout: "plot-throughput-speedup-analysis"
26471
26472 -
26473   type: "plot"
26474   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
26475   algorithm: "plot_throughput_speedup_analysis"
26476   output-file-type: ".html"
26477   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
26478   data: "plot-throughput-speedup-analysis-3n-hsw"
26479   filter: "'NIC_Intel-X520-DA2' and
26480            '64B' and
26481            'NDRPDR' and
26482            ('ETH' or 'DOT1Q') and
26483            'BASE' and
26484            ('L2BDMACLRN' or 'L2XCFWD') and
26485            'VHOST_1024' and
26486            not 'VXLAN' and
26487            not 'IP4FWD' and
26488            not '2VM'"
26489   parameters:
26490   - "throughput"
26491   - "parent"
26492   - "tags"
26493 #  sort:
26494 #  - "not CFS_OPT"
26495 #  - "L2XCFWD"
26496 #  - "not CFS_OPT"
26497 #  - "CFS_OPT"
26498   layout:
26499     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
26500     layout: "plot-throughput-speedup-analysis"
26501
26502 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
26503 -
26504   type: "plot"
26505   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26506   algorithm: "plot_throughput_speedup_analysis"
26507   output-file-type: ".html"
26508   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
26509   data: "plot-throughput-speedup-analysis-3n-hsw"
26510   filter: "'NIC_Intel-X520-DA2' and
26511            '64B' and
26512            'NDRPDR' and
26513            ('ETH' or 'DOT1Q') and
26514            ('L2BDMACLRN' or 'L2XCFWD') and
26515            'VHOST_1024' and
26516            not 'CFS_OPT' and
26517            not 'VXLAN' and
26518            not 'IP4FWD' and
26519            not 'LBOND'"
26520   parameters:
26521   - "throughput"
26522   - "parent"
26523   - "tags"
26524 #  sort:
26525 #  - "1VM"
26526 #  - "L2XCFWD"
26527 #  - "1VM"
26528 #  - "L2BDMACLRN"
26529   layout:
26530     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
26531     layout: "plot-throughput-speedup-analysis"
26532
26533 -
26534   type: "plot"
26535   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
26536   algorithm: "plot_throughput_speedup_analysis"
26537   output-file-type: ".html"
26538   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
26539   data: "plot-throughput-speedup-analysis-3n-hsw"
26540   filter: "'NIC_Intel-X520-DA2' and
26541            '64B' and
26542            'NDRPDR' and
26543            ('ETH' or 'DOT1Q') and
26544            ('L2BDMACLRN' or 'L2XCFWD') and
26545            'VHOST_1024' and
26546            not 'CFS_OPT' and
26547            not 'VXLAN' and
26548            not 'IP4FWD' and
26549            not 'LBOND'"
26550   parameters:
26551   - "throughput"
26552   - "parent"
26553   - "tags"
26554 #  sort:
26555 #  - "1VM"
26556 #  - "L2XCFWD"
26557 #  - "1VM"
26558 #  - "L2BDMACLRN"
26559   layout:
26560     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
26561     layout: "plot-throughput-speedup-analysis"
26562
26563 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
26564 -
26565   type: "plot"
26566   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26567   algorithm: "plot_throughput_speedup_analysis"
26568   output-file-type: ".html"
26569   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26570   data: "plot-throughput-speedup-analysis-3n-hsw"
26571   filter: "'NIC_Intel-X710' and
26572            '64B' and
26573            'NDRPDR' and
26574            'ETH' and
26575            'IP4FWD' and
26576            'VHOST_1024' and
26577            not 'VXLAN' and
26578            not 'DOT1Q'"
26579   parameters:
26580   - "throughput"
26581   - "parent"
26582   - "tags"
26583   sort:
26584   - "not CFS_OPT"
26585   - "1VM"
26586   - "2VM"
26587   layout:
26588     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
26589     layout: "plot-throughput-speedup-analysis"
26590
26591 -
26592   type: "plot"
26593   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26594   algorithm: "plot_throughput_speedup_analysis"
26595   output-file-type: ".html"
26596   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26597   data: "plot-throughput-speedup-analysis-3n-hsw"
26598   filter: "'NIC_Intel-X710' and
26599            '64B' and
26600            'NDRPDR' and
26601            'ETH' and
26602            'IP4FWD' and
26603            'VHOST_1024' and
26604            not 'VXLAN' and
26605            not 'DOT1Q'"
26606   parameters:
26607   - "throughput"
26608   - "parent"
26609   - "tags"
26610   sort:
26611   - "not CFS_OPT"
26612   - "1VM"
26613   - "2VM"
26614   layout:
26615     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
26616     layout: "plot-throughput-speedup-analysis"
26617
26618 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
26619 -
26620   type: "plot"
26621   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26622   algorithm: "plot_throughput_speedup_analysis"
26623   output-file-type: ".html"
26624   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26625   data: "plot-throughput-speedup-analysis-3n-hsw"
26626   filter: "'NIC_Intel-X710' and
26627            '64B' and
26628            'NDRPDR' and
26629            ('ETH' or 'DOT1Q') and
26630            'L2BDMACLRN' and
26631            'VHOST_1024' and
26632            not 'VXLAN' and
26633            not 'IP4FWD' and
26634            not '2VM'"
26635   parameters:
26636   - "throughput"
26637   - "parent"
26638   - "tags"
26639 #  sort:
26640 #  - "VM"  # "not CFS_OPT"
26641 #  - "CFS_OPT"
26642 #  - "FIB_10K"
26643 #  - "FIB_100K"
26644 #  - "FIB_1M"
26645   layout:
26646     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26647     layout: "plot-throughput-speedup-analysis"
26648
26649 -
26650   type: "plot"
26651   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26652   algorithm: "plot_throughput_speedup_analysis"
26653   output-file-type: ".html"
26654   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26655   data: "plot-throughput-speedup-analysis-3n-hsw"
26656   filter: "'NIC_Intel-X710' and
26657            '64B' and
26658            'NDRPDR' and
26659            ('ETH' or 'DOT1Q') and
26660            'L2BDMACLRN' and
26661            'VHOST_1024' and
26662            not 'VXLAN' and
26663            not 'IP4FWD' and
26664            not '2VM'"
26665   parameters:
26666   - "throughput"
26667   - "parent"
26668   - "tags"
26669 #  sort:
26670 #  - "VM"  # "not CFS_OPT"
26671 #  - "CFS_OPT"
26672 #  - "FIB_10K"
26673 #  - "FIB_100K"
26674 #  - "FIB_1M"
26675   layout:
26676     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26677     layout: "plot-throughput-speedup-analysis"
26678
26679 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
26680 -
26681   type: "plot"
26682   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
26683   algorithm: "plot_throughput_speedup_analysis"
26684   output-file-type: ".html"
26685   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
26686   data: "plot-throughput-speedup-analysis-3n-hsw"
26687   filter: "'NIC_Intel-X710' and
26688            '64B' and
26689            'NDRPDR' and
26690            ('ETH' or 'DOT1Q') and
26691            'BASE' and
26692            ('L2BDMACLRN' or 'L2XCFWD') and
26693            'VHOST_1024' and
26694            not 'VXLAN' and
26695            not 'IP4FWD' and
26696            not '2VM'"
26697   parameters:
26698   - "throughput"
26699   - "parent"
26700   - "tags"
26701 #  sort:
26702 #  - "not CFS_OPT"
26703 #  - "L2XCFWD"
26704 #  - "not CFS_OPT"
26705 #  - "CFS_OPT"
26706   layout:
26707     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
26708     layout: "plot-throughput-speedup-analysis"
26709
26710 -
26711   type: "plot"
26712   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
26713   algorithm: "plot_throughput_speedup_analysis"
26714   output-file-type: ".html"
26715   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
26716   data: "plot-throughput-speedup-analysis-3n-hsw"
26717   filter: "'NIC_Intel-X710' and
26718            '64B' and
26719            'NDRPDR' and
26720            ('ETH' or 'DOT1Q') and
26721            'BASE' and
26722            ('L2BDMACLRN' or 'L2XCFWD') and
26723            'VHOST_1024' and
26724            not 'VXLAN' and
26725            not 'IP4FWD' and
26726            not '2VM'"
26727   parameters:
26728   - "throughput"
26729   - "parent"
26730   - "tags"
26731 #  sort:
26732 #  - "not CFS_OPT"
26733 #  - "L2XCFWD"
26734 #  - "not CFS_OPT"
26735 #  - "CFS_OPT"
26736   layout:
26737     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
26738     layout: "plot-throughput-speedup-analysis"
26739
26740 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
26741 -
26742   type: "plot"
26743   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
26744   algorithm: "plot_throughput_speedup_analysis"
26745   output-file-type: ".html"
26746   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
26747   data: "plot-throughput-speedup-analysis-3n-hsw"
26748   filter: "'NIC_Intel-X710' and
26749            '64B' and
26750            'NDRPDR' and
26751            ('ETH' or 'DOT1Q') and
26752            ('L2BDMACLRN' or 'L2XCFWD') and
26753            'VHOST_1024' and
26754            not 'CFS_OPT' and
26755            not 'VXLAN' and
26756            not 'IP4FWD' and
26757            not 'LBOND'"
26758   parameters:
26759   - "throughput"
26760   - "parent"
26761   - "tags"
26762 #  sort:
26763 #  - "1VM"
26764 #  - "L2XCFWD"
26765 #  - "1VM"
26766 #  - "L2BDMACLRN"
26767   layout:
26768     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
26769     layout: "plot-throughput-speedup-analysis"
26770
26771 -
26772   type: "plot"
26773   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
26774   algorithm: "plot_throughput_speedup_analysis"
26775   output-file-type: ".html"
26776   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
26777   data: "plot-throughput-speedup-analysis-3n-hsw"
26778   filter: "'NIC_Intel-X710' and
26779            '64B' and
26780            'NDRPDR' and
26781            ('ETH' or 'DOT1Q') and
26782            ('L2BDMACLRN' or 'L2XCFWD') and
26783            'VHOST_1024' and
26784            not 'CFS_OPT' and
26785            not 'VXLAN' and
26786            not 'IP4FWD' and
26787            not 'LBOND'"
26788   parameters:
26789   - "throughput"
26790   - "parent"
26791   - "tags"
26792 #  sort:
26793 #  - "1VM"
26794 #  - "L2XCFWD"
26795 #  - "1VM"
26796 #  - "L2BDMACLRN"
26797   layout:
26798     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
26799     layout: "plot-throughput-speedup-analysis"
26800
26801 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
26802 -
26803   type: "plot"
26804   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26805   algorithm: "plot_throughput_speedup_analysis"
26806   output-file-type: ".html"
26807   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26808   data: "plot-throughput-speedup-analysis-3n-hsw"
26809   filter: "'NIC_Intel-XL710' and
26810            '64B' and
26811            'NDRPDR' and
26812            'ETH' and
26813            'IP4FWD' and
26814            'VHOST_1024' and
26815            not 'VXLAN' and
26816            not 'DOT1Q'"
26817   parameters:
26818   - "throughput"
26819   - "parent"
26820   - "tags"
26821   sort:
26822   - "not CFS_OPT"
26823   - "1VM"
26824   - "2VM"
26825   layout:
26826     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
26827     layout: "plot-throughput-speedup-analysis"
26828
26829 -
26830   type: "plot"
26831   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26832   algorithm: "plot_throughput_speedup_analysis"
26833   output-file-type: ".html"
26834   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26835   data: "plot-throughput-speedup-analysis-3n-hsw"
26836   filter: "'NIC_Intel-XL710' and
26837            '64B' and
26838            'NDRPDR' and
26839            'ETH' and
26840            'IP4FWD' and
26841            'VHOST_1024' and
26842            not 'VXLAN' and
26843            not 'DOT1Q'"
26844   parameters:
26845   - "throughput"
26846   - "parent"
26847   - "tags"
26848   sort:
26849   - "not CFS_OPT"
26850   - "1VM"
26851   - "2VM"
26852   layout:
26853     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
26854     layout: "plot-throughput-speedup-analysis"
26855
26856 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
26857 -
26858   type: "plot"
26859   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26860   algorithm: "plot_throughput_speedup_analysis"
26861   output-file-type: ".html"
26862   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
26863   data: "plot-throughput-speedup-analysis-3n-hsw"
26864   filter: "'NIC_Intel-XL710' and
26865            '64B' and
26866            'NDRPDR' and
26867            ('ETH' or 'DOT1Q') and
26868            'L2BDMACLRN' and
26869            'VHOST_1024' and
26870            not 'VXLAN' and
26871            not 'IP4FWD' and
26872            not '2VM'"
26873   parameters:
26874   - "throughput"
26875   - "parent"
26876   - "tags"
26877 #  sort:
26878 #  - "VM"  # "not CFS_OPT"
26879 #  - "CFS_OPT"
26880 #  - "FIB_10K"
26881 #  - "FIB_100K"
26882 #  - "FIB_1M"
26883   layout:
26884     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
26885     layout: "plot-throughput-speedup-analysis"
26886
26887 -
26888   type: "plot"
26889   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26890   algorithm: "plot_throughput_speedup_analysis"
26891   output-file-type: ".html"
26892   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
26893   data: "plot-throughput-speedup-analysis-3n-hsw"
26894   filter: "'NIC_Intel-XL710' and
26895            '64B' and
26896            'NDRPDR' and
26897            ('ETH' or 'DOT1Q') and
26898            'L2BDMACLRN' and
26899            'VHOST_1024' and
26900            not 'VXLAN' and
26901            not 'IP4FWD' and
26902            not '2VM'"
26903   parameters:
26904   - "throughput"
26905   - "parent"
26906   - "tags"
26907 #  sort:
26908 #  - "VM"  # "not CFS_OPT"
26909 #  - "CFS_OPT"
26910 #  - "FIB_10K"
26911 #  - "FIB_100K"
26912 #  - "FIB_1M"
26913   layout:
26914     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
26915     layout: "plot-throughput-speedup-analysis"
26916
26917 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
26918 -
26919   type: "plot"
26920   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26921   algorithm: "plot_throughput_speedup_analysis"
26922   output-file-type: ".html"
26923   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26924   data: "plot-throughput-speedup-analysis-3n-hsw"
26925   filter: "'NIC_Intel-XL710' and
26926            '64B' and
26927            'NDRPDR' and
26928            ('ETH' or 'DOT1Q') and
26929            'BASE' and
26930            ('L2BDMACLRN' or 'L2XCFWD') and
26931            'VHOST_1024' and
26932            not 'VXLAN' and
26933            not 'IP4FWD' and
26934            not '2VM'"
26935   parameters:
26936   - "throughput"
26937   - "parent"
26938   - "tags"
26939 #  sort:
26940 #  - "not CFS_OPT"
26941 #  - "L2XCFWD"
26942 #  - "not CFS_OPT"
26943 #  - "CFS_OPT"
26944   layout:
26945     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
26946     layout: "plot-throughput-speedup-analysis"
26947
26948 -
26949   type: "plot"
26950   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26951   algorithm: "plot_throughput_speedup_analysis"
26952   output-file-type: ".html"
26953   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26954   data: "plot-throughput-speedup-analysis-3n-hsw"
26955   filter: "'NIC_Intel-XL710' and
26956            '64B' and
26957            'NDRPDR' and
26958            ('ETH' or 'DOT1Q') and
26959            'BASE' and
26960            ('L2BDMACLRN' or 'L2XCFWD') and
26961            'VHOST_1024' and
26962            not 'VXLAN' and
26963            not 'IP4FWD' and
26964            not '2VM'"
26965   parameters:
26966   - "throughput"
26967   - "parent"
26968   - "tags"
26969 #  sort:
26970 #  - "not CFS_OPT"
26971 #  - "L2XCFWD"
26972 #  - "not CFS_OPT"
26973 #  - "CFS_OPT"
26974   layout:
26975     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
26976     layout: "plot-throughput-speedup-analysis"
26977
26978 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
26979 -
26980   type: "plot"
26981   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
26982   algorithm: "plot_throughput_speedup_analysis"
26983   output-file-type: ".html"
26984   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
26985   data: "plot-throughput-speedup-analysis-3n-hsw"
26986   filter: "'NIC_Intel-XL710' and
26987            '64B' and
26988            'NDRPDR' and
26989            ('ETH' or 'DOT1Q') and
26990            ('L2BDMACLRN' or 'L2XCFWD') and
26991            'VHOST_1024' and
26992            not 'CFS_OPT' and
26993            not 'VXLAN' and
26994            not 'IP4FWD'"
26995   parameters:
26996   - "throughput"
26997   - "parent"
26998   - "tags"
26999 #  sort:
27000 #  - "1VM"
27001 #  - "L2XCFWD"
27002 #  - "1VM"
27003 #  - "L2BDMACLRN"
27004   layout:
27005     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
27006     layout: "plot-throughput-speedup-analysis"
27007
27008 -
27009   type: "plot"
27010   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
27011   algorithm: "plot_throughput_speedup_analysis"
27012   output-file-type: ".html"
27013   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
27014   data: "plot-throughput-speedup-analysis-3n-hsw"
27015   filter: "'NIC_Intel-XL710' and
27016            '64B' and
27017            'NDRPDR' and
27018            ('ETH' or 'DOT1Q') and
27019            ('L2BDMACLRN' or 'L2XCFWD') and
27020            'VHOST_1024' and
27021            not 'CFS_OPT' and
27022            not 'VXLAN' and
27023            not 'IP4FWD'"
27024   parameters:
27025   - "throughput"
27026   - "parent"
27027   - "tags"
27028 #  sort:
27029 #  - "1VM"
27030 #  - "L2XCFWD"
27031 #  - "1VM"
27032 #  - "L2BDMACLRN"
27033   layout:
27034     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
27035     layout: "plot-throughput-speedup-analysis"
27036
27037 # Packet Speedup - VPP vhost ip4 3n-skx-x710
27038 -
27039   type: "plot"
27040   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27041   algorithm: "plot_throughput_speedup_analysis"
27042   output-file-type: ".html"
27043   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27044   data: "plot-throughput-speedup-analysis-3n-skx"
27045   filter: "'NIC_Intel-X710' and
27046            '64B' and
27047            'NDRPDR' and
27048            'ETH' and
27049            'IP4FWD' and
27050            'VHOST_1024' and
27051            not 'VXLAN' and
27052            not 'DOT1Q'"
27053   parameters:
27054   - "throughput"
27055   - "parent"
27056   - "tags"
27057   sort:
27058   - "not CFS_OPT"
27059   - "1VM"
27060   - "2VM"
27061   layout:
27062     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
27063     layout: "plot-throughput-speedup-analysis"
27064
27065 -
27066   type: "plot"
27067   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27068   algorithm: "plot_throughput_speedup_analysis"
27069   output-file-type: ".html"
27070   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27071   data: "plot-throughput-speedup-analysis-3n-skx"
27072   filter: "'NIC_Intel-X710' and
27073            '64B' and
27074            'NDRPDR' and
27075            'ETH' and
27076            'IP4FWD' and
27077            'VHOST_1024' and
27078            not 'VXLAN' and
27079            not 'DOT1Q'"
27080   parameters:
27081   - "throughput"
27082   - "parent"
27083   - "tags"
27084   sort:
27085   - "not CFS_OPT"
27086   - "1VM"
27087   - "2VM"
27088   layout:
27089     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
27090     layout: "plot-throughput-speedup-analysis"
27091
27092 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
27093 -
27094   type: "plot"
27095   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27096   algorithm: "plot_throughput_speedup_analysis"
27097   output-file-type: ".html"
27098   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27099   data: "plot-throughput-speedup-analysis-3n-skx"
27100   filter: "'NIC_Intel-X710' and
27101            '64B' and
27102            'NDRPDR' and
27103            ('ETH' or 'DOT1Q') and
27104            'L2BDMACLRN' and
27105            'VHOST_1024' and
27106            not 'VXLAN' and
27107            not 'IP4FWD' and
27108            not '2VM'"
27109   parameters:
27110   - "throughput"
27111   - "parent"
27112   - "tags"
27113 #  sort:
27114 #  - "VM"  # "not CFS_OPT"
27115 #  - "CFS_OPT"
27116 #  - "FIB_10K"
27117 #  - "FIB_100K"
27118 #  - "FIB_1M"
27119   layout:
27120     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
27121     layout: "plot-throughput-speedup-analysis"
27122
27123 -
27124   type: "plot"
27125   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27126   algorithm: "plot_throughput_speedup_analysis"
27127   output-file-type: ".html"
27128   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27129   data: "plot-throughput-speedup-analysis-3n-skx"
27130   filter: "'NIC_Intel-X710' and
27131            '64B' and
27132            'NDRPDR' and
27133            ('ETH' or 'DOT1Q') and
27134            'L2BDMACLRN' and
27135            'VHOST_1024' and
27136            not 'VXLAN' and
27137            not 'IP4FWD' and
27138            not '2VM'"
27139   parameters:
27140   - "throughput"
27141   - "parent"
27142   - "tags"
27143 #  sort:
27144 #  - "VM"  # "not CFS_OPT"
27145 #  - "CFS_OPT"
27146 #  - "FIB_10K"
27147 #  - "FIB_100K"
27148 #  - "FIB_1M"
27149   layout:
27150     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
27151     layout: "plot-throughput-speedup-analysis"
27152
27153 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
27154 -
27155   type: "plot"
27156   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
27157   algorithm: "plot_throughput_speedup_analysis"
27158   output-file-type: ".html"
27159   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
27160   data: "plot-throughput-speedup-analysis-3n-skx"
27161   filter: "'NIC_Intel-X710' and
27162            '64B' and
27163            'NDRPDR' and
27164            ('ETH' or 'DOT1Q') and
27165            'BASE' and
27166            ('L2BDMACLRN' or 'L2XCFWD') and
27167            'VHOST_1024' and
27168            not 'VXLAN' and
27169            not 'IP4FWD' and
27170            not '2VM' and
27171            not 'LBOND'"
27172   parameters:
27173   - "throughput"
27174   - "parent"
27175   - "tags"
27176 #  sort:
27177 #  - "not CFS_OPT"
27178 #  - "L2XCFWD"
27179 #  - "not CFS_OPT"
27180 #  - "CFS_OPT"
27181   layout:
27182     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
27183     layout: "plot-throughput-speedup-analysis"
27184
27185 -
27186   type: "plot"
27187   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
27188   algorithm: "plot_throughput_speedup_analysis"
27189   output-file-type: ".html"
27190   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
27191   data: "plot-throughput-speedup-analysis-3n-skx"
27192   filter: "'NIC_Intel-X710' and
27193            '64B' and
27194            'NDRPDR' and
27195            ('ETH' or 'DOT1Q') and
27196            'BASE' and
27197            ('L2BDMACLRN' or 'L2XCFWD') and
27198            'VHOST_1024' and
27199            not 'VXLAN' and
27200            not 'IP4FWD' and
27201            not '2VM' and
27202            not 'LBOND'"
27203   parameters:
27204   - "throughput"
27205   - "parent"
27206   - "tags"
27207 #  sort:
27208 #  - "not CFS_OPT"
27209 #  - "L2XCFWD"
27210 #  - "not CFS_OPT"
27211 #  - "CFS_OPT"
27212   layout:
27213     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
27214     layout: "plot-throughput-speedup-analysis"
27215
27216 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
27217 -
27218   type: "plot"
27219   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
27220   algorithm: "plot_throughput_speedup_analysis"
27221   output-file-type: ".html"
27222   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
27223   data: "plot-throughput-speedup-analysis-3n-skx"
27224   filter: "'NIC_Intel-X710' and
27225            '64B' and
27226            'NDRPDR' and
27227            ('ETH' or 'DOT1Q') and
27228            ('L2BDMACLRN' or 'L2XCFWD') and
27229            'VHOST_1024' and
27230            not 'CFS_OPT' and
27231            not 'VXLAN' and
27232            not 'IP4FWD' and
27233            not 'LBOND'"
27234   parameters:
27235   - "throughput"
27236   - "parent"
27237   - "tags"
27238 #  sort:
27239 #  - "1VM"
27240 #  - "L2XCFWD"
27241 #  - "1VM"
27242 #  - "L2BDMACLRN"
27243   layout:
27244     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
27245     layout: "plot-throughput-speedup-analysis"
27246
27247 -
27248   type: "plot"
27249   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
27250   algorithm: "plot_throughput_speedup_analysis"
27251   output-file-type: ".html"
27252   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
27253   data: "plot-throughput-speedup-analysis-3n-skx"
27254   filter: "'NIC_Intel-X710' and
27255            '64B' and
27256            'NDRPDR' and
27257            ('ETH' or 'DOT1Q') and
27258            ('L2BDMACLRN' or 'L2XCFWD') and
27259            'VHOST_1024' and
27260            not 'CFS_OPT' and
27261            not 'VXLAN' and
27262            not 'IP4FWD' and
27263            not 'LBOND'"
27264   parameters:
27265   - "throughput"
27266   - "parent"
27267   - "tags"
27268 #  sort:
27269 #  - "1VM"
27270 #  - "L2XCFWD"
27271 #  - "1VM"
27272 #  - "L2BDMACLRN"
27273   layout:
27274     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
27275     layout: "plot-throughput-speedup-analysis"
27276
27277 # Packet Speedup - VPP vhost ip4 2n-skx-x710
27278 -
27279   type: "plot"
27280   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27281   algorithm: "plot_throughput_speedup_analysis"
27282   output-file-type: ".html"
27283   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27284   data: "plot-throughput-speedup-analysis-2n-skx"
27285   filter: "'NIC_Intel-X710' and
27286            '64B' and
27287            'NDRPDR' and
27288            'ETH' and
27289            'IP4FWD' and
27290            'VHOST_1024' and
27291            not 'VXLAN' and
27292            not 'DOT1Q'"
27293   parameters:
27294   - "throughput"
27295   - "parent"
27296   - "tags"
27297   sort:
27298   - "not CFS_OPT"
27299   - "1VM"
27300   - "2VM"
27301   layout:
27302     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
27303     layout: "plot-throughput-speedup-analysis"
27304
27305 -
27306   type: "plot"
27307   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27308   algorithm: "plot_throughput_speedup_analysis"
27309   output-file-type: ".html"
27310   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27311   data: "plot-throughput-speedup-analysis-2n-skx"
27312   filter: "'NIC_Intel-X710' and
27313            '64B' and
27314            'NDRPDR' and
27315            'ETH' and
27316            'IP4FWD' and
27317            'VHOST_1024' and
27318            not 'VXLAN' and
27319            not 'DOT1Q'"
27320   parameters:
27321   - "throughput"
27322   - "parent"
27323   - "tags"
27324   sort:
27325   - "not CFS_OPT"
27326   - "1VM"
27327   - "2VM"
27328   layout:
27329     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
27330     layout: "plot-throughput-speedup-analysis"
27331
27332 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
27333 -
27334   type: "plot"
27335   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27336   algorithm: "plot_throughput_speedup_analysis"
27337   output-file-type: ".html"
27338   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27339   data: "plot-throughput-speedup-analysis-2n-skx"
27340   filter: "'NIC_Intel-X710' and
27341            '64B' and
27342            'NDRPDR' and
27343            ('ETH' or 'DOT1Q') and
27344            'L2BDMACLRN' and
27345            'VHOST_1024' and
27346            not 'VXLAN' and
27347            not 'IP4FWD' and
27348            not '2VM'"
27349   parameters:
27350   - "throughput"
27351   - "parent"
27352   - "tags"
27353 #  sort:
27354 #  - "VM"  # "not CFS_OPT"
27355 #  - "CFS_OPT"
27356 #  - "FIB_10K"
27357 #  - "FIB_100K"
27358 #  - "FIB_1M"
27359   layout:
27360     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
27361     layout: "plot-throughput-speedup-analysis"
27362
27363 -
27364   type: "plot"
27365   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27366   algorithm: "plot_throughput_speedup_analysis"
27367   output-file-type: ".html"
27368   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27369   data: "plot-throughput-speedup-analysis-2n-skx"
27370   filter: "'NIC_Intel-X710' and
27371            '64B' and
27372            'NDRPDR' and
27373            ('ETH' or 'DOT1Q') and
27374            'L2BDMACLRN' and
27375            'VHOST_1024' and
27376            not 'VXLAN' and
27377            not 'IP4FWD' and
27378            not '2VM'"
27379   parameters:
27380   - "throughput"
27381   - "parent"
27382   - "tags"
27383 #  sort:
27384 #  - "VM"  # "not CFS_OPT"
27385 #  - "CFS_OPT"
27386 #  - "FIB_10K"
27387 #  - "FIB_100K"
27388 #  - "FIB_1M"
27389   layout:
27390     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
27391     layout: "plot-throughput-speedup-analysis"
27392
27393 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
27394 -
27395   type: "plot"
27396   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
27397   algorithm: "plot_throughput_speedup_analysis"
27398   output-file-type: ".html"
27399   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
27400   data: "plot-throughput-speedup-analysis-2n-skx"
27401   filter: "'NIC_Intel-X710' and
27402            '64B' and
27403            'NDRPDR' and
27404            ('ETH' or 'DOT1Q') and
27405            'BASE' and
27406            ('L2BDMACLRN' or 'L2XCFWD') and
27407            'VHOST_1024' and
27408            not 'VXLAN' and
27409            not 'IP4FWD' and
27410            not '2VM'"
27411   parameters:
27412   - "throughput"
27413   - "parent"
27414   - "tags"
27415 #  sort:
27416 #  - "not CFS_OPT"
27417 #  - "L2XCFWD"
27418 #  - "not CFS_OPT"
27419 #  - "CFS_OPT"
27420   layout:
27421     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
27422     layout: "plot-throughput-speedup-analysis"
27423
27424 -
27425   type: "plot"
27426   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
27427   algorithm: "plot_throughput_speedup_analysis"
27428   output-file-type: ".html"
27429   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
27430   data: "plot-throughput-speedup-analysis-2n-skx"
27431   filter: "'NIC_Intel-X710' and
27432            '64B' and
27433            'NDRPDR' and
27434            ('ETH' or 'DOT1Q') and
27435            'BASE' and
27436            ('L2BDMACLRN' or 'L2XCFWD') and
27437            'VHOST_1024' and
27438            not 'VXLAN' and
27439            not 'IP4FWD' and
27440            not '2VM'"
27441   parameters:
27442   - "throughput"
27443   - "parent"
27444   - "tags"
27445 #  sort:
27446 #  - "not CFS_OPT"
27447 #  - "L2XCFWD"
27448 #  - "not CFS_OPT"
27449 #  - "CFS_OPT"
27450   layout:
27451     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
27452     layout: "plot-throughput-speedup-analysis"
27453
27454 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
27455 -
27456   type: "plot"
27457   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27458   algorithm: "plot_throughput_speedup_analysis"
27459   output-file-type: ".html"
27460   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27461   data: "plot-throughput-speedup-analysis-2n-skx"
27462   filter: "'NIC_Intel-X710' and
27463            '64B' and
27464            'NDRPDR' and
27465            ('ETH' or 'DOT1Q') and
27466            ('L2BDMACLRN' or 'L2XCFWD') and
27467            'VHOST_1024' and
27468            not 'CFS_OPT' and
27469            not 'VXLAN' and
27470            not 'IP4FWD'"
27471   parameters:
27472   - "throughput"
27473   - "parent"
27474   - "tags"
27475 #  sort:
27476 #  - "1VM"
27477 #  - "L2XCFWD"
27478 #  - "1VM"
27479 #  - "L2BDMACLRN"
27480   layout:
27481     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
27482     layout: "plot-throughput-speedup-analysis"
27483
27484 -
27485   type: "plot"
27486   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27487   algorithm: "plot_throughput_speedup_analysis"
27488   output-file-type: ".html"
27489   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27490   data: "plot-throughput-speedup-analysis-2n-skx"
27491   filter: "'NIC_Intel-X710' and
27492            '64B' and
27493            'NDRPDR' and
27494            ('ETH' or 'DOT1Q') and
27495            ('L2BDMACLRN' or 'L2XCFWD') and
27496            'VHOST_1024' and
27497            not 'CFS_OPT' and
27498            not 'VXLAN' and
27499            not 'IP4FWD'"
27500   parameters:
27501   - "throughput"
27502   - "parent"
27503   - "tags"
27504 #  sort:
27505 #  - "1VM"
27506 #  - "L2XCFWD"
27507 #  - "1VM"
27508 #  - "L2BDMACLRN"
27509   layout:
27510     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
27511     layout: "plot-throughput-speedup-analysis"
27512
27513 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
27514 -
27515   type: "plot"
27516   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27517   algorithm: "plot_throughput_speedup_analysis"
27518   output-file-type: ".html"
27519   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27520   data: "plot-throughput-speedup-analysis-2n-skx"
27521   filter: "'NIC_Intel-XXV710' and
27522            '64B' and
27523            'NDRPDR' and
27524            'ETH' and
27525            'IP4FWD' and
27526            'VHOST_1024' and
27527            not 'VXLAN' and
27528            not 'DOT1Q'"
27529   parameters:
27530   - "throughput"
27531   - "parent"
27532   - "tags"
27533   sort:
27534   - "not CFS_OPT"
27535   - "1VM"
27536   - "2VM"
27537   layout:
27538     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
27539     layout: "plot-throughput-speedup-analysis"
27540
27541 -
27542   type: "plot"
27543   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27544   algorithm: "plot_throughput_speedup_analysis"
27545   output-file-type: ".html"
27546   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27547   data: "plot-throughput-speedup-analysis-2n-skx"
27548   filter: "'NIC_Intel-XXV710' and
27549            '64B' and
27550            'NDRPDR' and
27551            'ETH' and
27552            'IP4FWD' and
27553            'VHOST_1024' and
27554            not 'VXLAN' and
27555            not 'DOT1Q'"
27556   parameters:
27557   - "throughput"
27558   - "parent"
27559   - "tags"
27560   sort:
27561   - "not CFS_OPT"
27562   - "1VM"
27563   - "2VM"
27564   layout:
27565     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
27566     layout: "plot-throughput-speedup-analysis"
27567
27568 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
27569 -
27570   type: "plot"
27571   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27572   algorithm: "plot_throughput_speedup_analysis"
27573   output-file-type: ".html"
27574   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27575   data: "plot-throughput-speedup-analysis-2n-skx"
27576   filter: "'NIC_Intel-XXV710' and
27577            '64B' and
27578            'NDRPDR' and
27579            ('ETH' or 'DOT1Q') and
27580            'L2BDMACLRN' and
27581            'VHOST_1024' and
27582            not 'VXLAN' and
27583            not 'IP4FWD' and
27584            not '2VM'"
27585   parameters:
27586   - "throughput"
27587   - "parent"
27588   - "tags"
27589 #  sort:
27590 #  - "VM"  # "not CFS_OPT"
27591 #  - "CFS_OPT"
27592 #  - "FIB_10K"
27593 #  - "FIB_100K"
27594 #  - "FIB_1M"
27595   layout:
27596     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
27597     layout: "plot-throughput-speedup-analysis"
27598
27599 -
27600   type: "plot"
27601   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27602   algorithm: "plot_throughput_speedup_analysis"
27603   output-file-type: ".html"
27604   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27605   data: "plot-throughput-speedup-analysis-2n-skx"
27606   filter: "'NIC_Intel-XXV710' and
27607            '64B' and
27608            'NDRPDR' and
27609            ('ETH' or 'DOT1Q') and
27610            'L2BDMACLRN' and
27611            'VHOST_1024' and
27612            not 'VXLAN' and
27613            not 'IP4FWD' and
27614            not '2VM'"
27615   parameters:
27616   - "throughput"
27617   - "parent"
27618   - "tags"
27619 #  sort:
27620 #  - "VM"  # "not CFS_OPT"
27621 #  - "CFS_OPT"
27622 #  - "FIB_10K"
27623 #  - "FIB_100K"
27624 #  - "FIB_1M"
27625   layout:
27626     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
27627     layout: "plot-throughput-speedup-analysis"
27628
27629 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
27630 -
27631   type: "plot"
27632   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
27633   algorithm: "plot_throughput_speedup_analysis"
27634   output-file-type: ".html"
27635   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
27636   data: "plot-throughput-speedup-analysis-2n-skx"
27637   filter: "'NIC_Intel-XXV710' and
27638            '64B' and
27639            'NDRPDR' and
27640            ('ETH' or 'DOT1Q') and
27641            'BASE' and
27642            ('L2BDMACLRN' or 'L2XCFWD') and
27643            'VHOST_1024' and
27644            not 'VXLAN' and
27645            not 'IP4FWD' and
27646            not '2VM'"
27647   parameters:
27648   - "throughput"
27649   - "parent"
27650   - "tags"
27651 #  sort:
27652 #  - "not CFS_OPT"
27653 #  - "L2XCFWD"
27654 #  - "not CFS_OPT"
27655 #  - "CFS_OPT"
27656   layout:
27657     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
27658     layout: "plot-throughput-speedup-analysis"
27659
27660 -
27661   type: "plot"
27662   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
27663   algorithm: "plot_throughput_speedup_analysis"
27664   output-file-type: ".html"
27665   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
27666   data: "plot-throughput-speedup-analysis-2n-skx"
27667   filter: "'NIC_Intel-XXV710' and
27668            '64B' and
27669            'NDRPDR' and
27670            ('ETH' or 'DOT1Q') and
27671            'BASE' and
27672            ('L2BDMACLRN' or 'L2XCFWD') and
27673            'VHOST_1024' and
27674            not 'VXLAN' and
27675            not 'IP4FWD' and
27676            not '2VM'"
27677   parameters:
27678   - "throughput"
27679   - "parent"
27680   - "tags"
27681 #  sort:
27682 #  - "not CFS_OPT"
27683 #  - "L2XCFWD"
27684 #  - "not CFS_OPT"
27685 #  - "CFS_OPT"
27686   layout:
27687     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
27688     layout: "plot-throughput-speedup-analysis"
27689
27690 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
27691 -
27692   type: "plot"
27693   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27694   algorithm: "plot_throughput_speedup_analysis"
27695   output-file-type: ".html"
27696   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27697   data: "plot-throughput-speedup-analysis-2n-skx"
27698   filter: "'NIC_Intel-XXV710' and
27699            '64B' and
27700            'NDRPDR' and
27701            ('ETH' or 'DOT1Q') and
27702            ('L2BDMACLRN' or 'L2XCFWD') and
27703            'VHOST_1024' and
27704            not 'CFS_OPT' and
27705            not 'VXLAN' and
27706            not 'IP4FWD'"
27707   parameters:
27708   - "throughput"
27709   - "parent"
27710   - "tags"
27711 #  sort:
27712 #  - "1VM"
27713 #  - "L2XCFWD"
27714 #  - "1VM"
27715 #  - "L2BDMACLRN"
27716   layout:
27717     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
27718     layout: "plot-throughput-speedup-analysis"
27719
27720 -
27721   type: "plot"
27722   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27723   algorithm: "plot_throughput_speedup_analysis"
27724   output-file-type: ".html"
27725   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27726   data: "plot-throughput-speedup-analysis-2n-skx"
27727   filter: "'NIC_Intel-XXV710' and
27728            '64B' and
27729            'NDRPDR' and
27730            ('ETH' or 'DOT1Q') and
27731            ('L2BDMACLRN' or 'L2XCFWD') and
27732            'VHOST_1024' and
27733            not 'CFS_OPT' and
27734            not 'VXLAN' and
27735            not 'IP4FWD'"
27736   parameters:
27737   - "throughput"
27738   - "parent"
27739   - "tags"
27740 #  sort:
27741 #  - "1VM"
27742 #  - "L2XCFWD"
27743 #  - "1VM"
27744 #  - "L2BDMACLRN"
27745   layout:
27746     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
27747     layout: "plot-throughput-speedup-analysis"
27748
27749 ################################################################################
27750
27751 # Speedup - VPP vts 3n-hsw-x520
27752 -
27753   type: "plot"
27754   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27755   algorithm: "plot_throughput_speedup_analysis"
27756   output-file-type: ".html"
27757   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27758   data: "plot-throughput-speedup-analysis-3n-hsw"
27759   filter: "'NIC_Intel-X520-DA2' and
27760            '114B' and
27761            'NDRPDR' and
27762            'VTS'"
27763   parameters:
27764   - "throughput"
27765   - "parent"
27766   - "tags"
27767   layout:
27768     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
27769     layout: "plot-throughput-speedup-analysis"
27770
27771 -
27772   type: "plot"
27773   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27774   algorithm: "plot_throughput_speedup_analysis"
27775   output-file-type: ".html"
27776   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27777   data: "plot-throughput-speedup-analysis-3n-hsw"
27778   filter: "'NIC_Intel-X520-DA2' and
27779            '114B' and
27780            'NDRPDR' and
27781            'VTS'"
27782   parameters:
27783   - "throughput"
27784   - "parent"
27785   - "tags"
27786   layout:
27787     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27788     layout: "plot-throughput-speedup-analysis"