Report: Add RC1 data
[csit.git] / resources / tools / presentation / specifications / report / elements.yaml
1 ################################################################################
2 ###                               T A B L E S                                ###
3 ################################################################################
4
5 # VPP Soak vs NDR - 2n-skx
6 - type: "table"
7   title: "VPP Soak vs NDR 2n-skx"
8   algorithm: "table_soak_vs_ndr"
9   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
10   reference:
11     title: "NDR"
12     data: "vpp-soak-vs-ndr-2n-skx-ref"
13   compare:
14     title: "Soak"
15     data: "vpp-2n-skx-curr-soak"
16   data: "vpp-soak-vs-ndr-2n-skx"
17   include-tests: "NDR"
18   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
19   parameters:
20     - "throughput"
21     - "name"
22     - "parent"
23
24 # VPP Soak vs NDR - 2n-clx
25 - type: "table"
26   title: "VPP Soak vs NDR 2n-clx"
27   algorithm: "table_soak_vs_ndr"
28   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
29   reference:
30     title: "NDR"
31     data: "vpp-soak-vs-ndr-2n-clx-ref"
32   compare:
33     title: "Soak"
34     data: "vpp-2n-clx-curr-soak"
35   data: "vpp-soak-vs-ndr-2n-clx"
36   include-tests: "NDR"
37   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
38   parameters:
39     - "throughput"
40     - "name"
41     - "parent"
42
43 ################################################################################
44
45 # VPP Compare NICs 3n-skx 2t1c ndr
46 - type: "table"
47   title: "VPP Compare NICs 3n-skx 2t1c ndr"
48   algorithm: "table_comparison"
49   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
50   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
51   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
52   columns:
53     - title: "x710"
54       data-set: "vpp-3n-skx-curr-iter"
55       tag: "NIC_Intel-X710"
56     - title: "xxv710"
57       data-set: "vpp-3n-skx-curr-iter"
58       tag: "NIC_Intel-XXV710"
59   comparisons:
60     - title: "Diff"
61       reference: 1
62       compare: 2
63   legend:
64     - ""
65     - "x710, xxv710 - NICs tested."
66     - "Diff - difference between x710 and xxv710 NIC."
67
68 # VPP Compare NICs 3n-skx 4t2c ndr
69 - type: "table"
70   title: "VPP Compare NICs 3n-skx 4t2c ndr"
71   algorithm: "table_comparison"
72   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
73   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
74   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
75   columns:
76     - title: "x710"
77       data-set: "vpp-3n-skx-curr-iter"
78       tag: "NIC_Intel-X710"
79     - title: "xxv710"
80       data-set: "vpp-3n-skx-curr-iter"
81       tag: "NIC_Intel-XXV710"
82   comparisons:
83     - title: "Diff"
84       reference: 1
85       compare: 2
86   legend:
87     - ""
88     - "x710, xxv710 - NICs tested."
89     - "Diff - difference between x710 and xxv710 NIC."
90
91 # VPP Compare NICs 3n-skx 2t1c pdr
92 - type: "table"
93   title: "VPP Compare NICs 3n-skx 2t1c pdr"
94   algorithm: "table_comparison"
95   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
96   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
97   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
98   columns:
99     - title: "x710"
100       data-set: "vpp-3n-skx-curr-iter"
101       tag: "NIC_Intel-X710"
102     - title: "xxv710"
103       data-set: "vpp-3n-skx-curr-iter"
104       tag: "NIC_Intel-XXV710"
105   comparisons:
106     - title: "Diff"
107       reference: 1
108       compare: 2
109   legend:
110     - ""
111     - "x710, xxv710 - NICs tested."
112     - "Diff - difference between x710 and xxv710 NIC."
113
114 # VPP Compare NICs 3n-skx 4t2c pdr
115 - type: "table"
116   title: "VPP Compare NICs 3n-skx 4t2c pdr"
117   algorithm: "table_comparison"
118   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
119   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
120   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
121   columns:
122     - title: "x710"
123       data-set: "vpp-3n-skx-curr-iter"
124       tag: "NIC_Intel-X710"
125     - title: "xxv710"
126       data-set: "vpp-3n-skx-curr-iter"
127       tag: "NIC_Intel-XXV710"
128   comparisons:
129     - title: "Diff"
130       reference: 1
131       compare: 2
132   legend:
133     - ""
134     - "x710, xxv710 - NICs tested."
135     - "Diff - difference between x710 and xxv710 NIC."
136
137 # VPP Compare NICs 3n-skx 2t1c mrr
138 - type: "table"
139   title: "VPP Compare NICs 3n-skx 2t1c mrr"
140   algorithm: "table_comparison"
141   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
142   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
143   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
144   columns:
145     - title: "x710"
146       data-set: "vpp-3n-skx-curr-iter-mrr"
147       tag: "NIC_Intel-X710"
148     - title: "xxv710"
149       data-set: "vpp-3n-skx-curr-iter-mrr"
150       tag: "NIC_Intel-XXV710"
151   comparisons:
152     - title: "Diff"
153       reference: 1
154       compare: 2
155   legend:
156     - ""
157     - "x710, xxv710 - NICs tested."
158     - "Diff - difference between x710 and xxv710 NIC."
159
160 # VPP Compare NICs 3n-skx 4t2c mrr
161 - type: "table"
162   title: "VPP Compare NICs 3n-skx 4t2c mrr"
163   algorithm: "table_comparison"
164   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
165   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
166   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
167   columns:
168     - title: "x710"
169       data-set: "vpp-3n-skx-curr-iter-mrr"
170       tag: "NIC_Intel-X710"
171     - title: "xxv710"
172       data-set: "vpp-3n-skx-curr-iter-mrr"
173       tag: "NIC_Intel-XXV710"
174   comparisons:
175     - title: "Diff"
176       reference: 1
177       compare: 2
178   legend:
179     - ""
180     - "x710, xxv710 - NICs tested."
181     - "Diff - difference between x710 and xxv710 NIC."
182
183 # VPP Compare NICs 3n-skx 8t4c mrr
184 - type: "table"
185   title: "VPP Compare NICs 3n-skx 8t4c mrr"
186   algorithm: "table_comparison"
187   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
188   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
189   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
190   columns:
191     - title: "x710"
192       data-set: "vpp-3n-skx-curr-iter-mrr"
193       tag: "NIC_Intel-X710"
194     - title: "xxv710"
195       data-set: "vpp-3n-skx-curr-iter-mrr"
196       tag: "NIC_Intel-XXV710"
197   comparisons:
198     - title: "Diff"
199       reference: 1
200       compare: 2
201   legend:
202     - ""
203     - "x710, xxv710 - NICs tested."
204     - "Diff - difference between x710 and xxv710 NIC."
205
206 # VPP Compare NICs 2n-skx 2t1c ndr
207 - type: "table"
208   title: "VPP Compare NICs 2n-skx 2t1c ndr"
209   algorithm: "table_comparison"
210   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
211   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
212   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
213   columns:
214     - title: "x710"
215       data-set: "vpp-2n-skx-curr-iter"
216       tag: "NIC_Intel-X710"
217     - title: "xxv710"
218       data-set: "vpp-2n-skx-curr-iter"
219       tag: "NIC_Intel-XXV710"
220   comparisons:
221     - title: "Diff"
222       reference: 1
223       compare: 2
224   legend:
225     - ""
226     - "x710, xxv710 - NICs tested."
227     - "Diff - difference between x710 and xxv710 NIC."
228
229 # VPP Compare NICs 2n-skx 4t2c ndr
230 - type: "table"
231   title: "VPP Compare NICs 2n-skx 4t2c ndr"
232   algorithm: "table_comparison"
233   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
234   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
235   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
236   columns:
237     - title: "x710"
238       data-set: "vpp-2n-skx-curr-iter"
239       tag: "NIC_Intel-X710"
240     - title: "xxv710"
241       data-set: "vpp-2n-skx-curr-iter"
242       tag: "NIC_Intel-XXV710"
243   comparisons:
244     - title: "Diff"
245       reference: 1
246       compare: 2
247   legend:
248     - ""
249     - "x710, xxv710 - NICs tested."
250     - "Diff - difference between x710 and xxv710 NIC."
251
252 # VPP Compare NICs 2n-skx 2t1c pdr
253 - type: "table"
254   title: "VPP Compare NICs 2n-skx 2t1c pdr"
255   algorithm: "table_comparison"
256   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
257   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
258   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
259   columns:
260     - title: "x710"
261       data-set: "vpp-2n-skx-curr-iter"
262       tag: "NIC_Intel-X710"
263     - title: "xxv710"
264       data-set: "vpp-2n-skx-curr-iter"
265       tag: "NIC_Intel-XXV710"
266   comparisons:
267     - title: "Diff"
268       reference: 1
269       compare: 2
270   legend:
271     - ""
272     - "x710, xxv710 - NICs tested."
273     - "Diff - difference between x710 and xxv710 NIC."
274
275 # VPP Compare NICs 2n-skx 4t2c pdr
276 - type: "table"
277   title: "VPP Compare NICs 2n-skx 4t2c pdr"
278   algorithm: "table_comparison"
279   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
280   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
281   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
282   columns:
283     - title: "x710"
284       data-set: "vpp-2n-skx-curr-iter"
285       tag: "NIC_Intel-X710"
286     - title: "xxv710"
287       data-set: "vpp-2n-skx-curr-iter"
288       tag: "NIC_Intel-XXV710"
289   comparisons:
290     - title: "Diff"
291       reference: 1
292       compare: 2
293   legend:
294     - ""
295     - "x710, xxv710 - NICs tested."
296     - "Diff - difference between x710 and xxv710 NIC."
297
298 # VPP Compare NICs 2n-skx 2t1c mrr
299 - type: "table"
300   title: "VPP Compare NICs 2n-skx 2t1c mrr"
301   algorithm: "table_comparison"
302   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
303   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
304   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
305   columns:
306     - title: "x710"
307       data-set: "vpp-2n-skx-curr-iter-mrr"
308       tag: "NIC_Intel-X710"
309     - title: "xxv710"
310       data-set: "vpp-2n-skx-curr-iter-mrr"
311       tag: "NIC_Intel-XXV710"
312   comparisons:
313     - title: "Diff"
314       reference: 1
315       compare: 2
316   legend:
317     - ""
318     - "x710, xxv710 - NICs tested."
319     - "Diff - difference between x710 and xxv710 NIC."
320
321 # VPP Compare NICs 2n-skx 4t2c mrr
322 - type: "table"
323   title: "VPP Compare NICs 2n-skx 4t2c mrr"
324   algorithm: "table_comparison"
325   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
326   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
327   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
328   columns:
329     - title: "x710"
330       data-set: "vpp-2n-skx-curr-iter-mrr"
331       tag: "NIC_Intel-X710"
332     - title: "xxv710"
333       data-set: "vpp-2n-skx-curr-iter-mrr"
334       tag: "NIC_Intel-XXV710"
335   comparisons:
336     - title: "Diff"
337       reference: 1
338       compare: 2
339   legend:
340     - ""
341     - "x710, xxv710 - NICs tested."
342     - "Diff - difference between x710 and xxv710 NIC."
343
344 # VPP Compare NICs 2n-skx 8t4c mrr
345 - type: "table"
346   title: "VPP Compare NICs 2n-skx 8t4c mrr"
347   algorithm: "table_comparison"
348   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
349   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
350   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
351   columns:
352     - title: "x710"
353       data-set: "vpp-2n-skx-curr-iter-mrr"
354       tag: "NIC_Intel-X710"
355     - title: "xxv710"
356       data-set: "vpp-2n-skx-curr-iter-mrr"
357       tag: "NIC_Intel-XXV710"
358   comparisons:
359     - title: "Diff"
360       reference: 1
361       compare: 2
362   legend:
363     - ""
364     - "x710, xxv710 - NICs tested."
365     - "Diff - difference between x710 and xxv710 NIC."
366
367 ################################################################################
368 # VPP
369
370 # VPP Performance Changes 3n-skx 2t1c pdr
371 - type: "table"
372   title: "VPP Performance Changes 3n-skx 2t1c pdr"
373   algorithm: "table_comparison"
374   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
375   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
376   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
377   columns:
378     - title: "2009.0-6"
379       data-set: "vpp-3n-skx-hist-iter-new-env"
380     - title: "2101.0-6"
381       data-set: "vpp-3n-skx-prev-iter-old-env"
382     - title: "2101.0-7"
383       data-set: "vpp-3n-skx-prev-iter-new-env"
384     - title: "2106.0-7"
385       data-set: "vpp-3n-skx-curr-iter"
386   comparisons:
387     - title: "2101.0-7 vs 2101.0-6"
388       reference: 2
389       compare: 3
390 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
391     - title: "2106.0-7 vs 2101.0-7"
392       reference: 3
393       compare: 4
394 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
395   legend:
396     - ''
397     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
398     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
399     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
400     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
401     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
402
403 # VPP Performance Changes 3n-skx 4t2c pdr
404 - type: "table"
405   title: "VPP Performance Changes 3n-skx 4t2c pdr"
406   algorithm: "table_comparison"
407   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
408   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
409   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
410   columns:
411     - title: "2009.0-6"
412       data-set: "vpp-3n-skx-hist-iter-new-env"
413     - title: "2101.0-6"
414       data-set: "vpp-3n-skx-prev-iter-old-env"
415     - title: "2101.0-7"
416       data-set: "vpp-3n-skx-prev-iter-new-env"
417     - title: "2106.0-7"
418       data-set: "vpp-3n-skx-curr-iter"
419   comparisons:
420     - title: "2101.0-7 vs 2101.0-6"
421       reference: 2
422       compare: 3
423 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
424     - title: "2106.0-7 vs 2101.0-7"
425       reference: 3
426       compare: 4
427 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
428   legend:
429     - ''
430     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
431     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
432     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
433     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
434     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
435
436 # VPP Performance Changes 3n-skx 2t1c ndr
437 - type: "table"
438   title: "VPP Performance Changes 3n-skx 2t1c ndr"
439   algorithm: "table_comparison"
440   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
441   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
442   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
443   columns:
444     - title: "2009.0-6"
445       data-set: "vpp-3n-skx-hist-iter-new-env"
446     - title: "2101.0-6"
447       data-set: "vpp-3n-skx-prev-iter-old-env"
448     - title: "2101.0-7"
449       data-set: "vpp-3n-skx-prev-iter-new-env"
450     - title: "2106.0-7"
451       data-set: "vpp-3n-skx-curr-iter"
452   comparisons:
453     - title: "2101.0-7 vs 2101.0-6"
454       reference: 2
455       compare: 3
456 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
457     - title: "2106.0-7 vs 2101.0-7"
458       reference: 3
459       compare: 4
460 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
461   legend:
462     - ''
463     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
464     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
465     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
466     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
467     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
468
469 # VPP Performance Changes 3n-skx 4t2c ndr
470 - type: "table"
471   title: "VPP Performance Changes 3n-skx 4t2c ndr"
472   algorithm: "table_comparison"
473   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
474   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
475   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
476   columns:
477     - title: "2009.0-6"
478       data-set: "vpp-3n-skx-hist-iter-new-env"
479     - title: "2101.0-6"
480       data-set: "vpp-3n-skx-prev-iter-old-env"
481     - title: "2101.0-7"
482       data-set: "vpp-3n-skx-prev-iter-new-env"
483     - title: "2106.0-7"
484       data-set: "vpp-3n-skx-curr-iter"
485   comparisons:
486     - title: "2101.0-7 vs 2101.0-6"
487       reference: 2
488       compare: 3
489 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
490     - title: "2106.0-7 vs 2101.0-7"
491       reference: 3
492       compare: 4
493 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
494   legend:
495     - ''
496     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
497     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
498     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
499     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
500     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
501
502 # VPP Performance Changes 2n-skx 2t1c pdr
503 - type: "table"
504   title: "VPP Performance Changes 2n-skx 2t1c pdr"
505   algorithm: "table_comparison"
506   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
507   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
508   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
509   columns:
510     - title: "2009.0-6"
511       data-set: "vpp-2n-skx-hist-iter-new-env"
512     - title: "2101.0-6"
513       data-set: "vpp-2n-skx-prev-iter-old-env"
514     - title: "2101.0-7"
515       data-set: "vpp-2n-skx-prev-iter-new-env"
516     - title: "2106.0-7"
517       data-set: "vpp-2n-skx-curr-iter"
518   comparisons:
519     - title: "2101.0-7 vs 2101.0-6"
520       reference: 2
521       compare: 3
522 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
523     - title: "2106.0-7 vs 2101.0-7"
524       reference: 3
525       compare: 4
526 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
527   legend:
528     - ''
529     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
530     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
531     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
532     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
533     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
534
535 # VPP Performance Changes 2n-skx 4t2c pdr
536 - type: "table"
537   title: "VPP Performance Changes 2n-skx 4t2c pdr"
538   algorithm: "table_comparison"
539   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
540   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
541   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
542   columns:
543     - title: "2009.0-6"
544       data-set: "vpp-2n-skx-hist-iter-new-env"
545     - title: "2101.0-6"
546       data-set: "vpp-2n-skx-prev-iter-old-env"
547     - title: "2101.0-7"
548       data-set: "vpp-2n-skx-prev-iter-new-env"
549     - title: "2106.0-7"
550       data-set: "vpp-2n-skx-curr-iter"
551   comparisons:
552     - title: "2101.0-7 vs 2101.0-6"
553       reference: 2
554       compare: 3
555 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
556     - title: "2106.0-7 vs 2101.0-7"
557       reference: 3
558       compare: 4
559 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
560   legend:
561     - ''
562     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
563     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
564     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
565     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
566     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
567
568 # VPP Performance Changes 2n-skx 2t1c ndr
569 - type: "table"
570   title: "VPP Performance Changes 2n-skx 2t1c ndr"
571   algorithm: "table_comparison"
572   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
573   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
574   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
575   columns:
576     - title: "2009.0-6"
577       data-set: "vpp-2n-skx-hist-iter-new-env"
578     - title: "2101.0-6"
579       data-set: "vpp-2n-skx-prev-iter-old-env"
580     - title: "2101.0-7"
581       data-set: "vpp-2n-skx-prev-iter-new-env"
582     - title: "2106.0-7"
583       data-set: "vpp-2n-skx-curr-iter"
584   comparisons:
585     - title: "2101.0-7 vs 2101.0-6"
586       reference: 2
587       compare: 3
588 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
589     - title: "2106.0-7 vs 2101.0-7"
590       reference: 3
591       compare: 4
592 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
593   legend:
594     - ''
595     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
596     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
597     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
598     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
599     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
600
601 # VPP Performance Changes 2n-skx 4t2c ndr
602 - type: "table"
603   title: "VPP Performance Changes 2n-skx 4t2c ndr"
604   algorithm: "table_comparison"
605   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
606   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
607   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
608   columns:
609     - title: "2009.0-6"
610       data-set: "vpp-2n-skx-hist-iter-new-env"
611     - title: "2101.0-6"
612       data-set: "vpp-2n-skx-prev-iter-old-env"
613     - title: "2101.0-7"
614       data-set: "vpp-2n-skx-prev-iter-new-env"
615     - title: "2106.0-7"
616       data-set: "vpp-2n-skx-curr-iter"
617   comparisons:
618     - title: "2101.0-7 vs 2101.0-6"
619       reference: 2
620       compare: 3
621 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
622     - title: "2106.0-7 vs 2101.0-7"
623       reference: 3
624       compare: 4
625 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
626   legend:
627     - ''
628     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
629     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
630     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
631     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
632     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
633
634 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
635 - type: "table"
636   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
637   algorithm: "table_comparison"
638   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
639   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
640   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
641   columns:
642     - title: "2009.0-6"
643       data-set: "vpp-2n-clx-hist-iter-new-env"
644     - title: "2101.0-6"
645       data-set: "vpp-2n-clx-prev-iter-old-env"
646     - title: "2101.0-7"
647       data-set: "vpp-2n-clx-prev-iter-new-env"
648     - title: "2106.0-7"
649       data-set: "vpp-2n-clx-curr-iter"
650   comparisons:
651     - title: "2101.0-7 vs 2101.0-6"
652       reference: 2
653       compare: 3
654 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
655     - title: "2106.0-7 vs 2101.0-7"
656       reference: 3
657       compare: 4
658 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
659   legend:
660     - ''
661     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
662     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
663     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
664     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
665     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
666
667 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
668 - type: "table"
669   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
670   algorithm: "table_comparison"
671   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
672   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
673   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
674   columns:
675     - title: "2009.0-6"
676       data-set: "vpp-2n-clx-hist-iter-new-env"
677     - title: "2101.0-6"
678       data-set: "vpp-2n-clx-prev-iter-old-env"
679     - title: "2101.0-7"
680       data-set: "vpp-2n-clx-prev-iter-new-env"
681     - title: "2106.0-7"
682       data-set: "vpp-2n-clx-curr-iter"
683   comparisons:
684     - title: "2101.0-7 vs 2101.0-6"
685       reference: 2
686       compare: 3
687 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
688     - title: "2106.0-7 vs 2101.0-7"
689       reference: 3
690       compare: 4
691 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
692   legend:
693     - ''
694     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
695     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
696     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
697     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
698     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
699
700 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
701 - type: "table"
702   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
703   algorithm: "table_comparison"
704   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
705   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
706   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
707   columns:
708     - title: "2009.0-6"
709       data-set: "vpp-2n-clx-hist-iter-new-env"
710     - title: "2101.0-6"
711       data-set: "vpp-2n-clx-prev-iter-old-env"
712     - title: "2101.0-7"
713       data-set: "vpp-2n-clx-prev-iter-new-env"
714     - title: "2106.0-7"
715       data-set: "vpp-2n-clx-curr-iter"
716   comparisons:
717     - title: "2101.0-7 vs 2101.0-6"
718       reference: 2
719       compare: 3
720 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
721     - title: "2106.0-7 vs 2101.0-7"
722       reference: 3
723       compare: 4
724 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
725   legend:
726     - ''
727     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
728     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
729     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
730     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
731     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
732
733 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
734 - type: "table"
735   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
736   algorithm: "table_comparison"
737   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
739   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
740   columns:
741     - title: "2009.0-6"
742       data-set: "vpp-2n-clx-hist-iter-new-env"
743     - title: "2101.0-6"
744       data-set: "vpp-2n-clx-prev-iter-old-env"
745     - title: "2101.0-7"
746       data-set: "vpp-2n-clx-prev-iter-new-env"
747     - title: "2106.0-7"
748       data-set: "vpp-2n-clx-curr-iter"
749   comparisons:
750     - title: "2101.0-7 vs 2101.0-6"
751       reference: 2
752       compare: 3
753 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
754     - title: "2106.0-7 vs 2101.0-7"
755       reference: 3
756       compare: 4
757 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
758   legend:
759     - ''
760     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
761     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
762     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
763     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
764     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
765
766 # VPP Performance Changes 2n-clx-cx556a 2t1c pdr
767 - type: "table"
768   title: "VPP Performance Changes 2n-clx-cx556a 2t1c pdr"
769   algorithm: "table_comparison"
770   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-2t1c-pdr"
771   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
772   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
773   columns:
774     - title: "2009.0-6"
775       data-set: "vpp-2n-clx-hist-iter-new-env"
776     - title: "2101.0-6"
777       data-set: "vpp-2n-clx-prev-iter-old-env"
778     - title: "2101.0-7"
779       data-set: "vpp-2n-clx-prev-iter-new-env"
780     - title: "2106.0-7"
781       data-set: "vpp-2n-clx-curr-iter"
782   comparisons:
783     - title: "2101.0-7 vs 2101.0-6"
784       reference: 2
785       compare: 3
786 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
787     - title: "2106.0-7 vs 2101.0-7"
788       reference: 3
789       compare: 4
790 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
791   legend:
792     - ''
793     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with cx556a.'
794     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
795     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
796     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
797     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
798
799 # VPP Performance Changes 2n-clx-cx556a 4t2c pdr
800 - type: "table"
801   title: "VPP Performance Changes 2n-clx-cx556a 4t2c pdr"
802   algorithm: "table_comparison"
803   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-4t2c-pdr"
804   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
805   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
806   columns:
807     - title: "2009.0-6"
808       data-set: "vpp-2n-clx-hist-iter-new-env"
809     - title: "2101.0-6"
810       data-set: "vpp-2n-clx-prev-iter-old-env"
811     - title: "2101.0-7"
812       data-set: "vpp-2n-clx-prev-iter-new-env"
813     - title: "2106.0-7"
814       data-set: "vpp-2n-clx-curr-iter"
815   comparisons:
816     - title: "2101.0-7 vs 2101.0-6"
817       reference: 2
818       compare: 3
819 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
820     - title: "2106.0-7 vs 2101.0-7"
821       reference: 3
822       compare: 4
823 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
824   legend:
825     - ''
826     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with cx556a.'
827     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
828     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
829     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
830     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
831
832 # VPP Performance Changes 2n-clx-cx556a 2t1c ndr
833 - type: "table"
834   title: "VPP Performance Changes 2n-clx-cx556a 2t1c ndr"
835   algorithm: "table_comparison"
836   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-2t1c-ndr"
837   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
838   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
839   columns:
840     - title: "2009.0-6"
841       data-set: "vpp-2n-clx-hist-iter-new-env"
842     - title: "2101.0-6"
843       data-set: "vpp-2n-clx-prev-iter-old-env"
844     - title: "2101.0-7"
845       data-set: "vpp-2n-clx-prev-iter-new-env"
846     - title: "2106.0-7"
847       data-set: "vpp-2n-clx-curr-iter"
848   comparisons:
849     - title: "2101.0-7 vs 2101.0-6"
850       reference: 2
851       compare: 3
852 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
853     - title: "2106.0-7 vs 2101.0-7"
854       reference: 3
855       compare: 4
856 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
857   legend:
858     - ''
859     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with cx556a.'
860     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
861     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
862     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
863     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
864
865 # VPP Performance Changes 2n-clx-cx556a 4t2c ndr
866 - type: "table"
867   title: "VPP Performance Changes 2n-clx-cx556a ndr"
868   algorithm: "table_comparison"
869   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-4t2c-ndr"
870   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
871   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
872   columns:
873     - title: "2009.0-6"
874       data-set: "vpp-2n-clx-hist-iter-new-env"
875     - title: "2101.0-6"
876       data-set: "vpp-2n-clx-prev-iter-old-env"
877     - title: "2101.0-7"
878       data-set: "vpp-2n-clx-prev-iter-new-env"
879     - title: "2106.0-7"
880       data-set: "vpp-2n-clx-curr-iter"
881   comparisons:
882     - title: "2101.0-7 vs 2101.0-6"
883       reference: 2
884       compare: 3
885 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
886     - title: "2106.0-7 vs 2101.0-7"
887       reference: 3
888       compare: 4
889 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
890   legend:
891     - ''
892     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with cx556a.'
893     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
894     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
895     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
896     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
897
898 # VPP Performance Changes 2n-zn2-xxv710 2t1c pdr
899 - type: "table"
900   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c pdr"
901   algorithm: "table_comparison"
902   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-pdr"
903   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
904   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
905   columns:
906     - title: "2009.0-6"
907       data-set: "vpp-2n-zn2-hist-iter-new-env"
908     - title: "2101.0-6"
909       data-set: "vpp-2n-zn2-prev-iter-old-env"
910     - title: "2101.0-7"
911       data-set: "vpp-2n-zn2-prev-iter-new-env"
912     - title: "2106.0-7"
913       data-set: "vpp-2n-zn2-curr-iter"
914   comparisons:
915     - title: "2101.0-7 vs 2101.0-6"
916       reference: 2
917       compare: 3
918 #      rca-file: "rca/rca-2n-zn2-2t1c-pdr-rca1.yaml"
919     - title: "2106.0-7 vs 2101.0-7"
920       reference: 3
921       compare: 4
922 #      rca-file: "rca/rca-2n-zn2-2t1c-pdr-rca1.yaml"
923   legend:
924     - ''
925     - 'Test Case:            Test cases executed for: PDR throughput on 2n-zn2 with xxv710.'
926     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
927     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
928     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
929     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
930
931 # VPP Performance Changes 2n-zn2-xxv710 4t2c pdr
932 - type: "table"
933   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c pdr"
934   algorithm: "table_comparison"
935   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-pdr"
936   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
937   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
938   columns:
939     - title: "2009.0-6"
940       data-set: "vpp-2n-zn2-hist-iter-new-env"
941     - title: "2101.0-6"
942       data-set: "vpp-2n-zn2-prev-iter-old-env"
943     - title: "2101.0-7"
944       data-set: "vpp-2n-zn2-prev-iter-new-env"
945     - title: "2106.0-7"
946       data-set: "vpp-2n-zn2-curr-iter"
947   comparisons:
948     - title: "2101.0-7 vs 2101.0-6"
949       reference: 2
950       compare: 3
951 #      rca-file: "rca/rca-2n-zn2-4t2c-pdr-rca1.yaml"
952     - title: "2106.0-7 vs 2101.0-7"
953       reference: 3
954       compare: 4
955 #      rca-file: "rca/rca-2n-zn2-4t2c-pdr-rca1.yaml"
956   legend:
957     - ''
958     - 'Test Case:            Test cases executed for: PDR throughput on 2n-zn2 with xxv710.'
959     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
960     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
961     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
962     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
963
964 # VPP Performance Changes 2n-zn2-xxv710 2t1c ndr
965 - type: "table"
966   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c ndr"
967   algorithm: "table_comparison"
968   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-ndr"
969   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
970   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
971   columns:
972     - title: "2009.0-6"
973       data-set: "vpp-2n-zn2-hist-iter-new-env"
974     - title: "2101.0-6"
975       data-set: "vpp-2n-zn2-prev-iter-old-env"
976     - title: "2101.0-7"
977       data-set: "vpp-2n-zn2-prev-iter-new-env"
978     - title: "2106.0-7"
979       data-set: "vpp-2n-zn2-curr-iter"
980   comparisons:
981     - title: "2101.0-7 vs 2101.0-6"
982       reference: 2
983       compare: 3
984 #      rca-file: "rca/rca-2n-zn2-2t1c-ndr-rca1.yaml"
985     - title: "2106.0-7 vs 2101.0-7"
986       reference: 3
987       compare: 4
988 #      rca-file: "rca/rca-2n-zn2-2t1c-ndr-rca1.yaml"
989   legend:
990     - ''
991     - 'Test Case:            Test cases executed for: NDR throughput on 2n-zn2 with xxv710.'
992     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
993     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
994     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
995     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
996
997 # VPP Performance Changes 2n-zn2-xxv710 4t2c ndr
998 - type: "table"
999   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c ndr"
1000   algorithm: "table_comparison"
1001   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-ndr"
1002   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1003   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
1004   columns:
1005     - title: "2009.0-6"
1006       data-set: "vpp-2n-zn2-hist-iter-new-env"
1007     - title: "2101.0-6"
1008       data-set: "vpp-2n-zn2-prev-iter-old-env"
1009     - title: "2101.0-7"
1010       data-set: "vpp-2n-zn2-prev-iter-new-env"
1011     - title: "2106.0-7"
1012       data-set: "vpp-2n-zn2-curr-iter"
1013   comparisons:
1014     - title: "2101.0-7 vs 2101.0-6"
1015       reference: 2
1016       compare: 3
1017 #      rca-file: "rca/rca-2n-zn2-4t2c-ndr-rca1.yaml"
1018     - title: "2106.0-7 vs 2101.0-7"
1019       reference: 3
1020       compare: 4
1021 #      rca-file: "rca/rca-2n-zn2-4t2c-ndr-rca1.yaml"
1022   legend:
1023     - ''
1024     - 'Test Case:            Test cases executed for: NDR throughput on 2n-zn2 with xxv710.'
1025     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
1026     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
1027     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
1028     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
1029
1030 # VPP Performance Changes 2n-dnv 1t1c pdr
1031 - type: "table"
1032   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
1033   algorithm: "table_comparison"
1034   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
1035   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1036   filter: "'1T1C'"
1037   columns:
1038     - title: "2009.0-6"
1039       data-set: "vpp-2n-dnv-hist-iter-new-env"
1040     - title: "2101.0-6"
1041       data-set: "vpp-2n-dnv-prev-iter-old-env"
1042     - title: "2101.0-7"
1043       data-set: "vpp-2n-dnv-prev-iter-new-env"
1044     - title: "2106.0-7"
1045       data-set: "vpp-2n-dnv-curr-iter"
1046   comparisons:
1047     - title: "2101.0-7 vs 2101.0-6"
1048       reference: 2
1049       compare: 3
1050     - title: "2101.0-6 vs 2009.0-5"
1051       reference: 3
1052       compare: 4
1053   legend:
1054     - ''
1055     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
1056     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
1057     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
1058     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
1059     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous.'
1060
1061 # VPP Performance Changes 2n-dnv 2t2c pdr
1062 - type: "table"
1063   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
1064   algorithm: "table_comparison"
1065   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
1066   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1067   filter: "'2T2C'"
1068   columns:
1069     - title: "2009.0-6"
1070       data-set: "vpp-2n-dnv-hist-iter-new-env"
1071     - title: "2101.0-6"
1072       data-set: "vpp-2n-dnv-prev-iter-old-env"
1073     - title: "2101.0-7"
1074       data-set: "vpp-2n-dnv-prev-iter-new-env"
1075     - title: "2106.0-7"
1076       data-set: "vpp-2n-dnv-curr-iter"
1077   comparisons:
1078     - title: "2101.0-7 vs 2101.0-6"
1079       reference: 2
1080       compare: 3
1081     - title: "2101.0-6 vs 2009.0-5"
1082       reference: 3
1083       compare: 4
1084   legend:
1085     - ''
1086     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
1087     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
1088     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
1089     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
1090     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous.'
1091
1092 # VPP Performance Changes 2n-dnv 1t1c ndr
1093 - type: "table"
1094   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
1095   algorithm: "table_comparison"
1096   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
1097   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1098   filter: "'1T1C'"
1099   columns:
1100     - title: "2009.0-6"
1101       data-set: "vpp-2n-dnv-hist-iter-new-env"
1102     - title: "2101.0-6"
1103       data-set: "vpp-2n-dnv-prev-iter-old-env"
1104     - title: "2101.0-7"
1105       data-set: "vpp-2n-dnv-prev-iter-new-env"
1106     - title: "2106.0-7"
1107       data-set: "vpp-2n-dnv-curr-iter"
1108   comparisons:
1109     - title: "2101.0-7 vs 2101.0-6"
1110       reference: 2
1111       compare: 3
1112     - title: "2101.0-6 vs 2009.0-5"
1113       reference: 3
1114       compare: 4
1115   legend:
1116     - ''
1117     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
1118     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
1119     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
1120     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
1121     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous.'
1122
1123 # VPP Performance Changes 2n-dnv 2t2c ndr
1124 - type: "table"
1125   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
1126   algorithm: "table_comparison"
1127   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
1128   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1129   filter: "'2T2C'"
1130   columns:
1131     - title: "2009.0-6"
1132       data-set: "vpp-2n-dnv-hist-iter-new-env"
1133     - title: "2101.0-6"
1134       data-set: "vpp-2n-dnv-prev-iter-old-env"
1135     - title: "2101.0-7"
1136       data-set: "vpp-2n-dnv-prev-iter-new-env"
1137     - title: "2106.0-7"
1138       data-set: "vpp-2n-dnv-curr-iter"
1139   comparisons:
1140     - title: "2101.0-7 vs 2101.0-6"
1141       reference: 2
1142       compare: 3
1143     - title: "2101.0-6 vs 2009.0-5"
1144       reference: 3
1145       compare: 4
1146   legend:
1147     - ''
1148     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
1149     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
1150     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
1151     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
1152     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous.'
1153
1154 # VPP Performance Changes 3n-dnv 1t1c pdr
1155 - type: "table"
1156   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
1157   algorithm: "table_comparison"
1158   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
1159   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1160   filter: "'1T1C'"
1161   columns:
1162     - title: "2009.0-6"
1163       data-set: "vpp-3n-dnv-hist-iter-new-env"
1164     - title: "2101.0-6"
1165       data-set: "vpp-3n-dnv-prev-iter-old-env"
1166     - title: "2101.0-7"
1167       data-set: "vpp-3n-dnv-prev-iter-new-env"
1168     - title: "2106.0-7"
1169       data-set: "vpp-3n-dnv-curr-iter"
1170   comparisons:
1171     - title: "2101.0-7 vs 2101.0-6"
1172       reference: 2
1173       compare: 3
1174     - title: "2101.0-6 vs 2009.0-5"
1175       reference: 3
1176       compare: 4
1177   legend:
1178     - ''
1179     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
1180     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
1181     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
1182     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
1183     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous.'
1184
1185 # VPP Performance Changes 3n-dnv 2t2c pdr
1186 - type: "table"
1187   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
1188   algorithm: "table_comparison"
1189   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
1190   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1191   filter: "'2T2C'"
1192   columns:
1193     - title: "2009.0-6"
1194       data-set: "vpp-3n-dnv-hist-iter-new-env"
1195     - title: "2101.0-6"
1196       data-set: "vpp-3n-dnv-prev-iter-old-env"
1197     - title: "2101.0-7"
1198       data-set: "vpp-3n-dnv-prev-iter-new-env"
1199     - title: "2106.0-7"
1200       data-set: "vpp-3n-dnv-curr-iter"
1201   comparisons:
1202     - title: "2101.0-7 vs 2101.0-6"
1203       reference: 2
1204       compare: 3
1205     - title: "2101.0-6 vs 2009.0-5"
1206       reference: 3
1207       compare: 4
1208   legend:
1209     - ''
1210     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
1211     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
1212     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
1213     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
1214     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous.'
1215
1216 # VPP Performance Changes 3n-dnv 1t1c ndr
1217 - type: "table"
1218   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
1219   algorithm: "table_comparison"
1220   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
1221   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1222   filter: "'1T1C'"
1223   columns:
1224     - title: "2009.0-6"
1225       data-set: "vpp-3n-dnv-hist-iter-new-env"
1226     - title: "2101.0-6"
1227       data-set: "vpp-3n-dnv-prev-iter-old-env"
1228     - title: "2101.0-7"
1229       data-set: "vpp-3n-dnv-prev-iter-new-env"
1230     - title: "2106.0-7"
1231       data-set: "vpp-3n-dnv-curr-iter"
1232   comparisons:
1233     - title: "2101.0-7 vs 2101.0-6"
1234       reference: 2
1235       compare: 3
1236     - title: "2101.0-6 vs 2009.0-5"
1237       reference: 3
1238       compare: 4
1239   legend:
1240     - ''
1241     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
1242     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
1243     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
1244     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
1245     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous.'
1246
1247 # VPP Performance Changes 3n-dnv 2t2c ndr
1248 - type: "table"
1249   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
1250   algorithm: "table_comparison"
1251   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
1252   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1253   filter: "'2T2C'"
1254   columns:
1255     - title: "2009.0-6"
1256       data-set: "vpp-3n-dnv-hist-iter-new-env"
1257     - title: "2101.0-6"
1258       data-set: "vpp-3n-dnv-prev-iter-old-env"
1259     - title: "2101.0-7"
1260       data-set: "vpp-3n-dnv-prev-iter-new-env"
1261     - title: "2106.0-7"
1262       data-set: "vpp-3n-dnv-curr-iter"
1263   comparisons:
1264     - title: "2101.0-7 vs 2101.0-6"
1265       reference: 2
1266       compare: 3
1267     - title: "2101.0-6 vs 2009.0-5"
1268       reference: 3
1269       compare: 4
1270   legend:
1271     - ''
1272     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
1273     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
1274     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
1275     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
1276     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous.'
1277
1278 # VPP Performance Changes 3n-tsh 1t1c pdr
1279 - type: "table"
1280   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
1281   algorithm: "table_comparison"
1282   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
1283   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1284   filter: "'1T1C'"
1285   columns:
1286     - title: "2009.0-6"
1287       data-set: "vpp-3n-tsh-hist-iter-new-env"
1288     - title: "2101.0-6"
1289       data-set: "vpp-3n-tsh-prev-iter-old-env"
1290     - title: "2101.0-7"
1291       data-set: "vpp-3n-tsh-prev-iter-new-env"
1292     - title: "2106.0-7"
1293       data-set: "vpp-3n-tsh-curr-iter"
1294   comparisons:
1295     - title: "2101.0-7 vs 2101.0-6"
1296       reference: 2
1297       compare: 3
1298 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
1299     - title: "2106.0-7 vs 2101.0-7"
1300       reference: 3
1301       compare: 4
1302 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
1303   legend:
1304     - ''
1305     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
1306     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
1307     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
1308     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
1309     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
1310
1311 # VPP Performance Changes 3n-tsh 2t2c pdr
1312 - type: "table"
1313   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
1314   algorithm: "table_comparison"
1315   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
1316   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1317   filter: "'2T2C'"
1318   columns:
1319     - title: "2009.0-6"
1320       data-set: "vpp-3n-tsh-hist-iter-new-env"
1321     - title: "2101.0-6"
1322       data-set: "vpp-3n-tsh-prev-iter-old-env"
1323     - title: "2101.0-7"
1324       data-set: "vpp-3n-tsh-prev-iter-new-env"
1325     - title: "2106.0-7"
1326       data-set: "vpp-3n-tsh-curr-iter"
1327   comparisons:
1328     - title: "2101.0-7 vs 2101.0-6"
1329       reference: 2
1330       compare: 3
1331 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
1332     - title: "2106.0-7 vs 2101.0-7"
1333       reference: 3
1334       compare: 4
1335 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
1336   legend:
1337     - ''
1338     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
1339     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
1340     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
1341     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
1342     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
1343
1344 # VPP Performance Changes 3n-tsh 1t1c ndr
1345 - type: "table"
1346   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
1347   algorithm: "table_comparison"
1348   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
1349   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1350   filter: "'1T1C'"
1351   columns:
1352     - title: "2009.0-6"
1353       data-set: "vpp-3n-tsh-hist-iter-new-env"
1354     - title: "2101.0-6"
1355       data-set: "vpp-3n-tsh-prev-iter-old-env"
1356     - title: "2101.0-7"
1357       data-set: "vpp-3n-tsh-prev-iter-new-env"
1358     - title: "2106.0-7"
1359       data-set: "vpp-3n-tsh-curr-iter"
1360   comparisons:
1361     - title: "2101.0-7 vs 2101.0-6"
1362       reference: 2
1363       compare: 3
1364 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
1365     - title: "2106.0-7 vs 2101.0-7"
1366       reference: 3
1367       compare: 4
1368 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
1369   legend:
1370     - ''
1371     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
1372     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
1373     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
1374     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
1375     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
1376
1377 # VPP Performance Changes 3n-tsh 2t2c ndr
1378 - type: "table"
1379   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
1380   algorithm: "table_comparison"
1381   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
1382   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1383   filter: "'2T2C'"
1384   columns:
1385     - title: "2009.0-6"
1386       data-set: "vpp-3n-tsh-hist-iter-new-env"
1387     - title: "2101.0-6"
1388       data-set: "vpp-3n-tsh-prev-iter-old-env"
1389     - title: "2101.0-7"
1390       data-set: "vpp-3n-tsh-prev-iter-new-env"
1391     - title: "2106.0-7"
1392       data-set: "vpp-3n-tsh-curr-iter"
1393   comparisons:
1394     - title: "2101.0-7 vs 2101.0-6"
1395       reference: 2
1396       compare: 3
1397 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
1398     - title: "2106.0-7 vs 2101.0-7"
1399       reference: 3
1400       compare: 4
1401 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
1402   legend:
1403     - ''
1404     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
1405     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
1406     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
1407     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
1408     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
1409
1410 # VPP Performance Changes 2n-tx2 1t1c pdr
1411 - type: "table"
1412   title: "VPP Performance Changes 2n-tx2 1t1c pdr"
1413   algorithm: "table_comparison"
1414   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-pdr"
1415   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1416   filter: "'1T1C'"
1417   columns:
1418     - title: "2009.0-6"
1419       data-set: "vpp-2n-tx2-hist-iter-new-env"
1420     - title: "2101.0-6"
1421       data-set: "vpp-2n-tx2-prev-iter-old-env"
1422     - title: "2101.0-7"
1423       data-set: "vpp-2n-tx2-prev-iter-new-env"
1424     - title: "2106.0-7"
1425       data-set: "vpp-2n-tx2-curr-iter"
1426   comparisons:
1427     - title: "2101.0-7 vs 2101.0-6"
1428       reference: 2
1429       compare: 3
1430     - title: "2106.0-7 vs 2101.0-7"
1431       reference: 3
1432       compare: 4
1433   legend:
1434     - ''
1435     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
1436     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
1437     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
1438     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
1439     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
1440
1441 # VPP Performance Changes 2n-tx2 2t2c pdr
1442 - type: "table"
1443   title: "VPP Performance Changes 2n-tx2 2t2c pdr"
1444   algorithm: "table_comparison"
1445   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-pdr"
1446   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1447   filter: "'2T2C'"
1448   columns:
1449     - title: "2009.0-6"
1450       data-set: "vpp-2n-tx2-hist-iter-new-env"
1451     - title: "2101.0-6"
1452       data-set: "vpp-2n-tx2-prev-iter-old-env"
1453     - title: "2101.0-7"
1454       data-set: "vpp-2n-tx2-prev-iter-new-env"
1455     - title: "2106.0-7"
1456       data-set: "vpp-2n-tx2-curr-iter"
1457   comparisons:
1458     - title: "2101.0-7 vs 2101.0-6"
1459       reference: 2
1460       compare: 3
1461     - title: "2106.0-7 vs 2101.0-7"
1462       reference: 3
1463       compare: 4
1464   legend:
1465     - ''
1466     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
1467     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
1468     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
1469     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
1470     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
1471
1472 # VPP Performance Changes 2n-tx2 1t1c ndr
1473 - type: "table"
1474   title: "VPP Performance Changes 2n-tx2 1t1c ndr"
1475   algorithm: "table_comparison"
1476   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-pdr"
1477   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1478   filter: "'1T1C'"
1479   columns:
1480     - title: "2009.0-6"
1481       data-set: "vpp-2n-tx2-hist-iter-new-env"
1482     - title: "2101.0-6"
1483       data-set: "vpp-2n-tx2-prev-iter-old-env"
1484     - title: "2101.0-7"
1485       data-set: "vpp-2n-tx2-prev-iter-new-env"
1486     - title: "2106.0-7"
1487       data-set: "vpp-2n-tx2-curr-iter"
1488   comparisons:
1489     - title: "2101.0-7 vs 2101.0-6"
1490       reference: 2
1491       compare: 3
1492     - title: "2106.0-7 vs 2101.0-7"
1493       reference: 3
1494       compare: 4
1495   legend:
1496     - ''
1497     - 'Test Case:            Test cases executed for: NDR throughput on 2n-tx2 with xl710.'
1498     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
1499     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
1500     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
1501     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
1502
1503 # VPP Performance Changes 2n-tx2 2t2c ndr
1504 - type: "table"
1505   title: "VPP Performance Changes 2n-tx2 2t2c ndr"
1506   algorithm: "table_comparison"
1507   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-pdr"
1508   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1509   filter: "'2T2C'"
1510   columns:
1511     - title: "2009.0-6"
1512       data-set: "vpp-2n-tx2-hist-iter-new-env"
1513     - title: "2101.0-6"
1514       data-set: "vpp-2n-tx2-prev-iter-old-env"
1515     - title: "2101.0-7"
1516       data-set: "vpp-2n-tx2-prev-iter-new-env"
1517     - title: "2106.0-7"
1518       data-set: "vpp-2n-tx2-curr-iter"
1519   comparisons:
1520     - title: "2101.0-7 vs 2101.0-6"
1521       reference: 2
1522       compare: 3
1523     - title: "2106.0-7 vs 2101.0-7"
1524       reference: 3
1525       compare: 4
1526   legend:
1527     - ''
1528     - 'Test Case:            Test cases executed for: NDR throughput on 2n-tx2 with xl710.'
1529     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
1530     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
1531     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
1532     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
1533
1534 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
1535 - type: "table"
1536   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
1537   algorithm: "table_comparison"
1538   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
1539   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1540   filter: "'2T1C' and 'NIC_Intel-XXV710'"
1541   columns:
1542     - title: "2n-skx"
1543       data-set: "vpp-2n-skx-curr-iter"
1544     - title: "2n-clx"
1545       data-set: "vpp-2n-clx-curr-iter"
1546   comparisons:
1547     - title: "Diff"
1548       reference: 1
1549       compare: 2
1550   legend:
1551     - ""
1552     - "2n-skx, 2n-clx - testbeds and NICs tested."
1553     - "Diff - difference between 2n-skx and 2n-clx testbeds."
1554
1555 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
1556 - type: "table"
1557   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
1558   algorithm: "table_comparison"
1559   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
1560   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1561   filter: "'4T2C' and 'NIC_Intel-XXV710'"
1562   columns:
1563     - title: "2n-skx"
1564       data-set: "vpp-2n-skx-curr-iter"
1565     - title: "2n-clx"
1566       data-set: "vpp-2n-clx-curr-iter"
1567   comparisons:
1568     - title: "Diff"
1569       reference: 1
1570       compare: 2
1571   legend:
1572     - ""
1573     - "2n-skx, 2n-clx - testbeds and NICs tested."
1574     - "Diff - difference between 2n-skx and 2n-clx testbeds."
1575
1576 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
1577 - type: "table"
1578   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
1579   algorithm: "table_comparison"
1580   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
1581   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1582   filter: "'2T1C' and 'NIC_Intel-XXV710'"
1583   columns:
1584     - title: "2n-skx"
1585       data-set: "vpp-2n-skx-curr-iter"
1586     - title: "2n-clx"
1587       data-set: "vpp-2n-clx-curr-iter"
1588   comparisons:
1589     - title: "Diff"
1590       reference: 1
1591       compare: 2
1592   legend:
1593     - ""
1594     - "2n-skx, 2n-clx - testbeds and NICs tested."
1595     - "Diff - difference between 2n-skx and 2n-clx testbeds."
1596
1597 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
1598 - type: "table"
1599   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
1600   algorithm: "table_comparison"
1601   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
1602   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1603   filter: "'4T2C' and 'NIC_Intel-XXV710'"
1604   columns:
1605     - title: "2n-skx"
1606       data-set: "vpp-2n-skx-curr-iter"
1607     - title: "2n-clx"
1608       data-set: "vpp-2n-clx-curr-iter"
1609   comparisons:
1610     - title: "Diff"
1611       reference: 1
1612       compare: 2
1613   legend:
1614     - ""
1615     - "2n-skx, 2n-clx - testbeds and NICs tested."
1616     - "Diff - difference between 2n-skx and 2n-clx testbeds."
1617
1618 # VPP Comparison Across Testbeds 2n-clx to 2n-icx 1c ndr
1619 - type: "table"
1620   title: "VPP Comparison Across Testbeds 2n-clx to 2n-icx 1c ndr"
1621   algorithm: "table_comparison"
1622   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-clx-2n-icx-1c-ndr"
1623   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1624   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-E810CQ') and 'NDRPDR' and '1C'"
1625   columns:
1626     - title: "2n-clx xxv710"
1627       data-set: "vpp-2n-clx-curr-iter"
1628       tag: "NIC_Intel-XXV710"
1629     - title: "2n-icx e810cq"
1630       data-set: "vpp-2n-icx-curr-iter"
1631       tag: "NIC_Intel-E810CQ"
1632   comparisons:
1633     - title: "Diff"
1634       reference: 1
1635       compare: 2
1636   legend:
1637     - ""
1638     - "2n-clx xxv710, 2n-icx e810cq - testbeds and NICs tested."
1639     - "Diff - difference between 2n-clx xxv710 and 2n-icx e810cq testbeds."
1640
1641 # VPP Comparison Across Testbeds 2n-clx to 2n-icx 2c ndr
1642 - type: "table"
1643   title: "VPP Comparison Across Testbeds 2n-clx to 2n-icx 2c ndr"
1644   algorithm: "table_comparison"
1645   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-clx-2n-icx-2c-ndr"
1646   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1647   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-E810CQ') and 'NDRPDR' and '2C'"
1648   columns:
1649     - title: "2n-clx xxv710"
1650       data-set: "vpp-2n-clx-curr-iter"
1651       tag: "NIC_Intel-XXV710"
1652     - title: "2n-icx e810cq"
1653       data-set: "vpp-2n-icx-curr-iter"
1654       tag: "NIC_Intel-E810CQ"
1655   comparisons:
1656     - title: "Diff"
1657       reference: 1
1658       compare: 2
1659   legend:
1660     - ""
1661     - "2n-clx xxv710, 2n-icx e810cq - testbeds and NICs tested."
1662     - "Diff - difference between 2n-clx xxv710 and 2n-icx e810cq testbeds."
1663
1664 # VPP Comparison Across Testbeds 2n-clx to 2n-icx 1c pdr
1665 - type: "table"
1666   title: "VPP Comparison Across Testbeds 2n-clx to 2n-icx 1c pdr"
1667   algorithm: "table_comparison"
1668   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-clx-2n-icx-1c-pdr"
1669   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1670   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-E810CQ') and 'NDRPDR' and '1C'"
1671   columns:
1672     - title: "2n-clx xxv710"
1673       data-set: "vpp-2n-clx-curr-iter"
1674       tag: "NIC_Intel-XXV710"
1675     - title: "2n-icx e810cq"
1676       data-set: "vpp-2n-icx-curr-iter"
1677       tag: "NIC_Intel-E810CQ"
1678   comparisons:
1679     - title: "Diff"
1680       reference: 1
1681       compare: 2
1682   legend:
1683     - ""
1684     - "2n-clx xxv710, 2n-icx e810cq - testbeds and NICs tested."
1685     - "Diff - difference between 2n-clx xxv710 and 2n-icx e810cq testbeds."
1686
1687 # VPP Comparison Across Testbeds 2n-clx to 2n-icx 2c pdr
1688 - type: "table"
1689   title: "VPP Comparison Across Testbeds 2n-clx to 2n-icx 2c pdr"
1690   algorithm: "table_comparison"
1691   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-clx-2n-icx-2c-pdr"
1692   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1693   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-E810CQ') and 'NDRPDR' and '2C'"
1694   columns:
1695     - title: "2n-clx xxv710"
1696       data-set: "vpp-3n-skx-curr-iter"
1697       tag: "NIC_Intel-XXV710"
1698     - title: "2n-icx e810cq"
1699       data-set: "vpp-2n-icx-curr-iter"
1700       tag: "NIC_Intel-E810CQ"
1701   comparisons:
1702     - title: "Diff"
1703       reference: 1
1704       compare: 2
1705   legend:
1706     - ""
1707     - "2n-clx xxv710, 2n-icx e810cq - testbeds and NICs tested."
1708     - "Diff - difference between 2n-clx xxv710 and 2n-icx e810cq testbeds."
1709
1710 # VPP Comparison Across Testbeds 3n-skx to 3n-icx 1c ndr
1711 - type: "table"
1712   title: "VPP Comparison Across Testbeds 3n-skx to 3n-icx 1c ndr"
1713   algorithm: "table_comparison"
1714   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-skx-3n-icx-1c-ndr"
1715   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1716   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-E810CQ') and 'NDRPDR' and '1C'"
1717   columns:
1718     - title: "3n-skx xxv710"
1719       data-set: "vpp-3n-skx-curr-iter"
1720       tag: "NIC_Intel-XXV710"
1721     - title: "3n-icx e810cq"
1722       data-set: "vpp-3n-icx-curr-iter"
1723       tag: "NIC_Intel-E810CQ"
1724   comparisons:
1725     - title: "Diff"
1726       reference: 1
1727       compare: 2
1728   legend:
1729     - ""
1730     - "3n-skx xxv710, 3n-icx e810cq - testbeds and NICs tested."
1731     - "Diff - difference between 3n-skx xxv710 and 3n-icx e810cq testbeds."
1732
1733 # VPP Comparison Across Testbeds 3n-skx to 3n-icx 2c ndr
1734 - type: "table"
1735   title: "VPP Comparison Across Testbeds 3n-skx to 3n-icx ndr"
1736   algorithm: "table_comparison"
1737   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-skx-3n-icx-2c-ndr"
1738   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1739   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-E810CQ') and 'NDRPDR' and '2C'"
1740   columns:
1741     - title: "3n-skx xxv710"
1742       data-set: "vpp-3n-skx-curr-iter"
1743       tag: "NIC_Intel-XXV710"
1744     - title: "3n-icx e810cq"
1745       data-set: "vpp-3n-icx-curr-iter"
1746       tag: "NIC_Intel-E810CQ"
1747   comparisons:
1748     - title: "Diff"
1749       reference: 1
1750       compare: 2
1751   legend:
1752     - ""
1753     - "3n-skx xxv710, 3n-icx e810cq - testbeds and NICs tested."
1754     - "Diff - difference between 3n-skx xxv710 and 3n-icx e810cq testbeds."
1755
1756 # VPP Comparison Across Testbeds 3n-skx to 3n-icx 1c pdr
1757 - type: "table"
1758   title: "VPP Comparison Across Testbeds 3n-skx to 3n-icx 1c pdr"
1759   algorithm: "table_comparison"
1760   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-skx-3n-icx-1c-pdr"
1761   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1762   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-E810CQ') and 'NDRPDR' and '1C'"
1763   columns:
1764     - title: "3n-skx xxv710"
1765       data-set: "vpp-3n-skx-curr-iter"
1766       tag: "NIC_Intel-XXV710"
1767     - title: "3n-icx e810cq"
1768       data-set: "vpp-3n-icx-curr-iter"
1769       tag: "NIC_Intel-E810CQ"
1770   comparisons:
1771     - title: "Diff"
1772       reference: 1
1773       compare: 2
1774   legend:
1775     - ""
1776     - "3n-skx xxv710, 3n-icx e810cq - testbeds and NICs tested."
1777     - "Diff - difference between 3n-skx xxv710 and 3n-icx e810cq testbeds."
1778
1779 # VPP Comparison Across Testbeds 3n-skx to 3n-icx 2c pdr
1780 - type: "table"
1781   title: "VPP Comparison Across Testbeds 3n-skx to 3n-icx 2c pdr"
1782   algorithm: "table_comparison"
1783   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-skx-3n-icx-2c-pdr"
1784   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1785   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-E810CQ') and 'NDRPDR' and '2C'"
1786   columns:
1787     - title: "3n-skx xxv710"
1788       data-set: "vpp-3n-skx-curr-iter"
1789       tag: "NIC_Intel-XXV710"
1790     - title: "3n-icx e810cq"
1791       data-set: "vpp-3n-icx-curr-iter"
1792       tag: "NIC_Intel-E810CQ"
1793   comparisons:
1794     - title: "Diff"
1795       reference: 1
1796       compare: 2
1797   legend:
1798     - ""
1799     - "3n-skx xxv710, 3n-icx e810cq - testbeds and NICs tested."
1800     - "Diff - difference between 3n-skx xxv710 and 3n-icx e810cq testbeds."
1801
1802 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
1803 - type: "table"
1804   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
1805   algorithm: "table_comparison"
1806   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
1807   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1808   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
1809   columns:
1810     - title: "3n-skx"
1811       data-set: "vpp-3n-skx-curr-iter"
1812     - title: "2n-skx"
1813       data-set: "vpp-2n-skx-curr-iter"
1814   comparisons:
1815     - title: "Diff"
1816       reference: 1
1817       compare: 2
1818   legend:
1819     - ""
1820     - "3n-skx, 2n-skx - topologies tested."
1821     - "Diff - difference between 3n-skx and 2n-skx topologies."
1822
1823 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
1824 - type: "table"
1825   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
1826   algorithm: "table_comparison"
1827   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
1828   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1829   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
1830   columns:
1831     - title: "3n-skx"
1832       data-set: "vpp-3n-skx-curr-iter"
1833     - title: "2n-skx"
1834       data-set: "vpp-2n-skx-curr-iter"
1835   comparisons:
1836     - title: "Diff"
1837       reference: 1
1838       compare: 2
1839   legend:
1840     - ""
1841     - "3n-skx, 2n-skx - topologies tested."
1842     - "Diff - difference between 3n-skx and 2n-skx topologies."
1843
1844 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
1845 - type: "table"
1846   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
1847   algorithm: "table_comparison"
1848   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
1849   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1850   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
1851   columns:
1852     - title: "3n-skx"
1853       data-set: "vpp-3n-skx-curr-iter"
1854     - title: "2n-skx"
1855       data-set: "vpp-2n-skx-curr-iter"
1856   comparisons:
1857     - title: "Diff"
1858       reference: 1
1859       compare: 2
1860   legend:
1861     - ""
1862     - "3n-skx, 2n-skx - topologies tested."
1863     - "Diff - difference between 3n-skx and 2n-skx topologies."
1864
1865 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
1866 - type: "table"
1867   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
1868   algorithm: "table_comparison"
1869   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
1870   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1871   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
1872   columns:
1873     - title: "3n-skx"
1874       data-set: "vpp-3n-skx-curr-iter"
1875     - title: "2n-skx"
1876       data-set: "vpp-2n-skx-curr-iter"
1877   comparisons:
1878     - title: "Diff"
1879       reference: 1
1880       compare: 2
1881   legend:
1882     - ""
1883     - "3n-skx, 2n-skx - topologies tested."
1884     - "Diff - difference between 3n-skx and 2n-skx topologies."
1885
1886 # VPP Performance Changes 3n-skx 2t1c mrr
1887 - type: "table"
1888   title: "VPP Performance Changes 3n-skx 2t1c mrr"
1889   algorithm: "table_comparison"
1890   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
1891   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1892   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
1893   columns:
1894     - title: "2009.0-6"
1895       data-set: "vpp-3n-skx-hist-iter-mrr-new-env"
1896     - title: "2101.0-6"
1897       data-set: "vpp-3n-skx-prev-iter-mrr-old-env"
1898     - title: "2101.0-7"
1899       data-set: "vpp-3n-skx-prev-iter-mrr-new-env"
1900     - title: "2106.0-7"
1901       data-set: "vpp-3n-skx-curr-iter-mrr"
1902   comparisons:
1903     - title: "2101.0-7 vs 2101.0-6"
1904       reference: 2
1905       compare: 3
1906 #      rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
1907     - title: "2106.0-7 vs 2101.0-7"
1908       reference: 3
1909       compare: 4
1910 #      rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
1911   legend:
1912     - ''
1913     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
1914     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
1915     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
1916     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
1917     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
1918
1919 # VPP Performance Changes 3n-skx 4t2c mrr
1920 - type: "table"
1921   title: "VPP Performance Changes 3n-skx 4t2c mrr"
1922   algorithm: "table_comparison"
1923   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
1924   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1925   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
1926   columns:
1927     - title: "2009.0-6"
1928       data-set: "vpp-3n-skx-hist-iter-mrr-new-env"
1929     - title: "2101.0-6"
1930       data-set: "vpp-3n-skx-prev-iter-mrr-old-env"
1931     - title: "2101.0-7"
1932       data-set: "vpp-3n-skx-prev-iter-mrr-new-env"
1933     - title: "2106.0-7"
1934       data-set: "vpp-3n-skx-curr-iter-mrr"
1935   comparisons:
1936     - title: "2101.0-7 vs 2101.0-6"
1937       reference: 2
1938       compare: 3
1939 #      rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
1940     - title: "2106.0-7 vs 2101.0-7"
1941       reference: 3
1942       compare: 4
1943 #      rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
1944   legend:
1945     - ''
1946     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
1947     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
1948     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
1949     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
1950     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
1951
1952 # VPP Performance Changes 3n-skx 8t4c mrr
1953 - type: "table"
1954   title: "VPP Performance Changes 3n-skx 8t4c mrr"
1955   algorithm: "table_comparison"
1956   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
1957   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1958   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
1959   columns:
1960     - title: "2009.0-6"
1961       data-set: "vpp-3n-skx-hist-iter-mrr-new-env"
1962     - title: "2101.0-6"
1963       data-set: "vpp-3n-skx-prev-iter-mrr-old-env"
1964     - title: "2101.0-7"
1965       data-set: "vpp-3n-skx-prev-iter-mrr-new-env"
1966     - title: "2106.0-7"
1967       data-set: "vpp-3n-skx-curr-iter-mrr"
1968   comparisons:
1969     - title: "2101.0-7 vs 2101.0-6"
1970       reference: 2
1971       compare: 3
1972 #      rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
1973     - title: "2106.0-7 vs 2101.0-7"
1974       reference: 3
1975       compare: 4
1976 #      rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
1977   legend:
1978     - ''
1979     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
1980     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
1981     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
1982     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
1983     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
1984
1985 # VPP Performance Changes 2n-skx 2t1c mrr
1986 - type: "table"
1987   title: "VPP Performance Changes 2n-skx 2t1c mrr"
1988   algorithm: "table_comparison"
1989   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
1990   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1991   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
1992   columns:
1993     - title: "2009.0-6"
1994       data-set: "vpp-2n-skx-hist-iter-mrr-new-env"
1995     - title: "2101.0-6"
1996       data-set: "vpp-2n-skx-prev-iter-mrr-old-env"
1997     - title: "2101.0-7"
1998       data-set: "vpp-2n-skx-prev-iter-mrr-new-env"
1999     - title: "2106.0-7"
2000       data-set: "vpp-2n-skx-curr-iter-mrr"
2001   comparisons:
2002     - title: "2101.0-7 vs 2101.0-6"
2003       reference: 2
2004       compare: 3
2005 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
2006     - title: "2106.0-7 vs 2101.0-7"
2007       reference: 3
2008       compare: 4
2009 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
2010   legend:
2011     - ''
2012     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
2013     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
2014     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
2015     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
2016     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
2017
2018 # VPP Performance Changes 2n-skx 4t2c mrr
2019 - type: "table"
2020   title: "VPP Performance Changes 2n-skx 4t2c mrr"
2021   algorithm: "table_comparison"
2022   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2023   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2024   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
2025   columns:
2026     - title: "2009.0-6"
2027       data-set: "vpp-2n-skx-hist-iter-mrr-new-env"
2028     - title: "2101.0-6"
2029       data-set: "vpp-2n-skx-prev-iter-mrr-old-env"
2030     - title: "2101.0-7"
2031       data-set: "vpp-2n-skx-prev-iter-mrr-new-env"
2032     - title: "2106.0-7"
2033       data-set: "vpp-2n-skx-curr-iter-mrr"
2034   comparisons:
2035     - title: "2101.0-7 vs 2101.0-6"
2036       reference: 2
2037       compare: 3
2038 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
2039     - title: "2106.0-7 vs 2101.0-7"
2040       reference: 3
2041       compare: 4
2042 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
2043   legend:
2044     - ''
2045     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
2046     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
2047     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
2048     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
2049     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
2050
2051 # VPP Performance Changes 2n-skx 8t4c mrr
2052 - type: "table"
2053   title: "VPP Performance Changes 2n-skx 8t4c mrr"
2054   algorithm: "table_comparison"
2055   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2056   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2057   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
2058   columns:
2059     - title: "2009.0-6"
2060       data-set: "vpp-2n-skx-hist-iter-mrr-new-env"
2061     - title: "2101.0-6"
2062       data-set: "vpp-2n-skx-prev-iter-mrr-old-env"
2063     - title: "2101.0-7"
2064       data-set: "vpp-2n-skx-prev-iter-mrr-new-env"
2065     - title: "2106.0-7"
2066       data-set: "vpp-2n-skx-curr-iter-mrr"
2067   comparisons:
2068     - title: "2101.0-7 vs 2101.0-6"
2069       reference: 2
2070       compare: 3
2071 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
2072     - title: "2106.0-7 vs 2101.0-7"
2073       reference: 3
2074       compare: 4
2075 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
2076   legend:
2077     - ''
2078     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
2079     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
2080     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
2081     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
2082     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
2083
2084 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
2085 - type: "table"
2086   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
2087   algorithm: "table_comparison"
2088   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
2089   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2090   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
2091   columns:
2092     - title: "2009.0-6"
2093       data-set: "vpp-2n-clx-hist-iter-mrr-new-env"
2094     - title: "2101.0-6"
2095       data-set: "vpp-2n-clx-prev-iter-mrr-old-env"
2096     - title: "2101.0-7"
2097       data-set: "vpp-2n-clx-prev-iter-mrr-new-env"
2098     - title: "2106.0-7"
2099       data-set: "vpp-2n-clx-curr-iter-mrr"
2100   comparisons:
2101     - title: "2101.0-7 vs 2101.0-6"
2102       reference: 2
2103       compare: 3
2104 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
2105     - title: "2106.0-7 vs 2101.0-7"
2106       reference: 3
2107       compare: 4
2108 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
2109   legend:
2110     - ''
2111     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
2112     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
2113     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
2114     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
2115     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
2116
2117 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
2118 - type: "table"
2119   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
2120   algorithm: "table_comparison"
2121   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
2122   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2123   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
2124   columns:
2125     - title: "2009.0-6"
2126       data-set: "vpp-2n-clx-hist-iter-mrr-new-env"
2127     - title: "2101.0-6"
2128       data-set: "vpp-2n-clx-prev-iter-mrr-old-env"
2129     - title: "2101.0-7"
2130       data-set: "vpp-2n-clx-prev-iter-mrr-new-env"
2131     - title: "2106.0-7"
2132       data-set: "vpp-2n-clx-curr-iter-mrr"
2133   comparisons:
2134     - title: "2101.0-7 vs 2101.0-6"
2135       reference: 2
2136       compare: 3
2137 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
2138     - title: "2106.0-7 vs 2101.0-7"
2139       reference: 3
2140       compare: 4
2141 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
2142   legend:
2143     - ''
2144     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
2145     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
2146     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
2147     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
2148     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
2149
2150 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
2151 - type: "table"
2152   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
2153   algorithm: "table_comparison"
2154   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
2155   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2156   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
2157   columns:
2158     - title: "2009.0-6"
2159       data-set: "vpp-2n-clx-hist-iter-mrr-new-env"
2160     - title: "2101.0-6"
2161       data-set: "vpp-2n-clx-prev-iter-mrr-old-env"
2162     - title: "2101.0-7"
2163       data-set: "vpp-2n-clx-prev-iter-mrr-new-env"
2164     - title: "2106.0-7"
2165       data-set: "vpp-2n-clx-curr-iter-mrr"
2166   comparisons:
2167     - title: "2101.0-7 vs 2101.0-6"
2168       reference: 2
2169       compare: 3
2170 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
2171     - title: "2106.0-7 vs 2101.0-7"
2172       reference: 3
2173       compare: 4
2174 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
2175   legend:
2176     - ''
2177     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
2178     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
2179     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
2180     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
2181     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
2182
2183 # VPP Performance Changes 2n-clx-cx556a 2t1c mrr
2184 - type: "table"
2185   title: "VPP Performance Changes 2n-clx-cx556a 2t1c mrr"
2186   algorithm: "table_comparison"
2187   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-2t1c-mrr"
2188   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2189   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
2190   columns:
2191     - title: "2009.0-6"
2192       data-set: "vpp-2n-clx-hist-iter-mrr-new-env"
2193     - title: "2101.0-6"
2194       data-set: "vpp-2n-clx-prev-iter-mrr-old-env"
2195     - title: "2101.0-7"
2196       data-set: "vpp-2n-clx-prev-iter-mrr-new-env"
2197     - title: "2106.0-7"
2198       data-set: "vpp-2n-clx-curr-iter-mrr"
2199   comparisons:
2200     - title: "2101.0-7 vs 2101.0-6"
2201       reference: 2
2202       compare: 3
2203 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
2204     - title: "2106.0-7 vs 2101.0-7"
2205       reference: 3
2206       compare: 4
2207 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
2208   legend:
2209     - ''
2210     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with cx556a.'
2211     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
2212     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
2213     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
2214     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
2215
2216 # VPP Performance Changes 2n-clx-cx556a 4t2c mrr
2217 - type: "table"
2218   title: "VPP Performance Changes 2n-clx-cx556a 4t2c mrr"
2219   algorithm: "table_comparison"
2220   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-4t2c-mrr"
2221   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2222   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
2223   columns:
2224     - title: "2009.0-6"
2225       data-set: "vpp-2n-clx-hist-iter-mrr-new-env"
2226     - title: "2101.0-6"
2227       data-set: "vpp-2n-clx-prev-iter-mrr-old-env"
2228     - title: "2101.0-7"
2229       data-set: "vpp-2n-clx-prev-iter-mrr-new-env"
2230     - title: "2106.0-7"
2231       data-set: "vpp-2n-clx-curr-iter-mrr"
2232   comparisons:
2233     - title: "2101.0-7 vs 2101.0-6"
2234       reference: 2
2235       compare: 3
2236 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
2237     - title: "2106.0-7 vs 2101.0-7"
2238       reference: 3
2239       compare: 4
2240 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
2241   legend:
2242     - ''
2243     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with cx556a.'
2244     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
2245     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
2246     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
2247     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
2248
2249 # VPP Performance Changes 2n-clx-cx556a 8t4c mrr
2250 - type: "table"
2251   title: "VPP Performance Changes 2n-clx-cx556a 8t4c mrr"
2252   algorithm: "table_comparison"
2253   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-8t4c-mrr"
2254   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2255   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
2256   columns:
2257     - title: "2009.0-6"
2258       data-set: "vpp-2n-clx-hist-iter-mrr-new-env"
2259     - title: "2101.0-6"
2260       data-set: "vpp-2n-clx-prev-iter-mrr-old-env"
2261     - title: "2101.0-7"
2262       data-set: "vpp-2n-clx-prev-iter-mrr-new-env"
2263     - title: "2106.0-7"
2264       data-set: "vpp-2n-clx-curr-iter-mrr"
2265   comparisons:
2266     - title: "2101.0-7 vs 2101.0-6"
2267       reference: 2
2268       compare: 3
2269 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
2270     - title: "2106.0-7 vs 2101.0-7"
2271       reference: 3
2272       compare: 4
2273 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
2274   legend:
2275     - ''
2276     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with cx556a.'
2277     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
2278     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
2279     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
2280     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
2281
2282 # VPP Performance Changes 2n-zn2-xxv710 2t1c mrr
2283 - type: "table"
2284   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c mrr"
2285   algorithm: "table_comparison"
2286   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-mrr"
2287   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2288   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710'"
2289   columns:
2290     - title: "2009.0-6"
2291       data-set: "vpp-2n-zn2-hist-iter-mrr-new-env"
2292     - title: "2101.0-6"
2293       data-set: "vpp-2n-zn2-prev-iter-mrr-old-env"
2294     - title: "2101.0-7"
2295       data-set: "vpp-2n-zn2-prev-iter-mrr-new-env"
2296     - title: "2106.0-7"
2297       data-set: "vpp-2n-zn2-curr-iter-mrr"
2298   comparisons:
2299     - title: "2101.0-7 vs 2101.0-6"
2300       reference: 2
2301       compare: 3
2302 #      rca-file: "rca/rca-2n-zn2-2t1c-mrr-rca1.yaml"
2303     - title: "2106.0-7 vs 2101.0-7"
2304       reference: 3
2305       compare: 4
2306 #      rca-file: "rca/rca-2n-zn2-2t1c-mrr-rca2.yaml"
2307   legend:
2308     - ''
2309     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
2310     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
2311     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
2312     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
2313     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
2314
2315 # VPP Performance Changes 2n-zn2-xxv710 4t2c mrr
2316 - type: "table"
2317   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c mrr"
2318   algorithm: "table_comparison"
2319   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-mrr"
2320   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2321   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710'"
2322   columns:
2323     - title: "2009.0-6"
2324       data-set: "vpp-2n-zn2-hist-iter-mrr-new-env"
2325     - title: "2101.0-6"
2326       data-set: "vpp-2n-zn2-prev-iter-mrr-old-env"
2327     - title: "2101.0-7"
2328       data-set: "vpp-2n-zn2-prev-iter-mrr-new-env"
2329     - title: "2106.0-7"
2330       data-set: "vpp-2n-zn2-curr-iter-mrr"
2331   comparisons:
2332     - title: "2101.0-7 vs 2101.0-6"
2333       reference: 2
2334       compare: 3
2335 #      rca-file: "rca/rca-2n-zn2-4t2c-mrr-rca1.yaml"
2336     - title: "2106.0-7 vs 2101.0-7"
2337       reference: 3
2338       compare: 4
2339 #      rca-file: "rca/rca-2n-zn2-4t2c-mrr-rca2.yaml"
2340   legend:
2341     - ''
2342     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
2343     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
2344     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
2345     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
2346     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
2347
2348 # VPP Performance Changes 2n-zn2-xxv710 8t4c mrr
2349 - type: "table"
2350   title: "VPP Performance Changes 2n-zn2-xxv710 8t4c mrr"
2351   algorithm: "table_comparison"
2352   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-8t4c-mrr"
2353   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2354   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710'"
2355   columns:
2356     - title: "2009.0-6"
2357       data-set: "vpp-2n-zn2-hist-iter-mrr-new-env"
2358     - title: "2101.0-6"
2359       data-set: "vpp-2n-zn2-prev-iter-mrr-old-env"
2360     - title: "2101.0-7"
2361       data-set: "vpp-2n-zn2-prev-iter-mrr-new-env"
2362     - title: "2106.0-7"
2363       data-set: "vpp-2n-zn2-curr-iter-mrr"
2364   comparisons:
2365     - title: "2101.0-7 vs 2101.0-6"
2366       reference: 2
2367       compare: 3
2368 #      rca-file: "rca/rca-2n-zn2-8t4c-mrr-rca1.yaml"
2369     - title: "2106.0-7 vs 2101.0-7"
2370       reference: 3
2371       compare: 4
2372 #      rca-file: "rca/rca-2n-zn2-8t4c-mrr-rca2.yaml"
2373   legend:
2374     - ''
2375     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
2376     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
2377     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
2378     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
2379     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
2380
2381 # VPP Performance Changes 2n-dnv 1t1c mrr
2382 - type: "table"
2383   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
2384   algorithm: "table_comparison"
2385   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2386   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2387   filter: "'1T1C'"
2388   columns:
2389     - title: "2009.0-6"
2390       data-set: "vpp-2n-dnv-hist-iter-mrr-new-env"
2391     - title: "2101.0-6"
2392       data-set: "vpp-2n-dnv-prev-iter-mrr-old-env"
2393     - title: "2101.0-7"
2394       data-set: "vpp-2n-dnv-prev-iter-mrr-new-env"
2395     - title: "2106.0-7"
2396       data-set: "vpp-2n-dnv-curr-iter-mrr"
2397   comparisons:
2398     - title: "2101.0-7 vs 2101.0-6"
2399       reference: 2
2400       compare: 3
2401 #      rca-file: "rca/rca-2n-dnv-1t1c-mrr-rca1.yaml"
2402     - title: "2106.0-7 vs 2101.0-7"
2403       reference: 3
2404       compare: 4
2405 #      rca-file: "rca/rca-2n-dnv-1t1c-mrr-rca2.yaml"
2406   legend:
2407     - ''
2408     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
2409     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
2410     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
2411     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
2412     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
2413
2414 # VPP Performance Changes 2n-dnv 2t2c mrr
2415 - type: "table"
2416   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
2417   algorithm: "table_comparison"
2418   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2419   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2420   filter: "'2T2C'"
2421   columns:
2422     - title: "2009.0-6"
2423       data-set: "vpp-2n-dnv-hist-iter-mrr-new-env"
2424     - title: "2101.0-6"
2425       data-set: "vpp-2n-dnv-prev-iter-mrr-old-env"
2426     - title: "2101.0-7"
2427       data-set: "vpp-2n-dnv-prev-iter-mrr-new-env"
2428     - title: "2106.0-7"
2429       data-set: "vpp-2n-dnv-curr-iter-mrr"
2430   comparisons:
2431     - title: "2101.0-7 vs 2101.0-6"
2432       reference: 2
2433       compare: 3
2434 #      rca-file: "rca/rca-2n-dnv-2t2c-mrr-rca1.yaml"
2435     - title: "2106.0-7 vs 2101.0-7"
2436       reference: 3
2437       compare: 4
2438 #      rca-file: "rca/rca-2n-dnv-2t2c-mrr-rca2.yaml"
2439   legend:
2440     - ''
2441     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
2442     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
2443     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
2444     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
2445     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
2446
2447 # VPP Performance Changes 2n-dnv 4t4c mrr
2448 - type: "table"
2449   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
2450   algorithm: "table_comparison"
2451   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2452   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2453   filter: "'4T4C'"
2454   columns:
2455     - title: "2009.0-6"
2456       data-set: "vpp-2n-dnv-hist-iter-mrr-new-env"
2457     - title: "2101.0-6"
2458       data-set: "vpp-2n-dnv-prev-iter-mrr-old-env"
2459     - title: "2101.0-7"
2460       data-set: "vpp-2n-dnv-prev-iter-mrr-new-env"
2461     - title: "2106.0-7"
2462       data-set: "vpp-2n-dnv-curr-iter-mrr"
2463   comparisons:
2464     - title: "2101.0-7 vs 2101.0-6"
2465       reference: 2
2466       compare: 3
2467 #      rca-file: "rca/rca-2n-dnv-4t4c-mrr-rca1.yaml"
2468     - title: "2106.0-7 vs 2101.0-7"
2469       reference: 3
2470       compare: 4
2471 #      rca-file: "rca/rca-2n-dnv-4t4c-mrr-rca2.yaml"
2472   legend:
2473     - ''
2474     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
2475     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
2476     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
2477     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
2478     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
2479
2480 # VPP Performance Changes 3n-dnv 1t1c mrr
2481 - type: "table"
2482   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
2483   algorithm: "table_comparison"
2484   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
2485   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2486   filter: "'1T1C'"
2487   columns:
2488     - title: "2009.0-6"
2489       data-set: "vpp-3n-dnv-hist-iter-mrr-new-env"
2490     - title: "2101.0-6"
2491       data-set: "vpp-3n-dnv-prev-iter-mrr-old-env"
2492     - title: "2101.0-7"
2493       data-set: "vpp-3n-dnv-prev-iter-mrr-new-env"
2494     - title: "2106.0-7"
2495       data-set: "vpp-3n-dnv-curr-iter-mrr"
2496   comparisons:
2497     - title: "2101.0-7 vs 2101.0-6"
2498       reference: 2
2499       compare: 3
2500 #      rca-file: "rca/rca-3n-dnv-1t1c-mrr-rca1.yaml"
2501     - title: "2106.0-7 vs 2101.0-7"
2502       reference: 3
2503       compare: 4
2504 #      rca-file: "rca/rca-3n-dnv-1t1c-mrr-rca2.yaml"
2505   legend:
2506     - ''
2507     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
2508     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
2509     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
2510     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
2511     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
2512
2513 # VPP Performance Changes 3n-dnv 2t2c mrr
2514 - type: "table"
2515   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
2516   algorithm: "table_comparison"
2517   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
2518   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2519   filter: "'2T2C'"
2520   columns:
2521     - title: "2009.0-6"
2522       data-set: "vpp-3n-dnv-hist-iter-mrr-new-env"
2523     - title: "2101.0-6"
2524       data-set: "vpp-3n-dnv-prev-iter-mrr-old-env"
2525     - title: "2101.0-7"
2526       data-set: "vpp-3n-dnv-prev-iter-mrr-new-env"
2527     - title: "2106.0-7"
2528       data-set: "vpp-3n-dnv-curr-iter-mrr"
2529   comparisons:
2530     - title: "2101.0-7 vs 2101.0-6"
2531       reference: 2
2532       compare: 3
2533 #      rca-file: "rca/rca-3n-dnv-2t2c-mrr-rca1.yaml"
2534     - title: "2106.0-7 vs 2101.0-7"
2535       reference: 3
2536       compare: 4
2537 #      rca-file: "rca/rca-3n-dnv-2t2c-mrr-rca2.yaml"
2538   legend:
2539     - ''
2540     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
2541     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
2542     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
2543     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
2544     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
2545
2546 # VPP Performance Changes 3n-dnv 4t4c mrr
2547 - type: "table"
2548   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
2549   algorithm: "table_comparison"
2550   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
2551   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2552   filter: "'4T4C'"
2553   columns:
2554     - title: "2009.0-6"
2555       data-set: "vpp-3n-dnv-hist-iter-mrr-new-env"
2556     - title: "2101.0-6"
2557       data-set: "vpp-3n-dnv-prev-iter-mrr-old-env"
2558     - title: "2101.0-7"
2559       data-set: "vpp-3n-dnv-prev-iter-mrr-new-env"
2560     - title: "2106.0-7"
2561       data-set: "vpp-3n-dnv-curr-iter-mrr"
2562   comparisons:
2563     - title: "2101.0-7 vs 2101.0-6"
2564       reference: 2
2565       compare: 3
2566 #      rca-file: "rca/rca-3n-dnv-4t4c-mrr-rca1.yaml"
2567     - title: "2106.0-7 vs 2101.0-7"
2568       reference: 3
2569       compare: 4
2570 #      rca-file: "rca/rca-3n-dnv-4t4c-mrr-rca2.yaml"
2571   legend:
2572     - ''
2573     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
2574     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
2575     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
2576     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
2577     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
2578
2579 # VPP Performance Changes 3n-tsh 1t1c mrr
2580 - type: "table"
2581   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
2582   algorithm: "table_comparison"
2583   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
2584   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2585   filter: "'1T1C'"
2586   columns:
2587     - title: "2009.0-6"
2588       data-set: "vpp-3n-tsh-hist-iter-mrr-new-env"
2589     - title: "2101.0-6"
2590       data-set: "vpp-3n-tsh-prev-iter-mrr-old-env"
2591     - title: "2101.0-7"
2592       data-set: "vpp-3n-tsh-prev-iter-mrr-new-env"
2593     - title: "2106.0-7"
2594       data-set: "vpp-3n-tsh-curr-iter-mrr"
2595   comparisons:
2596     - title: "2101.0-7 vs 2101.0-6"
2597       reference: 2
2598       compare: 3
2599 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
2600     - title: "2106.0-7 vs 2101.0-7"
2601       reference: 3
2602       compare: 4
2603 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
2604   legend:
2605     - ''
2606     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
2607     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
2608     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
2609     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
2610     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
2611
2612 # VPP Performance Changes 3n-tsh 2t2c mrr
2613 - type: "table"
2614   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
2615   algorithm: "table_comparison"
2616   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
2617   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2618   filter: "'2T2C'"
2619   columns:
2620     - title: "2009.0-6"
2621       data-set: "vpp-3n-tsh-hist-iter-mrr-new-env"
2622     - title: "2101.0-6"
2623       data-set: "vpp-3n-tsh-prev-iter-mrr-old-env"
2624     - title: "2101.0-7"
2625       data-set: "vpp-3n-tsh-prev-iter-mrr-new-env"
2626     - title: "2106.0-7"
2627       data-set: "vpp-3n-tsh-curr-iter-mrr"
2628   comparisons:
2629     - title: "2101.0-7 vs 2101.0-6"
2630       reference: 2
2631       compare: 3
2632 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
2633     - title: "2106.0-7 vs 2101.0-7"
2634       reference: 3
2635       compare: 4
2636 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
2637   legend:
2638     - ''
2639     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
2640     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
2641     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
2642     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
2643     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
2644
2645 # VPP Performance Changes 3n-tsh 4t4c mrr
2646 - type: "table"
2647   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
2648   algorithm: "table_comparison"
2649   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
2650   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2651   filter: "'4T4C'"
2652   columns:
2653     - title: "2009.0-6"
2654       data-set: "vpp-3n-tsh-hist-iter-mrr-new-env"
2655     - title: "2101.0-6"
2656       data-set: "vpp-3n-tsh-prev-iter-mrr-old-env"
2657     - title: "2101.0-7"
2658       data-set: "vpp-3n-tsh-prev-iter-mrr-new-env"
2659     - title: "2106.0-7"
2660       data-set: "vpp-3n-tsh-curr-iter-mrr"
2661   comparisons:
2662     - title: "2101.0-7 vs 2101.0-6"
2663       reference: 2
2664       compare: 3
2665 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
2666     - title: "2106.0-7 vs 2101.0-7"
2667       reference: 3
2668       compare: 4
2669 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
2670   legend:
2671     - ''
2672     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
2673     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
2674     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
2675     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
2676     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
2677
2678 # VPP Performance Changes 2n-tx2 1t1c mrr
2679 - type: "table"
2680   title: "VPP Performance Changes 2n-tx2 1t1c mrr"
2681   algorithm: "table_comparison"
2682   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-mrr"
2683   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2684   filter: "'1T1C'"
2685   columns:
2686     - title: "2009.0-6"
2687       data-set: "vpp-2n-tx2-hist-iter-mrr-new-env"
2688     - title: "2101.0-6"
2689       data-set: "vpp-2n-tx2-prev-iter-mrr-old-env"
2690     - title: "2101.0-7"
2691       data-set: "vpp-2n-tx2-prev-iter-mrr-new-env"
2692     - title: "2106.0-7"
2693       data-set: "vpp-2n-tx2-curr-iter-mrr"
2694   comparisons:
2695     - title: "2101.0-7 vs 2101.0-6"
2696       reference: 2
2697       compare: 3
2698 #      rca-file: "rca/rca-2n-tx2-1t1c-mrr-rca1.yaml"
2699     - title: "2106.0-7 vs 2101.0-7"
2700       reference: 3
2701       compare: 4
2702 #      rca-file: "rca/rca-2n-tx2-1t1c-mrr-rca2.yaml"
2703   legend:
2704     - ''
2705     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
2706     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
2707     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
2708     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
2709     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
2710
2711 # VPP Performance Changes 2n-tx2 2t2c mrr
2712 - type: "table"
2713   title: "VPP Performance Changes 2n-tx2 2t2c mrr"
2714   algorithm: "table_comparison"
2715   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-mrr"
2716   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2717   filter: "'2T2C'"
2718   columns:
2719     - title: "2009.0-6"
2720       data-set: "vpp-2n-tx2-hist-iter-mrr-new-env"
2721     - title: "2101.0-6"
2722       data-set: "vpp-2n-tx2-prev-iter-mrr-old-env"
2723     - title: "2101.0-7"
2724       data-set: "vpp-2n-tx2-prev-iter-mrr-new-env"
2725     - title: "2106.0-7"
2726       data-set: "vpp-2n-tx2-curr-iter-mrr"
2727   comparisons:
2728     - title: "2101.0-7 vs 2101.0-6"
2729       reference: 2
2730       compare: 3
2731 #      rca-file: "rca/rca-2n-tx2-2t2c-mrr-rca1.yaml"
2732     - title: "2106.0-7 vs 2101.0-7"
2733       reference: 3
2734       compare: 4
2735 #      rca-file: "rca/rca-2n-tx2-2t2c-mrr-rca2.yaml"
2736   legend:
2737     - ''
2738     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
2739     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
2740     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
2741     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
2742     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
2743
2744 # VPP Performance Changes 2n-tx2 4t4c mrr
2745 - type: "table"
2746   title: "VPP Performance Changes 2n-tx2 4t4c mrr"
2747   algorithm: "table_comparison"
2748   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-4t4c-mrr"
2749   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2750   filter: "'4T4C'"
2751   columns:
2752     - title: "2009.0-6"
2753       data-set: "vpp-2n-tx2-hist-iter-mrr-new-env"
2754     - title: "2101.0-6"
2755       data-set: "vpp-2n-tx2-prev-iter-mrr-old-env"
2756     - title: "2101.0-7"
2757       data-set: "vpp-2n-tx2-prev-iter-mrr-new-env"
2758     - title: "2106.0-7"
2759       data-set: "vpp-2n-tx2-curr-iter-mrr"
2760   comparisons:
2761     - title: "2101.0-7 vs 2101.0-6"
2762       reference: 2
2763       compare: 3
2764 #      rca-file: "rca/rca-2n-tx2-4t4c-mrr-rca1.yaml"
2765     - title: "2106.0-7 vs 2101.0-7"
2766       reference: 3
2767       compare: 4
2768 #      rca-file: "rca/rca-2n-tx2-4t4c-mrr-rca2.yaml"
2769   legend:
2770     - ''
2771     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
2772     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "6" for CSIT rls2101, "7" for CSIT rls2106).'
2773     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
2774     - '2101.0-7 vs 2101.0-6: Compares CSIT environment current vs previous with previous VPP code.'
2775     - '2106.0-7 vs 2101.0-7: Compares VPP code current vs previous in the current CSIT environment.'
2776
2777 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
2778 - type: "table"
2779   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
2780   algorithm: "table_comparison"
2781   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
2782   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2783   filter: "'2T1C' and 'NIC_Intel-XXV710'"
2784   columns:
2785     - title: "2n-skx"
2786       data-set: "vpp-2n-skx-curr-iter-mrr"
2787     - title: "2n-clx"
2788       data-set: "vpp-2n-clx-curr-iter-mrr"
2789   comparisons:
2790     - title: "Diff"
2791       reference: 1
2792       compare: 2
2793   legend:
2794     - ""
2795     - "2n-skx, 2n-clx - testbeds and NICs tested."
2796     - "Diff - difference between 2n-skx and 2n-clx testbeds."
2797
2798 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
2799 - type: "table"
2800   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
2801   algorithm: "table_comparison"
2802   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
2803   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2804   filter: "'4T2C' and 'NIC_Intel-XXV710'"
2805   columns:
2806     - title: "2n-skx"
2807       data-set: "vpp-2n-skx-curr-iter-mrr"
2808     - title: "2n-clx"
2809       data-set: "vpp-2n-clx-curr-iter-mrr"
2810   comparisons:
2811     - title: "Diff"
2812       reference: 1
2813       compare: 2
2814   legend:
2815     - ""
2816     - "2n-skx, 2n-clx - testbeds and NICs tested."
2817     - "Diff - difference between 2n-skx and 2n-clx testbeds."
2818
2819 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
2820 - type: "table"
2821   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
2822   algorithm: "table_comparison"
2823   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
2824   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2825   filter: "'8T4C' and 'NIC_Intel-XXV710'"
2826   columns:
2827     - title: "2n-skx"
2828       data-set: "vpp-2n-skx-curr-iter-mrr"
2829     - title: "2n-clx"
2830       data-set: "vpp-2n-clx-curr-iter-mrr"
2831   comparisons:
2832     - title: "Diff"
2833       reference: 1
2834       compare: 2
2835   legend:
2836     - ""
2837     - "2n-skx, 2n-clx - testbeds and NICs tested."
2838     - "Diff - difference between 2n-skx and 2n-clx testbeds."
2839
2840 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2841 - type: "table"
2842   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2843   algorithm: "table_comparison"
2844   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2845   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2846   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
2847   columns:
2848     - title: "3n-skx"
2849       data-set: "vpp-3n-skx-curr-iter-mrr"
2850     - title: "2n-skx"
2851       data-set: "vpp-2n-skx-curr-iter-mrr"
2852   comparisons:
2853     - title: "Diff"
2854       reference: 1
2855       compare: 2
2856   legend:
2857     - ""
2858     - "3n-skx, 2n-skx - topologies tested."
2859     - "Diff - difference between 3n-skx and 2n-skx topologies."
2860
2861 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2862 - type: "table"
2863   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2864   algorithm: "table_comparison"
2865   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2866   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2867   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
2868   columns:
2869     - title: "3n-skx"
2870       data-set: "vpp-3n-skx-curr-iter-mrr"
2871     - title: "2n-skx"
2872       data-set: "vpp-2n-skx-curr-iter-mrr"
2873   comparisons:
2874     - title: "Diff"
2875       reference: 1
2876       compare: 2
2877   legend:
2878     - ""
2879     - "3n-skx, 2n-skx - topologies tested."
2880     - "Diff - difference between 3n-skx and 2n-skx topologies."
2881
2882 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2883 - type: "table"
2884   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2885   algorithm: "table_comparison"
2886   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2887   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2888   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
2889   columns:
2890     - title: "3n-skx"
2891       data-set: "vpp-3n-skx-curr-iter-mrr"
2892     - title: "2n-skx"
2893       data-set: "vpp-2n-skx-curr-iter-mrr"
2894   comparisons:
2895     - title: "Diff"
2896       reference: 1
2897       compare: 2
2898   legend:
2899     - ""
2900     - "3n-skx, 2n-skx - topologies tested."
2901     - "Diff - difference between 3n-skx and 2n-skx topologies."
2902
2903 # # VPP Comparison Across Testbeds 2n-clx to 2n-icx 1c mrr
2904 # - type: "table"
2905 #   title: "VPP Comparison Across Testbeds 2n-clx to 2n-icx 1c mrr"
2906 #   algorithm: "table_comparison"
2907 #   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-clx-2n-icx-1c-mrr"
2908 #   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2909 #   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-E810CQ') and 'MRR' and '1C'"
2910 #   columns:
2911 #     - title: "2n-clx xxv710"
2912 #       data-set: "vpp-2n-clx-curr-iter-mrr"
2913 #       tag: "NIC_Intel-XXV710"
2914 #     - title: "2n-icx e810cq"
2915 #       data-set: "vpp-2n-icx-curr-iter-mrr"
2916 #       tag: "NIC_Intel-E810CQ"
2917 #   comparisons:
2918 #     - title: "Diff"
2919 #       reference: 1
2920 #       compare: 2
2921 #   legend:
2922 #     - ""
2923 #     - "2n-clx xxv710, 2n-icx e810cq - testbeds and NICs tested."
2924 #     - "Diff - difference between 2n-clx xxv710 and 2n-icx e810cq testbeds."
2925
2926 # # VPP Comparison Across Testbeds 2n-clx to 2n-icx 2c mrr
2927 # - type: "table"
2928 #   title: "VPP Comparison Across Testbeds 2n-clx to 2n-icx 2c mrr"
2929 #   algorithm: "table_comparison"
2930 #   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-clx-2n-icx-2c-mrr"
2931 #   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2932 #   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-E810CQ') and 'MRR' and '2C'"
2933 #   columns:
2934 #     - title: "2n-clx xxv710"
2935 #       data-set: "vpp-2n-clx-curr-iter-mrr"
2936 #       tag: "NIC_Intel-XXV710"
2937 #     - title: "2n-icx e810cq"
2938 #       data-set: "vpp-2n-icx-curr-iter-mrr"
2939 #       tag: "NIC_Intel-E810CQ"
2940 #   comparisons:
2941 #     - title: "Diff"
2942 #       reference: 1
2943 #       compare: 2
2944 #   legend:
2945 #     - ""
2946 #     - "2n-clx xxv710, 2n-icx e810cq - testbeds and NICs tested."
2947 #     - "Diff - difference between 2n-clx xxv710 and 2n-icx e810cq testbeds."
2948
2949 # # VPP Comparison Across Testbeds 2n-clx to 2n-icx 4c mrr
2950 # - type: "table"
2951 #   title: "VPP Comparison Across Testbeds 2n-clx to 2n-icx 4c mrr"
2952 #   algorithm: "table_comparison"
2953 #   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-clx-2n-icx-4c-mrr"
2954 #   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2955 #   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-E810CQ') and 'MRR' and '4C'"
2956 #   columns:
2957 #     - title: "2n-clx xxv710"
2958 #       data-set: "vpp-2n-clx-curr-iter-mrr"
2959 #       tag: "NIC_Intel-XXV710"
2960 #     - title: "2n-icx e810cq"
2961 #       data-set: "vpp-2n-icx-curr-iter-mrr"
2962 #       tag: "NIC_Intel-E810CQ"
2963 #   comparisons:
2964 #     - title: "Diff"
2965 #       reference: 1
2966 #       compare: 2
2967 #   legend:
2968 #     - ""
2969 #     - "2n-clx xxv710, 2n-icx e810cq - testbeds and NICs tested."
2970 #     - "Diff - difference between 2n-clx xxv710 and 2n-icx e810cq testbeds."
2971
2972 # Detailed Test Results - VPP Performance Results 3n-skx
2973 - type: "table"
2974   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2975   algorithm: "table_merged_details"
2976   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
2977   columns:
2978     - title: " |prein| Test Name |preout| "
2979       data: "data name"
2980     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
2981       data: "data msg"
2982   data: "vpp-3n-skx-curr-cov"
2983   filter: "all"
2984   remove-ndr: False
2985   parameters:
2986   - "name"
2987   - "parent"
2988   - "msg"
2989
2990 # Detailed Test Results - VPP Performance Results 2n-skx
2991 - type: "table"
2992   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2993   algorithm: "table_merged_details"
2994   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
2995   columns:
2996     - title: " |prein| Test Name |preout| "
2997       data: "data name"
2998     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
2999       data: "data msg"
3000   data: "vpp-2n-skx-curr-cov"
3001   filter: "all"
3002   remove-ndr: False
3003   parameters:
3004   - "name"
3005   - "parent"
3006   - "msg"
3007
3008 # Detailed Test Results - VPP Performance Results 2n-zn2
3009 - type: "table"
3010   title: "Detailed Test Results - VPP Performance Results 2n-zn2"
3011   algorithm: "table_merged_details"
3012   output-file: "{DIR[DTR,PERF,VPP,2N,ZN2]}/"
3013   columns:
3014     - title: " |prein| Test Name |preout| "
3015       data: "data name"
3016     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
3017       data: "data msg"
3018   data: "vpp-2n-zn2-curr-cov"
3019   filter: "all"
3020   remove-ndr: False
3021   parameters:
3022   - "name"
3023   - "parent"
3024   - "msg"
3025
3026 # Detailed Test Results - VPP Performance Results 2n-clx
3027 - type: "table"
3028   title: "Detailed Test Results - VPP Performance Results 2n-clx"
3029   algorithm: "table_merged_details"
3030   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
3031   columns:
3032     - title: " |prein| Test Name |preout| "
3033       data: "data name"
3034     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
3035       data: "data msg"
3036   data: "vpp-2n-clx-curr-cov"
3037   filter: "all"
3038   parameters:
3039   - "name"
3040   - "parent"
3041   - "msg"
3042
3043 # # Detailed Test Results - VPP Performance Results 2n-icx
3044 # - type: "table"
3045 #   title: "Detailed Test Results - VPP Performance Results 2n-icx"
3046 #   algorithm: "table_merged_details"
3047 #   output-file: "{DIR[DTR,PERF,VPP,2N,ICX]}/"
3048 #   columns:
3049 #     - title: " |prein| Test Name |preout| "
3050 #       data: "data name"
3051 #     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
3052 #       data: "data msg"
3053 #   data: "vpp-2n-icx-curr-iter-best"
3054 #   filter: "'NDRPDR'"
3055 #   parameters:
3056 #   - "name"
3057 #   - "parent"
3058 #   - "msg"
3059
3060 # # Detailed Test Results - VPP Performance Results 3n-icx
3061 # - type: "table"
3062 #   title: "Detailed Test Results - VPP Performance Results 3n-icx"
3063 #   algorithm: "table_merged_details"
3064 #   output-file: "{DIR[DTR,PERF,VPP,3N,ICX]}/"
3065 #   columns:
3066 #     - title: " |prein| Test Name |preout| "
3067 #       data: "data name"
3068 #     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
3069 #       data: "data msg"
3070 #   data: "vpp-3n-icx-curr-iter-best"
3071 #   filter: "'NDRPDR'"
3072 #   parameters:
3073 #   - "name"
3074 #   - "parent"
3075 #   - "msg"
3076
3077 # Detailed Test Results - VPP Performance Results 3n-tsh
3078 - type: "table"
3079   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
3080   algorithm: "table_merged_details"
3081   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
3082   columns:
3083     - title: " |prein| Test Name |preout| "
3084       data: "data name"
3085     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
3086       data: "data msg"
3087   data: "vpp-3n-tsh-curr-cov"
3088   filter: "all"
3089   parameters:
3090   - "name"
3091   - "parent"
3092   - "msg"
3093
3094 # Detailed Test Results - VPP Performance Results 2n-tx2
3095 - type: "table"
3096   title: "Detailed Test Results - VPP Performance Results 2n-tx2"
3097   algorithm: "table_merged_details"
3098   output-file: "{DIR[DTR,PERF,VPP,2N,TX2]}/"
3099   columns:
3100     - title: " |prein| Test Name |preout| "
3101       data: "data name"
3102     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
3103       data: "data msg"
3104   data: "vpp-2n-tx2-curr-cov"
3105   filter: "all"
3106   parameters:
3107   - "name"
3108   - "parent"
3109   - "msg"
3110
3111 # Detailed Test Results - VPP Performance Results 3n-dnv
3112 - type: "table"
3113   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
3114   algorithm: "table_merged_details"
3115   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
3116   columns:
3117     - title: " |prein| Test Name |preout| "
3118       data: "data name"
3119     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
3120       data: "data msg"
3121   data: "vpp-3n-dnv-curr-cov"
3122   filter: "all"
3123   parameters:
3124   - "name"
3125   - "parent"
3126   - "msg"
3127
3128 # Detailed Test Results - VPP Performance Results 2n-dnv
3129 - type: "table"
3130   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3131   algorithm: "table_merged_details"
3132   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3133   columns:
3134     - title: " |prein| Test Name |preout| "
3135       data: "data name"
3136     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
3137       data: "data msg"
3138   data: "vpp-2n-dnv-curr-cov"
3139   filter: "all"
3140   parameters:
3141   - "name"
3142   - "parent"
3143   - "msg"
3144
3145 # Test configuration - VPP Performance Test Configs 3n-skx
3146 - type: "table"
3147   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3148   algorithm: "table_merged_details"
3149   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
3150   columns:
3151     - title: " |prein| Test Name |preout| "
3152       data: "data name"
3153     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
3154       data: "data conf-history"
3155   data: "vpp-3n-skx-curr-cov"
3156   filter: "all"
3157   parameters:
3158   - "parent"
3159   - "name"
3160   - "conf-history"
3161
3162 # Test configuration - VPP Performance Test Configs 2n-skx
3163 - type: "table"
3164   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3165   algorithm: "table_merged_details"
3166   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
3167   columns:
3168     - title: " |prein| Test Name |preout| "
3169       data: "data name"
3170     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
3171       data: "data conf-history"
3172   data: "vpp-2n-skx-curr-cov"
3173   filter: "all"
3174   parameters:
3175   - "parent"
3176   - "name"
3177   - "conf-history"
3178
3179 # Test configuration - VPP Performance Test Configs 2n-zn2
3180 - type: "table"
3181   title: "Test configuration - VPP Performance Test Configs 2n-zn2"
3182   algorithm: "table_merged_details"
3183   output-file: "{DIR[DTC,PERF,VPP,2N,ZN2]}/"
3184   columns:
3185     - title: " |prein| Test Name |preout| "
3186       data: "data name"
3187     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
3188       data: "data conf-history"
3189   data: "vpp-2n-zn2-curr-cov"
3190   filter: "all"
3191   parameters:
3192   - "parent"
3193   - "name"
3194   - "conf-history"
3195
3196 # Test configuration - VPP Performance Test Configs 2n-clx
3197 - type: "table"
3198   title: "Test configuration - VPP Performance Test Configs 2n-clx"
3199   algorithm: "table_merged_details"
3200   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
3201   columns:
3202     - title: " |prein| Test Name |preout| "
3203       data: "data name"
3204     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
3205       data: "data conf-history"
3206   data: "vpp-2n-clx-curr-cov"
3207   filter: "all"
3208   parameters:
3209   - "parent"
3210   - "name"
3211   - "conf-history"
3212
3213 # # Test configuration - VPP Performance Test Configs 2n-icx
3214 # - type: "table"
3215 #   title: "Test configuration - VPP Performance Test Configs 2n-icx"
3216 #   algorithm: "table_merged_details"
3217 #   output-file: "{DIR[DTC,PERF,VPP,2N,ICX]}/"
3218 #   columns:
3219 #     - title: " |prein| Test Name |preout| "
3220 #       data: "data name"
3221 #     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
3222 #       data: "data conf-history"
3223 #   data: "vpp-2n-icx-curr-iter-best"
3224 #   filter: "'NDRPDR'"
3225 #   parameters:
3226 #   - "parent"
3227 #   - "name"
3228 #   - "conf-history"
3229
3230 # # Test configuration - VPP Performance Test Configs 3n-icx
3231 # - type: "table"
3232 #   title: "Test configuration - VPP Performance Test Configs 3n-icx"
3233 #   algorithm: "table_merged_details"
3234 #   output-file: "{DIR[DTC,PERF,VPP,3N,ICX]}/"
3235 #   columns:
3236 #     - title: " |prein| Test Name |preout| "
3237 #       data: "data name"
3238 #     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
3239 #       data: "data conf-history"
3240 #   data: "vpp-3n-icx-curr-iter-best"
3241 #   filter: "'NDRPDR'"
3242 #   parameters:
3243 #   - "parent"
3244 #   - "name"
3245 #   - "conf-history"
3246
3247 # Test configuration - VPP Performance Test Configs 3n-tsh
3248 - type: "table"
3249   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
3250   algorithm: "table_merged_details"
3251   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
3252   columns:
3253     - title: " |prein| Test Name |preout| "
3254       data: "data name"
3255     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
3256       data: "data conf-history"
3257   data: "vpp-3n-tsh-curr-cov"
3258   filter: "all"
3259   parameters:
3260   - "parent"
3261   - "name"
3262   - "conf-history"
3263
3264 # Test configuration - VPP Performance Test Configs 2n-tx2
3265 - type: "table"
3266   title: "Test configuration - VPP Performance Test Configs 2n-tx2"
3267   algorithm: "table_merged_details"
3268   output-file: "{DIR[DTC,PERF,VPP,2N,TX2]}/"
3269   columns:
3270     - title: " |prein| Test Name |preout| "
3271       data: "data name"
3272     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
3273       data: "data conf-history"
3274   data: "vpp-2n-tx2-curr-cov"
3275   filter: "all"
3276   parameters:
3277   - "parent"
3278   - "name"
3279   - "conf-history"
3280
3281 # Test configuration - VPP Performance Test Configs 3n-dnv
3282 - type: "table"
3283   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
3284   algorithm: "table_merged_details"
3285   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
3286   columns:
3287     - title: " |prein| Test Name |preout| "
3288       data: "data name"
3289     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
3290       data: "data conf-history"
3291   data: "vpp-3n-dnv-curr-cov"
3292   filter: "all"
3293   parameters:
3294   - "parent"
3295   - "name"
3296   - "conf-history"
3297
3298 # Test configuration - VPP Performance Test Configs 2n-dnv
3299 - type: "table"
3300   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3301   algorithm: "table_merged_details"
3302   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
3303   columns:
3304     - title: " |prein| Test Name |preout| "
3305       data: "data name"
3306     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
3307       data: "data conf-history"
3308   data: "vpp-2n-dnv-curr-cov"
3309   filter: "all"
3310   parameters:
3311   - "parent"
3312   - "name"
3313   - "conf-history"
3314
3315 # Test Operational Data - VPP Performance Operational Data 3n-skx
3316 - type: "table"
3317   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3318   algorithm: "table_oper_data_html"
3319   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
3320   data: "vpp-3n-skx-curr-cov"
3321   filter: "all"
3322
3323 # Test Operational Data - VPP Performance Operational Data 2n-skx
3324 - type: "table"
3325   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3326   algorithm: "table_oper_data_html"
3327   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
3328   data: "vpp-2n-skx-curr-cov"
3329   filter: "all"
3330
3331 # Test Operational Data - VPP Performance Operational Data 2n-zn2
3332 - type: "table"
3333   title: "Test Operational Data - VPP Performance Operational Data 2n-zn2"
3334   algorithm: "table_oper_data_html"
3335   output-file: "{DIR[DTO,PERF,VPP,2N,ZN2]}/"
3336   data: "vpp-2n-zn2-curr-cov"
3337   filter: "all"
3338
3339 # Test Operational Data - VPP Performance Operational Data 2n-clx
3340 - type: "table"
3341   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
3342   algorithm: "table_oper_data_html"
3343   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
3344   data: "vpp-2n-clx-curr-cov"
3345   filter: "all"
3346
3347 # # Test Operational Data - VPP Performance Operational Data 2n-icx
3348 # - type: "table"
3349 #   title: "Test Operational Data - VPP Performance Operational Data 2n-icx"
3350 #   algorithm: "table_oper_data_html"
3351 #   output-file: "{DIR[DTO,PERF,VPP,2N,ICX]}/"
3352 #   data: "vpp-2n-icx-curr-iter-best"
3353 #   filter: "'NDRPDR'"
3354
3355 # # Test Operational Data - VPP Performance Operational Data 3n-icx
3356 # - type: "table"
3357 #   title: "Test Operational Data - VPP Performance Operational Data 3n-icx"
3358 #   algorithm: "table_oper_data_html"
3359 #   output-file: "{DIR[DTO,PERF,VPP,3N,ICX]}/"
3360 #   data: "vpp-3n-icx-curr-iter-best"
3361 #   filter: "'NDRPDR'"
3362
3363 # Test Operational Data - VPP Performance Operational Data 3n-tsh
3364 - type: "table"
3365   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
3366   algorithm: "table_oper_data_html"
3367   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
3368   data: "vpp-3n-tsh-curr-cov"
3369   filter: "all"
3370
3371 # Test Operational Data - VPP Performance Operational Data 2n-tx2
3372 - type: "table"
3373   title: "Test Operational Data - VPP Performance Operational Data 2n-tx2"
3374   algorithm: "table_oper_data_html"
3375   output-file: "{DIR[DTO,PERF,VPP,2N,TX2]}/"
3376   data: "vpp-2n-tx2-curr-cov"
3377   filter: "all"
3378
3379 # Test Operational Data - VPP Performance Operational Data 3n-dnv
3380 - type: "table"
3381   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
3382   algorithm: "table_oper_data_html"
3383   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
3384   data: "vpp-3n-dnv-curr-cov"
3385   filter: "all"
3386
3387 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3388 - type: "table"
3389   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3390   algorithm: "table_oper_data_html"
3391   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
3392   data: "vpp-2n-dnv-curr-cov"
3393   filter: "all"
3394
3395 # Detailed Test Results - VPP MRR Results 3n-skx
3396 - type: "table"
3397   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3398   algorithm: "table_merged_details"
3399   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
3400   columns:
3401     - title: " |prein| Test Name |preout| "
3402       data: "data name"
3403     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
3404       data: "data msg"
3405   data: "vpp-3n-skx-curr-iter-mrr"
3406   filter: "all"
3407   parameters:
3408   - "name"
3409   - "parent"
3410   - "msg"
3411
3412 # Detailed Test Results - VPP MRR Results 2n-skx
3413 - type: "table"
3414   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3415   algorithm: "table_merged_details"
3416   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
3417   columns:
3418     - title: " |prein| Test Name |preout| "
3419       data: "data name"
3420     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
3421       data: "data msg"
3422   data: "vpp-2n-skx-curr-iter-mrr"
3423   filter: "all"
3424   parameters:
3425   - "name"
3426   - "parent"
3427   - "msg"
3428
3429 # Detailed Test Results - VPP MRR Results 2n-zn2
3430 - type: "table"
3431   title: "Detailed Test Results - VPP MRR Results 2n-zn2"
3432   algorithm: "table_merged_details"
3433   output-file: "{DIR[DTR,MRR,VPP,2N,ZN2]}/"
3434   columns:
3435     - title: " |prein| Test Name |preout| "
3436       data: "data name"
3437     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
3438       data: "data msg"
3439   data: "vpp-2n-zn2-curr-iter-mrr"
3440   filter: "all"
3441   parameters:
3442   - "name"
3443   - "parent"
3444   - "msg"
3445
3446 # Detailed Test Results - VPP MRR Results 2n-clx
3447 - type: "table"
3448   title: "Detailed Test Results - VPP MRR Results 2n-clx"
3449   algorithm: "table_merged_details"
3450   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
3451   columns:
3452     - title: " |prein| Test Name |preout| "
3453       data: "data name"
3454     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
3455       data: "data msg"
3456   data: "vpp-2n-clx-curr-iter-mrr"
3457   filter: "all"
3458   parameters:
3459   - "name"
3460   - "parent"
3461   - "msg"
3462
3463 # # Detailed Test Results - VPP MRR Results 2n-icx
3464 # - type: "table"
3465 #   title: "Detailed Test Results - VPP MRR Results 2n-icx"
3466 #   algorithm: "table_merged_details"
3467 #   output-file: "{DIR[DTR,MRR,VPP,2N,ICX]}/"
3468 #   columns:
3469 #     - title: " |prein| Test Name |preout| "
3470 #       data: "data name"
3471 #     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
3472 #       data: "data msg"
3473 #   data: "vpp-2n-icx-curr-iter-mrr"
3474 #   filter: "'MRR'"
3475 #   parameters:
3476 #   - "name"
3477 #   - "parent"
3478 #   - "msg"
3479
3480 # # Detailed Test Results - VPP MRR Results 3n-icx
3481 # - type: "table"
3482 #   title: "Detailed Test Results - VPP MRR Results 3n-icx"
3483 #   algorithm: "table_merged_details"
3484 #   output-file: "{DIR[DTR,MRR,VPP,3N,ICX]}/"
3485 #   columns:
3486 #     - title: " |prein| Test Name |preout| "
3487 #       data: "data name"
3488 #     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
3489 #       data: "data msg"
3490 #   data: "vpp-mrr-results-3n-icx"
3491 #   filter: "'MRR'"
3492 #   parameters:
3493 #   - "name"
3494 #   - "parent"
3495 #   - "msg"
3496
3497 # Detailed Test Results - VPP MRR Results 3n-tsh
3498 - type: "table"
3499   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
3500   algorithm: "table_merged_details"
3501   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
3502   columns:
3503     - title: " |prein| Test Name |preout| "
3504       data: "data name"
3505     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
3506       data: "data msg"
3507   data: "vpp-3n-tsh-curr-iter-mrr"
3508   filter: "all"
3509   parameters:
3510   - "name"
3511   - "parent"
3512   - "msg"
3513
3514 # Detailed Test Results - VPP MRR Results 2n-tx2
3515 - type: "table"
3516   title: "Detailed Test Results - VPP MRR Results 2n-tx2"
3517   algorithm: "table_merged_details"
3518   output-file: "{DIR[DTR,MRR,VPP,2N,TX2]}/"
3519   columns:
3520     - title: " |prein| Test Name |preout| "
3521       data: "data name"
3522     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
3523       data: "data msg"
3524   data: "vpp-2n-tx2-curr-iter-mrr"
3525   filter: "all"
3526   parameters:
3527   - "name"
3528   - "parent"
3529   - "msg"
3530
3531 # Detailed Test Results - VPP MRR Results 3n-dnv
3532 - type: "table"
3533   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
3534   algorithm: "table_merged_details"
3535   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
3536   columns:
3537     - title: " |prein| Test Name |preout| "
3538       data: "data name"
3539     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
3540       data: "data msg"
3541   data: "vpp-3n-dnv-curr-iter-mrr"
3542   filter: "all"
3543   parameters:
3544   - "name"
3545   - "parent"
3546   - "msg"
3547
3548 # Detailed Test Results - VPP MRR Results 2n-dnv
3549 - type: "table"
3550   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3551   algorithm: "table_merged_details"
3552   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
3553   columns:
3554     - title: " |prein| Test Name |preout| "
3555       data: "data name"
3556     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
3557       data: "data msg"
3558   data: "vpp-2n-dnv-curr-iter-mrr"
3559   filter: "all"
3560   parameters:
3561   - "name"
3562   - "parent"
3563   - "msg"
3564
3565 # Test configuration - VPP MRR Test Configs 3n-skx
3566 - type: "table"
3567   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3568   algorithm: "table_merged_details"
3569   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
3570   columns:
3571     - title: " |prein| Test Name |preout| "
3572       data: "data name"
3573     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
3574       data: "data conf-history"
3575   data: "vpp-3n-skx-curr-iter-mrr"
3576   filter: "all"
3577   parameters:
3578   - "parent"
3579   - "name"
3580   - "conf-history"
3581
3582 # Test configuration - VPP MRR Test Configs 2n-skx
3583 - type: "table"
3584   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3585   algorithm: "table_merged_details"
3586   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
3587   columns:
3588     - title: " |prein| Test Name |preout| "
3589       data: "data name"
3590     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
3591       data: "data conf-history"
3592   data: "vpp-2n-skx-curr-iter-mrr"
3593   filter: "all"
3594   parameters:
3595   - "parent"
3596   - "name"
3597   - "conf-history"
3598
3599 # Test configuration - VPP MRR Test Configs 2n-zn2
3600 - type: "table"
3601   title: "Test configuration - VPP MRR Test Configs 2n-zn2"
3602   algorithm: "table_merged_details"
3603   output-file: "{DIR[DTC,MRR,VPP,2N,ZN2]}/"
3604   columns:
3605     - title: " |prein| Test Name |preout| "
3606       data: "data name"
3607     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
3608       data: "data conf-history"
3609   data: "vpp-2n-zn2-curr-iter-mrr"
3610   filter: "all"
3611   parameters:
3612   - "parent"
3613   - "name"
3614   - "conf-history"
3615
3616 # Test configuration - VPP MRR Test Configs 2n-clx
3617 - type: "table"
3618   title: "Test configuration - VPP MRR Test Configs 2n-clx"
3619   algorithm: "table_merged_details"
3620   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
3621   columns:
3622     - title: " |prein| Test Name |preout| "
3623       data: "data name"
3624     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
3625       data: "data conf-history"
3626   data: "vpp-2n-clx-curr-iter-mrr"
3627   filter: "all"
3628   parameters:
3629   - "parent"
3630   - "name"
3631   - "conf-history"
3632
3633 # # Test configuration - VPP MRR Test Configs 2n-icx
3634 # - type: "table"
3635 #   title: "Test configuration - VPP MRR Test Configs 2n-icx"
3636 #   algorithm: "table_merged_details"
3637 #   output-file: "{DIR[DTC,MRR,VPP,2N,ICX]}/"
3638 #   columns:
3639 #     - title: " |prein| Test Name |preout| "
3640 #       data: "data name"
3641 #     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
3642 #       data: "data conf-history"
3643 #   data: "vpp-2n-icx-curr-iter-mrr"
3644 #   filter: "'MRR'"
3645 #   parameters:
3646 #   - "parent"
3647 #   - "name"
3648 #   - "conf-history"
3649
3650 # # Test configuration - VPP MRR Test Configs 3n-icx
3651 # - type: "table"
3652 #   title: "Test configuration - VPP MRR Test Configs 3n-icx"
3653 #   algorithm: "table_merged_details"
3654 #   output-file: "{DIR[DTC,MRR,VPP,3N,ICX]}/"
3655 #   columns:
3656 #     - title: " |prein| Test Name |preout| "
3657 #       data: "data name"
3658 #     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
3659 #       data: "data conf-history"
3660 #   data: "vpp-mrr-results-3n-icx"
3661 #   filter: "'MRR'"
3662 #   parameters:
3663 #   - "parent"
3664 #   - "name"
3665 #   - "conf-history"
3666
3667 # Test configuration - VPP MRR Test Configs 3n-tsh
3668 - type: "table"
3669   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
3670   algorithm: "table_merged_details"
3671   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
3672   columns:
3673     - title: " |prein| Test Name |preout| "
3674       data: "data name"
3675     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
3676       data: "data conf-history"
3677   data: "vpp-3n-tsh-curr-iter-mrr"
3678   filter: "all"
3679   parameters:
3680   - "parent"
3681   - "name"
3682   - "conf-history"
3683
3684 # Test configuration - VPP MRR Test Configs 2n-tx2
3685 - type: "table"
3686   title: "Test configuration - VPP MRR Test Configs 2n-tx2"
3687   algorithm: "table_merged_details"
3688   output-file: "{DIR[DTC,MRR,VPP,2N,TX2]}/"
3689   columns:
3690     - title: " |prein| Test Name |preout| "
3691       data: "data name"
3692     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
3693       data: "data conf-history"
3694   data: "vpp-2n-tx2-curr-iter-mrr"
3695   filter: "all"
3696   parameters:
3697   - "parent"
3698   - "name"
3699   - "conf-history"
3700
3701 # Test configuration - VPP MRR Test Configs 3n-dnv
3702 - type: "table"
3703   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
3704   algorithm: "table_merged_details"
3705   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
3706   columns:
3707     - title: " |prein| Test Name |preout| "
3708       data: "data name"
3709     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
3710       data: "data conf-history"
3711   data: "vpp-3n-dnv-curr-iter-mrr"
3712   filter: "all"
3713   parameters:
3714   - "parent"
3715   - "name"
3716   - "conf-history"
3717
3718 # Test configuration - VPP MRR Test Configs 2n-dnv
3719 - type: "table"
3720   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3721   algorithm: "table_merged_details"
3722   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
3723   columns:
3724     - title: " |prein| Test Name |preout| "
3725       data: "data name"
3726     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
3727       data: "data conf-history"
3728   data: "vpp-2n-dnv-curr-iter-mrr"
3729   filter: "all"
3730   parameters:
3731   - "parent"
3732   - "name"
3733   - "conf-history"
3734
3735 # Detailed Test Results - VPP Device Results - Ubuntu
3736 - type: "table"
3737   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3738   algorithm: "table_merged_details"
3739   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3740   columns:
3741     - title: " |prein| Test Name |preout| "
3742       data: "data name"
3743     - title: " |prein| Status |preout| "
3744       data: "data status"
3745   data: "vpp-device-results-ubuntu"
3746   filter: "all"
3747   parameters:
3748   - "name"
3749   - "parent"
3750   - "doc"
3751   - "status"
3752
3753 # Test configuration - VPP Device Test Configs - Ubuntu
3754 - type: "table"
3755   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3756   algorithm: "table_merged_details"
3757   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3758   columns:
3759     - title: " |prein| Test Name |preout| "
3760       data: "data name"
3761     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
3762       data: "data conf-history"
3763   data: "vpp-device-results-ubuntu"
3764   filter: "all"
3765   parameters:
3766   - "parent"
3767   - "name"
3768   - "conf-history"
3769
3770 ################################################################################
3771
3772 # DPDK Performance Changes 3n-skx 2t1c pdr
3773 - type: "table"
3774   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3775   algorithm: "table_comparison"
3776   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3777   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3778   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
3779   columns:
3780     - title: "2009"
3781       data-set: "dpdk-3n-skx-hist-iter"
3782     - title: "2101"
3783       data-set: "dpdk-3n-skx-prev-iter"
3784     - title: "2106"
3785       data-set: "dpdk-3n-skx-curr-iter"
3786   comparisons:
3787     - title: "Diff"
3788       reference: 2
3789       compare: 3
3790   legend:
3791     - ""
3792     - "2009, 2101, 2106 - DPDK versions tested."
3793     - "Diff - difference between 2101 and 2106 DPDK version."
3794
3795 # DPDK Performance Changes 3n-skx 4t2c pdr
3796 - type: "table"
3797   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3798   algorithm: "table_comparison"
3799   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3800   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3801   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
3802   columns:
3803     - title: "2005"
3804       data-set: "dpdk-3n-skx-hist-iter"
3805     - title: "2009"
3806       data-set: "dpdk-3n-skx-prev-iter"
3807     - title: "2101"
3808       data-set: "dpdk-3n-skx-curr-iter"
3809   comparisons:
3810     - title: "Diff"
3811       reference: 2
3812       compare: 3
3813   legend:
3814     - ""
3815     - "2009, 2101, 2106 - DPDK versions tested."
3816     - "Diff - difference between 2101 and 2106 DPDK version."
3817
3818 # DPDK Performance Changes 3n-skx 2t1c ndr
3819 - type: "table"
3820   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3821   algorithm: "table_comparison"
3822   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3823   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3824   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
3825   columns:
3826     - title: "2009"
3827       data-set: "dpdk-3n-skx-hist-iter"
3828     - title: "2101"
3829       data-set: "dpdk-3n-skx-prev-iter"
3830     - title: "2106"
3831       data-set: "dpdk-3n-skx-curr-iter"
3832   comparisons:
3833     - title: "Diff"
3834       reference: 2
3835       compare: 3
3836   legend:
3837     - ""
3838     - "2009, 2101, 2106 - DPDK versions tested."
3839     - "Diff - difference between 2101 and 2106 DPDK version."
3840
3841 # DPDK Performance Changes 3n-skx 4t2c ndr
3842 - type: "table"
3843   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3844   algorithm: "table_comparison"
3845   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3846   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3847   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
3848   columns:
3849     - title: "2009"
3850       data-set: "dpdk-3n-skx-hist-iter"
3851     - title: "2101"
3852       data-set: "dpdk-3n-skx-prev-iter"
3853     - title: "2106"
3854       data-set: "dpdk-3n-skx-curr-iter"
3855   comparisons:
3856     - title: "Diff"
3857       reference: 2
3858       compare: 3
3859   legend:
3860     - ""
3861     - "2009, 2101, 2106 - DPDK versions tested."
3862     - "Diff - difference between 2101 and 2106 DPDK version."
3863
3864 # DPDK Performance Changes 2n-skx 2t1c pdr
3865 - type: "table"
3866   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3867   algorithm: "table_comparison"
3868   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3869   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3870   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
3871   columns:
3872     - title: "2009"
3873       data-set: "dpdk-2n-skx-hist-iter"
3874     - title: "2101"
3875       data-set: "dpdk-2n-skx-prev-iter"
3876     - title: "2106"
3877       data-set: "dpdk-2n-skx-curr-iter"
3878   comparisons:
3879     - title: "Diff"
3880       reference: 2
3881       compare: 3
3882   legend:
3883     - ""
3884     - "2009, 2101, 2106 - DPDK versions tested."
3885     - "Diff - difference between 2101 and 2106 DPDK version."
3886
3887 # DPDK Performance Changes 2n-skx 4t2c pdr
3888 - type: "table"
3889   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3890   algorithm: "table_comparison"
3891   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3892   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3893   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
3894   columns:
3895     - title: "2009"
3896       data-set: "dpdk-2n-skx-hist-iter"
3897     - title: "2101"
3898       data-set: "dpdk-2n-skx-prev-iter"
3899     - title: "2106"
3900       data-set: "dpdk-2n-skx-curr-iter"
3901   comparisons:
3902     - title: "Diff"
3903       reference: 2
3904       compare: 3
3905   legend:
3906     - ""
3907     - "2009, 2101, 2106 - DPDK versions tested."
3908     - "Diff - difference between 2101 and 2106 DPDK version."
3909
3910 # DPDK Performance Changes 2n-skx 2t1c ndr
3911 - type: "table"
3912   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3913   algorithm: "table_comparison"
3914   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3916   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
3917   columns:
3918     - title: "2009"
3919       data-set: "dpdk-2n-skx-hist-iter"
3920     - title: "2101"
3921       data-set: "dpdk-2n-skx-prev-iter"
3922     - title: "2106"
3923       data-set: "dpdk-2n-skx-curr-iter"
3924   comparisons:
3925     - title: "Diff"
3926       reference: 2
3927       compare: 3
3928   legend:
3929     - ""
3930     - "2009, 2101, 2106 - DPDK versions tested."
3931     - "Diff - difference between 2101 and 2106 DPDK version."
3932
3933 # DPDK Performance Changes 2n-skx 4t2c ndr
3934 - type: "table"
3935   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3936   algorithm: "table_comparison"
3937   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3938   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3939   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
3940   columns:
3941     - title: "2009"
3942       data-set: "dpdk-2n-skx-hist-iter"
3943     - title: "2101"
3944       data-set: "dpdk-2n-skx-prev-iter"
3945     - title: "2106"
3946       data-set: "dpdk-2n-skx-curr-iter"
3947   comparisons:
3948     - title: "Diff"
3949       reference: 2
3950       compare: 3
3951   legend:
3952     - ""
3953     - "2009, 2101, 2106 - DPDK versions tested."
3954     - "Diff - difference between 2101 and 2106 DPDK version."
3955
3956 # DPDK Performance Changes 2n-clx 2t1c pdr
3957 - type: "table"
3958   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
3959   algorithm: "table_comparison"
3960   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
3961   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3962   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
3963   columns:
3964     - title: "2009"
3965       data-set: "dpdk-2n-clx-hist-iter"
3966     - title: "2101"
3967       data-set: "dpdk-2n-clx-prev-iter"
3968     - title: "2106"
3969       data-set: "dpdk-2n-clx-curr-iter"
3970   comparisons:
3971     - title: "Diff"
3972       reference: 2
3973       compare: 3
3974   legend:
3975     - ""
3976     - "2009, 2101, 2106 - DPDK versions tested."
3977     - "Diff - difference between 2101 and 2106 DPDK version."
3978
3979 # DPDK Performance Changes 2n-clx 4t2c pdr
3980 - type: "table"
3981   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
3982   algorithm: "table_comparison"
3983   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
3984   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3985   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
3986   columns:
3987     - title: "2009"
3988       data-set: "dpdk-2n-clx-hist-iter"
3989     - title: "2101"
3990       data-set: "dpdk-2n-clx-prev-iter"
3991     - title: "2106"
3992       data-set: "dpdk-2n-clx-curr-iter"
3993   comparisons:
3994     - title: "Diff"
3995       reference: 2
3996       compare: 3
3997   legend:
3998     - ""
3999     - "2009, 2101, 2106 - DPDK versions tested."
4000     - "Diff - difference between 2101 and 2106 DPDK version."
4001
4002 # DPDK Performance Changes 2n-clx 2t1c ndr
4003 - type: "table"
4004   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
4005   algorithm: "table_comparison"
4006   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
4007   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4008   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4009   columns:
4010     - title: "2009"
4011       data-set: "dpdk-2n-clx-hist-iter"
4012     - title: "2101"
4013       data-set: "dpdk-2n-clx-prev-iter"
4014     - title: "2106"
4015       data-set: "dpdk-2n-clx-curr-iter"
4016   comparisons:
4017     - title: "Diff"
4018       reference: 2
4019       compare: 3
4020   legend:
4021     - ""
4022     - "2009, 2101, 2106 - DPDK versions tested."
4023     - "Diff - difference between 2101 and 2106 DPDK version."
4024
4025 # DPDK Performance Changes 2n-clx 4t2c ndr
4026 - type: "table"
4027   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
4028   algorithm: "table_comparison"
4029   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
4030   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4031   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4032   columns:
4033     - title: "2009"
4034       data-set: "dpdk-2n-clx-hist-iter"
4035     - title: "2101"
4036       data-set: "dpdk-2n-clx-prev-iter"
4037     - title: "2106"
4038       data-set: "dpdk-2n-clx-curr-iter"
4039   comparisons:
4040     - title: "Diff"
4041       reference: 2
4042       compare: 3
4043   legend:
4044     - ""
4045     - "2009, 2101, 2106 - DPDK versions tested."
4046     - "Diff - difference between 2101 and 2106 DPDK version."
4047
4048 # DPDK Performance Changes 2n-zn2 2t1c pdr
4049 - type: "table"
4050   title: "DPDK Performance Changes 2n-zn2 2t1c pdr"
4051   algorithm: "table_comparison"
4052   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-2t1c-pdr"
4053   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4054   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4055   columns:
4056     - title: "2009"
4057       data-set: "dpdk-2n-zn2-hist-iter"
4058     - title: "2101"
4059       data-set: "dpdk-2n-zn2-prev-iter"
4060     - title: "2106"
4061       data-set: "dpdk-2n-zn2-curr-iter"
4062   comparisons:
4063     - title: "Diff"
4064       reference: 2
4065       compare: 3
4066   legend:
4067     - ""
4068     - "2009, 2101, 2106 - DPDK versions tested."
4069     - "Diff - difference between 2101 and 2106 DPDK version."
4070
4071 # DPDK Performance Changes 2n-zn2 4t2c pdr
4072 - type: "table"
4073   title: "DPDK Performance Changes 2n-zn2 4t2c pdr"
4074   algorithm: "table_comparison"
4075   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-4t2c-pdr"
4076   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4077   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4078   columns:
4079     - title: "2009"
4080       data-set: "dpdk-2n-zn2-hist-iter"
4081     - title: "2101"
4082       data-set: "dpdk-2n-zn2-prev-iter"
4083     - title: "2106"
4084       data-set: "dpdk-2n-zn2-curr-iter"
4085   comparisons:
4086     - title: "Diff"
4087       reference: 2
4088       compare: 3
4089   legend:
4090     - ""
4091     - "2009, 2101, 2106 - DPDK versions tested."
4092     - "Diff - difference between 2101 and 2106 DPDK version."
4093
4094 # DPDK Performance Changes 2n-zn2 2t1c ndr
4095 - type: "table"
4096   title: "DPDK Performance Changes 2n-zn2 2t1c ndr"
4097   algorithm: "table_comparison"
4098   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-2t1c-ndr"
4099   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4100   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4101   columns:
4102     - title: "2009"
4103       data-set: "dpdk-2n-zn2-hist-iter"
4104     - title: "2101"
4105       data-set: "dpdk-2n-zn2-prev-iter"
4106     - title: "2106"
4107       data-set: "dpdk-2n-zn2-curr-iter"
4108   comparisons:
4109     - title: "Diff"
4110       reference: 2
4111       compare: 3
4112   legend:
4113     - ""
4114     - "2009, 2101, 2106 - DPDK versions tested."
4115     - "Diff - difference between 2101 and 2106 DPDK version."
4116
4117 # DPDK Performance Changes 2n-zn2 4t2c ndr
4118 - type: "table"
4119   title: "DPDK Performance Changes 2n-zn2 4t2c ndr"
4120   algorithm: "table_comparison"
4121   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-4t2c-ndr"
4122   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4123   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4124   columns:
4125     - title: "2009"
4126       data-set: "dpdk-2n-zn2-hist-iter"
4127     - title: "2101"
4128       data-set: "dpdk-2n-zn2-prev-iter"
4129     - title: "2106"
4130       data-set: "dpdk-2n-zn2-curr-iter"
4131   comparisons:
4132     - title: "Diff"
4133       reference: 2
4134       compare: 3
4135   legend:
4136     - ""
4137     - "2009, 2101, 2106 - DPDK versions tested."
4138     - "Diff - difference between 2101 and 2106 DPDK version."
4139
4140 ## DPDK Performance Changes 2n-dnv 1t1c pdr
4141 #- type: "table"
4142 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
4143 #  algorithm: "table_comparison"
4144 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
4145 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4146 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
4147 #  columns:
4148 #    - title: "2001"
4149 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
4150 #    - title: "2005"
4151 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
4152 #    - title: "2009"
4153 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
4154 #  comparisons:
4155 #    - title: "Diff"
4156 #      reference: 2
4157 #      compare: 3
4158 #  legend:
4159 #    - ""
4160 #    - "2001, 2005, 2009 - DPDK versions tested."
4161 #    - "Diff - difference between 2005 and 2009 DPDK version."
4162 #
4163 ## DPDK Performance Changes 2n-dnv 2t2c pdr
4164 #- type: "table"
4165 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
4166 #  algorithm: "table_comparison"
4167 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
4168 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4169 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
4170 #  columns:
4171 #    - title: "2001"
4172 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
4173 #    - title: "2005"
4174 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
4175 #    - title: "2009"
4176 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
4177 #  comparisons:
4178 #    - title: "Diff"
4179 #      reference: 2
4180 #      compare: 3
4181 #  legend:
4182 #    - ""
4183 #    - "2001, 2005, 2009 - DPDK versions tested."
4184 #    - "Diff - difference between 2005 and 2009 DPDK version."
4185 #
4186 ## DPDK Performance Changes 2n-dnv 1t1c ndr
4187 #- type: "table"
4188 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
4189 #  algorithm: "table_comparison"
4190 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
4191 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4192 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
4193 #  columns:
4194 #    - title: "2001"
4195 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
4196 #    - title: "2005"
4197 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
4198 #    - title: "2009"
4199 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
4200 #  comparisons:
4201 #    - title: "Diff"
4202 #      reference: 2
4203 #      compare: 3
4204 #  legend:
4205 #    - ""
4206 #    - "2001, 2005, 2009 - DPDK versions tested."
4207 #    - "Diff - difference between 2005 and 2009 DPDK version."
4208 #
4209 ## DPDK Performance Changes 2n-dnv 2t2c ndr
4210 #- type: "table"
4211 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
4212 #  algorithm: "table_comparison"
4213 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
4214 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4215 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
4216 #  columns:
4217 #    - title: "2001"
4218 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
4219 #    - title: "2005"
4220 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
4221 #    - title: "2009"
4222 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
4223 #  comparisons:
4224 #    - title: "Diff"
4225 #      reference: 2
4226 #      compare: 3
4227 #  legend:
4228 #    - ""
4229 #    - "2001, 2005, 2009 - DPDK versions tested."
4230 #    - "Diff - difference between 2005 and 2009 DPDK version."
4231 #
4232 ## DPDK Performance Changes 3n-dnv 1t1c pdr
4233 #- type: "table"
4234 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
4235 #  algorithm: "table_comparison"
4236 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
4237 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4238 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
4239 #  columns:
4240 #    - title: "2001"
4241 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
4242 #    - title: "2005"
4243 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
4244 #    - title: "2009"
4245 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
4246 #  comparisons:
4247 #    - title: "Diff"
4248 #      reference: 2
4249 #      compare: 3
4250 #  legend:
4251 #    - ""
4252 #    - "2001, 2005, 2009 - DPDK versions tested."
4253 #    - "Diff - difference between 2005 and 2009 DPDK version."
4254 #
4255 ## DPDK Performance Changes 3n-dnv 2t2c pdr
4256 #- type: "table"
4257 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
4258 #  algorithm: "table_comparison"
4259 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
4260 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4261 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
4262 #  columns:
4263 #    - title: "2001"
4264 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
4265 #    - title: "2005"
4266 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
4267 #    - title: "2009"
4268 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
4269 #  comparisons:
4270 #    - title: "Diff"
4271 #      reference: 2
4272 #      compare: 3
4273 #  legend:
4274 #    - ""
4275 #    - "2001, 2005, 2009 - DPDK versions tested."
4276 #    - "Diff - difference between 2005 and 2009 DPDK version."
4277 #
4278 ## DPDK Performance Changes 3n-dnv 1t1c ndr
4279 #- type: "table"
4280 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
4281 #  algorithm: "table_comparison"
4282 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
4283 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4284 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
4285 #  columns:
4286 #    - title: "2001"
4287 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
4288 #    - title: "2005"
4289 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
4290 #    - title: "2009"
4291 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
4292 #  comparisons:
4293 #    - title: "Diff"
4294 #      reference: 2
4295 #      compare: 3
4296 #  legend:
4297 #    - ""
4298 #    - "2001, 2005, 2009 - DPDK versions tested."
4299 #    - "Diff - difference between 2005 and 2009 DPDK version."
4300 #
4301 ## DPDK Performance Changes 3n-dnv 2t2c ndr
4302 #- type: "table"
4303 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
4304 #  algorithm: "table_comparison"
4305 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
4306 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4307 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
4308 #  columns:
4309 #    - title: "2001"
4310 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
4311 #    - title: "2005"
4312 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
4313 #    - title: "2009"
4314 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
4315 #  comparisons:
4316 #    - title: "Diff"
4317 #      reference: 2
4318 #      compare: 3
4319 #  legend:
4320 #    - ""
4321 #    - "2001, 2005, 2009 - DPDK versions tested."
4322 #    - "Diff - difference between 2005 and 2009 DPDK version."
4323
4324 # DPDK Performance Changes 3n-tsh 1t1c pdr
4325 - type: "table"
4326   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
4327   algorithm: "table_comparison"
4328   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
4329   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4330   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4331   columns:
4332     - title: "2009"
4333       data-set: "dpdk-3n-tsh-hist-iter"
4334     - title: "2101"
4335       data-set: "dpdk-3n-tsh-prev-iter"
4336     - title: "2106"
4337       data-set: "dpdk-3n-tsh-curr-iter"
4338   comparisons:
4339     - title: "Diff"
4340       reference: 2
4341       compare: 3
4342   legend:
4343     - ""
4344     - "2009, 2101, 2106 - DPDK versions tested."
4345     - "Diff - difference between 2101 and 2106 DPDK version."
4346
4347 # DPDK Performance Changes 3n-tsh 2t2c pdr
4348 - type: "table"
4349   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
4350   algorithm: "table_comparison"
4351   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
4352   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4353   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4354   columns:
4355     - title: "2009"
4356       data-set: "dpdk-3n-tsh-hist-iter"
4357     - title: "2101"
4358       data-set: "dpdk-3n-tsh-prev-iter"
4359     - title: "2106"
4360       data-set: "dpdk-3n-tsh-curr-iter"
4361   comparisons:
4362     - title: "Diff"
4363       reference: 2
4364       compare: 3
4365   legend:
4366     - ""
4367     - "2009, 2101, 2106 - DPDK versions tested."
4368     - "Diff - difference between 2101 and 2106 DPDK version."
4369
4370 # DPDK Performance Changes 3n-tsh 1t1c ndr
4371 - type: "table"
4372   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
4373   algorithm: "table_comparison"
4374   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
4375   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4376   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4377   columns:
4378     - title: "2009"
4379       data-set: "dpdk-3n-tsh-hist-iter"
4380     - title: "2101"
4381       data-set: "dpdk-3n-tsh-prev-iter"
4382     - title: "2106"
4383       data-set: "dpdk-3n-tsh-curr-iter"
4384   comparisons:
4385     - title: "Diff"
4386       reference: 2
4387       compare: 3
4388   legend:
4389     - ""
4390     - "2009, 2101, 2106 - DPDK versions tested."
4391     - "Diff - difference between 2101 and 2106 DPDK version."
4392
4393 # DPDK Performance Changes 3n-tsh 2t2c ndr
4394 - type: "table"
4395   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
4396   algorithm: "table_comparison"
4397   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
4398   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4399   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
4400   columns:
4401     - title: "2009"
4402       data-set: "dpdk-3n-tsh-hist-iter"
4403     - title: "2101"
4404       data-set: "dpdk-3n-tsh-prev-iter"
4405     - title: "2106"
4406       data-set: "dpdk-3n-tsh-curr-iter"
4407   comparisons:
4408     - title: "Diff"
4409       reference: 2
4410       compare: 3
4411   legend:
4412     - ""
4413     - "2009, 2101, 2106 - DPDK versions tested."
4414     - "Diff - difference between 2101 and 2106 DPDK version."
4415
4416 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
4417 - type: "table"
4418   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
4419   algorithm: "table_comparison"
4420   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
4421   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4422   filter: "'NIC_Intel-XXV710'"
4423   columns:
4424     - title: "2n-skx"
4425       data-set: "dpdk-2n-skx-curr-iter"
4426     - title: "2n-clx"
4427       data-set: "dpdk-2n-clx-curr-iter"
4428   comparisons:
4429     - title: "Diff"
4430       reference: 1
4431       compare: 2
4432   legend:
4433     - ""
4434     - "2n-skx, 2n-clx - testbeds and NICs tested."
4435     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4436
4437 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
4438 - type: "table"
4439   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
4440   algorithm: "table_comparison"
4441   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
4442   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4443   filter: "'NIC_Intel-XXV710'"
4444   columns:
4445     - title: "2n-skx"
4446       data-set: "dpdk-2n-skx-curr-iter"
4447     - title: "2n-clx"
4448       data-set: "dpdk-2n-clx-curr-iter"
4449   comparisons:
4450     - title: "Diff"
4451       reference: 1
4452       compare: 2
4453   legend:
4454     - ""
4455     - "2n-skx, 2n-clx - testbeds and NICs tested."
4456     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4457
4458 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
4459 - type: "table"
4460   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
4461   algorithm: "table_comparison"
4462   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
4463   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4464   filter: "'NIC_Intel-XXV710'"
4465   columns:
4466     - title: "3n-skx"
4467       data-set: "dpdk-3n-skx-curr-iter"
4468     - title: "2n-skx"
4469       data-set: "dpdk-2n-skx-curr-iter"
4470   comparisons:
4471     - title: "Diff"
4472       reference: 1
4473       compare: 2
4474   legend:
4475     - ""
4476     - "3n-skx, 2n-skx - topologies tested."
4477     - "Diff - difference between 3n-skx and 2n-skx topologies."
4478
4479 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
4480 - type: "table"
4481   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
4482   algorithm: "table_comparison"
4483   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
4484   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4485   filter: "'NIC_Intel-XXV710'"
4486   columns:
4487     - title: "3n-skx"
4488       data-set: "dpdk-3n-skx-curr-iter"
4489     - title: "2n-skx"
4490       data-set: "dpdk-2n-skx-curr-iter"
4491   comparisons:
4492     - title: "Diff"
4493       reference: 1
4494       compare: 2
4495   legend:
4496     - ""
4497     - "3n-skx, 2n-skx - topologies tested."
4498     - "Diff - difference between 3n-skx and 2n-skx topologies."
4499
4500 # Detailed Test Results - DPDK Performance Results 3n-skx
4501 - type: "table"
4502   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
4503   algorithm: "table_merged_details"
4504   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4505   columns:
4506     - title: " |prein| Test Name |preout| "
4507       data: "data name"
4508     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4509       data: "data msg"
4510   data: "dpdk-3n-skx-curr-iter-best"
4511   filter: "all"
4512   remove-ndr: False
4513   parameters:
4514   - "name"
4515   - "parent"
4516   - "msg"
4517
4518 # Detailed Test Results - DPDK Performance Results 2n-skx
4519 - type: "table"
4520   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
4521   algorithm: "table_merged_details"
4522   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4523   columns:
4524     - title: " |prein| Test Name |preout| "
4525       data: "data name"
4526     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4527       data: "data msg"
4528   data: "dpdk-2n-skx-curr-iter-best"
4529   filter: "all"
4530   remove-ndr: False
4531   parameters:
4532   - "name"
4533   - "parent"
4534   - "msg"
4535
4536 # Detailed Test Results - DPDK Performance Results 2n-zn2
4537 - type: "table"
4538   title: "Detailed Test Results - DPDK Performance Results 2n-zn2"
4539   algorithm: "table_merged_details"
4540   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_zn2"
4541   columns:
4542     - title: " |prein| Test Name |preout| "
4543       data: "data name"
4544     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4545       data: "data msg"
4546   data: "dpdk-2n-zn2-curr-iter-best"
4547   filter: "all"
4548   remove-ndr: False
4549   parameters:
4550   - "name"
4551   - "parent"
4552   - "msg"
4553
4554 # Detailed Test Results - DPDK Performance Results 2n-clx
4555 - type: "table"
4556   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
4557   algorithm: "table_merged_details"
4558   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
4559   columns:
4560     - title: " |prein| Test Name |preout| "
4561       data: "data name"
4562     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4563       data: "data msg"
4564   data: "dpdk-2n-clx-curr-iter-best"
4565   filter: "all"
4566   parameters:
4567   - "name"
4568   - "parent"
4569   - "msg"
4570
4571 ## Detailed Test Results - DPDK Performance Results 2n-dnv
4572 #- type: "table"
4573 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
4574 #  algorithm: "table_merged_details"
4575 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
4576 #  columns:
4577 #    - title: " |prein| Test Name |preout| "
4578 #      data: "data name"
4579 #    - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4580 #      data: "data msg"
4581 #  data: "dpdk-perf-results-2n-dnv"
4582 #  filter: "all"
4583 #  parameters:
4584 #  - "name"
4585 #  - "parent"
4586 #  - "msg"
4587 #
4588 ## Detailed Test Results - DPDK Performance Results 3n-dnv
4589 #- type: "table"
4590 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
4591 #  algorithm: "table_merged_details"
4592 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
4593 #  columns:
4594 #    - title: " |prein| Test Name |preout| "
4595 #      data: "data name"
4596 #    - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4597 #      data: "data msg"
4598 #  data: "dpdk-perf-results-3n-dnv"
4599 #  filter: "all"
4600 #  parameters:
4601 #  - "name"
4602 #  - "parent"
4603 #  - "msg"
4604
4605 # Detailed Test Results - DPDK Performance Results 3n-tsh
4606 - type: "table"
4607   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
4608   algorithm: "table_merged_details"
4609   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
4610   columns:
4611     - title: " |prein| Test Name |preout| "
4612       data: "data name"
4613     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4614       data: "data msg"
4615   data: "dpdk-3n-tsh-curr-iter-best"
4616   filter: "all"
4617   parameters:
4618   - "name"
4619   - "parent"
4620   - "msg"
4621
4622 # # Detailed Test Results - DPDK Performance Results 2n-tx2
4623 # - type: "table"
4624 #   title: "Detailed Test Results - DPDK Performance Results 2n-tx2"
4625 #   algorithm: "table_merged_details"
4626 #   output-file: "{DIR[DTR,PERF,DPDK,2N,TX2]}/dpdk_performance_results_2n_tx2"
4627 #   columns:
4628 #     - title: " |prein| Test Name |preout| "
4629 #       data: "data name"
4630 #     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
4631 #       data: "data msg"
4632 #   data: "dpdk-2n-tx2-curr-iter-best"
4633 #   filter: "all"
4634 #   parameters:
4635 #   - "name"
4636 #   - "parent"
4637 #   - "msg"
4638
4639 ################################################################################
4640 ###                                F I L E S                                 ###
4641 ################################################################################
4642
4643 # VPP Performance Results
4644 - type: "file"
4645   title: "VPP Performance Results"
4646   algorithm: "file_details_split"
4647   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
4648   dir-tables:
4649     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
4650     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
4651     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
4652 #     - "{DIR[DTR,PERF,VPP,2N,ICX]}"
4653 #     - "{DIR[DTR,PERF,VPP,3N,ICX]}"
4654     - "{DIR[DTR,PERF,VPP,2N,ZN2]}"
4655     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
4656     - "{DIR[DTR,PERF,VPP,2N,TX2]}"
4657     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
4658     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
4659   data:
4660     - "vpp-2n-skx-curr-cov"
4661     - "vpp-3n-skx-curr-cov"
4662     - "vpp-2n-clx-curr-cov"
4663 #     - "vpp-2n-icx-curr-iter-best"
4664 #     - "vpp-3n-icx-curr-iter-best"
4665     - "vpp-2n-zn2-curr-cov"
4666     - "vpp-3n-tsh-curr-cov"
4667     - "vpp-2n-tx2-curr-cov"
4668     - "vpp-2n-dnv-curr-cov"
4669     - "vpp-3n-dnv-curr-cov"
4670   filter: "'NDRPDR'"
4671   data-start-level: 4
4672   order-chapters:
4673     level-1:
4674       - "l2"
4675       - "ip4"
4676       - "ip6"
4677       - "srv6"
4678       - "ip4_tunnels"
4679       - "ip6_tunnels"
4680       - "vm_vhost"
4681       - "container_memif"
4682       - "crypto"
4683       - "vts"
4684       - "lb"
4685       - "nfv_density"
4686       - "hoststack"
4687     level-2:
4688       - "2n-skx"
4689       - "3n-skx"
4690       - "2n-clx"
4691 #       - "2n-icx"
4692 #       - "3n-icx"
4693       - "2n-zn2"
4694       - "3n-tsh"
4695       - "2n-tx2"
4696       - "2n-dnv"
4697       - "3n-dnv"
4698     level-3:
4699       - "xl710"
4700       - "x520"
4701       - "xxv710"
4702       - "x710"
4703       - "e810cq"
4704       - "x553"
4705       - "cx556a"
4706       - "vic1227"
4707       - "vic1385"
4708
4709 # VPP Performance Configuration
4710 - type: "file"
4711   title: "VPP Performance Configuration"
4712   algorithm: "file_details_split"
4713   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
4714   dir-tables:
4715     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
4716     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
4717     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
4718 #     - "{DIR[DTC,PERF,VPP,2N,ICX]}"
4719 #     - "{DIR[DTC,PERF,VPP,3N,ICX]}"
4720     - "{DIR[DTC,PERF,VPP,2N,ZN2]}"
4721     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
4722     - "{DIR[DTC,PERF,VPP,2N,TX2]}"
4723     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
4724     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
4725   data:
4726     - "vpp-2n-skx-curr-cov"
4727     - "vpp-3n-skx-curr-cov"
4728     - "vpp-2n-clx-curr-cov"
4729 #     - "vpp-2n-icx-curr-iter-best"
4730 #     - "vpp-3n-icx-curr-iter-best"
4731     - "vpp-2n-zn2-curr-cov"
4732     - "vpp-3n-tsh-curr-cov"
4733     - "vpp-2n-tx2-curr-cov"
4734     - "vpp-2n-dnv-curr-cov"
4735     - "vpp-3n-dnv-curr-cov"
4736   filter: "'NDRPDR'"
4737   data-start-level: 4
4738   order-chapters:
4739     level-1:
4740       - "l2"
4741       - "ip4"
4742       - "ip6"
4743       - "srv6"
4744       - "ip4_tunnels"
4745       - "ip6_tunnels"
4746       - "vm_vhost"
4747       - "container_memif"
4748       - "crypto"
4749       - "vts"
4750       - "lb"
4751       - "nfv_density"
4752       - "hoststack"
4753     level-2:
4754       - "2n-skx"
4755       - "3n-skx"
4756       - "2n-clx"
4757 #       - "2n-icx"
4758 #       - "3n-icx"
4759       - "2n-zn2"
4760       - "3n-tsh"
4761       - "2n-tx2"
4762       - "2n-dnv"
4763       - "3n-dnv"
4764     level-3:
4765       - "xl710"
4766       - "x520"
4767       - "xxv710"
4768       - "x710"
4769       - "e810cq"
4770       - "x553"
4771       - "cx556a"
4772       - "vic1227"
4773       - "vic1385"
4774
4775 # VPP Performance Operational
4776 - type: "file"
4777   title: "VPP Performance Operational"
4778   algorithm: "file_details_split_html"
4779   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
4780   dir-tables:
4781     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
4782     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
4783     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
4784 #     - "{DIR[DTO,PERF,VPP,2N,ICX]}"
4785 #     - "{DIR[DTO,PERF,VPP,3N,ICX]}"
4786     - "{DIR[DTO,PERF,VPP,2N,ZN2]}"
4787     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
4788     - "{DIR[DTO,PERF,VPP,2N,TX2]}"
4789     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
4790     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
4791   data:
4792     - "vpp-2n-skx-curr-cov"
4793     - "vpp-3n-skx-curr-cov"
4794     - "vpp-2n-clx-curr-cov"
4795 #     - "vpp-2n-icx-curr-iter-best"
4796 #     - "vpp-3n-icx-curr-iter-best"
4797     - "vpp-2n-zn2-curr-cov"
4798     - "vpp-3n-tsh-curr-cov"
4799     - "vpp-2n-tx2-curr-cov"
4800     - "vpp-2n-dnv-curr-cov"
4801     - "vpp-3n-dnv-curr-cov"
4802   filter: "'NDRPDR'"
4803   data-start-level: 4
4804   order-chapters:
4805     level-1:
4806       - "l2"
4807       - "ip4"
4808       - "ip6"
4809       - "srv6"
4810       - "ip4_tunnels"
4811       - "ip6_tunnels"
4812       - "vm_vhost"
4813       - "container_memif"
4814       - "crypto"
4815       - "vts"
4816       - "lb"
4817       - "nfv_density"
4818       - "hoststack"
4819     level-2:
4820       - "2n-skx"
4821       - "3n-skx"
4822       - "2n-clx"
4823 #       - "2n-icx"
4824 #       - "3n-icx"
4825       - "2n-zn2"
4826       - "3n-tsh"
4827       - "2n-tx2"
4828       - "2n-dnv"
4829       - "3n-dnv"
4830     level-3:
4831       - "xl710"
4832       - "x520"
4833       - "xxv710"
4834       - "x710"
4835       - "e810cq"
4836       - "x553"
4837       - "cx556a"
4838       - "vic1227"
4839       - "vic1385"
4840
4841 # VPP MRR Results
4842 - type: "file"
4843   title: "VPP MRR Results"
4844   algorithm: "file_details_split"
4845   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
4846   dir-tables:
4847     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
4848     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
4849     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
4850 #     - "{DIR[DTR,MRR,VPP,2N,ICX]}"
4851 #     - "{DIR[DTR,MRR,VPP,3N,ICX]}"
4852     - "{DIR[DTR,MRR,VPP,2N,ZN2]}"
4853     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
4854     - "{DIR[DTR,MRR,VPP,2N,TX2]}"
4855     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
4856     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
4857   data:
4858     - "vpp-2n-skx-curr-iter-mrr"
4859     - "vpp-3n-skx-curr-iter-mrr"
4860     - "vpp-2n-clx-curr-iter-mrr"
4861 #     - "vpp-2n-icx-curr-iter-mrr"
4862 #     - "vpp-mrr-results-3n-icx"
4863     - "vpp-2n-zn2-curr-iter-mrr"
4864     - "vpp-3n-tsh-curr-iter-mrr"
4865     - "vpp-2n-tx2-curr-iter-mrr"
4866     - "vpp-2n-dnv-curr-iter-mrr"
4867     - "vpp-3n-dnv-curr-iter-mrr"
4868   filter: "'MRR'"
4869   data-start-level: 4
4870   order-chapters:
4871     level-1:
4872       - "l2"
4873       - "ip4"
4874       - "ip6"
4875       - "srv6"
4876       - "ip4_tunnels"
4877       - "ip6_tunnels"
4878       - "vm_vhost"
4879       - "container_memif"
4880       - "crypto"
4881       - "vts"
4882       - "lb"
4883       - "nfv_density"
4884       - "hoststack"
4885     level-2:
4886       - "2n-skx"
4887       - "3n-skx"
4888       - "2n-clx"
4889 #       - "2n-icx"
4890 #       - "3n-icx"
4891       - "2n-zn2"
4892       - "3n-tsh"
4893       - "2n-tx2"
4894       - "2n-dnv"
4895       - "3n-dnv"
4896     level-3:
4897       - "xl710"
4898       - "x520"
4899       - "xxv710"
4900       - "x710"
4901       - "e810cq"
4902       - "x553"
4903       - "cx556a"
4904       - "vic1227"
4905       - "vic1385"
4906
4907 # VPP MRR Configuration
4908 - type: "file"
4909   title: "VPP MRR Configuration"
4910   algorithm: "file_details_split"
4911   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
4912   dir-tables:
4913     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
4914     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
4915     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
4916 #     - "{DIR[DTC,MRR,VPP,2N,ICX]}"
4917 #     - "{DIR[DTC,MRR,VPP,3N,ICX]}"
4918     - "{DIR[DTC,MRR,VPP,2N,ZN2]}"
4919     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
4920     - "{DIR[DTC,MRR,VPP,2N,TX2]}"
4921     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
4922     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
4923   data:
4924     - "vpp-2n-skx-curr-iter-mrr"
4925     - "vpp-3n-skx-curr-iter-mrr"
4926     - "vpp-2n-clx-curr-iter-mrr"
4927 #     - "vpp-2n-icx-curr-iter-mrr"
4928 #     - "vpp-mrr-results-3n-icx"
4929     - "vpp-2n-zn2-curr-iter-mrr"
4930     - "vpp-3n-tsh-curr-iter-mrr"
4931     - "vpp-2n-tx2-curr-iter-mrr"
4932     - "vpp-2n-dnv-curr-iter-mrr"
4933     - "vpp-3n-dnv-curr-iter-mrr"
4934   filter: "'MRR'"
4935   data-start-level: 4
4936   order-chapters:
4937     level-1:
4938       - "l2"
4939       - "ip4"
4940       - "ip6"
4941       - "srv6"
4942       - "ip4_tunnels"
4943       - "ip6_tunnels"
4944       - "vm_vhost"
4945       - "container_memif"
4946       - "crypto"
4947       - "vts"
4948       - "lb"
4949       - "nfv_density"
4950       - "hoststack"
4951     level-2:
4952       - "2n-skx"
4953       - "3n-skx"
4954       - "2n-clx"
4955 #       - "2n-icx"
4956 #       - "3n-icx"
4957       - "2n-zn2"
4958       - "3n-tsh"
4959       - "2n-tx2"
4960       - "2n-dnv"
4961       - "3n-dnv"
4962     level-3:
4963       - "xl710"
4964       - "x520"
4965       - "xxv710"
4966       - "x710"
4967       - "e810cq"
4968       - "x553"
4969       - "cx556a"
4970       - "vic1227"
4971       - "vic1385"
4972
4973 # VPP Device Results - Ubuntu
4974 - type: "file"
4975   title: "VPP Device Results - Ubuntu"
4976   algorithm: "file_test_results"
4977   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4978   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4979   data: "vpp-device-results-ubuntu"
4980   filter: "all"
4981   data-start-level: 4
4982
4983 # VPP Device Configuration - Ubuntu
4984 - type: "file"
4985   title: "VPP Device Configuration - Ubuntu"
4986   algorithm: "file_test_results"
4987   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4988   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4989   data: "vpp-device-results-ubuntu"
4990   filter: "all"
4991   data-start-level: 4
4992
4993 # DPDK Performance Results 3n-skx
4994 - type: "file"
4995   title: "DPDK Performance Results 3n-skx"
4996   algorithm: "file_test_results"
4997   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4998   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4999   data: "dpdk-3n-skx-curr-iter-best"
5000   filter: "all"
5001   data-start-level: 4
5002
5003 # DPDK Performance Results 2n-skx
5004 - type: "file"
5005   title: "DPDK Performance Results 2n-skx"
5006   algorithm: "file_test_results"
5007   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5008   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5009   data: "dpdk-2n-skx-curr-iter-best"
5010   filter: "all"
5011   data-start-level: 4
5012
5013 # DPDK Performance Results 2n-zn2
5014 - type: "file"
5015   title: "DPDK Performance Results 2n-zn2"
5016   algorithm: "file_test_results"
5017   output-file: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
5018   dir-tables: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
5019   data: "dpdk-2n-zn2-curr-iter-best"
5020   filter: "all"
5021   data-start-level: 4
5022
5023 # DPDK Performance Results 2n-clx
5024 - type: "file"
5025   title: "DPDK Performance Results 2n-clx"
5026   algorithm: "file_test_results"
5027   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5028   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5029   data: "dpdk-2n-clx-curr-iter-best"
5030   filter: "all"
5031   data-start-level: 4
5032
5033 ## DPDK Performance Results 2n-dnv
5034 #- type: "file"
5035 #  title: "DPDK Performance Results 2n-dnv"
5036 #  algorithm: "file_test_results"
5037 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5038 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
5039 #  data: "dpdk-perf-results-2n-dnv"
5040 #  filter: "all"
5041 #  data-start-level: 4
5042 #
5043 ## DPDK Performance Results 3n-dnv
5044 #- type: "file"
5045 #  title: "DPDK Performance Results 3n-dnv"
5046 #  algorithm: "file_test_results"
5047 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5048 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
5049 #  data: "dpdk-perf-results-3n-dnv"
5050 #  filter: "all"
5051 #  data-start-level: 4
5052
5053 # DPDK Performance Results 3n-tsh
5054 - type: "file"
5055   title: "DPDK Performance Results 3n-tsh"
5056   algorithm: "file_test_results"
5057   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5058   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
5059   data: "dpdk-3n-tsh-curr-iter-best"
5060   filter: "all"
5061   data-start-level: 4
5062
5063 # # DPDK Performance Results 2n-tx2
5064 # - type: "file"
5065 #   title: "DPDK Performance Results 2n-tx2"
5066 #   algorithm: "file_test_results"
5067 #   output-file: "{DIR[DTR,PERF,DPDK,2N,TX2]}"
5068 #   dir-tables: "{DIR[DTR,PERF,DPDK,2N,TX2]}"
5069 #   data: "dpdk-2n-tx2-curr-iter-best"
5070 #   filter: "all"
5071 #   data-start-level: 4
5072
5073 ################################################################################
5074 ###                                P L O T S                                 ###
5075 ################################################################################
5076
5077 # Hoststack tests 3n-skx
5078
5079 - type: "plot"
5080   title: "Bandwidth: 3n-skx-xxv710-1460b-2t1c-eth-ip4tcp-ldpreload-iperf3"
5081   algorithm: "plot_perf_box_name"
5082   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1460b-2t1c-eth-ip4tcp-ldpreload-iperf3-bps"
5083   data: "vpp-3n-skx-curr-iter-hoststack"
5084   include:
5085     - "Tests.Vpp.Perf.Hoststack.25Ge2P1Xxv710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-2t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
5086     - "Tests.Vpp.Perf.Hoststack.25Ge2P1Xxv710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-2t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
5087   layout:
5088     title: "3n-skx-xxv710-1460b-2t1c-eth-ip4tcp-ldpreload-iperf3"
5089     layout: "plot-hoststack"
5090
5091 - type: "plot"
5092   title: "Bandwidth: 3n-skx-xxv710-1460b-2t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
5093   algorithm: "plot_perf_box_name"
5094   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1460b-2t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
5095   data: "vpp-3n-skx-curr-iter-hoststack"
5096   include:
5097     - "Tests.Vpp.Perf.Hoststack.25Ge2P1Xxv710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-2t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
5098     - "Tests.Vpp.Perf.Hoststack.25Ge2P1Xxv710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-2t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
5099   layout:
5100     title: "3n-skx-xxv710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
5101     layout: "plot-hoststack"
5102
5103 - type: "plot"
5104   title: "Bandwidth: 3n-skx-xxv710-1280b-2t1c-eth-ip4udpquic-vppecho"
5105   algorithm: "plot_perf_box_name"
5106   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1280b-2t1c-eth-ip4udpquic-vppecho-bps"
5107   data: "vpp-3n-skx-curr-iter-hoststack"
5108   include:
5109     - "Tests.Vpp.Perf.Hoststack.25Ge2P1Xxv710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-2t1c-eth-ip4udpquicbase-vppecho-bps"
5110     - "Tests.Vpp.Perf.Hoststack.25Ge2P1Xxv710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-2t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
5111     - "Tests.Vpp.Perf.Hoststack.25Ge2P1Xxv710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-2t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
5112     - "Tests.Vpp.Perf.Hoststack.25Ge2P1Xxv710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-2t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
5113   layout:
5114     title: "3n-skx-xxv710-1280b-2t1c-eth-ip4udpquic-vppecho"
5115     layout: "plot-hoststack"
5116
5117 ################################################################################
5118
5119 # Soak Test (PLRsearch), boxes - 2n-clx
5120 - type: "plot"
5121   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5122   algorithm: "plot_perf_box_name"
5123   output-file-type: ".html"
5124   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
5125   data: "vpp-2n-clx-curr-soak"
5126   include:
5127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
5128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
5129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
5130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
5131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
5132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
5133   layout:
5134     title: "30 Minutes Soak Test (PLRsearch)"
5135     layout: "plot-soak-throughput"
5136
5137 # Soak Test (PLRsearch), boxes - 2n-clx
5138 - type: "plot"
5139   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5140   algorithm: "plot_perf_box_name"
5141   output-file-type: ".html"
5142   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
5143   data: "vpp-2n-clx-curr-soak"
5144   include:
5145     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
5146     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
5147     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
5148     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
5149     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
5150     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
5151   layout:
5152     title: "30 Minutes Soak Test (PLRsearch)"
5153     layout: "plot-soak-throughput"
5154
5155 # Soak Test (PLRsearch), boxes - 2n-skx
5156 - type: "plot"
5157   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5158   algorithm: "plot_perf_box_name"
5159   output-file-type: ".html"
5160   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
5161   data: "vpp-2n-skx-curr-soak"
5162   include:
5163     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
5164     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
5165     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
5166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
5167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
5168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
5169   layout:
5170     title: "30 Minutes Soak Test (PLRsearch)"
5171     layout: "plot-soak-throughput"
5172
5173 # Soak Test (PLRsearch), boxes - 2n-skx
5174 - type: "plot"
5175   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5176   algorithm: "plot_perf_box_name"
5177   output-file-type: ".html"
5178   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
5179   data: "vpp-2n-skx-curr-soak"
5180   include:
5181     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
5182     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
5183     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
5184     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
5185     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
5186     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
5187   layout:
5188     title: "30 Minutes Soak Test (PLRsearch)"
5189     layout: "plot-soak-throughput"
5190
5191 ###############################################################################
5192
5193 # Reconf tests 2n-skx
5194
5195 - type: "plot"
5196   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-{core}-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5197   algorithm: "plot_nf_reconf_box_name"
5198   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-{core}-dot1qip4vxlan-l2bd-reconf"
5199   data: "vpp-2n-skx-curr-nfv-reconf"
5200   core: ["2t1c", "4t2c", "8t4c"]
5201   include:
5202     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-{core}-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
5203     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-{core}-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
5204     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-{core}-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
5205     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-{core}-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
5206     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-{core}-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
5207     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-{core}-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
5208   layout:
5209     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5210     layout: "plot-throughput"
5211
5212 ###############################################################################
5213
5214 # Reconf tests 2n-clx
5215
5216 - type: "plot"
5217   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-{core}-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5218   algorithm: "plot_nf_reconf_box_name"
5219   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-{core}-dot1qip4vxlan-l2bd-reconf"
5220   data: "vpp-2n-clx-curr-nfv-reconf"
5221   core: ["2t1c", "4t2c", "8t4c"]
5222   include:
5223     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-{core}-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
5224     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-{core}-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
5225     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-{core}-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
5226     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-{core}-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
5227   layout:
5228     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5229     layout: "plot-throughput"
5230
5231 ###############################################################################
5232
5233 # Plots - NF Density - 2n-skx - VSC - MRR IMIX
5234 - type: "plot"
5235   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-{test_type}"
5236   algorithm: "plot_nf_heatmap"
5237   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-{core}-base-vsc-{test_type}"
5238   data: "vpp-2n-skx-curr-nfv-mrr"
5239   core: ["2t1c", "4t2c", "8t4c"]
5240   test-type: ["mrr", ]
5241   include:
5242     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-2Vh-1Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-2vh-1vm1t-vppip4-mrr"
5243     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-4Vh-2Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-4vh-2vm1t-vppip4-mrr"
5244     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-8Vh-4Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-8vh-4vm1t-vppip4-mrr"
5245     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-12Vh-6Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-12vh-6vm1t-vppip4-mrr"
5246     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-4Vh-2Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2ch-4vh-2vm1t-vppip4-mrr"
5247     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-8Vh-4Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2ch-8vh-4vm1t-vppip4-mrr"
5248     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-4Ch-8Vh-4Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-4ch-8vh-4vm1t-vppip4-mrr"
5249     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-6Ch-12Vh-6Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-6ch-12vh-6vm1t-vppip4-mrr"
5250   x-axis: "X = VNFs per Service Chain"
5251   y-axis: "Y = Number of Service Chains"
5252   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
5253   layout:
5254     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-test_type"
5255     layout: "plot-service-density"
5256
5257 # Plots - NF Density - 2n-skx - VSC - NDRPDR IMIX
5258 - type: "plot"
5259   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-{test_type}"
5260   algorithm: "plot_nf_heatmap"
5261   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-{core}-base-vsc-{test_type}"
5262   data: "vpp-2n-skx-curr-nfv-ndrpdr"
5263   core: ["2t1c", "4t2c", "8t4c"]
5264   include:
5265     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-2Vh-1Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-2vh-1vm1t-vppip4-ndrpdr"
5266     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-4Vh-2Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-4vh-2vm1t-vppip4-ndrpdr"
5267     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-8Vh-4Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-8vh-4vm1t-vppip4-ndrpdr"
5268     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-12Vh-6Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-12vh-6vm1t-vppip4-ndrpdr"
5269     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-4Vh-2Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2ch-4vh-2vm1t-vppip4-ndrpdr"
5270     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-8Vh-4Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2ch-8vh-4vm1t-vppip4-ndrpdr"
5271     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-4Ch-8Vh-4Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-4ch-8vh-4vm1t-vppip4-ndrpdr"
5272     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-6Ch-12Vh-6Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-6ch-12vh-6vm1t-vppip4-ndrpdr"
5273   x-axis: "X = VNFs per Service Chain"
5274   y-axis: "Y = Number of Service Chains"
5275   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
5276   layout:
5277     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-test_type"
5278     layout: "plot-service-density"
5279
5280 # Plots - NF Density - 2n-skx - VSC vxlan - MRR IMIX
5281 - type: "plot"
5282   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-{test_type}"
5283   algorithm: "plot_nf_heatmap"
5284   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-{core}-base-vsc-vxlan-{test_type}"
5285   data: "vpp-2n-skx-curr-nfv-mrr"
5286   core: ["2t1c", "4t2c", "8t4c"]
5287   test-type: ["mrr", ]
5288   include:
5289     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-2Vh-1Vm1T-Testpmd-Mrr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-1ch-2vh-1vm1t-testpmd-mrr"
5290     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-4Vh-2Vm1T-Testpmd-Mrr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-2ch-4vh-2vm1t-testpmd-mrr"
5291     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-8Vh-4Vm1T-Testpmd-Mrr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-4ch-8vh-4vm1t-testpmd-mrr"
5292     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-12Vh-6Vm1T-Testpmd-Mrr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-6ch-12vh-6vm1t-testpmd-mrr"
5293   x-axis: "X = VNFs per Service Chain"
5294   y-axis: "Y = Number of Service Chains"
5295   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
5296   layout:
5297     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-test_type"
5298     layout: "plot-service-density"
5299
5300 # Plots - NF Density - 2n-skx - VSC vxlan - NDRPDR IMIX
5301 - type: "plot"
5302   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-{test_type}"
5303   algorithm: "plot_nf_heatmap"
5304   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-{core}-base-vsc-vxlan-{test_type}"
5305   data: "vpp-2n-skx-curr-nfv-ndrpdr"
5306   core: ["2t1c", "4t2c", "8t4c"]
5307   include:
5308     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-2Vh-1Vm1T-Testpmd-ndrpdr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-1ch-2vh-1vm1t-testpmd-ndrpdr"
5309     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-4Vh-2Vm1T-Testpmd-ndrpdr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-2ch-4vh-2vm1t-testpmd-ndrpdr"
5310     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-8Vh-4Vm1T-Testpmd-ndrpdr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-4ch-8vh-4vm1t-testpmd-ndrpdr"
5311     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-12Vh-6Vm1T-Testpmd-ndrpdr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-6ch-12vh-6vm1t-testpmd-ndrpdr"
5312   x-axis: "X = VNFs per Service Chain"
5313   y-axis: "Y = Number of Service Chains"
5314   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
5315   layout:
5316     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-test_type"
5317     layout: "plot-service-density"
5318
5319 ###############################################################################
5320
5321 # Plots - NF Density - 2n-skx - CSC - MRR IMIX
5322 - type: "plot"
5323   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-{test_type}"
5324   algorithm: "plot_nf_heatmap"
5325   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-{core}-base-csc-{test_type}"
5326   data: "vpp-2n-skx-curr-nfv-mrr"
5327   core: ["2t1c", "4t2c", "8t4c"]
5328   test-type: ["mrr", ]
5329   include:
5330     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-2Mif-1Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-2mif-1dcr1t-vppip4-mrr"
5331     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-4Mif-2Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-4mif-2dcr1t-vppip4-mrr"
5332     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-8Mif-4Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-8mif-4dcr1t-vppip4-mrr"
5333     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-12Mif-6Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-12mif-6dcr1t-vppip4-mrr"
5334     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-4Mif-2Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2ch-4mif-2dcr1t-vppip4-mrr"
5335     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-8Mif-4Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2ch-8mif-4dcr1t-vppip4-mrr"
5336     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-4Ch-8Mif-4Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-4ch-8mif-4dcr1t-vppip4-mrr"
5337     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-6Ch-12Mif-6Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-6ch-12mif-6dcr1t-vppip4-mrr"
5338   x-axis: "X = CNFs per Service Chain"
5339   y-axis: "Y = Number of Service Chains"
5340   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
5341   layout:
5342     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-test_type"
5343     layout: "plot-service-density"
5344
5345 # Plots - NF Density - 2n-skx - CSC - NDRPDR IMIX
5346 - type: "plot"
5347   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-{test_type}"
5348   algorithm: "plot_nf_heatmap"
5349   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-{core}-base-csc-{test_type}"
5350   data: "vpp-2n-skx-curr-nfv-ndrpdr"
5351   core: ["2t1c", "4t2c", "8t4c"]
5352   include:
5353     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-2Mif-1Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-2mif-1dcr1t-vppip4-ndrpdr"
5354     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-4Mif-2Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-4mif-2dcr1t-vppip4-ndrpdr"
5355     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-8Mif-4Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-8mif-4dcr1t-vppip4-ndrpdr"
5356     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-12Mif-6Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-12mif-6dcr1t-vppip4-ndrpdr"
5357     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-4Mif-2Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2ch-4mif-2dcr1t-vppip4-ndrpdr"
5358     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-8Mif-4Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2ch-8mif-4dcr1t-vppip4-ndrpdr"
5359     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-4Ch-8Mif-4Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-4ch-8mif-4dcr1t-vppip4-ndrpdr"
5360     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-6Ch-12Mif-6Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-6ch-12mif-6dcr1t-vppip4-ndrpdr"
5361   x-axis: "X = CNFs per Service Chain"
5362   y-axis: "Y = Number of Service Chains"
5363   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
5364   layout:
5365     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-test_type"
5366     layout: "plot-service-density"
5367
5368 ###############################################################################
5369
5370 # Plots - NF Density - 2n-skx - CSP - MRR IMIX
5371 - type: "plot"
5372   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-{test_type}"
5373   algorithm: "plot_nf_heatmap"
5374   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-{core}-base-csp-{test_type}"
5375   data: "vpp-2n-skx-curr-nfv-mrr"
5376   core: ["2t1c", "4t2c", "8t4c"]
5377   test-type: ["mrr", ]
5378   include:
5379     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-1Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-1dcr1t-vppip4-mrr"
5380     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-2Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-2dcr1t-vppip4-mrr"
5381     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-4Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-4dcr1t-vppip4-mrr"
5382     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-6Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-6dcr1t-vppip4-mrr"
5383     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Pl-4Mif-2Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2pl-4mif-2dcr1t-vppip4-mrr"
5384     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Pl-4Mif-4Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2pl-4mif-4dcr1t-vppip4-mrr"
5385     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Pl-8Mif-4Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2pl-8mif-4dcr1t-vppip4-mrr"
5386     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-6Pl-12Mif-6Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-6pl-12mif-6dcr1t-vppip4-mrr"
5387   x-axis: "X = CNFs per Service Pipeline"
5388   y-axis: "Y = Number of Service Pipelines"
5389   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
5390   layout:
5391     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-test_type"
5392     layout: "plot-service-density"
5393
5394 # Plots - NF Density - 2n-skx - CSP - NDRPDR IMIX
5395 - type: "plot"
5396   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-{test_type}"
5397   algorithm: "plot_nf_heatmap"
5398   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-{core}-base-csp-{test_type}"
5399   data: "vpp-2n-skx-curr-nfv-ndrpdr"
5400   core: ["2t1c", "4t2c", "8t4c"]
5401   include:
5402     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-1Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-1dcr1t-vppip4-ndrpdr"
5403     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-2Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-2dcr1t-vppip4-ndrpdr"
5404     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-4Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-4dcr1t-vppip4-ndrpdr"
5405     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-6Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-6dcr1t-vppip4-ndrpdr"
5406     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Pl-4Mif-2Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2pl-4mif-2dcr1t-vppip4-ndrpdr"
5407     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Pl-4Mif-4Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2pl-4mif-4dcr1t-vppip4-ndrpdr"
5408     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Pl-8Mif-4Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2pl-8mif-4dcr1t-vppip4-ndrpdr"
5409     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-6Pl-12Mif-6Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-6pl-12mif-6dcr1t-vppip4-ndrpdr"
5410   x-axis: "X = CNFs per Service Pipeline"
5411   y-axis: "Y = Number of Service Pipelines"
5412   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
5413   layout:
5414     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-test_type"
5415     layout: "plot-service-density"
5416
5417 ###############################################################################
5418
5419 # Plots - NF Density - 2n-clx - VSC - MRR IMIX
5420 - type: "plot"
5421   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-{test_type}"
5422   algorithm: "plot_nf_heatmap"
5423   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-{core}-base-vsc-{test_type}"
5424   data: "vpp-2n-clx-curr-nfv-mrr"
5425   core: ["2t1c", "4t2c", "8t4c"]
5426   test-type: ["mrr", ]
5427   include:
5428     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-2Vh-1Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-2vh-1vm1t-vppip4-mrr"
5429     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-4Vh-2Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-4vh-2vm1t-vppip4-mrr"
5430     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-8Vh-4Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-8vh-4vm1t-vppip4-mrr"
5431     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-12Vh-6Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-12vh-6vm1t-vppip4-mrr"
5432     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-4Vh-2Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2ch-4vh-2vm1t-vppip4-mrr"
5433     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-8Vh-4Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2ch-8vh-4vm1t-vppip4-mrr"
5434     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-4Ch-8Vh-4Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-4ch-8vh-4vm1t-vppip4-mrr"
5435     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-6Ch-12Vh-6Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-6ch-12vh-6vm1t-vppip4-mrr"
5436   x-axis: "X = VNFs per Service Chain"
5437   y-axis: "Y = Number of Service Chains"
5438   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
5439   layout:
5440     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-test_type"
5441     layout: "plot-service-density"
5442
5443 # Plots - NF Density - 2n-clx - VSC - NDRPDR IMIX
5444 - type: "plot"
5445   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-{test_type}"
5446   algorithm: "plot_nf_heatmap"
5447   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-{core}-base-vsc-{test_type}"
5448   data: "vpp-2n-clx-curr-nfv-ndrpdr"
5449   core: ["2t1c", "4t2c", "8t4c"]
5450   include:
5451     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-2Vh-1Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-2vh-1vm1t-vppip4-ndrpdr"
5452     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-4Vh-2Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-4vh-2vm1t-vppip4-ndrpdr"
5453     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-8Vh-4Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-8vh-4vm1t-vppip4-ndrpdr"
5454     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-12Vh-6Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-12vh-6vm1t-vppip4-ndrpdr"
5455     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-4Vh-2Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2ch-4vh-2vm1t-vppip4-ndrpdr"
5456     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-8Vh-4Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2ch-8vh-4vm1t-vppip4-ndrpdr"
5457     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-4Ch-8Vh-4Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-4ch-8vh-4vm1t-vppip4-ndrpdr"
5458     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-6Ch-12Vh-6Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-6ch-12vh-6vm1t-vppip4-ndrpdr"
5459   x-axis: "X = VNFs per Service Chain"
5460   y-axis: "Y = Number of Service Chains"
5461   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
5462   layout:
5463     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-test_type"
5464     layout: "plot-service-density"
5465
5466 # Plots - NF Density - 2n-clx - VSC vxlan - MRR IMIX
5467 - type: "plot"
5468   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-{test_type}"
5469   algorithm: "plot_nf_heatmap"
5470   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-{core}-base-vsc-vxlan-{test_type}"
5471   data: "vpp-2n-clx-curr-nfv-mrr"
5472   core: ["2t1c", "4t2c", "8t4c"]
5473   test-type: ["mrr", ]
5474   include:
5475     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-2Vh-1Vm1T-Testpmd-Mrr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-1ch-2vh-1vm1t-testpmd-mrr"
5476     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-4Vh-2Vm1T-Testpmd-Mrr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-2ch-4vh-2vm1t-testpmd-mrr"
5477     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-8Vh-4Vm1T-Testpmd-Mrr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-4ch-8vh-4vm1t-testpmd-mrr"
5478     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-12Vh-6Vm1T-Testpmd-Mrr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-6ch-12vh-6vm1t-testpmd-mrr"
5479   x-axis: "X = VNFs per Service Chain"
5480   y-axis: "Y = Number of Service Chains"
5481   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
5482   layout:
5483     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-test_type"
5484     layout: "plot-service-density"
5485
5486 # Plots - NF Density - 2n-clx - VSC vxlan - NDRPDR IMIX
5487 - type: "plot"
5488   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-{test_type}"
5489   algorithm: "plot_nf_heatmap"
5490   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-{core}-base-vsc-vxlan-{test_type}"
5491   data: "vpp-2n-clx-curr-nfv-ndrpdr"
5492   core: ["2t1c", "4t2c", "8t4c"]
5493   include:
5494     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-2Vh-1Vm1T-Testpmd-ndrpdr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-1ch-2vh-1vm1t-testpmd-ndrpdr"
5495     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-4Vh-2Vm1T-Testpmd-ndrpdr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-2ch-4vh-2vm1t-testpmd-ndrpdr"
5496     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-8Vh-4Vm1T-Testpmd-ndrpdr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-4ch-8vh-4vm1t-testpmd-ndrpdr"
5497     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-12Vh-6Vm1T-Testpmd-ndrpdr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-6ch-12vh-6vm1t-testpmd-ndrpdr"
5498   x-axis: "X = VNFs per Service Chain"
5499   y-axis: "Y = Number of Service Chains"
5500   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
5501   layout:
5502     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-test_type"
5503     layout: "plot-service-density"
5504
5505 ###############################################################################
5506
5507 # Plots - NF Density - 2n-clx - CSC - MRR IMIX
5508 - type: "plot"
5509   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-{test_type}"
5510   algorithm: "plot_nf_heatmap"
5511   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-{core}-base-csc-{test_type}"
5512   data: "vpp-2n-clx-curr-nfv-mrr"
5513   core: ["2t1c", "4t2c", "8t4c"]
5514   test-type: ["mrr", ]
5515   include:
5516     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-2Mif-1Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-2mif-1dcr1t-vppip4-mrr"
5517     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-4Mif-2Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-4mif-2dcr1t-vppip4-mrr"
5518     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-8Mif-4Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-8mif-4dcr1t-vppip4-mrr"
5519     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-12Mif-6Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-12mif-6dcr1t-vppip4-mrr"
5520     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-4Mif-2Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2ch-4mif-2dcr1t-vppip4-mrr"
5521     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-8Mif-4Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2ch-8mif-4dcr1t-vppip4-mrr"
5522     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-4Ch-8Mif-4Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-4ch-8mif-4dcr1t-vppip4-mrr"
5523     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-6Ch-12Mif-6Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-6ch-12mif-6dcr1t-vppip4-mrr"
5524   x-axis: "X = CNFs per Service Chain"
5525   y-axis: "Y = Number of Service Chains"
5526   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
5527   layout:
5528     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-test_type"
5529     layout: "plot-service-density"
5530
5531 # Plots - NF Density - 2n-clx - CSC - NDRPDR IMIX
5532 - type: "plot"
5533   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-{test_type}"
5534   algorithm: "plot_nf_heatmap"
5535   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-{core}-base-csc-{test_type}"
5536   data: "vpp-2n-clx-curr-nfv-ndrpdr"
5537   core: ["2t1c", "4t2c", "8t4c"]
5538   include:
5539     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-4Mif-2Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-4mif-2dcr1t-vppip4-ndrpdr"
5540     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-8Mif-4Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-8mif-4dcr1t-vppip4-ndrpdr"
5541     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-12Mif-6Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-12mif-6dcr1t-vppip4-ndrpdr"
5542     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-4Mif-2Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2ch-4mif-2dcr1t-vppip4-ndrpdr"
5543     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-8Mif-4Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2ch-8mif-4dcr1t-vppip4-ndrpdr"
5544     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-4Ch-8Mif-4Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-4ch-8mif-4dcr1t-vppip4-ndrpdr"
5545     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-6Ch-12Mif-6Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-6ch-12mif-6dcr1t-vppip4-ndrpdr"
5546   x-axis: "X = CNFs per Service Chain"
5547   y-axis: "Y = Number of Service Chains"
5548   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
5549   layout:
5550     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-test_type"
5551     layout: "plot-service-density"
5552
5553 ###############################################################################
5554
5555 # Plots - NF Density - 2n-clx - CSP - MRR IMIX
5556 - type: "plot"
5557   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-{test_type}"
5558   algorithm: "plot_nf_heatmap"
5559   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-{core}-base-csp-{test_type}"
5560   data: "vpp-2n-clx-curr-nfv-mrr"
5561   core: ["2t1c", "4t2c", "8t4c"]
5562   test-type: ["mrr", ]
5563   include:
5564     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-1Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-1dcr1t-vppip4-mrr"
5565     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-2Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-2dcr1t-vppip4-mrr"
5566     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-4Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-4dcr1t-vppip4-mrr"
5567     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-6Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-6dcr1t-vppip4-mrr"
5568     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Pl-4Mif-2Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2pl-4mif-2dcr1t-vppip4-mrr"
5569     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Pl-4Mif-4Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2pl-4mif-4dcr1t-vppip4-mrr"
5570     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Pl-8Mif-4Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2pl-8mif-4dcr1t-vppip4-mrr"
5571     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-6Pl-12Mif-6Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-6pl-12mif-6dcr1t-vppip4-mrr"
5572   x-axis: "X = CNFs per Service Pipeline"
5573   y-axis: "Y = Number of Service Pipelines"
5574   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
5575   layout:
5576     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-test_type"
5577     layout: "plot-service-density"
5578
5579 # Plots - NF Density - 2n-clx - CSP - NDRPDR IMIX
5580 - type: "plot"
5581   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-{test_type}"
5582   algorithm: "plot_nf_heatmap"
5583   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-{core}-base-csp-{test_type}"
5584   data: "vpp-2n-clx-curr-nfv-ndrpdr"
5585   core: ["2t1c", "4t2c", "8t4c"]
5586   include:
5587     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-1Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-1dcr1t-vppip4-ndrpdr"
5588     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-2Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-2dcr1t-vppip4-ndrpdr"
5589     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-4Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-4dcr1t-vppip4-ndrpdr"
5590     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-6Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-6dcr1t-vppip4-ndrpdr"
5591     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Pl-4Mif-2Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2pl-4mif-2dcr1t-vppip4-ndrpdr"
5592     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Pl-4Mif-4Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2pl-4mif-4dcr1t-vppip4-ndrpdr"
5593     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Pl-8Mif-4Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2pl-8mif-4dcr1t-vppip4-ndrpdr"
5594     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-6Pl-12Mif-6Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-6pl-12mif-6dcr1t-vppip4-ndrpdr"
5595   x-axis: "X = CNFs per Service Pipeline"
5596   y-axis: "Y = Number of Service Pipelines"
5597   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
5598   layout:
5599     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-test_type"
5600     layout: "plot-service-density"
5601
5602 ################################################################################
5603
5604 # Packet Throughput
5605
5606 - type: "plot"
5607   title: "Throughput: 2n-skx-xxv710-64b-{core}-memif-base-avf-{test_type}"
5608   algorithm: "plot_ndrpdr_box_name"
5609   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-memif-base-avf-{test_type}"
5610   data: "vpp-2n-skx-curr-iter"
5611   core: ["2t1c", ]
5612   include:
5613     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5614     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5615     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5616     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5617   layout:
5618     title: "2n-skx-xxv710-64b-{core}-memif-base-avf-{test_type}"
5619     layout: "plot-throughput"
5620
5621 - type: "plot"
5622   title: "Throughput: 2n-skx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
5623   algorithm: "plot_ndrpdr_box_name"
5624   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
5625   data: "vpp-2n-skx-curr-iter"
5626   core: ["2t1c", ]
5627   include:
5628     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5629     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5630     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5631     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5632   layout:
5633     title: "2n-skx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
5634     layout: "plot-throughput"
5635
5636 - type: "plot"
5637   title: "Throughput: 3n-skx-xxv710-64b-{core}-memif-base-avf-{test_type}"
5638   algorithm: "plot_ndrpdr_box_name"
5639   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-memif-base-avf-{test_type}"
5640   data: "vpp-3n-skx-curr-iter"
5641   core: ["2t1c", ]
5642   include:
5643     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5644     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5645     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5646     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5647     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5648   layout:
5649     title: "3n-skx-xxv710-64b-{core}-memif-base-avf-{test_type}"
5650     layout: "plot-throughput"
5651
5652 - type: "plot"
5653   title: "Throughput: 3n-skx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
5654   algorithm: "plot_ndrpdr_box_name"
5655   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
5656   data: "vpp-3n-skx-curr-iter"
5657   core: ["2t1c", ]
5658   include:
5659     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5660     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5661     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5662     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5663     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5664   layout:
5665     title: "3n-skx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
5666     layout: "plot-throughput"
5667
5668 - type: "plot"
5669   title: "Throughput: 3n-tsh-x520-64b-{core}-memif-base-ixgbe-{test_type}"
5670   algorithm: "plot_ndrpdr_box_name"
5671   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-memif-base-ixgbe-{test_type}"
5672   data: "vpp-3n-tsh-curr-iter"
5673   core: ["2t1c", ]
5674   include:
5675     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
5676     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
5677     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
5678     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
5679     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
5680   layout:
5681     title: "3n-tsh-x520-64b-{core}-memif-base-ixgbe-{test_type}"
5682     layout: "plot-throughput"
5683
5684 - type: "plot"
5685   title: "Throughput: 2n-skx-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
5686   algorithm: "plot_ndrpdr_box_name"
5687   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
5688   data: "vpp-2n-skx-curr-iter"
5689   core: ["2t1c", ]
5690   include:
5691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-avf-dot1q-ip4base-ndrpdr"
5692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
5693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
5694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-rnd-ndrpdr"
5695     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
5696     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
5697   layout:
5698     title: "2n-skx-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
5699     layout: "plot-throughput"
5700
5701 - type: "plot"
5702   title: "Throughput: 2n-skx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
5703   algorithm: "plot_ndrpdr_box_name"
5704   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
5705   data: "vpp-2n-skx-curr-iter"
5706   core: ["2t1c", ]
5707   include:
5708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-avf-dot1q-ip4base-ndrpdr"
5709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
5710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-ndrpdr"
5711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-rnd-ndrpdr"
5712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-ndrpdr"
5713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-rnd-ndrpdr"
5714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
5715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-rnd-ndrpdr"
5716   layout:
5717     title: "2n-skx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
5718     layout: "plot-throughput"
5719
5720 - type: "plot"
5721   title: "Throughput: 2n-skx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
5722   algorithm: "plot_ndrpdr_box_name"
5723   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
5724   data: "vpp-2n-skx-curr-iter"
5725   core: ["2t1c", ]
5726   include:
5727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
5728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
5729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
5730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale20k-rnd-ndrpdr"
5731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
5732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale200k-rnd-ndrpdr"
5733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
5734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale2m-rnd-ndrpdr"
5735   layout:
5736     title: "2n-skx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
5737     layout: "plot-throughput"
5738
5739 - type: "plot"
5740   title: "Throughput: 2n-skx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
5741   algorithm: "plot_ndrpdr_box_name"
5742   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
5743   data: "vpp-2n-skx-curr-iter"
5744   core: ["2t1c", ]
5745   include:
5746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
5747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
5748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
5749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
5750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
5751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-{core}-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
5752   layout:
5753     title: "2n-skx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
5754     layout: "plot-throughput"
5755
5756 - type: "plot"
5757   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
5758   algorithm: "plot_ndrpdr_box_name"
5759   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
5760   data: "vpp-2n-skx-curr-iter"
5761   core: ["2t1c", ]
5762   include:
5763     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
5764     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
5765     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
5766     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
5767     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
5768   layout:
5769     title: "2n-skx-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
5770     layout: "plot-throughput"
5771
5772 - type: "plot"
5773   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
5774   algorithm: "plot_ndrpdr_box_name"
5775   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
5776   data: "vpp-2n-skx-curr-iter"
5777   core: ["2t1c", ]
5778   include:
5779     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
5780     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
5781     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
5782     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
5783     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
5784   layout:
5785     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
5786     layout: "plot-throughput"
5787
5788 - type: "plot"
5789   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
5790   algorithm: "plot_ndrpdr_box_name"
5791   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
5792   data: "vpp-2n-skx-curr-iter"
5793   core: ["2t1c", ]
5794   include:
5795     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
5796     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
5797     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
5798     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
5799     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
5800     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
5801     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
5802     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
5803     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
5804     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
5805   layout:
5806     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
5807     layout: "plot-cps"
5808
5809 - type: "plot"
5810   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
5811   algorithm: "plot_ndrpdr_box_name"
5812   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
5813   data: "vpp-2n-skx-curr-iter"
5814   core: ["2t1c", ]
5815   include:
5816     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
5817     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
5818     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
5819     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
5820     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
5821     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
5822     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
5823     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
5824     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
5825     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
5826   layout:
5827     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
5828     layout: "plot-throughput"
5829
5830 - type: "plot"
5831   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
5832   algorithm: "plot_ndrpdr_box_name"
5833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
5834   data: "vpp-2n-skx-curr-iter"
5835   core: ["2t1c", ]
5836   include:
5837     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
5838     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
5839     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
5840     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
5841     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
5842     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
5843     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
5844     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
5845     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
5846     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
5847   layout:
5848     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
5849     layout: "plot-cps"
5850
5851 - type: "plot"
5852   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
5853   algorithm: "plot_ndrpdr_box_name"
5854   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
5855   data: "vpp-2n-skx-curr-iter"
5856   core: ["2t1c", ]
5857   include:
5858     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
5859     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
5860     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
5861     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
5862     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
5863     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
5864     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
5865     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
5866     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
5867     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
5868   layout:
5869     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
5870     layout: "plot-throughput"
5871
5872 - type: "plot"
5873   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
5874   algorithm: "plot_ndrpdr_box_name"
5875   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
5876   data: "vpp-2n-skx-curr-iter"
5877   core: ["2t1c", ]
5878   include:
5879     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
5880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
5881     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
5882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
5883     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
5884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
5885     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
5886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
5887     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
5888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
5889   layout:
5890     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
5891     layout: "plot-throughput"
5892
5893 - type: "plot"
5894   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}"
5895   algorithm: "plot_ndrpdr_box_name"
5896   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}"
5897   data: "vpp-2n-skx-curr-iter"
5898   core: ["2t1c", ]
5899   include:
5900     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
5901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
5902     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
5903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
5904     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
5905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
5906     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
5907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
5908     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
5909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
5910   layout:
5911     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}"
5912     layout: "plot-throughput"
5913
5914 - type: "plot"
5915   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput2-avf-{test_type}"
5916   algorithm: "plot_ndrpdr_box_name"
5917   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput2-avf-{test_type}"
5918   data: "vpp-2n-skx-curr-iter"
5919   core: ["2t1c", ]
5920   include:
5921     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
5922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
5923     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
5924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
5925     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
5926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
5927     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
5928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
5929     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
5930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
5931   layout:
5932     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
5933     layout: "plot-throughput"
5934
5935 - type: "plot"
5936   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput2-avf-{test_type}"
5937   algorithm: "plot_ndrpdr_box_name"
5938   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput2-avf-{test_type}"
5939   data: "vpp-2n-skx-curr-iter"
5940   core: ["2t1c", ]
5941   include:
5942     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
5943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
5944     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
5945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
5946     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
5947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
5948     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
5949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
5950     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
5951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
5952   layout:
5953     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}"
5954     layout: "plot-throughput"
5955
5956 - type: "plot"
5957   title: "Throughput: 2n-skx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
5958   algorithm: "plot_ndrpdr_box_name"
5959   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
5960   data: "vpp-2n-skx-curr-iter"
5961   core: ["2t1c", ]
5962   include:
5963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
5964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
5965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
5966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
5967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
5968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
5969   layout:
5970     title: "2n-skx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
5971     layout: "plot-throughput"
5972
5973 - type: "plot"
5974   title: "Throughput: 2n-skx-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
5975   algorithm: "plot_ndrpdr_box_name"
5976   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
5977   data: "vpp-2n-skx-curr-iter"
5978   core: ["2t1c", ]
5979   include:
5980     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
5981     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
5982     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
5983     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
5984     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
5985   layout:
5986     title: "2n-skx-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
5987     layout: "plot-throughput"
5988
5989 - type: "plot"
5990   title: "Throughput: 3n-skx-x710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
5991   algorithm: "plot_ndrpdr_box_name"
5992   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
5993   data: "vpp-3n-skx-curr-iter"
5994   core: ["2t1c", ]
5995   include:
5996     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
5997     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
5998 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-avf-dot1q-ip4base-ndrpdr"
5999 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
6000 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
6001   layout:
6002     title: "3n-skx-x710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
6003     layout: "plot-throughput"
6004
6005 - type: "plot"
6006   title: "Throughput: 3n-skx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
6007   algorithm: "plot_ndrpdr_box_name"
6008   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
6009   data: "vpp-3n-skx-curr-iter"
6010   core: ["2t1c", ]
6011   include:
6012     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-avf-dot1q-ip4base-ndrpdr"
6013     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
6014     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-ndrpdr"
6015     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-ndrpdr"
6016     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
6017   layout:
6018     title: "3n-skx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
6019     layout: "plot-throughput"
6020
6021 - type: "plot"
6022   title: "Throughput: 3n-skx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
6023   algorithm: "plot_ndrpdr_box_name"
6024   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
6025   data: "vpp-3n-skx-curr-iter"
6026   core: ["2t1c", ]
6027   include:
6028     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
6029     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
6030     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
6031     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
6032     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
6033   layout:
6034     title: "3n-skx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
6035     layout: "plot-throughput"
6036
6037 - type: "plot"
6038   title: "Throughput: 3n-skx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
6039   algorithm: "plot_ndrpdr_box_name"
6040   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
6041   data: "vpp-3n-skx-curr-iter"
6042   core: ["2t1c", ]
6043   include:
6044     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6045     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6046     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6047     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6048   layout:
6049     title: "3n-skx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
6050     layout: "plot-throughput"
6051
6052 - type: "plot"
6053   title: "Throughput: 3n-skx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
6054   algorithm: "plot_ndrpdr_box_name"
6055   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
6056   data: "vpp-3n-skx-curr-iter"
6057   core: ["2t1c", ]
6058   include:
6059     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
6060     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6061     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6062     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6063     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6064   layout:
6065     title: "3n-skx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
6066     layout: "plot-throughput"
6067
6068 - type: "plot"
6069   title: "Throughput: 3n-tsh-x520-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
6070   algorithm: "plot_ndrpdr_box_name"
6071   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
6072   data: "vpp-3n-tsh-curr-iter"
6073   core: ["1t1c", ]
6074   include:
6075     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
6076     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
6077     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
6078     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
6079     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
6080   layout:
6081     title: "3n-tsh-x520-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
6082     layout: "plot-throughput"
6083
6084 - type: "plot"
6085   title: "Throughput: 3n-tsh-x520-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
6086   algorithm: "plot_ndrpdr_box_name"
6087   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
6088   data: "vpp-3n-tsh-curr-iter"
6089   core: ["1t1c", ]
6090   include:
6091     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6092     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6093     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6094     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6095   layout:
6096     title: "3n-tsh-x520-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
6097     layout: "plot-throughput"
6098
6099 - type: "plot"
6100   title: "Throughput: 2n-dnv-x553-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
6101   algorithm: "plot_ndrpdr_box_name"
6102   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
6103   data: "vpp-2n-dnv-curr-iter"
6104   core: ["1t1c", ]
6105   include:
6106     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
6107     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
6108     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
6109     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
6110     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
6111     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-{core}-ethip4-ip4scale20k-rnd-ndrpdr"
6112   layout:
6113     title: "2n-dnv-x553-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
6114     layout: "plot-throughput"
6115
6116 - type: "plot"
6117   title: "Throughput: 2n-dnv-x553-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
6118   algorithm: "plot_ndrpdr_box_name"
6119   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
6120   data: "vpp-2n-dnv-curr-iter"
6121   core: ["1t1c", ]
6122   include:
6123     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
6124     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6125     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6126     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6127     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6128     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
6129   layout:
6130     title: "2n-dnv-x553-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
6131     layout: "plot-throughput"
6132
6133 - type: "plot"
6134   title: "Throughput: 3n-dnv-x553-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
6135   algorithm: "plot_ndrpdr_box_name"
6136   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
6137   data: "vpp-3n-dnv-curr-iter"
6138   core: ["1t1c", ]
6139   include:
6140     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
6141     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
6142     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
6143     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
6144     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
6145     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-{core}-ethip4-ip4scale20k-rnd-ndrpdr"
6146   layout:
6147     title: "3n-dnv-x553-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
6148     layout: "plot-throughput"
6149
6150 - type: "plot"
6151   title: "Throughput: 3n-dnv-x553-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
6152   algorithm: "plot_ndrpdr_box_name"
6153   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
6154   data: "vpp-3n-dnv-curr-iter"
6155   core: ["1t1c", ]
6156   include:
6157     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
6158     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6159     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6160     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6161     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6162   layout:
6163     title: "3n-dnv-x553-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
6164     layout: "plot-throughput"
6165
6166 - type: "plot"
6167   title: "Throughput: 3n-skx-xxv710-64b-{core}-ip4tunnel-base-scale-avf-{test_type}"
6168   algorithm: "plot_ndrpdr_box_name"
6169   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-ip4tunnel-base-scale-avf-{test_type}"
6170   data: "vpp-3n-skx-curr-iter"
6171   core: ["2t1c", ]
6172   include:
6173     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-{core}-avf-ethip4vxlan-l2xcbase-ndrpdr"
6174     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6175     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-{core}-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6176     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-{core}-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6177   layout:
6178     title: "3n-skx-xxv710-64b-{core}-ip4tunnel-base-scale-avf-{test_type}"
6179     layout: "plot-throughput"
6180
6181 - type: "plot"
6182   title: "Throughput: 3n-skx-xxv710-64b-{core}-ip4tunnel-base-scale-dpdk-{test_type}"
6183   algorithm: "plot_ndrpdr_box_name"
6184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-ip4tunnel-base-scale-dpdk-{test_type}"
6185   data: "vpp-3n-skx-curr-iter"
6186   core: ["2t1c", ]
6187   include:
6188     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-{core}-ethip4vxlan-l2xcbase-ndrpdr"
6189     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-{core}-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6190     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-{core}-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6191     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-{core}-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6192   layout:
6193     title: "3n-skx-xxv710-64b-{core}-ip4tunnel-base-scale-dpdk-{test_type}"
6194     layout: "plot-throughput"
6195
6196 - type: "plot"
6197   title: "Throughput: 3n-tsh-x520-64b-{core}-ip4tunnel-base-scale-ixgbe-{test_type}"
6198   algorithm: "plot_ndrpdr_box_name"
6199   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-ip4tunnel-base-scale-ixgbe-{test_type}"
6200   data: "vpp-3n-tsh-curr-iter"
6201   core: ["1t1c", ]
6202   include:
6203     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-{core}-ethip4vxlan-l2xcbase-ndrpdr"
6204     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-{core}-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6205     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-{core}-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6206     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-{core}-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6207   layout:
6208     title: "3n-tsh-x520-64b-{core}-ip4tunnel-base-scale-ixgbe-{test_type}"
6209     layout: "plot-throughput"
6210
6211 - type: "plot"
6212   title: "Throughput: 3n-dnv-x553-64b-{core}-ip4tunnel-base-scale-ixgbe-{test_type}"
6213   algorithm: "plot_ndrpdr_box_name"
6214   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-{core}-ip4tunnel-base-scale-ixgbe-{test_type}"
6215   data: "vpp-3n-dnv-curr-iter"
6216   core: ["1t1c", ]
6217   include:
6218     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-{core}-ethip4vxlan-l2xcbase-ndrpdr"
6219     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-{core}-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6220     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-{core}-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6221     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-{core}-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6222   layout:
6223     title: "3n-dnv-x553-64b-{core}-ip4tunnel-base-scale-ixgbe-{test_type}"
6224     layout: "plot-throughput"
6225
6226 - type: "plot"
6227   title: "Throughput: 2n-skx-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
6228   algorithm: "plot_ndrpdr_box_name"
6229   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
6230   data: "vpp-2n-skx-curr-iter"
6231   core: ["2t1c", ]
6232   include:
6233     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-avf-dot1q-ip6base-ndrpdr"
6234     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
6235     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
6236     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-rnd-ndrpdr"
6237     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
6238     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
6239     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
6240   layout:
6241     title: "2n-skx-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
6242     layout: "plot-throughput"
6243
6244 - type: "plot"
6245   title: "Throughput: 2n-skx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
6246   algorithm: "plot_ndrpdr_box_name"
6247   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
6248   data: "vpp-2n-skx-curr-iter"
6249   core: ["2t1c", ]
6250   include:
6251     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
6252     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
6253     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
6254     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale20k-rnd-ndrpdr"
6255     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
6256     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale200k-rnd-ndrpdr"
6257     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
6258     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale2m-rnd-ndrpdr"
6259   layout:
6260     title: "2n-skx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
6261     layout: "plot-throughput"
6262
6263 - type: "plot"
6264   title: "Throughput: 2n-skx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
6265   algorithm: "plot_ndrpdr_box_name"
6266   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
6267   data: "vpp-2n-skx-curr-iter"
6268   core: ["2t1c", ]
6269   include:
6270     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-avf-dot1q-ip6base-ndrpdr"
6271     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
6272     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-ndrpdr"
6273     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-rnd-ndrpdr"
6274     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-ndrpdr"
6275     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-rnd-ndrpdr"
6276     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
6277     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-rnd-ndrpdr"
6278   layout:
6279     title: "2n-skx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
6280     layout: "plot-throughput"
6281
6282 - type: "plot"
6283   title: "Throughput: 3n-skx-x710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
6284   algorithm: "plot_ndrpdr_box_name"
6285   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
6286   data: "vpp-3n-skx-curr-iter"
6287   core: ["2t1c", ]
6288   include:
6289     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-avf-dot1q-ip6base-ndrpdr"
6290     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
6291     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
6292   layout:
6293     title: "3n-skx-x710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
6294     layout: "plot-throughput"
6295
6296 - type: "plot"
6297   title: "Throughput: 3n-skx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
6298   algorithm: "plot_ndrpdr_box_name"
6299   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
6300   data: "vpp-3n-skx-curr-iter"
6301   core: ["2t1c", ]
6302   include:
6303     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
6304     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
6305     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
6306     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
6307     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
6308   layout:
6309     title: "3n-skx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
6310     layout: "plot-throughput"
6311
6312 - type: "plot"
6313   title: "Throughput: 3n-skx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
6314   algorithm: "plot_ndrpdr_box_name"
6315   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
6316   data: "vpp-3n-skx-curr-iter"
6317   core: ["2t1c", ]
6318   include:
6319     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-avf-dot1q-ip6base-ndrpdr"
6320     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
6321     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-ndrpdr"
6322     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-ndrpdr"
6323     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
6324   layout:
6325     title: "3n-skx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
6326     layout: "plot-throughput"
6327
6328 - type: "plot"
6329   title: "Throughput: 3n-tsh-x520-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
6330   algorithm: "plot_ndrpdr_box_name"
6331   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
6332   data: "vpp-3n-tsh-curr-iter"
6333   core: ["1t1c", ]
6334   include:
6335     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
6336     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
6337     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
6338     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
6339     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
6340   layout:
6341     title: "3n-tsh-x520-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
6342     layout: "plot-throughput"
6343
6344 - type: "plot"
6345   title: "Throughput: 2n-dnv-x553-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
6346   algorithm: "plot_ndrpdr_box_name"
6347   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
6348   data: "vpp-2n-dnv-curr-iter"
6349   core: ["1t1c", ]
6350   include:
6351     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
6352     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
6353     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
6354     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
6355     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
6356   layout:
6357     title: "2n-dnv-x553-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
6358     layout: "plot-throughput"
6359
6360 - type: "plot"
6361   title: "Throughput: 3n-dnv-x553-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
6362   algorithm: "plot_ndrpdr_box_name"
6363   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
6364   data: "vpp-3n-dnv-curr-iter"
6365   core: ["1t1c", ]
6366   include:
6367     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
6368     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
6369     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
6370     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
6371     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
6372   layout:
6373     title: "3n-dnv-x553-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
6374     layout: "plot-throughput"
6375
6376 - type: "plot"
6377   title: "Throughput: 3n-skx-xxv710-imix-{core}-ipsec-ip4routing-base-scale-avf-{test_type}"
6378   algorithm: "plot_ndrpdr_box_name"
6379   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-{core}-ipsec-ip4routing-base-scale-avf-{test_type}"
6380   data: "vpp-3n-skx-curr-iter"
6381   core: ["2t1c", ]
6382   include:
6383     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6384     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6385     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6386     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6387     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6388     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6389   layout:
6390     title: "3n-skx-xxv710-imix-{core}-ipsec-ip4routing-base-scale-avf-{test_type}"
6391     layout: "plot-throughput"
6392
6393 - type: "plot"
6394   title: "Throughput: 3n-skx-xxv710-1518b-{core}-ipsec-ip4routing-base-scale-dpdk-{test_type}"
6395   algorithm: "plot_ndrpdr_box_name"
6396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-{core}-ipsec-ip4routing-base-scale-dpdk-{test_type}"
6397   data: "vpp-3n-skx-curr-iter"
6398   core: ["2t1c", ]
6399   include:
6400     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-{core}-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6401     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-{core}-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6402     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6403     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6404     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6405     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6406   layout:
6407     title: "3n-skx-xxv710-1518b-{core}-ipsec-ip4routing-base-scale-dpdk-{test_type}"
6408     layout: "plot-throughput"
6409
6410 - type: "plot"
6411   title: "Throughput: 3n-skx-xxv710-imix-{core}-ipsec-ip4routing-base-scale-dpdk-{test_type}"
6412   algorithm: "plot_ndrpdr_box_name"
6413   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-{core}-ipsec-ip4routing-base-scale-dpdk-{test_type}"
6414   data: "vpp-3n-skx-curr-iter"
6415   core: ["2t1c", ]
6416   include:
6417     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6418     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6419     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6420     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6421     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6422     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6423   layout:
6424     title: "3n-skx-xxv710-imix-{core}-ipsec-ip4routing-base-scale-dpdk-{test_type}"
6425     layout: "plot-throughput"
6426
6427 - type: "plot"
6428   title: "Throughput: 3n-tsh-x520-imix-{core}-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}"
6429   algorithm: "plot_ndrpdr_box_name"
6430   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-{core}-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}"
6431   data: "vpp-3n-tsh-curr-iter"
6432   core: ["1t1c", ]
6433   include:
6434     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6435     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6436     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6437     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6438     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6439     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6440   layout:
6441     title: "3n-tsh-x520-imix-{core}-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}"
6442     layout: "plot-throughput"
6443
6444 - type: "plot"
6445   title: "Throughput: 3n-dnv-x553-imix-{core}-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}"
6446   algorithm: "plot_ndrpdr_box_name"
6447   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-{core}-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}"
6448   data: "vpp-3n-dnv-curr-iter"
6449   core: ["1t1c", ]
6450   include:
6451     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6452     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6453     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6454     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6455     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6456     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6457   layout:
6458     title: "3n-dnv-x553-imix-{core}-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}"
6459     layout: "plot-throughput"
6460
6461 - type: "plot"
6462   title: "Throughput: 2n-skx-x710-64b-{core}-l2switching-base-scale-[avf,dpdk]-{test_type}"
6463   algorithm: "plot_ndrpdr_box_name"
6464   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-{core}-l2switching-base-scale-[avf,dpdk]-{test_type}"
6465   data: "vpp-2n-skx-curr-iter"
6466   core: ["2t1c", ]
6467   include:
6468     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
6469     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr"
6470     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
6471     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
6472     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
6473     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
6474   layout:
6475     title: "2n-skx-x710-64b-{core}-l2switching-base-scale-[avf,dpdk]-{test_type}"
6476     layout: "plot-throughput"
6477
6478 - type: "plot"
6479   title: "Throughput: 2n-skx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
6480   algorithm: "plot_ndrpdr_box_name"
6481   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
6482   data: "vpp-2n-skx-curr-iter"
6483   core: ["2t1c", ]
6484   include:
6485     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-ndrpdr"
6486     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr"
6487     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
6488     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
6489     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
6490   layout:
6491     title: "2n-skx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
6492     layout: "plot-throughput"
6493
6494 - type: "plot"
6495   title: "Throughput: 2n-skx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
6496   algorithm: "plot_ndrpdr_box_name"
6497   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
6498   data: "vpp-2n-skx-curr-iter"
6499   core: ["2t1c", ]
6500   include:
6501     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
6502     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
6503     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
6504     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
6505     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
6506   layout:
6507     title: "2n-skx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
6508     layout: "plot-throughput"
6509
6510 - type: "plot"
6511   title: "Throughput: 2n-skx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
6512   algorithm: "plot_ndrpdr_box_name"
6513   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
6514   data: "vpp-2n-skx-curr-iter"
6515   core: ["2t1c", ]
6516   include:
6517     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
6518     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale10kmaclrn-ndrpdr"
6519     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale100kmaclrn-ndrpdr"
6520     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale1mmaclrn-ndrpdr"
6521   layout:
6522     title: "2n-skx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
6523     layout: "plot-throughput"
6524
6525 - type: "plot"
6526   title: "Throughput: 2n-skx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
6527   algorithm: "plot_ndrpdr_box_name"
6528   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
6529   data: "vpp-2n-skx-curr-iter"
6530   core: ["2t1c", ]
6531   include:
6532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
6533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
6534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
6535     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
6536   layout:
6537     title: "2n-skx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
6538     layout: "plot-throughput"
6539
6540 - type: "plot"
6541   title: "Throughput: 3n-skx-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
6542   algorithm: "plot_ndrpdr_box_name"
6543   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
6544   data: "vpp-3n-skx-curr-iter"
6545   core: ["2t1c", ]
6546   include:
6547     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr"
6548     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
6549     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
6550     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
6551     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale1mmaclrn-ndrpdr"
6552   layout:
6553     title: "3n-skx-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
6554     layout: "plot-throughput"
6555
6556 - type: "plot"
6557   title: "Throughput: 3n-skx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
6558   algorithm: "plot_ndrpdr_box_name"
6559   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
6560   data: "vpp-3n-skx-curr-iter"
6561   core: ["2t1c", ]
6562   include:
6563     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-ndrpdr"
6564     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr"
6565     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
6566     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
6567     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
6568   layout:
6569     title: "3n-skx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
6570     layout: "plot-throughput"
6571
6572 - type: "plot"
6573   title: "Throughput: 3n-skx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
6574   algorithm: "plot_ndrpdr_box_name"
6575   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
6576   data: "vpp-3n-skx-curr-iter"
6577   core: ["2t1c", ]
6578   include:
6579     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
6580     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
6581     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
6582     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
6583   layout:
6584     title: "3n-skx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
6585     layout: "plot-throughput"
6586
6587 - type: "plot"
6588   title: "Throughput: 3n-skx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
6589   algorithm: "plot_ndrpdr_box_name"
6590   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
6591   data: "vpp-3n-skx-curr-iter"
6592   core: ["2t1c", ]
6593   include:
6594     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
6595     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
6596     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
6597     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale10kmaclrn-ndrpdr"
6598     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale100kmaclrn-ndrpdr"
6599     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale1mmaclrn-ndrpdr"
6600   layout:
6601     title: "3n-skx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
6602     layout: "plot-throughput"
6603
6604 - type: "plot"
6605   title: "Throughput: 3n-skx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
6606   algorithm: "plot_ndrpdr_box_name"
6607   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
6608   data: "vpp-3n-skx-curr-iter"
6609   core: ["2t1c", ]
6610   include:
6611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
6612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
6613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
6614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
6615     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
6616     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
6617   layout:
6618     title: "3n-skx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
6619     layout: "plot-throughput"
6620
6621 - type: "plot"
6622   title: "Throughput: 3n-skx-xxv710-64b-{core}-features-l2switching-base-avf-{test_type}"
6623   algorithm: "plot_ndrpdr_box_name"
6624   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-features-l2switching-base-avf-{test_type}"
6625   data: "vpp-3n-skx-curr-iter"
6626   core: ["2t1c", ]
6627   include:
6628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
6629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
6630     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
6631     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
6632     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
6633     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
6634   layout:
6635     title: "3n-skx-xxv710-64b-{core}-features-l2switching-base-avf-{test_type}"
6636     layout: "plot-throughput"
6637
6638 - type: "plot"
6639   title: "Throughput: 3n-skx-xxv710-64b-{core}-features-l2switching-base-dpdk-{test_type}"
6640   algorithm: "plot_ndrpdr_box_name"
6641   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-features-l2switching-base-dpdk-{test_type}"
6642   data: "vpp-3n-skx-curr-iter"
6643   core: ["2t1c", ]
6644   include:
6645     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
6646     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
6647     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
6648     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
6649     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
6650     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
6651   layout:
6652     title: "3n-skx-xxv710-64b-{core}-features-l2switching-base-dpdk-{test_type}"
6653     layout: "plot-throughput"
6654
6655 - type: "plot"
6656   title: "Throughput: 3n-tsh-x520-64b-{core}-l2switching-base-ixgbe-{test_type}"
6657   algorithm: "plot_ndrpdr_box_name"
6658   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-l2switching-base-ixgbe-{test_type}"
6659   data: "vpp-3n-tsh-curr-iter"
6660   core: ["1t1c", ]
6661   include:
6662     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
6663     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
6664     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
6665     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
6666   layout:
6667     title: "3n-tsh-x520-64b-{core}-l2switching-base-ixgbe-{test_type}"
6668     layout: "plot-throughput"
6669
6670 - type: "plot"
6671   title: "Throughput: 3n-tsh-x520-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
6672   algorithm: "plot_ndrpdr_box_name"
6673   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
6674   data: "vpp-3n-tsh-curr-iter"
6675   core: ["1t1c", ]
6676   include:
6677     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
6678     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
6679     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
6680     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
6681     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
6682     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
6683   layout:
6684     title: "3n-tsh-x520-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
6685     layout: "plot-throughput"
6686
6687 - type: "plot"
6688   title: "Throughput: 3n-tsh-x520-64b-{core}-features-l2switching-base-ixgbe-{test_type}"
6689   algorithm: "plot_ndrpdr_box_name"
6690   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-features-l2switching-base-ixgbe-{test_type}"
6691   data: "vpp-3n-tsh-curr-iter"
6692   core: ["1t1c", ]
6693   include:
6694     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
6695     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
6696     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
6697     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
6698     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
6699     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
6700   layout:
6701     title: "3n-tsh-x520-64b-{core}-features-l2switching-base-ixgbe-{test_type}"
6702     layout: "plot-throughput"
6703
6704 - type: "plot"
6705   title: "Throughput: 2n-dnv-x553-64b-{core}-l2switching-base-ixgbe-{test_type}"
6706   algorithm: "plot_ndrpdr_box_name"
6707   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-{core}-l2switching-base-ixgbe-{test_type}"
6708   data: "vpp-2n-dnv-curr-iter"
6709   core: ["1t1c", ]
6710   include:
6711     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
6712     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
6713     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
6714     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
6715   layout:
6716     title: "2n-dnv-x553-64b-{core}-l2switching-base-ixgbe-{test_type}"
6717     layout: "plot-throughput"
6718
6719 - type: "plot"
6720   title: "Throughput: 2n-dnv-x553-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
6721   algorithm: "plot_ndrpdr_box_name"
6722   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
6723   data: "vpp-2n-dnv-curr-iter"
6724   core: ["1t1c", ]
6725   include:
6726     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
6727     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
6728     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
6729     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
6730     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
6731     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
6732   layout:
6733     title: "2n-dnv-x553-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
6734     layout: "plot-throughput"
6735
6736 - type: "plot"
6737   title: "Throughput: 3n-dnv-x553-64b-{core}-l2switching-base-ixgbe-{test_type}"
6738   algorithm: "plot_ndrpdr_box_name"
6739   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-{core}-l2switching-base-ixgbe-{test_type}"
6740   data: "vpp-3n-dnv-curr-iter"
6741   core: ["1t1c", ]
6742   include:
6743     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
6744     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
6745     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
6746     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
6747   layout:
6748     title: "3n-dnv-x553-64b-{core}-l2switching-base-ixgbe-{test_type}"
6749     layout: "plot-throughput"
6750
6751 - type: "plot"
6752   title: "Throughput: 3n-dnv-x553-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
6753   algorithm: "plot_ndrpdr_box_name"
6754   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
6755   data: "vpp-3n-dnv-curr-iter"
6756   core: ["1t1c", ]
6757   include:
6758     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
6759     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
6760     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
6761     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
6762     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
6763     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
6764   layout:
6765     title: "3n-dnv-x553-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
6766     layout: "plot-throughput"
6767
6768 - type: "plot"
6769   title: "Throughput: 3n-dnv-x553-64b-{core}-features-l2switching-base-ixgbe-{test_type}"
6770   algorithm: "plot_ndrpdr_box_name"
6771   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-{core}-features-l2switching-base-ixgbe-{test_type}"
6772   data: "vpp-3n-dnv-curr-iter"
6773   core: ["1t1c", ]
6774   include:
6775     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
6776     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
6777     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
6778     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
6779     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
6780     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
6781   layout:
6782     title: "3n-dnv-x553-64b-{core}-features-l2switching-base-ixgbe-{test_type}"
6783     layout: "plot-throughput"
6784
6785 - type: "plot"
6786   title: "Throughput: 3n-skx-xxv710-78b-{core}-srv6-ip6routing-base-avf-{test_type}"
6787   algorithm: "plot_ndrpdr_box_name"
6788   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-{core}-srv6-ip6routing-base-avf-{test_type}"
6789   data: "vpp-3n-skx-curr-iter"
6790   core: ["2t1c", ]
6791   include:
6792     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-{core}-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
6793     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-{core}-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
6794     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-{core}-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
6795 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-{core}-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
6796 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-{core}-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
6797 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-{core}-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
6798   layout:
6799     title: "3n-skx-xxv710-78b-{core}-srv6-ip6routing-base-avf-{test_type}"
6800     layout: "plot-throughput"
6801
6802 - type: "plot"
6803   title: "Throughput: 3n-skx-xxv710-78b-{core}-srv6-ip6routing-base-dpdk-{test_type}"
6804   algorithm: "plot_ndrpdr_box_name"
6805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-{core}-srv6-ip6routing-base-dpdk-{test_type}"
6806   data: "vpp-3n-skx-curr-iter"
6807   core: ["2t1c", ]
6808   include:
6809     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-{core}-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
6810     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
6811     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
6812     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
6813     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
6814     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
6815   layout:
6816     title: "3n-skx-xxv710-78b-{core}-srv6-ip6routing-base-dpdk-{test_type}"
6817     layout: "plot-throughput"
6818
6819 - type: "plot"
6820   title: "Throughput: 3n-tsh-x520-78b-{core}-srv6-ip6routing-base-ixgbe-{test_type}"
6821   algorithm: "plot_ndrpdr_box_name"
6822   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-{core}-srv6-ip6routing-base-ixgbe-{test_type}"
6823   data: "vpp-3n-tsh-curr-iter"
6824   core: ["1t1c", ]
6825   include:
6826     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-{core}-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
6827     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
6828     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
6829     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
6830     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
6831     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
6832   layout:
6833     title: "3n-tsh-x520-78b-{core}-srv6-ip6routing-base-ixgbe-{test_type}"
6834     layout: "plot-throughput"
6835
6836 - type: "plot"
6837   title: "Throughput: 2n-skx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
6838   algorithm: "plot_ndrpdr_box_name"
6839   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
6840   data: "vpp-2n-skx-curr-iter"
6841   core: ["2t1c", ]
6842   include:
6843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6848   layout:
6849     title: "2n-skx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
6850     layout: "plot-throughput"
6851
6852 - type: "plot"
6853   title: "Throughput: 2n-skx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
6854   algorithm: "plot_ndrpdr_box_name"
6855   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
6856   data: "vpp-2n-skx-curr-iter"
6857   core: ["2t1c", ]
6858   include:
6859     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6864   layout:
6865     title: "2n-skx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
6866     layout: "plot-throughput"
6867
6868 - type: "plot"
6869   title: "Throughput: 2n-skx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
6870   algorithm: "plot_ndrpdr_box_name"
6871   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
6872   data: "vpp-2n-skx-curr-iter"
6873   core: ["2t1c", ]
6874   include:
6875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6880   layout:
6881     title: "2n-skx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
6882     layout: "plot-throughput"
6883
6884 - type: "plot"
6885   title: "Throughput: 2n-skx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
6886   algorithm: "plot_ndrpdr_box_name"
6887   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
6888   data: "vpp-2n-skx-curr-iter"
6889   core: ["2t1c", ]
6890   include:
6891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6896   layout:
6897     title: "2n-skx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
6898     layout: "plot-throughput"
6899
6900 - type: "plot"
6901   title: "Throughput: 3n-skx-x710-64b-{core}-link-bonding-vhost-base-avf-{test_type}"
6902   algorithm: "plot_ndrpdr_box_name"
6903   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-{core}-link-bonding-vhost-base-avf-{test_type}"
6904   data: "vpp-3n-skx-curr-iter"
6905   core: ["2t1c", ]
6906   include:
6907     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6908     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6909     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6910     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6911   layout:
6912     title: "3n-skx-x710-64b-{core}-link-bonding-vhost-base-avf-{test_type}"
6913     layout: "plot-throughput"
6914
6915 - type: "plot"
6916   title: "Throughput: 3n-skx-x710-64b-{core}-link-bonding-vhost-base-avf-vpp-{test_type}"
6917   algorithm: "plot_ndrpdr_box_name"
6918   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-{core}-link-bonding-vhost-base-avf-vpp-{test_type}"
6919   data: "vpp-3n-skx-curr-iter"
6920   core: ["2t1c", ]
6921   include:
6922     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6923     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6924     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6925     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6926   layout:
6927     title: "3n-skx-x710-64b-{core}-link-bonding-vhost-base-avf-vpp-{test_type}"
6928     layout: "plot-throughput"
6929
6930 - type: "plot"
6931   title: "Throughput: 3n-skx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
6932   algorithm: "plot_ndrpdr_box_name"
6933   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
6934   data: "vpp-3n-skx-curr-iter"
6935   core: ["2t1c", ]
6936   include:
6937     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6938     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6939     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6940     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6941     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6942     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6943   layout:
6944     title: "3n-skx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
6945     layout: "plot-throughput"
6946
6947 - type: "plot"
6948   title: "Throughput: 3n-skx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
6949   algorithm: "plot_ndrpdr_box_name"
6950   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
6951   data: "vpp-3n-skx-curr-iter"
6952   core: ["2t1c", ]
6953   include:
6954     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6955     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6956     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6957     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6958     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6959     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6960   layout:
6961     title: "3n-skx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
6962     layout: "plot-throughput"
6963
6964 - type: "plot"
6965   title: "Throughput: 3n-skx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
6966   algorithm: "plot_ndrpdr_box_name"
6967   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
6968   data: "vpp-3n-skx-curr-iter"
6969   core: ["2t1c", ]
6970   include:
6971     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6972     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
6973     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6974     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6975     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
6976     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
6977   layout:
6978     title: "3n-skx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
6979     layout: "plot-throughput"
6980
6981 - type: "plot"
6982   title: "Throughput: 3n-skx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
6983   algorithm: "plot_ndrpdr_box_name"
6984   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
6985   data: "vpp-3n-skx-curr-iter"
6986   core: ["2t1c", ]
6987   include:
6988     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6989     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6990     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6991     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
6992     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
6993   layout:
6994     title: "3n-skx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
6995     layout: "plot-throughput"
6996
6997 - type: "plot"
6998   title: "Throughput: 3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-avf-{test_type}"
6999   algorithm: "plot_ndrpdr_box_name"
7000   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-avf-{test_type}"
7001   data: "vpp-3n-skx-curr-iter"
7002   core: ["2t1c", ]
7003   include:
7004     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7005     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7006   layout:
7007     title: "3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-avf-{test_type}"
7008     layout: "plot-throughput"
7009
7010 - type: "plot"
7011   title: "Throughput: 3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-avf-vpp-{test_type}"
7012   algorithm: "plot_ndrpdr_box_name"
7013   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-avf-vpp-{test_type}"
7014   data: "vpp-3n-skx-curr-iter"
7015   core: ["2t1c", ]
7016   include:
7017     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7018     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7019   layout:
7020     title: "3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-avf-vpp-{test_type}"
7021     layout: "plot-throughput"
7022
7023 - type: "plot"
7024   title: "Throughput: 3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-dpdk-{test_type}"
7025   algorithm: "plot_ndrpdr_box_name"
7026   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-dpdk-{test_type}"
7027   data: "vpp-3n-skx-curr-iter"
7028   core: ["2t1c", ]
7029   include:
7030     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7031     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7032   layout:
7033     title: "3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-dpdk-{test_type}"
7034     layout: "plot-throughput"
7035
7036 - type: "plot"
7037   title: "Throughput: 3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-dpdk-vpp-{test_type}"
7038   algorithm: "plot_ndrpdr_box_name"
7039   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-dpdk-vpp-{test_type}"
7040   data: "vpp-3n-skx-curr-iter"
7041   core: ["2t1c", ]
7042   include:
7043     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7044     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7045   layout:
7046     title: "3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-dpdk-vpp-{test_type}"
7047     layout: "plot-throughput"
7048
7049 - type: "plot"
7050   title: "Throughput: 3n-tsh-x520-64b-{core}-vhost-base-ixgbe-vppl2xc-{test_type}"
7051   algorithm: "plot_ndrpdr_box_name"
7052   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-vhost-base-ixgbe-vppl2xc-{test_type}"
7053   data: "vpp-3n-tsh-curr-iter"
7054   core: ["1t1c", ]
7055   include:
7056     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7057     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7058     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7059     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7060     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7061     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7062   layout:
7063     title: "3n-tsh-x520-64b-{core}-vhost-base-ixgbe-vppl2xc-{test_type}"
7064     layout: "plot-throughput"
7065
7066 - type: "plot"
7067   title: "Throughput: 3n-tsh-x520-64b-{core}-vhost-base-ixgbe-{test_type}"
7068   algorithm: "plot_ndrpdr_box_name"
7069   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-vhost-base-ixgbe-{test_type}"
7070   data: "vpp-3n-tsh-curr-iter"
7071   core: ["1t1c", ]
7072   include:
7073     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7074     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7075     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7076     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7077     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7078     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7079   layout:
7080     title: "3n-tsh-x520-64b-{core}-vhost-base-ixgbe-{test_type}"
7081     layout: "plot-throughput"
7082
7083 - type: "plot"
7084   title: "Throughput: 2n-skx-xxv710-114b-{core}-vts-l2switching-base-dpdk-{test_type}"
7085   algorithm: "plot_ndrpdr_box_name"
7086   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-{core}-vts-l2switching-base-dpdk-{test_type}"
7087   data: "vpp-2n-skx-curr-iter"
7088   core: ["2t1c", ]
7089   include:
7090     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7091     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7092     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7093     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7094     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7095     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7096   layout:
7097     title: "2n-skx-xxv710-114b-{core}-vts-l2switching-base-[avf,dpdk]-{test_type}"
7098     layout: "plot-throughput"
7099
7100 - type: "plot"
7101   title: "Throughput: 2n-tx2-xl710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
7102   algorithm: "plot_ndrpdr_box_name"
7103   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
7104   data: "vpp-2n-tx2-curr-iter"
7105   core: ["1t1c", ]
7106   include:
7107     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
7108     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
7109     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
7110     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
7111     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
7112   layout:
7113     title: "2n-tx2-xl710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
7114     layout: "plot-throughput"
7115
7116 - type: "plot"
7117   title: "Throughput: 2n-tx2-xl710-64b-{core}-features-ip4routing-base-scale-dpdk-{test_type}"
7118   algorithm: "plot_ndrpdr_box_name"
7119   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-{core}-features-ip4routing-base-scale-dpdk-{test_type}"
7120   data: "vpp-2n-tx2-curr-iter"
7121   core: ["1t1c", ]
7122   include:
7123     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-{core}-ethip4-ip4base-iacldstbase-ndrpdr"
7124     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7125     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7126     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7127     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7128   layout:
7129     title: "2n-tx2-xl710-64b-{core}-ip4routing-features-base-scale-dpdk-{test_type}"
7130     layout: "plot-throughput"
7131
7132 - type: "plot"
7133   title: "Throughput: 2n-tx2-xl710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
7134   algorithm: "plot_ndrpdr_box_name"
7135   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
7136   data: "vpp-2n-tx2-curr-iter"
7137   core: ["1t1c", ]
7138   include:
7139     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
7140     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
7141     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
7142     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
7143     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
7144     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-{core}-ethip6-ip6base-iacldstbase-ndrpdr"
7145   layout:
7146     title: "2n-tx2-xl710-78b-{core}-ip4routing-base-scale-dpdk-{test_type}"
7147     layout: "plot-throughput"
7148
7149 - type: "plot"
7150   title: "Throughput: 2n-tx2-xl710-64b-{core}-l2switching-base-dpdk-{test_type}"
7151   algorithm: "plot_ndrpdr_box_name"
7152   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-{core}-l2switching-base-dpdk-{test_type}"
7153   data: "vpp-2n-tx2-curr-iter"
7154   core: ["1t1c", ]
7155   include:
7156     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
7157     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
7158     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
7159     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
7160     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
7161   layout:
7162     title: "2n-tx2-xl710-64b-{core}-l2switching-base-dpdk-{test_type}"
7163     layout: "plot-throughput"
7164
7165 - type: "plot"
7166   title: "Throughput: 2n-tx2-xl710-64b-{core}-l2switching-scale-dpdk-{test_type}"
7167   algorithm: "plot_ndrpdr_box_name"
7168   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-{core}-l2switching-scale-dpdk-{test_type}"
7169   data: "vpp-2n-tx2-curr-iter"
7170   core: ["1t1c", ]
7171   include:
7172     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
7173     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
7174     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
7175     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
7176   layout:
7177     title: "2n-tx2-xl710-64b-{core}-l2switching-scale-dpdk-{test_type}"
7178     layout: "plot-throughput"
7179
7180 - type: "plot"
7181   title: "Throughput: 2n-tx2-xl710-64b-{core}-features-l2switching-base-dpdk-{test_type}"
7182   algorithm: "plot_ndrpdr_box_name"
7183   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-{core}-features-l2switching-base-dpdk-{test_type}"
7184   data: "vpp-2n-tx2-curr-iter"
7185   core: ["1t1c", ]
7186   include:
7187     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7188     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7189     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7190     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7191     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7192   layout:
7193     title: "2n-tx2-xl710-64b-{core}-features-l2switching-base-{test_type}"
7194     layout: "plot-throughput"
7195
7196 ################################################################################
7197
7198 # Packet Speedup
7199
7200 - type: "plot"
7201   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-{test_type}-tsa"
7202   algorithm: "plot_tsa_name"
7203   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-{test_type}-tsa"
7204   data: "vpp-2n-skx-curr-iter"
7205   include:
7206     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7207     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7208     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7209     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7210   layout:
7211     title: "2n-skx-xxv710-64b-memif-base-avf-{test_type}"
7212     layout: "plot-throughput-speedup-analysis"
7213
7214 - type: "plot"
7215   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-{test_type}-tsa"
7216   algorithm: "plot_tsa_name"
7217   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-{test_type}-tsa"
7218   data: "vpp-2n-skx-curr-iter"
7219   include:
7220     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7221     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7222     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7223     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7224   layout:
7225     title: "2n-skx-xxv710-64b-memif-base-dpdk-{test_type}"
7226     layout: "plot-throughput-speedup-analysis"
7227
7228 - type: "plot"
7229   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-{test_type}-tsa"
7230   algorithm: "plot_tsa_name"
7231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-{test_type}-tsa"
7232   data: "vpp-3n-skx-curr-iter"
7233   include:
7234     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7235     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7236     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7237     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7238     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7239   layout:
7240     title: "3n-skx-xxv710-64b-memif-base-avf-{test_type}"
7241     layout: "plot-throughput-speedup-analysis"
7242
7243 - type: "plot"
7244   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-{test_type}-tsa"
7245   algorithm: "plot_tsa_name"
7246   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-{test_type}-tsa"
7247   data: "vpp-3n-skx-curr-iter"
7248   include:
7249     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7250     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7251     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7252     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7253     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7254   layout:
7255     title: "3n-skx-xxv710-64b-memif-base-dpdk-{test_type}"
7256     layout: "plot-throughput-speedup-analysis"
7257
7258 - type: "plot"
7259   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}-tsa"
7260   algorithm: "plot_tsa_name"
7261   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}-tsa"
7262   data: "vpp-2n-skx-curr-iter"
7263   include:
7264     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
7265     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7266     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7267     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
7268     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7269     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7270   layout:
7271     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}"
7272     layout: "plot-throughput-speedup-analysis"
7273
7274 - type: "plot"
7275   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
7276   algorithm: "plot_tsa_name"
7277   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
7278   data: "vpp-2n-skx-curr-iter"
7279   include:
7280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
7281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
7284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
7286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
7288   layout:
7289     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-{test_type}"
7290     layout: "plot-throughput-speedup-analysis"
7291
7292 - type: "plot"
7293   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
7294   algorithm: "plot_tsa_name"
7295   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
7296   data: "vpp-2n-skx-curr-iter"
7297   include:
7298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
7302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
7304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
7306   layout:
7307     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}"
7308     layout: "plot-throughput-speedup-analysis"
7309
7310 - type: "plot"
7311   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-{test_type}-tsa"
7312   algorithm: "plot_tsa_name"
7313   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-{test_type}-tsa"
7314   data: "vpp-2n-skx-curr-iter"
7315   include:
7316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
7321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
7322   layout:
7323     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-{test_type}"
7324     layout: "plot-throughput-speedup-analysis"
7325
7326 - type: "plot"
7327   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}-tsa"
7328   algorithm: "plot_tsa_name"
7329   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}-tsa"
7330   data: "vpp-2n-skx-curr-iter"
7331   include:
7332     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
7333     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
7334     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
7335     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
7336     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
7337   layout:
7338     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}"
7339     layout: "plot-throughput-speedup-analysis"
7340
7341 - type: "plot"
7342   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}-tsa"
7343   algorithm: "plot_tsa_name"
7344   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}-tsa"
7345   data: "vpp-2n-skx-curr-iter"
7346   include:
7347     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
7348     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
7349     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
7350     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
7351     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
7352   layout:
7353     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
7354     layout: "plot-throughput-speedup-analysis"
7355
7356 - type: "plot"
7357   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}-tsa"
7358   algorithm: "plot_tsa_name"
7359   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}-tsa"
7360   data: "vpp-2n-skx-curr-iter"
7361   include:
7362     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
7363     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
7364     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
7365     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
7366     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
7367     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
7368     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
7369     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
7370     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
7371     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
7372   layout:
7373     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
7374     layout: "plot-throughput-speedup-analysis-cps"
7375
7376 - type: "plot"
7377   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}-tsa"
7378   algorithm: "plot_tsa_name"
7379   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}-tsa"
7380   data: "vpp-2n-skx-curr-iter"
7381   include:
7382     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
7383     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
7384     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
7385     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
7386     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
7387     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
7388     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
7389     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
7390     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
7391     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
7392   layout:
7393     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
7394     layout: "plot-throughput-speedup-analysis"
7395
7396 - type: "plot"
7397   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}-tsa"
7398   algorithm: "plot_tsa_name"
7399   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}-tsa"
7400   data: "vpp-2n-skx-curr-iter"
7401   include:
7402     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
7403     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
7404     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
7405     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
7406     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
7407     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
7408     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
7409     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
7410     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
7411     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
7412   layout:
7413     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
7414     layout: "plot-throughput-speedup-analysis-cps"
7415
7416 - type: "plot"
7417   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}-tsa"
7418   algorithm: "plot_tsa_name"
7419   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}-tsa"
7420   data: "vpp-2n-skx-curr-iter"
7421   include:
7422     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
7423     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
7424     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
7425     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
7426     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
7427     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
7428     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
7429     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
7430     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
7431     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
7432   layout:
7433     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
7434     layout: "plot-throughput-speedup-analysis"
7435
7436 - type: "plot"
7437   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-{test_type}-tsa"
7438   algorithm: "plot_tsa_name"
7439   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-{test_type}-tsa"
7440   data: "vpp-2n-skx-curr-iter"
7441   include:
7442     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
7443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
7444     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
7445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
7446     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
7447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
7448     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
7449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
7450     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
7451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
7452   layout:
7453     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
7454     layout: "plot-throughput-speedup-analysis"
7455
7456 - type: "plot"
7457   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-{test_type}-tsa"
7458   algorithm: "plot_tsa_name"
7459   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-{test_type}-tsa"
7460   data: "vpp-2n-skx-curr-iter"
7461   include:
7462     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
7463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
7464     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
7465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
7466     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
7467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
7468     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
7469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
7470     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
7471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
7472   layout:
7473     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-{test_type}"
7474     layout: "plot-throughput-speedup-analysis"
7475
7476 - type: "plot"
7477   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput2-avf-{test_type}-tsa"
7478   algorithm: "plot_tsa_name"
7479   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput2-avf-{test_type}-tsa"
7480   data: "vpp-2n-skx-curr-iter"
7481   include:
7482     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
7483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
7484     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
7485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
7486     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
7487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
7488     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
7489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
7490     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
7491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
7492   layout:
7493     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
7494     layout: "plot-throughput-speedup-analysis"
7495
7496 - type: "plot"
7497   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput2-avf-{test_type}-tsa"
7498   algorithm: "plot_tsa_name"
7499   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput2-avf-{test_type}-tsa"
7500   data: "vpp-2n-skx-curr-iter"
7501   include:
7502     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
7503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
7504     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
7505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
7506     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
7507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
7508     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
7509     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
7510     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
7511     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
7512   layout:
7513     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-{test_type}"
7514     layout: "plot-throughput-speedup-analysis"
7515
7516 - type: "plot"
7517   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}-tsa"
7518   algorithm: "plot_tsa_name"
7519   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}-tsa"
7520   data: "vpp-2n-skx-curr-iter"
7521   include:
7522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
7528   layout:
7529     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}"
7530     layout: "plot-throughput-speedup-analysis"
7531
7532 - type: "plot"
7533   title: "Speedup: 2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}-tsa"
7534   algorithm: "plot_tsa_name"
7535   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}-tsa"
7536   data: "vpp-2n-skx-curr-iter"
7537   include:
7538     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
7539     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
7540     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
7541     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
7542     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
7543   layout:
7544     title: "2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}"
7545     layout: "plot-throughput-speedup-analysis"
7546
7547 - type: "plot"
7548   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
7549   algorithm: "plot_tsa_name"
7550   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
7551   data: "vpp-3n-skx-curr-iter"
7552   include:
7553     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
7554     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7555     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
7556 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7557 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7558   layout:
7559     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-{test_type}"
7560     layout: "plot-throughput-speedup-analysis"
7561
7562 - type: "plot"
7563   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
7564   algorithm: "plot_tsa_name"
7565   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
7566   data: "vpp-3n-skx-curr-iter"
7567   include:
7568     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
7569     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
7570     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
7571     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
7572     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
7573   layout:
7574     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-{test_type}"
7575     layout: "plot-throughput-speedup-analysis"
7576
7577 - type: "plot"
7578   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
7579   algorithm: "plot_tsa_name"
7580   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
7581   data: "vpp-3n-skx-curr-iter"
7582   include:
7583     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
7584     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7585     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
7586     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
7587     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
7588   layout:
7589     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}"
7590     layout: "plot-throughput-speedup-analysis"
7591
7592 - type: "plot"
7593   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-{test_type}-tsa"
7594   algorithm: "plot_tsa_name"
7595   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-{test_type}-tsa"
7596   data: "vpp-3n-skx-curr-iter"
7597   include:
7598     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7599     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7600     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7601     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7602   layout:
7603     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-{test_type}"
7604     layout: "plot-throughput-speedup-analysis"
7605
7606 - type: "plot"
7607   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}-tsa"
7608   algorithm: "plot_tsa_name"
7609   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}-tsa"
7610   data: "vpp-3n-skx-curr-iter"
7611   include:
7612     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
7613     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7614     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7615     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7616     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7617   layout:
7618     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}"
7619     layout: "plot-throughput-speedup-analysis"
7620
7621 - type: "plot"
7622   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-{test_type}-tsa"
7623   algorithm: "plot_tsa_name"
7624   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-{test_type}-tsa"
7625   data: "vpp-3n-skx-curr-iter"
7626   include:
7627     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
7628     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
7629     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
7630     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
7631   layout:
7632     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-{test_type}"
7633     layout: "plot-throughput-speedup-analysis"
7634
7635 - type: "plot"
7636   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-{test_type}-tsa"
7637   algorithm: "plot_tsa_name"
7638   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-{test_type}-tsa"
7639   data: "vpp-3n-skx-curr-iter"
7640   include:
7641     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
7642     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
7643     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
7644     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
7645   layout:
7646     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-{test_type}"
7647     layout: "plot-throughput-speedup-analysis"
7648
7649 - type: "plot"
7650   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}-tsa"
7651   algorithm: "plot_tsa_name"
7652   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}-tsa"
7653   data: "vpp-2n-skx-curr-iter"
7654   include:
7655     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
7656     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
7657     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
7658     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
7659     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7660     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7661     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7662   layout:
7663     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}"
7664     layout: "plot-throughput-speedup-analysis"
7665
7666 - type: "plot"
7667   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
7668   algorithm: "plot_tsa_name"
7669   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
7670   data: "vpp-2n-skx-curr-iter"
7671   include:
7672     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7673     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7674     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7675     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
7676     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7677     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
7678     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7679     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
7680   layout:
7681     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}"
7682     layout: "plot-throughput-speedup-analysis"
7683
7684 - type: "plot"
7685   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
7686   algorithm: "plot_tsa_name"
7687   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
7688   data: "vpp-2n-skx-curr-iter"
7689   include:
7690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
7691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
7692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
7693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
7694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
7695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
7696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
7697     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
7698   layout:
7699     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-{test_type}"
7700     layout: "plot-throughput-speedup-analysis"
7701
7702 - type: "plot"
7703   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
7704   algorithm: "plot_tsa_name"
7705   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
7706   data: "vpp-3n-skx-curr-iter"
7707   include:
7708     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
7709     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
7710     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
7711   layout:
7712     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-{test_type}"
7713     layout: "plot-throughput-speedup-analysis"
7714
7715 - type: "plot"
7716   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
7717   algorithm: "plot_tsa_name"
7718   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
7719   data: "vpp-3n-skx-curr-iter"
7720   include:
7721     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
7722     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
7723     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
7724     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
7725     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
7726   layout:
7727     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}"
7728     layout: "plot-throughput-speedup-analysis"
7729
7730 - type: "plot"
7731   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
7732   algorithm: "plot_tsa_name"
7733   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
7734   data: "vpp-3n-skx-curr-iter"
7735   include:
7736     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
7737     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
7738     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
7739     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
7740     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
7741   layout:
7742     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-{test_type}"
7743     layout: "plot-throughput-speedup-analysis"
7744
7745 - type: "plot"
7746   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-{test_type}-tsa"
7747   algorithm: "plot_tsa_name"
7748   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-{test_type}-tsa"
7749   data: "vpp-3n-skx-curr-iter"
7750   include:
7751     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7752     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7753     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7754     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7755     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7756     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7757   layout:
7758     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-{test_type}"
7759     layout: "plot-throughput-speedup-analysis"
7760
7761 - type: "plot"
7762   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-{test_type}-tsa"
7763   algorithm: "plot_tsa_name"
7764   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-{test_type}-tsa"
7765   data: "vpp-3n-skx-curr-iter"
7766   include:
7767     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7768     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7769     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7770     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7771     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7772     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7773   layout:
7774     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-{test_type}"
7775     layout: "plot-throughput-speedup-analysis"
7776
7777 - type: "plot"
7778   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-{test_type}-tsa"
7779   algorithm: "plot_tsa_name"
7780   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-{test_type}-tsa"
7781   data: "vpp-2n-skx-curr-iter"
7782   include:
7783     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7784     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7785     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7786     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
7787     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7788     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
7789   layout:
7790     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-{test_type}"
7791     layout: "plot-throughput-speedup-analysis"
7792
7793 - type: "plot"
7794   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-{test_type}-tsa"
7795   algorithm: "plot_tsa_name"
7796   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-{test_type}-tsa"
7797   data: "vpp-2n-skx-curr-iter"
7798   include:
7799     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
7800     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7801     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
7802     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7803     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7804   layout:
7805     title: "2n-skx-xxv710-64b-l2switching-base-avf-{test_type}"
7806     layout: "plot-throughput-speedup-analysis"
7807
7808 - type: "plot"
7809   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-{test_type}-tsa"
7810   algorithm: "plot_tsa_name"
7811   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-{test_type}-tsa"
7812   data: "vpp-2n-skx-curr-iter"
7813   include:
7814     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
7815     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
7816     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
7817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
7818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7819   layout:
7820     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-{test_type}"
7821     layout: "plot-throughput-speedup-analysis"
7822
7823 - type: "plot"
7824   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-{test_type}-tsa"
7825   algorithm: "plot_tsa_name"
7826   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-{test_type}-tsa"
7827   data: "vpp-2n-skx-curr-iter"
7828   include:
7829     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7830     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
7831     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
7832     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
7833   layout:
7834     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-{test_type}"
7835     layout: "plot-throughput-speedup-analysis"
7836
7837 - type: "plot"
7838   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
7839   algorithm: "plot_tsa_name"
7840   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
7841   data: "vpp-2n-skx-curr-iter"
7842   include:
7843     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7844     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
7845     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
7846     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
7847   layout:
7848     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}"
7849     layout: "plot-throughput-speedup-analysis"
7850
7851 - type: "plot"
7852   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-{test_type}-tsa"
7853   algorithm: "plot_tsa_name"
7854   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-{test_type}-tsa"
7855   data: "vpp-3n-skx-curr-iter"
7856   include:
7857     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7858     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
7859     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7860     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7861     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
7862   layout:
7863     title: "3n-skx-x710-64b-l2switching-base-scale-avf-{test_type}"
7864     layout: "plot-throughput-speedup-analysis"
7865
7866 - type: "plot"
7867   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-{test_type}-tsa"
7868   algorithm: "plot_tsa_name"
7869   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-{test_type}-tsa"
7870   data: "vpp-3n-skx-curr-iter"
7871   include:
7872     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
7873     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7874     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
7875     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7876     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7877   layout:
7878     title: "3n-skx-xxv710-64b-l2switching-base-avf-{test_type}"
7879     layout: "plot-throughput-speedup-analysis"
7880
7881 - type: "plot"
7882   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-{test_type}-tsa"
7883   algorithm: "plot_tsa_name"
7884   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-{test_type}-tsa"
7885   data: "vpp-3n-skx-curr-iter"
7886   include:
7887     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
7888     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
7889     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
7890     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7891   layout:
7892     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-{test_type}"
7893     layout: "plot-throughput-speedup-analysis"
7894
7895 - type: "plot"
7896   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-{test_type}-tsa"
7897   algorithm: "plot_tsa_name"
7898   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-{test_type}-tsa"
7899   data: "vpp-3n-skx-curr-iter"
7900   include:
7901     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
7902     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
7903     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7904     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
7905     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
7906     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
7907   layout:
7908     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-{test_type}"
7909     layout: "plot-throughput-speedup-analysis"
7910
7911 - type: "plot"
7912   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
7913   algorithm: "plot_tsa_name"
7914   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
7915   data: "vpp-3n-skx-curr-iter"
7916   include:
7917     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
7918     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
7919     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
7920     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
7921     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
7922     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
7923   layout:
7924     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}"
7925     layout: "plot-throughput-speedup-analysis"
7926
7927 - type: "plot"
7928   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-{test_type}-tsa"
7929   algorithm: "plot_tsa_name"
7930   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-{test_type}-tsa"
7931   data: "vpp-3n-skx-curr-iter"
7932   include:
7933     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
7934     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7935     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7936     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7937     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7938     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7939   layout:
7940     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-{test_type}"
7941     layout: "plot-throughput-speedup-analysis"
7942
7943 - type: "plot"
7944   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-{test_type}-tsa"
7945   algorithm: "plot_tsa_name"
7946   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-{test_type}-tsa"
7947   data: "vpp-3n-skx-curr-iter"
7948   include:
7949     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7950     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7951     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7952     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7953     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7954     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7955   layout:
7956     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-{test_type}"
7957     layout: "plot-throughput-speedup-analysis"
7958
7959 - type: "plot"
7960   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-{test_type}-tsa"
7961   algorithm: "plot_tsa_name"
7962   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-{test_type}-tsa"
7963   data: "vpp-2n-skx-curr-iter"
7964   include:
7965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7970   layout:
7971     title: "2n-skx-xxv710-64b-vhost-base-avf-{test_type}"
7972     layout: "plot-throughput-speedup-analysis"
7973
7974 - type: "plot"
7975   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-{test_type}-tsa"
7976   algorithm: "plot_tsa_name"
7977   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-{test_type}-tsa"
7978   data: "vpp-2n-skx-curr-iter"
7979   include:
7980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
7984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
7985   layout:
7986     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-{test_type}"
7987     layout: "plot-throughput-speedup-analysis"
7988
7989 - type: "plot"
7990   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-{test_type}-tsa"
7991   algorithm: "plot_tsa_name"
7992   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-{test_type}-tsa"
7993   data: "vpp-2n-skx-curr-iter"
7994   include:
7995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8000   layout:
8001     title: "2n-skx-xxv710-64b-vhost-base-dpdk-{test_type}"
8002     layout: "plot-throughput-speedup-analysis"
8003
8004 - type: "plot"
8005   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
8006   algorithm: "plot_tsa_name"
8007   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
8008   data: "vpp-2n-skx-curr-iter"
8009   include:
8010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8015   layout:
8016     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}"
8017     layout: "plot-throughput-speedup-analysis"
8018
8019 - type: "plot"
8020   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-{test_type}-tsa"
8021   algorithm: "plot_tsa_name"
8022   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-{test_type}-tsa"
8023   data: "vpp-3n-skx-curr-iter"
8024   include:
8025     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8026     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8027     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8028     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8029   layout:
8030     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-{test_type}"
8031     layout: "plot-throughput-speedup-analysis"
8032
8033 - type: "plot"
8034   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-{test_type}-tsa"
8035   algorithm: "plot_tsa_name"
8036   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-{test_type}-tsa"
8037   data: "vpp-3n-skx-curr-iter"
8038   include:
8039     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8040     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8041     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8042     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8043   layout:
8044     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-{test_type}"
8045     layout: "plot-throughput-speedup-analysis"
8046
8047 - type: "plot"
8048   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-{test_type}-tsa"
8049   algorithm: "plot_tsa_name"
8050   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-{test_type}-tsa"
8051   data: "vpp-3n-skx-curr-iter"
8052   include:
8053     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8056     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8057     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8058     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8059   layout:
8060     title: "3n-skx-xxv710-64b-vhost-base-avf-{test_type}"
8061     layout: "plot-throughput-speedup-analysis"
8062
8063 - type: "plot"
8064   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-{test_type}-tsa"
8065   algorithm: "plot_tsa_name"
8066   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-{test_type}-tsa"
8067   data: "vpp-3n-skx-curr-iter"
8068   include:
8069     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8074     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8075   layout:
8076     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-{test_type}"
8077     layout: "plot-throughput-speedup-analysis"
8078
8079 - type: "plot"
8080   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-{test_type}-tsa"
8081   algorithm: "plot_tsa_name"
8082   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-{test_type}-tsa"
8083   data: "vpp-3n-skx-curr-iter"
8084   include:
8085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8088     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8089     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8090     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8091   layout:
8092     title: "3n-skx-xxv710-64b-vhost-base-dpdk-{test_type}"
8093     layout: "plot-throughput-speedup-analysis"
8094
8095 - type: "plot"
8096   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
8097   algorithm: "plot_tsa_name"
8098   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
8099   data: "vpp-3n-skx-curr-iter"
8100   include:
8101     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8102     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8103     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8104     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8105     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
8106   layout:
8107     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}"
8108     layout: "plot-throughput-speedup-analysis"
8109
8110 - type: "plot"
8111   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-{test_type}-tsa"
8112   algorithm: "plot_tsa_name"
8113   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-{test_type}-tsa"
8114   data: "vpp-3n-skx-curr-iter"
8115   include:
8116     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8118   layout:
8119     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-{test_type}"
8120     layout: "plot-throughput-speedup-analysis"
8121
8122 - type: "plot"
8123   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-{test_type}-tsa"
8124   algorithm: "plot_tsa_name"
8125   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-{test_type}-tsa"
8126   data: "vpp-3n-skx-curr-iter"
8127   include:
8128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8130   layout:
8131     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-{test_type}"
8132     layout: "plot-throughput-speedup-analysis"
8133
8134 - type: "plot"
8135   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-{test_type}-tsa"
8136   algorithm: "plot_tsa_name"
8137   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-{test_type}-tsa"
8138   data: "vpp-2n-skx-curr-iter"
8139   include:
8140     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8141     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8142     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8143     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8144     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8145     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8146   layout:
8147     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-{test_type}"
8148     layout: "plot-throughput-speedup-analysis"
8149
8150 - type: "plot"
8151   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-{test_type}-tsa"
8152   algorithm: "plot_tsa_name"
8153   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-{test_type}-tsa"
8154   data: "vpp-3n-tsh-curr-iter"
8155   include:
8156     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8157     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8158     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8159     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8160     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8161   layout:
8162     title: "3n-tsh-x520-64b-memif-base-ixgbe-{test_type}"
8163     layout: "plot-throughput-speedup-analysis"
8164
8165 - type: "plot"
8166   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-{test_type}-tsa"
8167   algorithm: "plot_tsa_name"
8168   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-{test_type}-tsa"
8169   data: "vpp-3n-tsh-curr-iter"
8170   include:
8171     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
8172     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8173     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
8174     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
8175     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
8176   layout:
8177     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-{test_type}"
8178     layout: "plot-throughput-speedup-analysis"
8179
8180 - type: "plot"
8181   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-{test_type}-tsa"
8182   algorithm: "plot_tsa_name"
8183   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-{test_type}-tsa"
8184   data: "vpp-3n-tsh-curr-iter"
8185   include:
8186     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8187     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8188     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8189     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8190   layout:
8191     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-{test_type}"
8192     layout: "plot-throughput-speedup-analysis"
8193
8194 - type: "plot"
8195   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-{test_type}-tsa"
8196   algorithm: "plot_tsa_name"
8197   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-{test_type}-tsa"
8198   data: "vpp-3n-tsh-curr-iter"
8199   include:
8200     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
8201     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8202     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8203     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8204   layout:
8205     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-{test_type}"
8206     layout: "plot-throughput-speedup-analysis"
8207
8208 - type: "plot"
8209   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-{test_type}-tsa"
8210   algorithm: "plot_tsa_name"
8211   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-{test_type}-tsa"
8212   data: "vpp-3n-tsh-curr-iter"
8213   include:
8214     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
8215     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8216     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
8217     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
8218     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
8219   layout:
8220     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-{test_type}"
8221     layout: "plot-throughput-speedup-analysis"
8222
8223 - type: "plot"
8224   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}-tsa"
8225   algorithm: "plot_tsa_name"
8226   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}-tsa"
8227   data: "vpp-3n-tsh-curr-iter"
8228   include:
8229     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8230     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8231     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8232     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8233     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8234     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8235   layout:
8236     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}"
8237     layout: "plot-throughput-speedup-analysis"
8238
8239 - type: "plot"
8240   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-{test_type}-tsa"
8241   algorithm: "plot_tsa_name"
8242   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-{test_type}-tsa"
8243   data: "vpp-3n-tsh-curr-iter"
8244   include:
8245     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8246     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8247     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8248     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8249   layout:
8250     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-{test_type}"
8251     layout: "plot-throughput-speedup-analysis"
8252
8253 - type: "plot"
8254   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-{test_type}-tsa"
8255   algorithm: "plot_tsa_name"
8256   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-{test_type}-tsa"
8257   data: "vpp-3n-tsh-curr-iter"
8258   include:
8259     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8260     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8261     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8262     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8263     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8264     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8265   layout:
8266     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-{test_type}"
8267     layout: "plot-throughput-speedup-analysis"
8268
8269 - type: "plot"
8270   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-{test_type}-tsa"
8271   algorithm: "plot_tsa_name"
8272   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-{test_type}-tsa"
8273   data: "vpp-3n-tsh-curr-iter"
8274   include:
8275     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8276     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8277     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8278     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8279     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8280     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8281   layout:
8282     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-{test_type}"
8283     layout: "plot-throughput-speedup-analysis"
8284
8285 - type: "plot"
8286   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-{test_type}-tsa"
8287   algorithm: "plot_tsa_name"
8288   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-{test_type}-tsa"
8289   data: "vpp-3n-tsh-curr-iter"
8290   include:
8291     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8292     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8293     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8294     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8295     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8296     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8297   layout:
8298     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-{test_type}"
8299     layout: "plot-throughput-speedup-analysis"
8300
8301 - type: "plot"
8302   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-{test_type}-tsa"
8303   algorithm: "plot_tsa_name"
8304   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-{test_type}-tsa"
8305   data: "vpp-3n-tsh-curr-iter"
8306   include:
8307     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8308     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8309     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8310     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8311     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8312     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
8313   layout:
8314     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-{test_type}"
8315     layout: "plot-throughput-speedup-analysis"
8316
8317 - type: "plot"
8318   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-{test_type}-tsa"
8319   algorithm: "plot_tsa_name"
8320   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-{test_type}-tsa"
8321   data: "vpp-3n-tsh-curr-iter"
8322   include:
8323     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8324     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8325     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8326     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8327     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8328     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8329   layout:
8330     title: "3n-tsh-x520-64b-vhost-base-ixgbe-{test_type}"
8331     layout: "plot-throughput-speedup-analysis"
8332
8333 #- type: "plot"
8334 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-{test_type}-tsa"
8335 #  algorithm: "plot_tsa_name"
8336 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-{test_type}-tsa"
8337 #  data: "vpp-3n-tsh-curr-iter"
8338 #  test-type: ["ndr", "pdr"]
8339 #  include:
8340 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8341 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8342 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8343 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8344 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8345 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8346 #  layout:
8347 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-{test_type}"
8348 #    layout: "plot-throughput-speedup-analysis"
8349
8350 - type: "plot"
8351   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-{test_type}-tsa"
8352   algorithm: "plot_tsa_name"
8353   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-{test_type}-tsa"
8354   data: "vpp-2n-dnv-curr-iter"
8355   include:
8356     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
8357     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8358     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
8359     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
8360     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
8361     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
8362   layout:
8363     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-{test_type}"
8364     layout: "plot-throughput-speedup-analysis"
8365
8366 - type: "plot"
8367   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-{test_type}-tsa"
8368   algorithm: "plot_tsa_name"
8369   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-{test_type}-tsa"
8370   data: "vpp-2n-dnv-curr-iter"
8371   include:
8372     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8373     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8374     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8375     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8376     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8377     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
8378   layout:
8379     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-{test_type}"
8380     layout: "plot-throughput-speedup-analysis"
8381
8382 - type: "plot"
8383   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-{test_type}-tsa"
8384   algorithm: "plot_tsa_name"
8385   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-{test_type}-tsa"
8386   data: "vpp-2n-dnv-curr-iter"
8387   include:
8388     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
8389     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8390     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
8391     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
8392     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
8393   layout:
8394     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-{test_type}"
8395     layout: "plot-throughput-speedup-analysis"
8396
8397 - type: "plot"
8398   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-{test_type}-tsa"
8399   algorithm: "plot_tsa_name"
8400   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-{test_type}-tsa"
8401   data: "vpp-2n-dnv-curr-iter"
8402   include:
8403     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8404     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8405     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8406     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8407   layout:
8408     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-{test_type}"
8409     layout: "plot-throughput-speedup-analysis"
8410
8411 - type: "plot"
8412   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-{test_type}-tsa"
8413   algorithm: "plot_tsa_name"
8414   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-{test_type}-tsa"
8415   data: "vpp-2n-dnv-curr-iter"
8416   include:
8417     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8418     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8419     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8420     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8421     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8422     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8423   layout:
8424     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-{test_type}"
8425     layout: "plot-throughput-speedup-analysis"
8426
8427 - type: "plot"
8428   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-{test_type}-tsa"
8429   algorithm: "plot_tsa_name"
8430   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-{test_type}-tsa"
8431   data: "vpp-3n-dnv-curr-iter"
8432   include:
8433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
8434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8435     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
8436     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
8437     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
8438     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
8439   layout:
8440     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-{test_type}"
8441     layout: "plot-throughput-speedup-analysis"
8442
8443 - type: "plot"
8444   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-{test_type}-tsa"
8445   algorithm: "plot_tsa_name"
8446   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-{test_type}-tsa"
8447   data: "vpp-3n-dnv-curr-iter"
8448   include:
8449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8450     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8451     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8452     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8454   layout:
8455     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-{test_type}"
8456     layout: "plot-throughput-speedup-analysis"
8457
8458 - type: "plot"
8459   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-{test_type}-tsa"
8460   algorithm: "plot_tsa_name"
8461   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-{test_type}-tsa"
8462   data: "vpp-3n-dnv-curr-iter"
8463   include:
8464     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
8465     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8466     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8467     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8468   layout:
8469     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-{test_type}"
8470     layout: "plot-throughput-speedup-analysis"
8471
8472 - type: "plot"
8473   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-{test_type}-tsa"
8474   algorithm: "plot_tsa_name"
8475   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-{test_type}-tsa"
8476   data: "vpp-3n-dnv-curr-iter"
8477   include:
8478     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
8479     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8480     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
8481     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
8482     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
8483   layout:
8484     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-{test_type}"
8485     layout: "plot-throughput-speedup-analysis"
8486
8487 - type: "plot"
8488   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}-tsa"
8489   algorithm: "plot_tsa_name"
8490   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}-tsa"
8491   data: "vpp-3n-dnv-curr-iter"
8492   include:
8493     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8494     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8495     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8496     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8497     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8498     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8499   layout:
8500     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}"
8501     layout: "plot-throughput-speedup-analysis"
8502
8503 - type: "plot"
8504   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-{test_type}-tsa"
8505   algorithm: "plot_tsa_name"
8506   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-{test_type}-tsa"
8507   data: "vpp-3n-dnv-curr-iter"
8508   include:
8509     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8510     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8511     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8512     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8513   layout:
8514     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-{test_type}"
8515     layout: "plot-throughput-speedup-analysis"
8516
8517 - type: "plot"
8518   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-{test_type}-tsa"
8519   algorithm: "plot_tsa_name"
8520   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-{test_type}-tsa"
8521   data: "vpp-3n-dnv-curr-iter"
8522   include:
8523     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8524     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8525     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8526     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8527     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8528     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8529   layout:
8530     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-{test_type}"
8531     layout: "plot-throughput-speedup-analysis"
8532
8533 - type: "plot"
8534   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-{test_type}-tsa"
8535   algorithm: "plot_tsa_name"
8536   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-{test_type}-tsa"
8537   data: "vpp-3n-dnv-curr-iter"
8538   include:
8539     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8540     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8541     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8542     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8543     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8544     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8545   layout:
8546     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-{test_type}"
8547     layout: "plot-throughput-speedup-analysis"
8548
8549 #- type: "plot"
8550 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-{test_type}-tsa"
8551 #  algorithm: "plot_tsa_name"
8552 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-{test_type}-tsa"
8553 #  data: "vpp-3n-dnv-curr-iter"
8554 #  test-type: ["ndr", "pdr"]
8555 #  include:
8556 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8557 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8558 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8559 #  layout:
8560 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-{test_type}"
8561 #    layout: "plot-throughput-speedup-analysis"
8562
8563 - type: "plot"
8564   title: "Speedup: 2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
8565   algorithm: "plot_tsa_name"
8566   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
8567   data: "vpp-2n-tx2-curr-iter"
8568   include:
8569     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
8570     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
8571     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
8572     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
8573     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
8574   layout:
8575     title: "2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-{test_type}"
8576     layout: "plot-throughput-speedup-analysis"
8577
8578 - type: "plot"
8579   title: "Speedup: 2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-{test_type}-tsa"
8580   algorithm: "plot_tsa_name"
8581   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-{test_type}-tsa"
8582   data: "vpp-2n-tx2-curr-iter"
8583   include:
8584     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-.t.c-ethip4-ip4base-iacldstbase-ndrpdr"
8585     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8586     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8587     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8588     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8589   layout:
8590     title: "2n-tx2-xl710-64b-ip4routing-features-base-scale-dpdk-{test_type}"
8591     layout: "plot-throughput-speedup-analysis"
8592
8593 - type: "plot"
8594   title: "Speedup: 2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
8595   algorithm: "plot_tsa_name"
8596   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
8597   data: "vpp-2n-tx2-curr-iter"
8598   include:
8599     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
8600     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
8601     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
8602     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
8603     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
8604     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-.t.c-ethip6-ip6base-iacldstbase-ndrpdr"
8605   layout:
8606     title: "2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-{test_type}"
8607     layout: "plot-throughput-speedup-analysis"
8608
8609 - type: "plot"
8610   title: "Speedup: 2n-tx2-xl710-64b-l2switching-base-dpdk-{test_type}-tsa"
8611   algorithm: "plot_tsa_name"
8612   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-base-dpdk-{test_type}-tsa"
8613   data: "vpp-2n-tx2-curr-iter"
8614   include:
8615     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
8616     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
8617     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
8618     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
8619     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8620   layout:
8621     title: "2n-tx2-xl710-64b-l2switching-base-dpdk-{test_type}"
8622     layout: "plot-throughput-speedup-analysis"
8623
8624 - type: "plot"
8625   title: "Speedup: 2n-tx2-xl710-64b-l2switching-scale-dpdk-{test_type}-tsa"
8626   algorithm: "plot_tsa_name"
8627   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-scale-dpdk-{test_type}-tsa"
8628   data: "vpp-2n-tx2-curr-iter"
8629   include:
8630     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
8631     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
8632     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
8633     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
8634   layout:
8635     title: "2n-tx2-xl710-64b-l2switching-scale-dpdk-{test_type}"
8636     layout: "plot-throughput-speedup-analysis"
8637
8638 - type: "plot"
8639   title: "Speedup: 2n-tx2-xl710-64b-features-l2switching-base-dpdk-{test_type}-tsa"
8640   algorithm: "plot_tsa_name"
8641   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-l2switching-base-dpdk-{test_type}-tsa"
8642   data: "vpp-2n-tx2-curr-iter"
8643   include:
8644     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8645     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8646     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8647     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8648     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8649   layout:
8650     title: "2n-tx2-xl710-64b-features-l2switching-base-{test_type}"
8651     layout: "plot-throughput-speedup-analysis"
8652
8653 ################################################################################
8654
8655 # Packet Throughput - DPDK
8656
8657 # 2n-skx
8658
8659 - type: "plot"
8660   title: "DPDK Throughput: 2n-skx-xxv710-64b-{core}-base-{test_type}"
8661   algorithm: "plot_ndrpdr_box_name"
8662   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-{core}-base-{test_type}"
8663   data: "dpdk-2n-skx-curr-iter"
8664   core: ["2t1c", "4t2c"]
8665   include:
8666     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
8667     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
8668   layout:
8669     title: "2n-skx-xxv710-64b-{core}-base-{test_type}"
8670     layout: "plot-throughput"
8671
8672 - type: "plot"
8673   title: "DPDK Throughput: 2n-skx-x710-64b-{core}-base-{test_type}"
8674   algorithm: "plot_ndrpdr_box_name"
8675   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-{core}-base-{test_type}"
8676   data: "dpdk-2n-skx-curr-iter"
8677   core: ["2t1c", "4t2c"]
8678   include:
8679     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
8680     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
8681   layout:
8682     title: "2n-skx-x710-64b-{core}-base-{test_type}"
8683     layout: "plot-throughput"
8684
8685 # 3n-skx
8686
8687 - type: "plot"
8688   title: "DPDK Throughput: 3n-skx-xxv710-64b-{core}-base-{test_type}"
8689   algorithm: "plot_ndrpdr_box_name"
8690   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-{core}-base-{test_type}"
8691   data: "dpdk-3n-skx-curr-iter"
8692   core: ["2t1c", "4t2c"]
8693   include:
8694     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
8695     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
8696   layout:
8697     title: "3n-skx-xxv710-64b-{core}-base-{test_type}"
8698     layout: "plot-throughput"
8699
8700 - type: "plot"
8701   title: "DPDK Throughput: 3n-skx-x710-64b-{core}-base-{test_type}"
8702   algorithm: "plot_ndrpdr_box_name"
8703   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-{core}-base-{test_type}"
8704   data: "dpdk-3n-skx-curr-iter"
8705   core: ["2t1c", "4t2c"]
8706   include:
8707     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
8708     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
8709   layout:
8710     title: "3n-skx-x710-64b-{core}-base-{test_type}"
8711     layout: "plot-throughput"
8712
8713 ## 2n-dnv-x553
8714 #
8715 #- type: "plot"
8716 #  title: "DPDK Throughput: 2n-dnv-x553-64b-{core}-base-{test_type}"
8717 #  algorithm: "plot_ndrpdr_box_name"
8718 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-{core}-base-{test_type}"
8719 #  data: "plot-dpdk-throughput-latency-2n-dnv"
8720 #  core: ["1t1c", "2t2c"]
8721 #  test-type: ["ndr", "pdr"]
8722 #  include:
8723 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
8724 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
8725 #  layout:
8726 #    title: "2n-dnv-x553-64b-{core}-base-{test_type}"
8727 #    layout: "plot-throughput"
8728 #
8729 ## 3n-dnv-x553
8730 #
8731 #- type: "plot"
8732 #  title: "DPDK Throughput: 3n-dnv-x553-64b-{core}-base-{test_type}"
8733 #  algorithm: "plot_ndrpdr_box_name"
8734 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-{core}-base-{test_type}"
8735 #  data: "plot-dpdk-throughput-latency-3n-dnv"
8736 #  core: ["1t1c", "2t2c"]
8737 #  test-type: ["ndr", "pdr"]
8738 #  include:
8739 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
8740 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
8741 #  layout:
8742 #    title: "3n-dnv-x553-64b-{core}-base-{test_type}"
8743 #    layout: "plot-throughput"
8744
8745 # 3n-tsh-x520
8746
8747 - type: "plot"
8748   title: "DPDK Throughput: 3n-tsh-x520-64b-{core}-base-{test_type}"
8749   algorithm: "plot_ndrpdr_box_name"
8750   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-{core}-base-{test_type}"
8751   data: "dpdk-3n-tsh-curr-iter"
8752   core: ["1t1c", "2t2c"]
8753   include:
8754     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
8755     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
8756   layout:
8757     title: "3n-tsh-x520-64b-{core}-base-{test_type}"
8758     layout: "plot-throughput"
8759
8760 # 2n-tx2-xl710
8761
8762 # - type: "plot"
8763 #   title: "DPDK Throughput: 2n-tx2-xl710-64b-{core}-base-{test_type}"
8764 #   algorithm: "plot_ndrpdr_box_name"
8765 #   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-{core}-base-{test_type}"
8766 #   data: "dpdk-2n-tx2-curr-iter"
8767 #   core: ["1t1c", "2t2c"]
8768 #   include:
8769 #     - "tests.dpdk.perf.2N1L-40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
8770 #     - "tests.dpdk.perf.2N1L-40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
8771 #   layout:
8772 #     title: "2n-tx2-xl710-64b-{core}-base-{test_type}"
8773 #     layout: "plot-throughput"
8774
8775 ################################################################################
8776 ###   2n-clx                                                                 ###
8777 ################################################################################
8778
8779 # Packet Throughput
8780
8781 - type: "plot"
8782   title: "Throughput: 2n-clx-xxv710-64b-{core}-memif-base-avf-{test_type}"
8783   algorithm: "plot_ndrpdr_box_name"
8784   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-memif-base-avf-{test_type}"
8785   data: "vpp-2n-clx-curr-iter"
8786   core: ["2t1c", ]
8787   include:
8788     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8789     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8790     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8791     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8792   layout:
8793     title: "2n-clx-xxv710-64b-{core}-memif-base-avf-{test_type}"
8794     layout: "plot-throughput"
8795
8796 - type: "plot"
8797   title: "Throughput: 2n-clx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
8798   algorithm: "plot_ndrpdr_box_name"
8799   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
8800   data: "vpp-2n-clx-curr-iter"
8801   core: ["2t1c", ]
8802   include:
8803     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8804     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8805     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8806     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8807   layout:
8808     title: "2n-clx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
8809     layout: "plot-throughput"
8810
8811 - type: "plot"
8812   title: "Throughput: 2n-clx-cx556a-64b-{core}-rdma-l2-eth-2memif-1dcr-{test_type}"
8813   algorithm: "plot_ndrpdr_box_name"
8814   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-{core}-rdma-l2-eth-2memif-1dcr-{test_type}"
8815   data: "vpp-2n-clx-curr-iter"
8816   core: ["2t1c", ]
8817   include:
8818     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8819     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8820     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8821     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8822   layout:
8823     title: "2n-clx-cx556a-64b-{core}-rdma-l2-eth-2memif-1dcr-{test_type}"
8824     layout: "plot-throughput"
8825
8826 - type: "plot"
8827   title: "Throughput: 2n-clx-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
8828   algorithm: "plot_ndrpdr_box_name"
8829   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
8830   data: "vpp-2n-clx-curr-iter"
8831   core: ["2t1c", ]
8832   include:
8833     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-avf-dot1q-ip4base-ndrpdr"
8834     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
8835     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
8836     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-rnd-ndrpdr"
8837     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
8838     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
8839   layout:
8840     title: "2n-clx-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
8841     layout: "plot-throughput"
8842
8843 - type: "plot"
8844   title: "Throughput: 2n-clx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
8845   algorithm: "plot_ndrpdr_box_name"
8846   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
8847   data: "vpp-2n-clx-curr-iter"
8848   core: ["2t1c", ]
8849   include:
8850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
8851     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-ndrpdr"
8852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-rnd-ndrpdr"
8853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-ndrpdr"
8854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-rnd-ndrpdr"
8855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
8856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-rnd-ndrpdr"
8857   layout:
8858     title: "2n-clx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
8859     layout: "plot-throughput"
8860
8861 - type: "plot"
8862   title: "Throughput: 2n-clx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
8863   algorithm: "plot_ndrpdr_box_name"
8864   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
8865   data: "vpp-2n-clx-curr-iter"
8866   core: ["2t1c", ]
8867   include:
8868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
8869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
8870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
8871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale20k-rnd-ndrpdr"
8872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
8873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale200k-rnd-ndrpdr"
8874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
8875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale2m-rnd-ndrpdr"
8876   layout:
8877     title: "2n-clx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
8878     layout: "plot-throughput"
8879
8880 - type: "plot"
8881   title: "Throughput: 2n-clx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
8882   algorithm: "plot_ndrpdr_box_name"
8883   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
8884   data: "vpp-2n-clx-curr-iter"
8885   core: ["2t1c", ]
8886   include:
8887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
8892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-{core}-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
8893   layout:
8894     title: "2n-clx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
8895     layout: "plot-throughput"
8896
8897 - type: "plot"
8898   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
8899   algorithm: "plot_ndrpdr_box_name"
8900   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
8901   data: "vpp-2n-clx-curr-iter"
8902   core: ["2t1c", ]
8903   include:
8904     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
8905     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
8906     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
8907     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
8908     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
8909   layout:
8910     title: "2n-clx-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
8911     layout: "plot-throughput"
8912
8913 - type: "plot"
8914   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
8915   algorithm: "plot_ndrpdr_box_name"
8916   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
8917   data: "vpp-2n-clx-curr-iter"
8918   core: ["2t1c", ]
8919   include:
8920     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
8921     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
8922     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
8923     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
8924     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
8925   layout:
8926     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
8927     layout: "plot-throughput"
8928
8929 - type: "plot"
8930   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
8931   algorithm: "plot_ndrpdr_box_name"
8932   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
8933   data: "vpp-2n-clx-curr-iter"
8934   core: ["2t1c", ]
8935   include:
8936     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
8937     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
8938     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
8939     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
8940     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
8941     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
8942     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
8943     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
8944     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
8945     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
8946   layout:
8947     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
8948     layout: "plot-cps"
8949
8950 - type: "plot"
8951   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
8952   algorithm: "plot_ndrpdr_box_name"
8953   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
8954   data: "vpp-2n-clx-curr-iter"
8955   core: ["2t1c", ]
8956   include:
8957     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
8958     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
8959     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
8960     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
8961     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
8962     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
8963     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
8964     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
8965     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
8966     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
8967   layout:
8968     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
8969     layout: "plot-throughput"
8970
8971 - type: "plot"
8972   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
8973   algorithm: "plot_ndrpdr_box_name"
8974   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
8975   data: "vpp-2n-clx-curr-iter"
8976   core: ["2t1c", ]
8977   include:
8978     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
8979     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
8980     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
8981     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
8982     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
8983     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
8984     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
8985     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
8986     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
8987     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
8988   layout:
8989     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
8990     layout: "plot-cps"
8991
8992 - type: "plot"
8993   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
8994   algorithm: "plot_ndrpdr_box_name"
8995   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
8996   data: "vpp-2n-clx-curr-iter"
8997   core: ["2t1c", ]
8998   include:
8999     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
9000     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
9001     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
9002     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
9003     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
9004     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
9005     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
9006     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
9007     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
9008     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
9009   layout:
9010     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
9011     layout: "plot-throughput"
9012
9013 - type: "plot"
9014   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
9015   algorithm: "plot_ndrpdr_box_name"
9016   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
9017   data: "vpp-2n-clx-curr-iter"
9018   core: ["2t1c", ]
9019   include:
9020     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
9021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
9022     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
9023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
9024     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
9025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
9026     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
9027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
9028     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
9029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
9030   layout:
9031     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
9032     layout: "plot-throughput"
9033
9034 - type: "plot"
9035   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}"
9036   algorithm: "plot_ndrpdr_box_name"
9037   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}"
9038   data: "vpp-2n-clx-curr-iter"
9039   core: ["2t1c", ]
9040   include:
9041     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
9042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
9043     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
9044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
9045     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
9046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
9047     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
9048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
9049     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
9050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
9051   layout:
9052     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}"
9053     layout: "plot-throughput"
9054
9055 - type: "plot"
9056   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput2-avf-{test_type}"
9057   algorithm: "plot_ndrpdr_box_name"
9058   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput2-avf-{test_type}"
9059   data: "vpp-2n-clx-curr-iter"
9060   core: ["2t1c", ]
9061   include:
9062     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
9063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
9064     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
9065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
9066     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
9067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
9068     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
9069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
9070     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
9071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
9072   layout:
9073     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
9074     layout: "plot-throughput"
9075
9076 - type: "plot"
9077   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput2-avf-{test_type}"
9078   algorithm: "plot_ndrpdr_box_name"
9079   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput2-avf-{test_type}"
9080   data: "vpp-2n-clx-curr-iter"
9081   core: ["2t1c", ]
9082   include:
9083     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
9084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
9085     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
9086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
9087     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
9088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
9089     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
9090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
9091     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
9092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
9093   layout:
9094     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}"
9095     layout: "plot-throughput"
9096
9097 - type: "plot"
9098   title: "Throughput: 2n-clx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
9099   algorithm: "plot_ndrpdr_box_name"
9100   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
9101   data: "vpp-2n-clx-curr-iter"
9102   core: ["2t1c", ]
9103   include:
9104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
9105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
9110   layout:
9111     title: "2n-clx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
9112     layout: "plot-throughput"
9113
9114 - type: "plot"
9115   title: "Throughput: 2n-clx-cx556a-64b-{core}-rdma-ip4base-{test_type}"
9116   algorithm: "plot_ndrpdr_box_name"
9117   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-{core}-rdma-ip4base-{test_type}"
9118   data: "vpp-2n-clx-curr-iter"
9119   core: ["2t1c", ]
9120   include:
9121     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-rdma-dot1q-ip4base-ndrpdr"
9122     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-{core}-rdma-ethip4-ip4base-ndrpdr"
9123     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale20k-ndrpdr"
9124     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
9125     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale200k-ndrpdr"
9126     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
9127     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale2m-ndrpdr"
9128     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
9129   layout:
9130     title: "2n-clx-cx556a-64b-{core}-rdma-ip4base-{test_type}"
9131     layout: "plot-throughput"
9132
9133 - type: "plot"
9134   title: "Throughput: 2n-clx-cx556a-64b-{core}-rdma-ethip4-features-{test_type}"
9135   algorithm: "plot_ndrpdr_box_name"
9136   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-{core}-rdma-ethip4-features-{test_type}"
9137   data: "vpp-2n-clx-curr-iter"
9138   core: ["2t1c", ]
9139   include:
9140     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9141     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9142     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9143     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9144     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
9145     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-{core}-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
9146   layout:
9147     title: "2n-clx-cx556a-64b-{core}-rdma-ethip4-features-{test_type}"
9148     layout: "plot-throughput"
9149
9150 - type: "plot"
9151   title: "Throughput: 2n-clx-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
9152   algorithm: "plot_ndrpdr_box_name"
9153   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
9154   data: "vpp-2n-clx-curr-iter"
9155   core: ["2t1c", ]
9156   include:
9157     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
9158     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
9159     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
9160     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
9161     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
9162   layout:
9163     title: "2n-clx-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
9164     layout: "plot-throughput"
9165
9166 - type: "plot"
9167   title: "Throughput: 2n-clx-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
9168   algorithm: "plot_ndrpdr_box_name"
9169   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
9170   data: "vpp-2n-clx-curr-iter"
9171   core: ["2t1c", ]
9172   include:
9173     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-avf-dot1q-ip6base-ndrpdr"
9174     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
9175     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
9176     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-rnd-ndrpdr"
9177     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
9178     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
9179     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
9180   layout:
9181     title: "2n-clx-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
9182     layout: "plot-throughput"
9183
9184 - type: "plot"
9185   title: "Throughput: 2n-clx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
9186   algorithm: "plot_ndrpdr_box_name"
9187   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
9188   data: "vpp-2n-clx-curr-iter"
9189   core: ["2t1c", ]
9190   include:
9191     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-avf-dot1q-ip6base-ndrpdr"
9192     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
9193     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-ndrpdr"
9194     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-rnd-ndrpdr"
9195     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-ndrpdr"
9196     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-rnd-ndrpdr"
9197     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
9198     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-rnd-ndrpdr"
9199   layout:
9200     title: "2n-clx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
9201     layout: "plot-throughput"
9202
9203 - type: "plot"
9204   title: "Throughput: 2n-clx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
9205   algorithm: "plot_ndrpdr_box_name"
9206   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
9207   data: "vpp-2n-clx-curr-iter"
9208   core: ["2t1c", ]
9209   include:
9210     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
9211     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
9212     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
9213     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale20k-rnd-ndrpdr"
9214     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
9215     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale200k-rnd-ndrpdr"
9216     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
9217     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale2m-rnd-ndrpdr"
9218   layout:
9219     title: "2n-clx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
9220     layout: "plot-throughput"
9221
9222 - type: "plot"
9223   title: "Throughput: 2n-clx-cx556a-78b-{core}-rdma-ip6routing-base-scale-{test_type}"
9224   algorithm: "plot_ndrpdr_box_name"
9225   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-{core}-rdma-ip6routing-base-scale-{test_type}"
9226   data: "vpp-2n-clx-curr-iter"
9227   core: ["2t1c", ]
9228   include:
9229     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-rdma-dot1q-ip6base-ndrpdr"
9230     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-{core}-rdma-ethip6-ip6base-ndrpdr"
9231     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale20k-ndrpdr"
9232     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale20k-rnd-ndrpdr"
9233     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale200k-ndrpdr"
9234     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale200k-rnd-ndrpdr"
9235     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale2m-ndrpdr"
9236     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale2m-rnd-ndrpdr"
9237   layout:
9238     title: "2n-clx-cx556a-78b-{core}-rdma-ip6routing-base-scale-{test_type}"
9239     layout: "plot-throughput"
9240
9241 - type: "plot"
9242   title: "Throughput: 2n-clx-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
9243   algorithm: "plot_ndrpdr_box_name"
9244   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
9245   data: "vpp-2n-clx-curr-iter"
9246   core: ["2t1c", ]
9247   include:
9248     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9249     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
9250     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
9251     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
9252     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale1mmaclrn-ndrpdr"
9253   layout:
9254     title: "2n-clx-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
9255     layout: "plot-throughput"
9256
9257 - type: "plot"
9258   title: "Throughput: 2n-clx-x710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
9259   algorithm: "plot_ndrpdr_box_name"
9260   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
9261   data: "vpp-2n-clx-curr-iter"
9262   core: ["2t1c", ]
9263   include:
9264     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
9265     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
9266     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
9267     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
9268     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
9269   layout:
9270     title: "2n-clx-x710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
9271     layout: "plot-throughput"
9272
9273 - type: "plot"
9274   title: "Throughput: 2n-clx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
9275   algorithm: "plot_ndrpdr_box_name"
9276   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
9277   data: "vpp-2n-clx-curr-iter"
9278   core: ["2t1c", ]
9279   include:
9280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-ndrpdr"
9281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
9283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
9284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
9285   layout:
9286     title: "2n-clx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
9287     layout: "plot-throughput"
9288
9289 - type: "plot"
9290   title: "Throughput: 2n-clx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
9291   algorithm: "plot_ndrpdr_box_name"
9292   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
9293   data: "vpp-2n-clx-curr-iter"
9294   core: ["2t1c", ]
9295   include:
9296     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
9297     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale10kmaclrn-ndrpdr"
9298     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale100kmaclrn-ndrpdr"
9299     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale1mmaclrn-ndrpdr"
9300   layout:
9301     title: "2n-clx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
9302     layout: "plot-throughput"
9303
9304 - type: "plot"
9305   title: "Throughput: 2n-clx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
9306   algorithm: "plot_ndrpdr_box_name"
9307   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
9308   data: "vpp-2n-clx-curr-iter"
9309   core: ["2t1c", ]
9310   include:
9311     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
9312     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
9313     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
9314     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
9315     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
9316   layout:
9317     title: "2n-clx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
9318     layout: "plot-throughput"
9319
9320 - type: "plot"
9321   title: "Throughput: 2n-clx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
9322   algorithm: "plot_ndrpdr_box_name"
9323   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
9324   data: "vpp-2n-clx-curr-iter"
9325   core: ["2t1c", ]
9326   include:
9327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
9328     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
9329     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
9330     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
9331   layout:
9332     title: "2n-clx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
9333     layout: "plot-throughput"
9334
9335 - type: "plot"
9336   title: "Throughput: 2n-clx-cx556a-64b-{core}-rdma-l2switching-base-{test_type}"
9337   algorithm: "plot_ndrpdr_box_name"
9338   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-{core}-rdma-l2switching-base-{test_type}"
9339   data: "vpp-2n-clx-curr-iter"
9340   core: ["2t1c", ]
9341   include:
9342     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-rdma-dot1q-l2xcbase-ndrpdr"
9343     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
9344     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-{core}-rdma-eth-l2patch-ndrpdr"
9345     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-{core}-rdma-eth-l2xcbase-ndrpdr"
9346     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-ndrpdr"
9347   layout:
9348     title: "2n-clx-cx556a-64b-{core}-rdma-l2switching-base-{test_type}"
9349     layout: "plot-throughput"
9350
9351 - type: "plot"
9352   title: "Throughput: 2n-clx-cx556a-64b-{core}-rdma-l2switching-scale-{test_type}"
9353   algorithm: "plot_ndrpdr_box_name"
9354   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-{core}-rdma-l2switching-scale-{test_type}"
9355   data: "vpp-2n-clx-curr-iter"
9356   core: ["2t1c", ]
9357   include:
9358     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-ndrpdr"
9359     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
9360     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
9361     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
9362   layout:
9363     title: "2n-clx-cx556a-64b-{core}-rdma-l2switching-scale-{test_type}"
9364     layout: "plot-throughput"
9365
9366 - type: "plot"
9367   title: "Throughput: 2n-clx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
9368   algorithm: "plot_ndrpdr_box_name"
9369   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
9370   data: "vpp-2n-clx-curr-iter"
9371   core: ["2t1c", ]
9372   include:
9373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9378   layout:
9379     title: "2n-clx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
9380     layout: "plot-throughput"
9381
9382 - type: "plot"
9383   title: "Throughput: 2n-clx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
9384   algorithm: "plot_ndrpdr_box_name"
9385   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
9386   data: "vpp-2n-clx-curr-iter"
9387   core: ["2t1c", ]
9388   include:
9389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
9394   layout:
9395     title: "2n-clx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
9396     layout: "plot-throughput"
9397
9398 - type: "plot"
9399   title: "Throughput: 2n-clx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
9400   algorithm: "plot_ndrpdr_box_name"
9401   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
9402   data: "vpp-2n-clx-curr-iter"
9403   core: ["2t1c", ]
9404   include:
9405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9407     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9410   layout:
9411     title: "2n-clx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
9412     layout: "plot-throughput"
9413
9414 - type: "plot"
9415   title: "Throughput: 2n-clx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
9416   algorithm: "plot_ndrpdr_box_name"
9417   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
9418   data: "vpp-2n-clx-curr-iter"
9419   core: ["2t1c", ]
9420   include:
9421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
9426   layout:
9427     title: "2n-clx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
9428     layout: "plot-throughput"
9429
9430 - type: "plot"
9431   title: "Throughput: 2n-clx-cx556a-64b-{core}-rdma-l2-vhost-base-{test_type}"
9432   algorithm: "plot_ndrpdr_box_name"
9433   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-{core}-rdma-l2-vhost-base-{test_type}"
9434   data: "vpp-2n-clx-curr-iter"
9435   core: ["2t1c", ]
9436   include:
9437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9441   layout:
9442     title: "2n-clx-cx556a-64b-{core}-rdma-l2-vhost-base-{test_type}"
9443     layout: "plot-throughput"
9444
9445 - type: "plot"
9446   title: "Throughput: 2n-clx-cx556a-64b-{core}-rdma-l2-vhost-vppl2xc-base-{test_type}"
9447   algorithm: "plot_ndrpdr_box_name"
9448   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-{core}-rdma-l2-vhost-vppl2xc-base-{test_type}"
9449   data: "vpp-2n-clx-curr-iter"
9450   core: ["2t1c", ]
9451   include:
9452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
9456   layout:
9457     title: "2n-clx-cx556a-64b-{core}-rdma-l2-vhost-vppl2xc-base-{test_type}"
9458     layout: "plot-throughput"
9459
9460 - type: "plot"
9461   title: "Throughput: 2n-clx-xxv710-114b-{core}-vts-l2switching-base-dpdk-{test_type}"
9462   algorithm: "plot_ndrpdr_box_name"
9463   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-{core}-vts-l2switching-base-dpdk-{test_type}"
9464   data: "vpp-2n-clx-curr-iter"
9465   core: ["2t1c", ]
9466   include:
9467     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9468     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9469     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9470     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9471     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9472     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9473   layout:
9474     title: "2n-clx-xxv710-114b-{core}-vts-l2switching-base-[avf,dpdk]-{test_type}"
9475     layout: "plot-throughput"
9476
9477 ################################################################################
9478
9479 # Packet Speedup
9480
9481 - type: "plot"
9482   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-{test_type}-tsa"
9483   algorithm: "plot_tsa_name"
9484   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-{test_type}-tsa"
9485   data: "vpp-2n-clx-curr-iter"
9486   include:
9487     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9488     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9489     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9490     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9491   layout:
9492     title: "2n-clx-xxv710-64b-memif-base-avf-{test_type}"
9493     layout: "plot-throughput-speedup-analysis"
9494
9495 - type: "plot"
9496   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-{test_type}-tsa"
9497   algorithm: "plot_tsa_name"
9498   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-{test_type}-tsa"
9499   data: "vpp-2n-clx-curr-iter"
9500   include:
9501     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9502     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9503     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9504     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9505   layout:
9506     title: "2n-clx-xxv710-64b-memif-base-dpdk-{test_type}"
9507     layout: "plot-throughput-speedup-analysis"
9508
9509 - type: "plot"
9510   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-{test_type}-tsa"
9511   algorithm: "plot_tsa_name"
9512   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-{test_type}-tsa"
9513   data: "vpp-2n-clx-curr-iter"
9514   include:
9515     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9516     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9517     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9518     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9519   layout:
9520     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-{test_type}"
9521     layout: "plot-throughput-speedup-analysis"
9522
9523 - type: "plot"
9524   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}-tsa"
9525   algorithm: "plot_tsa_name"
9526   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}-tsa"
9527   data: "vpp-2n-clx-curr-iter"
9528   include:
9529     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
9530     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
9531     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
9532     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
9533     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
9534     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
9535   layout:
9536     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}"
9537     layout: "plot-throughput-speedup-analysis"
9538
9539 - type: "plot"
9540   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
9541   algorithm: "plot_tsa_name"
9542   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
9543   data: "vpp-2n-clx-curr-iter"
9544   include:
9545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
9546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
9547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
9548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
9549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
9550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
9551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
9552   layout:
9553     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-{test_type}"
9554     layout: "plot-throughput-speedup-analysis"
9555
9556 - type: "plot"
9557   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
9558   algorithm: "plot_tsa_name"
9559   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
9560   data: "vpp-2n-clx-curr-iter"
9561   include:
9562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
9563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
9564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
9565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
9566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
9567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
9568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
9569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
9570   layout:
9571     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}"
9572     layout: "plot-throughput-speedup-analysis"
9573
9574 - type: "plot"
9575   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-{test_type}-tsa"
9576   algorithm: "plot_tsa_name"
9577   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-{test_type}-tsa"
9578   data: "vpp-2n-clx-curr-iter"
9579   include:
9580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
9585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
9586   layout:
9587     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-{test_type}"
9588     layout: "plot-throughput-speedup-analysis"
9589
9590 - type: "plot"
9591   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}-tsa"
9592   algorithm: "plot_tsa_name"
9593   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}-tsa"
9594   data: "vpp-2n-clx-curr-iter"
9595   include:
9596     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
9597     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
9598     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
9599     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
9600     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
9601   layout:
9602     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}"
9603     layout: "plot-throughput-speedup-analysis"
9604
9605 - type: "plot"
9606   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}-tsa"
9607   algorithm: "plot_tsa_name"
9608   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}-tsa"
9609   data: "vpp-2n-clx-curr-iter"
9610   include:
9611     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
9612     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
9613     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
9614     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
9615     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
9616   layout:
9617     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
9618     layout: "plot-throughput-speedup-analysis"
9619
9620 - type: "plot"
9621   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}-tsa"
9622   algorithm: "plot_tsa_name"
9623   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}-tsa"
9624   data: "vpp-2n-clx-curr-iter"
9625   include:
9626     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
9627     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
9628     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
9629     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
9630     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
9631     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
9632     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
9633     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
9634     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
9635     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
9636   layout:
9637     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
9638     layout: "plot-throughput-speedup-analysis-cps"
9639
9640 - type: "plot"
9641   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}-tsa"
9642   algorithm: "plot_tsa_name"
9643   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}-tsa"
9644   data: "vpp-2n-clx-curr-iter"
9645   include:
9646     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
9647     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
9648     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
9649     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
9650     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
9651     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
9652     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
9653     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
9654     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
9655     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
9656   layout:
9657     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
9658     layout: "plot-throughput-speedup-analysis"
9659
9660 - type: "plot"
9661   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}-tsa"
9662   algorithm: "plot_tsa_name"
9663   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}-tsa"
9664   data: "vpp-2n-clx-curr-iter"
9665   include:
9666     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
9667     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
9668     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
9669     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
9670     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
9671     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
9672     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
9673     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
9674     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
9675     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
9676   layout:
9677     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
9678     layout: "plot-throughput-speedup-analysis-cps"
9679
9680 - type: "plot"
9681   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}-tsa"
9682   algorithm: "plot_tsa_name"
9683   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}-tsa"
9684   data: "vpp-2n-clx-curr-iter"
9685   include:
9686     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
9687     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
9688     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
9689     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
9690     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
9691     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
9692     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
9693     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
9694     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
9695     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
9696   layout:
9697     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
9698     layout: "plot-throughput-speedup-analysis"
9699
9700 - type: "plot"
9701   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-{test_type}-tsa"
9702   algorithm: "plot_tsa_name"
9703   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-{test_type}-tsa"
9704   data: "vpp-2n-clx-curr-iter"
9705   include:
9706     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
9707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
9708     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
9709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
9710     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
9711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
9712     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
9713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
9714     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
9715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
9716   layout:
9717     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
9718     layout: "plot-throughput-speedup-analysis"
9719
9720 - type: "plot"
9721   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-{test_type}-tsa"
9722   algorithm: "plot_tsa_name"
9723   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-{test_type}-tsa"
9724   data: "vpp-2n-clx-curr-iter"
9725   include:
9726     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
9727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
9728     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
9729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
9730     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
9731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
9732     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
9733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
9734     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
9735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
9736   layout:
9737     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-{test_type}"
9738     layout: "plot-throughput-speedup-analysis"
9739
9740 - type: "plot"
9741   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput2-avf-{test_type}-tsa"
9742   algorithm: "plot_tsa_name"
9743   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput2-avf-{test_type}-tsa"
9744   data: "vpp-2n-clx-curr-iter"
9745   include:
9746     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
9747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
9748     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
9749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
9750     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
9751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
9752     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
9753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
9754     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
9755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
9756   layout:
9757     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
9758     layout: "plot-throughput-speedup-analysis"
9759
9760 - type: "plot"
9761   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput2-avf-{test_type}-tsa"
9762   algorithm: "plot_tsa_name"
9763   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput2-avf-{test_type}-tsa"
9764   data: "vpp-2n-clx-curr-iter"
9765   include:
9766     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
9767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
9768     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
9769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
9770     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
9771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
9772     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
9773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
9774     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-Ethip4Udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
9775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
9776   layout:
9777     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-{test_type}"
9778     layout: "plot-throughput-speedup-analysis"
9779
9780 - type: "plot"
9781   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}-tsa"
9782   algorithm: "plot_tsa_name"
9783   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}-tsa"
9784   data: "vpp-2n-clx-curr-iter"
9785   include:
9786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
9787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
9792   layout:
9793     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}"
9794     layout: "plot-throughput-speedup-analysis"
9795
9796 - type: "plot"
9797   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-{test_type}-tsa"
9798   algorithm: "plot_tsa_name"
9799   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-{test_type}-tsa"
9800   data: "vpp-2n-clx-curr-iter"
9801   include:
9802     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
9803     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
9804     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
9805     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
9806     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
9807     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
9808     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
9809     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
9810   layout:
9811     title: "2n-clx-cx556a-64b-rdma-ip4base-{test_type}"
9812     layout: "plot-throughput-speedup-analysis"
9813
9814 - type: "plot"
9815   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-{test_type}-tsa"
9816   algorithm: "plot_tsa_name"
9817   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-{test_type}-tsa"
9818   data: "vpp-2n-clx-curr-iter"
9819   include:
9820     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9821     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9822     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9823     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9824     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
9825     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
9826   layout:
9827     title: "2n-clx-cx556a-64b-rdma-ethip4-features-{test_type}"
9828     layout: "plot-throughput-speedup-analysis"
9829
9830 - type: "plot"
9831   title: "Speedup: 2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}-tsa"
9832   algorithm: "plot_tsa_name"
9833   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}-tsa"
9834   data: "vpp-2n-clx-curr-iter"
9835   include:
9836     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
9837     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
9838     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
9839     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
9840     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
9841   layout:
9842     title: "2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}"
9843     layout: "plot-throughput-speedup-analysis"
9844
9845 - type: "plot"
9846   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}-tsa"
9847   algorithm: "plot_tsa_name"
9848   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}-tsa"
9849   data: "vpp-2n-clx-curr-iter"
9850   include:
9851     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
9852     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
9853     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
9854     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
9855     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
9856     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
9857     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
9858   layout:
9859     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}"
9860     layout: "plot-throughput-speedup-analysis"
9861
9862 - type: "plot"
9863   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
9864   algorithm: "plot_tsa_name"
9865   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
9866   data: "vpp-2n-clx-curr-iter"
9867   include:
9868     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
9869     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
9870     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
9871     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
9872     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
9873     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
9874     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
9875     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
9876   layout:
9877     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-{test_type}"
9878     layout: "plot-throughput-speedup-analysis"
9879
9880 - type: "plot"
9881   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
9882   algorithm: "plot_tsa_name"
9883   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
9884   data: "vpp-2n-clx-curr-iter"
9885   include:
9886     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
9887     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
9888     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
9889     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
9890     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
9891     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
9892     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
9893     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
9894   layout:
9895     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}"
9896     layout: "plot-throughput-speedup-analysis"
9897
9898 - type: "plot"
9899   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-{test_type}-tsa"
9900   algorithm: "plot_tsa_name"
9901   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-{test_type}-tsa"
9902   data: "vpp-2n-clx-curr-iter"
9903   include:
9904     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
9905     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
9906     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
9907     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-rnd-ndrpdr"
9908     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
9909     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-rnd-ndrpdr"
9910     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
9911     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-rnd-ndrpdr"
9912   layout:
9913     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-{test_type}"
9914     layout: "plot-throughput-speedup-analysis"
9915
9916 - type: "plot"
9917   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-{test_type}-tsa"
9918   algorithm: "plot_tsa_name"
9919   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-{test_type}-tsa"
9920   data: "vpp-2n-clx-curr-iter"
9921   include:
9922     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9923     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
9924     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
9925     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
9926     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
9927   layout:
9928     title: "2n-clx-x710-64b-l2switching-base-scale-avf-{test_type}"
9929     layout: "plot-throughput-speedup-analysis"
9930
9931 - type: "plot"
9932   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
9933   algorithm: "plot_tsa_name"
9934   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
9935   data: "vpp-2n-clx-curr-iter"
9936   include:
9937     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
9938     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
9939     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
9940     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
9941     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
9942   layout:
9943     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-{test_type}"
9944     layout: "plot-throughput-speedup-analysis"
9945
9946 - type: "plot"
9947   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-{test_type}-tsa"
9948   algorithm: "plot_tsa_name"
9949   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-{test_type}-tsa"
9950   data: "vpp-2n-clx-curr-iter"
9951   include:
9952     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
9953     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9954     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
9955     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
9956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
9957   layout:
9958     title: "2n-clx-xxv710-64b-l2switching-base-avf-{test_type}"
9959     layout: "plot-throughput-speedup-analysis"
9960
9961 - type: "plot"
9962   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-{test_type}-tsa"
9963   algorithm: "plot_tsa_name"
9964   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-{test_type}-tsa"
9965   data: "vpp-2n-clx-curr-iter"
9966   include:
9967     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
9968     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
9969     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
9970     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
9971   layout:
9972     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-{test_type}"
9973     layout: "plot-throughput-speedup-analysis"
9974
9975 - type: "plot"
9976   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-{test_type}-tsa"
9977   algorithm: "plot_tsa_name"
9978   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-{test_type}-tsa"
9979   data: "vpp-2n-clx-curr-iter"
9980   include:
9981     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
9982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
9983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
9984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
9985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
9986   layout:
9987     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-{test_type}"
9988     layout: "plot-throughput-speedup-analysis"
9989
9990 - type: "plot"
9991   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
9992   algorithm: "plot_tsa_name"
9993   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
9994   data: "vpp-2n-clx-curr-iter"
9995   include:
9996     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
9997     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
9998     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
9999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10000   layout:
10001     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}"
10002     layout: "plot-throughput-speedup-analysis"
10003
10004 - type: "plot"
10005   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-{test_type}-tsa"
10006   algorithm: "plot_tsa_name"
10007   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-{test_type}-tsa"
10008   data: "vpp-2n-clx-curr-iter"
10009   include:
10010     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
10011     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
10012     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
10013     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
10014     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
10015   layout:
10016     title: "2n-clx-cx556a-64b-rdma-l2switching-base-{test_type}"
10017     layout: "plot-throughput-speedup-analysis"
10018
10019 - type: "plot"
10020   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-{test_type}-tsa"
10021   algorithm: "plot_tsa_name"
10022   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-{test_type}-tsa"
10023   data: "vpp-2n-clx-curr-iter"
10024   include:
10025     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
10026     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
10027     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
10028     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
10029   layout:
10030     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-{test_type}"
10031     layout: "plot-throughput-speedup-analysis"
10032
10033 - type: "plot"
10034   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-{test_type}-tsa"
10035   algorithm: "plot_tsa_name"
10036   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-{test_type}-tsa"
10037   data: "vpp-2n-clx-curr-iter"
10038   include:
10039     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10040     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10044   layout:
10045     title: "2n-clx-xxv710-64b-vhost-base-avf-{test_type}"
10046     layout: "plot-throughput-speedup-analysis"
10047
10048 - type: "plot"
10049   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-{test_type}-tsa"
10050   algorithm: "plot_tsa_name"
10051   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-{test_type}-tsa"
10052   data: "vpp-2n-clx-curr-iter"
10053   include:
10054     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10055     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
10059   layout:
10060     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-{test_type}"
10061     layout: "plot-throughput-speedup-analysis"
10062
10063 - type: "plot"
10064   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-{test_type}-tsa"
10065   algorithm: "plot_tsa_name"
10066   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-{test_type}-tsa"
10067   data: "vpp-2n-clx-curr-iter"
10068   include:
10069     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10070     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10071     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10072     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10073     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10074   layout:
10075     title: "2n-clx-xxv710-64b-vhost-base-dpdk-{test_type}"
10076     layout: "plot-throughput-speedup-analysis"
10077
10078 - type: "plot"
10079   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
10080   algorithm: "plot_tsa_name"
10081   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
10082   data: "vpp-2n-clx-curr-iter"
10083   include:
10084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10087     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10088     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
10089   layout:
10090     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}"
10091     layout: "plot-throughput-speedup-analysis"
10092
10093 - type: "plot"
10094   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-{test_type}-tsa"
10095   algorithm: "plot_tsa_name"
10096   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-{test_type}-tsa"
10097   data: "vpp-2n-clx-curr-iter"
10098   include:
10099     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10103   layout:
10104     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-{test_type}"
10105     layout: "plot-throughput-speedup-analysis"
10106
10107 - type: "plot"
10108   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-{test_type}-tsa"
10109   algorithm: "plot_tsa_name"
10110   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-{test_type}-tsa"
10111   data: "vpp-2n-clx-curr-iter"
10112   include:
10113     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10114     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10115     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10116     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
10117   layout:
10118     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-{test_type}"
10119     layout: "plot-throughput-speedup-analysis"
10120
10121 - type: "plot"
10122   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-{test_type}-tsa"
10123   algorithm: "plot_tsa_name"
10124   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-{test_type}-tsa"
10125   data: "vpp-2n-clx-curr-iter"
10126   include:
10127     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10128     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10129     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10130     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10131     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10132     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10133   layout:
10134     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-{test_type}"
10135     layout: "plot-throughput-speedup-analysis"
10136
10137 # 2n-icx
10138
10139 - type: "plot"
10140   title: "Throughput: 2n-icx-e810cq-64b-{core}-ip4routing-base-scale-avf-{test_type}"
10141   algorithm: "plot_ndrpdr_box_name"
10142   output-file: "{DIR[STATIC,VPP]}/2n-icx-e810cq-64b-{core}-ip4routing-base-scale-avf-{test_type}"
10143   data: "vpp-2n-icx-curr-iter"
10144   core: ["2t1c", ]
10145   include:
10146     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
10147     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-ndrpdr"
10148     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-ndrpdr"
10149     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
10150   layout:
10151     title: "2n-icx-e810cq-64b-{core}-ip4routing-base-scale-avf-{test_type}"
10152     layout: "plot-throughput"
10153
10154 - type: "plot"
10155   title: "Throughput: 2n-icx-e810cq-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
10156   algorithm: "plot_ndrpdr_box_name"
10157   output-file: "{DIR[STATIC,VPP]}/2n-icx-e810cq-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
10158   data: "vpp-2n-icx-curr-iter"
10159   core: ["2t1c", ]
10160   include:
10161     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10162     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
10163     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
10164     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
10165   layout:
10166     title: "2n-icx-e810cq-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
10167     layout: "plot-throughput"
10168
10169 - type: "plot"
10170   title: "Throughput: 2n-icx-e810cq-78b-{core}-ip6routing-base-scale-avf-{test_type}"
10171   algorithm: "plot_ndrpdr_box_name"
10172   output-file: "{DIR[STATIC,VPP]}/2n-icx-e810cq-78b-{core}-ip6routing-base-scale-avf-{test_type}"
10173   data: "vpp-2n-icx-curr-iter"
10174   core: ["2t1c", ]
10175   include:
10176     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
10177     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-ndrpdr"
10178     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-ndrpdr"
10179     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
10180   layout:
10181     title: "2n-icx-e810cq-78b-{core}-ip6routing-base-scale-avf-{test_type}"
10182     layout: "plot-throughput"
10183
10184 - type: "plot"
10185   title: "Throughput: 2n-icx-e810cq-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
10186   algorithm: "plot_ndrpdr_box_name"
10187   output-file: "{DIR[STATIC,VPP]}/2n-icx-e810cq-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
10188   data: "vpp-2n-icx-curr-iter"
10189   core: ["2t1c", ]
10190   include:
10191     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
10192     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
10193     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
10194     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
10195   layout:
10196     title: "2n-icx-e810cq-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
10197     layout: "plot-throughput"
10198
10199 - type: "plot"
10200   title: "Throughput: 2n-icx-e810cq-64b-{core}-l2switching-base-scale-avf-{test_type}"
10201   algorithm: "plot_ndrpdr_box_name"
10202   output-file: "{DIR[STATIC,VPP]}/2n-icx-e810cq-64b-{core}-l2switching-base-scale-avf-{test_type}"
10203   data: "vpp-2n-icx-curr-iter"
10204   core: ["2t1c", ]
10205   include:
10206     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
10207     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
10208     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
10209     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale10kmaclrn-ndrpdr"
10210     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale100kmaclrn-ndrpdr"
10211     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale1mmaclrn-ndrpdr"
10212   layout:
10213     title: "2n-icx-e810cq-64b-{core}-l2switching-base-scale-avf-{test_type}"
10214     layout: "plot-throughput"
10215
10216 - type: "plot"
10217   title: "Throughput: 2n-icx-e810cq-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
10218   algorithm: "plot_ndrpdr_box_name"
10219   output-file: "{DIR[STATIC,VPP]}/2n-icx-e810cq-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
10220   data: "vpp-2n-icx-curr-iter"
10221   core: ["2t1c", ]
10222   include:
10223     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
10224     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
10225     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
10226     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
10227     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
10228     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
10229   layout:
10230     title: "2n-icx-e810cq-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
10231     layout: "plot-throughput"
10232
10233 - type: "plot"
10234   title: "Speedup: 2n-icx-e810cq-64b-ip4routing-base-scale-avf-{test_type}-tsa"
10235   algorithm: "plot_tsa_name"
10236   output-file: "{DIR[STATIC,VPP]}/2n-icx-e810cq-64b-ip4routing-base-scale-avf-{test_type}-tsa"
10237   data: "vpp-2n-icx-curr-iter"
10238   include:
10239     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10240     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10241     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10242     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10243   layout:
10244     title: "2n-icx-e810cq-64b-ip4routing-base-scale-avf-{test_type}"
10245     layout: "plot-throughput-speedup-analysis"
10246
10247 - type: "plot"
10248   title: "Speedup: 2n-icx-e810cq-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
10249   algorithm: "plot_tsa_name"
10250   output-file: "{DIR[STATIC,VPP]}/2n-icx-e810cq-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
10251   data: "vpp-2n-icx-curr-iter"
10252   include:
10253     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10254     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10255     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10256     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1E810Cq-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10257   layout:
10258     title: "2n-icx-e810cq-64b-ip4routing-base-scale-dpdk-{test_type}"
10259     layout: "plot-throughput-speedup-analysis"
10260
10261 - type: "plot"
10262   title: "Speedup: 2n-icx-e810cq-78b-ip6routing-base-scale-avf-{test_type}-tsa"
10263   algorithm: "plot_tsa_name"
10264   output-file: "{DIR[STATIC,VPP]}/2n-icx-e810cq-78b-ip6routing-base-scale-avf-{test_type}-tsa"
10265   data: "vpp-2n-icx-curr-iter"
10266   include:
10267     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
10268     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
10269     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
10270     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
10271   layout:
10272     title: "2n-icx-e810cq-78b-ip6routing-base-scale-avf-{test_type}"
10273     layout: "plot-throughput-speedup-analysis"
10274
10275 - type: "plot"
10276   title: "Speedup: 2n-icx-e810cq-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
10277   algorithm: "plot_tsa_name"
10278   output-file: "{DIR[STATIC,VPP]}/2n-icx-e810cq-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
10279   data: "vpp-2n-icx-curr-iter"
10280   include:
10281     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10282     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10283     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10284     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1E810Cq-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10285   layout:
10286     title: "2n-icx-e810cq-78b-ip6routing-base-scale-dpdk-{test_type}"
10287     layout: "plot-throughput-speedup-analysis"
10288
10289 - type: "plot"
10290   title: "Speedup: 2n-icx-e810cq-64b-l2switching-base-scale-avf-{test_type}-tsa"
10291   algorithm: "plot_tsa_name"
10292   output-file: "{DIR[STATIC,VPP]}/2n-icx-e810cq-64b-l2switching-base-scale-avf-{test_type}-tsa"
10293   data: "vpp-2n-icx-curr-iter"
10294   include:
10295     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
10296     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10297     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10298     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
10299     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
10300     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
10301   layout:
10302     title: "2n-icx-e810cq-64b-l2switching-base-scale-avf-{test_type}"
10303     layout: "plot-throughput-speedup-analysis"
10304
10305 - type: "plot"
10306   title: "Speedup: 2n-icx-e810cq-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
10307   algorithm: "plot_tsa_name"
10308   output-file: "{DIR[STATIC,VPP]}/2n-icx-e810cq-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
10309   data: "vpp-2n-icx-curr-iter"
10310   include:
10311     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10312     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10313     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10314     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
10315     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
10316     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1E810Cq-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10317   layout:
10318     title: "2n-icx-e810cq-64b-l2switching-base-scale-dpdk-{test_type}"
10319     layout: "plot-throughput-speedup-analysis"
10320
10321 # 3n-icx
10322
10323 - type: "plot"
10324   title: "Throughput: 3n-icx-e810cq-64b-{core}-ipsec-aes128gcm-ip4routing-scale-avf-{test_type}"
10325   algorithm: "plot_ndrpdr_box_name"
10326   output-file: "{DIR[STATIC,VPP]}/3n-icx-e810cq-64b-{core}-ipsec-aes128gcm-ip4routing-scale-avf-{test_type}"
10327   data: "vpp-3n-icx-curr-iter"
10328   core: ["2t1c", ]
10329   include:
10330     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.64B-{core}-avf-ethip4ipsec4tnlsw-ip4base-int-aes128gcm-ndrpdr"
10331     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec40Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.64B-{core}-avf-ethip4ipsec40tnlsw-ip4base-int-aes128gcm-ndrpdr"
10332     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec400Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.64B-{core}-avf-ethip4ipsec400tnlsw-ip4base-int-aes128gcm-ndrpdr"
10333     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.64B-{core}-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128gcm-ndrpdr"
10334     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec20000Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.64B-{core}-avf-ethip4ipsec20000tnlsw-ip4base-int-aes128gcm-ndrpdr"
10335     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.64B-{core}-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128gcm-ndrpdr"
10336   layout:
10337     title: "3n-icx-e810cq-64b-{core}-ipsec-aes128gcm-ip4routing-scale-avf-{test_type}"
10338     layout: "plot-throughput"
10339
10340 - type: "plot"
10341   title: "Throughput: 3n-icx-e810cq-1518b-{core}-ipsec-aes128gcm-ip4routing-scale-avf-{test_type}"
10342   algorithm: "plot_ndrpdr_box_name"
10343   output-file: "{DIR[STATIC,VPP]}/3n-icx-e810cq-1518b-{core}-ipsec-aes128gcm-ip4routing-scale-avf-{test_type}"
10344   data: "vpp-3n-icx-curr-iter"
10345   core: ["2t1c", ]
10346   include:
10347     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.1518b-{core}-avf-ethip4ipsec4tnlsw-ip4base-int-aes128gcm-ndrpdr"
10348     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec40Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.1518b-{core}-avf-ethip4ipsec40tnlsw-ip4base-int-aes128gcm-ndrpdr"
10349     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec400Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.1518b-{core}-avf-ethip4ipsec400tnlsw-ip4base-int-aes128gcm-ndrpdr"
10350     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.1518b-{core}-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128gcm-ndrpdr"
10351     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec20000Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.1518b-{core}-avf-ethip4ipsec20000tnlsw-ip4base-int-aes128gcm-ndrpdr"
10352     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.1518b-{core}-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128gcm-ndrpdr"
10353   layout:
10354     title: "3n-icx-e810cq-1518b-{core}-ipsec-aes128gcm-ip4routing-scale-avf-{test_type}"
10355     layout: "plot-throughput"
10356
10357 - type: "plot"
10358   title: "Throughput: 3n-icx-e810cq-imix-{core}-ipsec-aes128gcm-ip4routing-scale-avf-{test_type}"
10359   algorithm: "plot_ndrpdr_box_name"
10360   output-file: "{DIR[STATIC,VPP]}/3n-icx-e810cq-imix-{core}-ipsec-aes128gcm-ip4routing-scale-avf-{test_type}"
10361   data: "vpp-3n-icx-curr-iter"
10362   core: ["2t1c", ]
10363   include:
10364     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.imix-{core}-avf-ethip4ipsec4tnlsw-ip4base-int-aes128gcm-ndrpdr"
10365     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec40Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.imix-{core}-avf-ethip4ipsec40tnlsw-ip4base-int-aes128gcm-ndrpdr"
10366     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec400Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.imix-{core}-avf-ethip4ipsec400tnlsw-ip4base-int-aes128gcm-ndrpdr"
10367     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.imix-{core}-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128gcm-ndrpdr"
10368     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec20000Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.imix-{core}-avf-ethip4ipsec20000tnlsw-ip4base-int-aes128gcm-ndrpdr"
10369     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.imix-{core}-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128gcm-ndrpdr"
10370   layout:
10371     title: "3n-icx-e810cq-imix-{core}-ipsec-aes128gcm-ip4routing-scale-avf-{test_type}"
10372     layout: "plot-throughput"
10373
10374 - type: "plot"
10375   title: "Throughput: 3n-icx-e810cq-64b-{core}-ipsec-aes256gcm-ip4routing-scale-avf-{test_type}"
10376   algorithm: "plot_ndrpdr_box_name"
10377   output-file: "{DIR[STATIC,VPP]}/3n-icx-e810cq-64b-{core}-ipsec-aes256gcm-ip4routing-scale-avf-{test_type}"
10378   data: "vpp-3n-icx-curr-iter"
10379   core: ["2t1c", ]
10380   include:
10381     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-{core}-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10382     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec40Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-{core}-avf-ethip4ipsec40tnlsw-ip4base-int-aes256gcm-ndrpdr"
10383     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec400Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-{core}-avf-ethip4ipsec400tnlsw-ip4base-int-aes256gcm-ndrpdr"
10384     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-{core}-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10385     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec20000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-{core}-avf-ethip4ipsec20000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10386     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-{core}-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10387   layout:
10388     title: "3n-icx-e810cq-64b-{core}-ipsec-aes256gcm-ip4routing-scale-avf-{test_type}"
10389     layout: "plot-throughput"
10390
10391 - type: "plot"
10392   title: "Throughput: 3n-icx-e810cq-1518b-{core}-ipsec-aes256gcm-ip4routing-scale-avf-{test_type}"
10393   algorithm: "plot_ndrpdr_box_name"
10394   output-file: "{DIR[STATIC,VPP]}/3n-icx-e810cq-1518b-{core}-ipsec-aes256gcm-ip4routing-scale-avf-{test_type}"
10395   data: "vpp-3n-icx-curr-iter"
10396   core: ["2t1c", ]
10397   include:
10398     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518b-{core}-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10399     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec40Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518b-{core}-avf-ethip4ipsec40tnlsw-ip4base-int-aes256gcm-ndrpdr"
10400     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec400Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518b-{core}-avf-ethip4ipsec400tnlsw-ip4base-int-aes256gcm-ndrpdr"
10401     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518b-{core}-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10402     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec20000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518b-{core}-avf-ethip4ipsec20000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10403     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518b-{core}-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10404   layout:
10405     title: "3n-icx-e810cq-1518b-{core}-ipsec-aes256gcm-ip4routing-scale-avf-{test_type}"
10406     layout: "plot-throughput"
10407
10408 - type: "plot"
10409   title: "Throughput: 3n-icx-e810cq-imix-{core}-ipsec-aes256gcm-ip4routing-scale-avf-{test_type}"
10410   algorithm: "plot_ndrpdr_box_name"
10411   output-file: "{DIR[STATIC,VPP]}/3n-icx-e810cq-imix-{core}-ipsec-aes256gcm-ip4routing-scale-avf-{test_type}"
10412   data: "vpp-3n-icx-curr-iter"
10413   core: ["2t1c", ]
10414   include:
10415     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.imix-{core}-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10416     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec40Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.imix-{core}-avf-ethip4ipsec40tnlsw-ip4base-int-aes256gcm-ndrpdr"
10417     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec400Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.imix-{core}-avf-ethip4ipsec400tnlsw-ip4base-int-aes256gcm-ndrpdr"
10418     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.imix-{core}-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10419     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec20000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.imix-{core}-avf-ethip4ipsec20000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10420     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.imix-{core}-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10421   layout:
10422     title: "3n-icx-e810cq-imix-{core}-ipsec-aes256gcm-ip4routing-scale-avf-{test_type}"
10423     layout: "plot-throughput"
10424
10425 - type: "plot"
10426   title: "Throughput: 3n-icx-e810cq-64b-{core}-ip4tunnel-base-avf-{test_type}"
10427   algorithm: "plot_ndrpdr_box_name"
10428   output-file: "{DIR[STATIC,VPP]}/3n-icx-e810cq-64b-{core}-ip4tunnel-base-avf-{test_type}"
10429   data: "vpp-3n-icx-curr-iter"
10430   core: ["2t1c", ]
10431   include:
10432     - "Tests.Vpp.Perf.Ip4 Tunnels.100Ge2P1E810Cq-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-{core}-avf-ethip4vxlan-l2xcbase-ndrpdr"
10433     - "Tests.Vpp.Perf.Ip4 Tunnels.100Ge2P1E810Cq-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10434   layout:
10435     title: "3n-icx-e810cq-64b-{core}-ip4tunnel-base-avf-{test_type}"
10436     layout: "plot-throughput"
10437
10438 - type: "plot"
10439   title: "Throughput: 3n-icx-e810cq-1518b-{core}-ip4tunnel-base-avf-{test_type}"
10440   algorithm: "plot_ndrpdr_box_name"
10441   output-file: "{DIR[STATIC,VPP]}/3n-icx-e810cq-1518b-{core}-ip4tunnel-base-avf-{test_type}"
10442   data: "vpp-3n-icx-curr-iter"
10443   core: ["2t1c", ]
10444   include:
10445     - "Tests.Vpp.Perf.Ip4 Tunnels.100Ge2P1E810Cq-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.1518b-{core}-avf-ethip4vxlan-l2xcbase-ndrpdr"
10446     - "Tests.Vpp.Perf.Ip4 Tunnels.100Ge2P1E810Cq-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.1518b-{core}-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10447   layout:
10448     title: "3n-icx-e810cq-1518b-{core}-ip4tunnel-base-avf-{test_type}"
10449     layout: "plot-throughput"
10450
10451 - type: "plot"
10452   title: "Throughput: 3n-icx-e810cq-imix-{core}-ip4tunnel-base-avf-{test_type}"
10453   algorithm: "plot_ndrpdr_box_name"
10454   output-file: "{DIR[STATIC,VPP]}/3n-icx-e810cq-imix-{core}-ip4tunnel-base-avf-{test_type}"
10455   data: "vpp-3n-icx-curr-iter"
10456   core: ["2t1c", ]
10457   include:
10458     - "Tests.Vpp.Perf.Ip4 Tunnels.100Ge2P1E810Cq-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.imix-{core}-avf-ethip4vxlan-l2xcbase-ndrpdr"
10459     - "Tests.Vpp.Perf.Ip4 Tunnels.100Ge2P1E810Cq-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.imix-{core}-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10460   layout:
10461     title: "3n-icx-e810cq-imix-{core}-ip4tunnel-base-avf-{test_type}"
10462     layout: "plot-throughput"
10463
10464 - type: "plot"
10465   title: "Speedup: 3n-icx-e810cq-64b-ipsec-aes128gcm-ip4routing-scale-avf-{test_type}-tsa"
10466   algorithm: "plot_tsa_name"
10467   output-file: "{DIR[STATIC,VPP]}/3n-icx-e810cq-64b-ipsec-aes128gcm-ip4routing-scale-avf-{test_type}-tsa"
10468   data: "vpp-3n-icx-curr-iter"
10469   include:
10470     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.64B-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128gcm-ndrpdr"
10471     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec40Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.64B-.t.c-avf-ethip4ipsec40tnlsw-ip4base-int-aes128gcm-ndrpdr"
10472     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec400Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.64B-.t.c-avf-ethip4ipsec400tnlsw-ip4base-int-aes128gcm-ndrpdr"
10473     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.64B-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128gcm-ndrpdr"
10474     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec20000Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.64B-.t.c-avf-ethip4ipsec20000tnlsw-ip4base-int-aes128gcm-ndrpdr"
10475     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.64B-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128gcm-ndrpdr"
10476   layout:
10477     title: "3n-icx-e810cq-64b-ipsec-aes128gcm-ip4routing-scale-avf-{test_type}"
10478     layout: "plot-throughput-speedup-analysis"
10479
10480 - type: "plot"
10481   title: "Speedup: 3n-icx-e810cq-1518b-ipsec-aes128gcm-ip4routing-scale-avf-{test_type}-tsa"
10482   algorithm: "plot_tsa_name"
10483   output-file: "{DIR[STATIC,VPP]}/3n-icx-e810cq-1518b-ipsec-aes128gcm-ip4routing-scale-avf-{test_type}-tsa"
10484   data: "vpp-3n-icx-curr-iter"
10485   include:
10486     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.1518b-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128gcm-ndrpdr"
10487     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec40Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.1518b-.t.c-avf-ethip4ipsec40tnlsw-ip4base-int-aes128gcm-ndrpdr"
10488     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec400Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.1518b-.t.c-avf-ethip4ipsec400tnlsw-ip4base-int-aes128gcm-ndrpdr"
10489     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.1518b-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128gcm-ndrpdr"
10490     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec20000Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.1518b-.t.c-avf-ethip4ipsec20000tnlsw-ip4base-int-aes128gcm-ndrpdr"
10491     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.1518b-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128gcm-ndrpdr"
10492   layout:
10493     title: "3n-icx-e810cq-1518b-ipsec-aes128gcm-ip4routing-scale-avf-{test_type}"
10494     layout: "plot-throughput-speedup-analysis"
10495
10496 - type: "plot"
10497   title: "Speedup: 3n-icx-e810cq-imix-ipsec-aes128gcm-ip4routing-scale-avf-{test_type}-tsa"
10498   algorithm: "plot_tsa_name"
10499   output-file: "{DIR[STATIC,VPP]}/3n-icx-e810cq-imix-ipsec-aes128gcm-ip4routing-scale-avf-{test_type}-tsa"
10500   data: "vpp-3n-icx-curr-iter"
10501   include:
10502     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.imix-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128gcm-ndrpdr"
10503     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec40Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.imix-.t.c-avf-ethip4ipsec40tnlsw-ip4base-int-aes128gcm-ndrpdr"
10504     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec400Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.imix-.t.c-avf-ethip4ipsec400tnlsw-ip4base-int-aes128gcm-ndrpdr"
10505     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.imix-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128gcm-ndrpdr"
10506     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec20000Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.imix-.t.c-avf-ethip4ipsec20000tnlsw-ip4base-int-aes128gcm-ndrpdr"
10507     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Gcm-Ndrpdr.imix-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128gcm-ndrpdr"
10508   layout:
10509     title: "3n-icx-e810cq-imix-ipsec-aes128gcm-ip4routing-scale-avf-{test_type}"
10510     layout: "plot-throughput-speedup-analysis"
10511
10512 - type: "plot"
10513   title: "Speedup: 3n-icx-e810cq-64b-ipsec-aes256gcm-ip4routing-scale-avf-{test_type}-tsa"
10514   algorithm: "plot_tsa_name"
10515   output-file: "{DIR[STATIC,VPP]}/3n-icx-e810cq-64b-ipsec-aes256gcm-ip4routing-scale-avf-{test_type}-tsa"
10516   data: "vpp-3n-icx-curr-iter"
10517   include:
10518     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10519     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec40Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-.t.c-avf-ethip4ipsec40tnlsw-ip4base-int-aes256gcm-ndrpdr"
10520     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec400Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-.t.c-avf-ethip4ipsec400tnlsw-ip4base-int-aes256gcm-ndrpdr"
10521     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10522     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec20000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-.t.c-avf-ethip4ipsec20000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10523     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10524   layout:
10525     title: "3n-icx-e810cq-64b-ipsec-aes256gcm-ip4routing-scale-avf-{test_type}"
10526     layout: "plot-throughput-speedup-analysis"
10527
10528 - type: "plot"
10529   title: "Speedup: 3n-icx-e810cq-1518b-ipsec-aes256gcm-ip4routing-scale-avf-{test_type}-tsa"
10530   algorithm: "plot_tsa_name"
10531   output-file: "{DIR[STATIC,VPP]}/3n-icx-e810cq-1518b-ipsec-aes256gcm-ip4routing-scale-avf-{test_type}-tsa"
10532   data: "vpp-3n-icx-curr-iter"
10533   include:
10534     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518b-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10535     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec40Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518b-.t.c-avf-ethip4ipsec40tnlsw-ip4base-int-aes256gcm-ndrpdr"
10536     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec400Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518b-.t.c-avf-ethip4ipsec400tnlsw-ip4base-int-aes256gcm-ndrpdr"
10537     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518b-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10538     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec20000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518b-.t.c-avf-ethip4ipsec20000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10539     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518b-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10540   layout:
10541     title: "3n-icx-e810cq-1518b-ipsec-aes256gcm-ip4routing-scale-avf-{test_type}"
10542     layout: "plot-throughput-speedup-analysis"
10543
10544 - type: "plot"
10545   title: "Speedup: 3n-icx-e810cq-imix-ipsec-aes256gcm-ip4routing-scale-avf-{test_type}-tsa"
10546   algorithm: "plot_tsa_name"
10547   output-file: "{DIR[STATIC,VPP]}/3n-icx-e810cq-imix-ipsec-aes256gcm-ip4routing-scale-avf-{test_type}-tsa"
10548   data: "vpp-3n-icx-curr-iter"
10549   include:
10550     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.imix-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10551     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec40Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.imix-.t.c-avf-ethip4ipsec40tnlsw-ip4base-int-aes256gcm-ndrpdr"
10552     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec400Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.imix-.t.c-avf-ethip4ipsec400tnlsw-ip4base-int-aes256gcm-ndrpdr"
10553     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.imix-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10554     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec20000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.imix-.t.c-avf-ethip4ipsec20000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10555     - "Tests.Vpp.Perf.Crypto.100Ge2P1E810Cq-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.imix-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10556   layout:
10557     title: "3n-icx-e810cq-imix-ipsec-aes256gcm-ip4routing-scale-avf-{test_type}"
10558     layout: "plot-throughput-speedup-analysis"
10559
10560 - type: "plot"
10561   title: "Speedup: 3n-icx-e810cq-64b-ip4tunnel-base-avf-{test_type}-tsa"
10562   algorithm: "plot_tsa_name"
10563   output-file: "{DIR[STATIC,VPP]}/3n-icx-e810cq-64b-ip4tunnel-base-avf-{test_type}-tsa"
10564   data: "vpp-3n-icx-curr-iter"
10565   include:
10566     - "Tests.Vpp.Perf.Ip4 Tunnels.100Ge2P1E810Cq-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
10567     - "Tests.Vpp.Perf.Ip4 Tunnels.100Ge2P1E810Cq-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10568   layout:
10569     title: "3n-icx-e810cq-64b-ip4tunnel-base-avf-{test_type}"
10570     layout: "plot-throughput-speedup-analysis"
10571
10572 - type: "plot"
10573   title: "Speedup: 3n-icx-e810cq-1518b-ip4tunnel-base-avf-{test_type}-tsa"
10574   algorithm: "plot_tsa_name"
10575   output-file: "{DIR[STATIC,VPP]}/3n-icx-e810cq-1518b-ip4tunnel-base-avf-{test_type}-tsa"
10576   data: "vpp-3n-icx-curr-iter"
10577   include:
10578     - "Tests.Vpp.Perf.Ip4 Tunnels.100Ge2P1E810Cq-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.1518b-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
10579     - "Tests.Vpp.Perf.Ip4 Tunnels.100Ge2P1E810Cq-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.1518b-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10580   layout:
10581     title: "3n-icx-e810cq-1518b-ip4tunnel-base-avf-{test_type}"
10582     layout: "plot-throughput-speedup-analysis"
10583
10584 - type: "plot"
10585   title: "Speedup: 3n-icx-e810cq-imix-ip4tunnel-base-avf-{test_type}-tsa"
10586   algorithm: "plot_tsa_name"
10587   output-file: "{DIR[STATIC,VPP]}/3n-icx-e810cq-imix-ip4tunnel-base-avf-{test_type}-tsa"
10588   data: "vpp-3n-icx-curr-iter"
10589   include:
10590     - "Tests.Vpp.Perf.Ip4 Tunnels.100Ge2P1E810Cq-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.imix-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
10591     - "Tests.Vpp.Perf.Ip4 Tunnels.100Ge2P1E810Cq-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.imix-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10592   layout:
10593     title: "3n-icx-e810cq-imix-ip4tunnel-base-avf-{test_type}"
10594     layout: "plot-throughput-speedup-analysis"
10595
10596 # Packet Throughput - DPDK
10597
10598 # 2n-clx
10599
10600 - type: "plot"
10601   title: "DPDK Throughput: 2n-clx-xxv710-64b-{core}-base-{test_type}"
10602   algorithm: "plot_ndrpdr_box_name"
10603   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-{core}-base-{test_type}"
10604   data: "dpdk-2n-clx-curr-iter"
10605   core: ["1t1c", "4t2c"]
10606   include:
10607     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
10608     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
10609   layout:
10610     title: "2n-clx-xxv710-64b-{core}-base-{test_type}"
10611     layout: "plot-throughput"
10612
10613 - type: "plot"
10614   title: "DPDK Throughput: 2n-clx-x710-64b-{core}-base-{test_type}"
10615   algorithm: "plot_ndrpdr_box_name"
10616   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-{core}-base-{test_type}"
10617   data: "dpdk-2n-clx-curr-iter"
10618   core: ["1t1c", "4t2c"]
10619   include:
10620     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
10621     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
10622   layout:
10623     title: "2n-clx-x710-64b-{core}-base-{test_type}"
10624     layout: "plot-throughput"
10625
10626 ###############################################################################
10627
10628 # 2n-zn2
10629
10630 # Packet Throughput
10631
10632 - type: "plot"
10633   title: "Throughput: 2n-zn2-xxv710-64b-{core}-memif-base-avf-{test_type}"
10634   algorithm: "plot_ndrpdr_box_name"
10635   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-memif-base-avf-{test_type}"
10636   data: "vpp-2n-zn2-curr-iter"
10637   core: ["2t1c", ]
10638   include:
10639     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10640     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10641     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10642     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10643   layout:
10644     title: "2n-zn2-xxv710-64b-{core}-memif-base-avf-{test_type}"
10645     layout: "plot-throughput"
10646
10647 - type: "plot"
10648   title: "Throughput: 2n-zn2-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
10649   algorithm: "plot_ndrpdr_box_name"
10650   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
10651   data: "vpp-2n-zn2-curr-iter"
10652   core: ["2t1c", ]
10653   include:
10654     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10655     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10656     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10657     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10658   layout:
10659     title: "2n-zn2-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
10660     layout: "plot-throughput"
10661
10662 - type: "plot"
10663   title: "Throughput: 2n-zn2-cx556a-64b-{core}-rdma-l2-eth-2memif-1dcr-{test_type}"
10664   algorithm: "plot_ndrpdr_box_name"
10665   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-{core}-rdma-l2-eth-2memif-1dcr-{test_type}"
10666   data: "vpp-2n-zn2-curr-iter"
10667   core: ["2t1c", ]
10668   include:
10669     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10670     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10671     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10672     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10673   layout:
10674     title: "2n-zn2-cx556a-64b-{core}-rdma-l2-eth-2memif-1dcr-{test_type}"
10675     layout: "plot-throughput"
10676
10677 - type: "plot"
10678   title: "Throughput: 2n-zn2-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
10679   algorithm: "plot_ndrpdr_box_name"
10680   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
10681   data: "vpp-2n-zn2-curr-iter"
10682   core: ["2t1c", ]
10683   include:
10684     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-avf-dot1q-ip4base-ndrpdr"
10685     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
10686     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
10687     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10688     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
10689     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10690   layout:
10691     title: "2n-zn2-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
10692     layout: "plot-throughput"
10693
10694 - type: "plot"
10695   title: "Throughput: 2n-zn2-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
10696   algorithm: "plot_ndrpdr_box_name"
10697   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
10698   data: "vpp-2n-zn2-curr-iter"
10699   core: ["2t1c", ]
10700   include:
10701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
10702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-ndrpdr"
10703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-ndrpdr"
10705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
10707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10708   layout:
10709     title: "2n-zn2-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
10710     layout: "plot-throughput"
10711
10712 - type: "plot"
10713   title: "Throughput: 2n-zn2-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
10714   algorithm: "plot_ndrpdr_box_name"
10715   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
10716   data: "vpp-2n-zn2-curr-iter"
10717   core: ["2t1c", ]
10718   include:
10719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
10720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
10722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale20k-rnd-ndrpdr"
10723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
10724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale200k-rnd-ndrpdr"
10725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
10726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale2m-rnd-ndrpdr"
10727   layout:
10728     title: "2n-zn2-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
10729     layout: "plot-throughput"
10730
10731 - type: "plot"
10732   title: "Throughput: 2n-zn2-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
10733   algorithm: "plot_ndrpdr_box_name"
10734   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
10735   data: "vpp-2n-zn2-curr-iter"
10736   core: ["2t1c", ]
10737   include:
10738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10740     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
10743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-{core}-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
10744   layout:
10745     title: "2n-zn2-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
10746     layout: "plot-throughput"
10747
10748 - type: "plot"
10749   title: "Throughput: 2n-zn2-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
10750   algorithm: "plot_ndrpdr_box_name"
10751   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
10752   data: "vpp-2n-zn2-curr-iter"
10753   core: ["2t1c", ]
10754   include:
10755     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
10756     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
10757     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
10758     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
10759     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
10760   layout:
10761     title: "2n-zn2-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
10762     layout: "plot-throughput"
10763
10764 #- type: "plot"
10765 #  title: "Throughput: 2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
10766 #  algorithm: "plot_ndrpdr_box_name"
10767 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
10768 #  data: "vpp-2n-zn2-curr-iter"
10769 #  core: ["2t1c", ]
10770 #  test-type: ["ndr", "pdr"]
10771 #  include:
10772 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
10773 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
10774 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
10775 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
10776 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
10777 #  layout:
10778 #    title: "2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
10779 #    layout: "plot-throughput"
10780 #
10781 #- type: "plot"
10782 #  title: "Throughput: 2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
10783 #  algorithm: "plot_ndrpdr_box_name"
10784 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
10785 #  data: "vpp-2n-zn2-curr-iter"
10786 #  core: ["2t1c", ]
10787 #  test-type: ["ndr", "pdr"]
10788 #  include:
10789 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
10790 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
10791 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
10792 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
10793 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
10794 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
10795 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
10796 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
10797 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
10798 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
10799 #  layout:
10800 #    title: "2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
10801 #    layout: "plot-cps"
10802 #
10803 #- type: "plot"
10804 #  title: "Throughput: 2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
10805 #  algorithm: "plot_ndrpdr_box_name"
10806 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
10807 #  data: "vpp-2n-zn2-curr-iter"
10808 #  core: ["2t1c", ]
10809 #  test-type: ["ndr", "pdr"]
10810 #  include:
10811 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
10812 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
10813 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
10814 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
10815 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
10816 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
10817 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
10818 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
10819 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
10820 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
10821 #  layout:
10822 #    title: "2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
10823 #    layout: "plot-throughput"
10824 #
10825 #- type: "plot"
10826 #  title: "Throughput: 2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
10827 #  algorithm: "plot_ndrpdr_box_name"
10828 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
10829 #  data: "vpp-2n-zn2-curr-iter"
10830 #  core: ["2t1c", ]
10831 #  test-type: ["ndr", "pdr"]
10832 #  include:
10833 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
10834 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
10835 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
10836 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
10837 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
10838 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
10839 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
10840 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
10841 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
10842 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
10843 #  layout:
10844 #    title: "2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
10845 #    layout: "plot-cps"
10846 #
10847 #- type: "plot"
10848 #  title: "Throughput: 2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
10849 #  algorithm: "plot_ndrpdr_box_name"
10850 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
10851 #  data: "vpp-2n-zn2-curr-iter"
10852 #  core: ["2t1c", ]
10853 #  test-type: ["ndr", "pdr"]
10854 #  include:
10855 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
10856 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
10857 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
10858 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
10859 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
10860 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
10861 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
10862 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
10863 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
10864 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
10865 #  layout:
10866 #    title: "2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
10867 #    layout: "plot-throughput"
10868
10869 - type: "plot"
10870   title: "Throughput: 2n-zn2-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-pdr"
10871   algorithm: "plot_ndrpdr_box_name"
10872   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-pdr"
10873   data: "vpp-2n-zn2-curr-iter"
10874   core: ["2t1c", ]
10875   include:
10876     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
10877     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
10878     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
10879     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
10880     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
10881   layout:
10882     title: "2n-zn2-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-pdr"
10883     layout: "plot-throughput"
10884
10885 - type: "plot"
10886   title: "Throughput: 2n-zn2-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
10887   algorithm: "plot_ndrpdr_box_name"
10888   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
10889   data: "vpp-2n-zn2-curr-iter"
10890   core: ["2t1c", ]
10891   include:
10892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
10898   layout:
10899     title: "2n-zn2-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
10900     layout: "plot-throughput"
10901
10902 - type: "plot"
10903   title: "Throughput: 2n-zn2-cx556a-64b-{core}-rdma-ip4base-{test_type}"
10904   algorithm: "plot_ndrpdr_box_name"
10905   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-{core}-rdma-ip4base-{test_type}"
10906   data: "vpp-2n-zn2-curr-iter"
10907   core: ["2t1c", ]
10908   include:
10909     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-rdma-dot1q-ip4base-ndrpdr"
10910     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-{core}-rdma-ethip4-ip4base-ndrpdr"
10911     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale20k-ndrpdr"
10912     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
10913     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale200k-ndrpdr"
10914     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
10915     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale2m-ndrpdr"
10916     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
10917   layout:
10918     title: "2n-zn2-cx556a-64b-{core}-rdma-ip4base-{test_type}"
10919     layout: "plot-throughput"
10920
10921 - type: "plot"
10922   title: "Throughput: 2n-zn2-cx556a-64b-{core}-rdma-ethip4-features-{test_type}"
10923   algorithm: "plot_ndrpdr_box_name"
10924   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-{core}-rdma-ethip4-features-{test_type}"
10925   data: "vpp-2n-zn2-curr-iter"
10926   core: ["2t1c", ]
10927   include:
10928     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10929     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10930     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10931     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10932     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
10933     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-{core}-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
10934   layout:
10935     title: "2n-zn2-cx556a-64b-{core}-rdma-ethip4-features-{test_type}"
10936     layout: "plot-throughput"
10937
10938 - type: "plot"
10939   title: "Throughput: 2n-zn2-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
10940   algorithm: "plot_ndrpdr_box_name"
10941   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
10942   data: "vpp-2n-zn2-curr-iter"
10943   core: ["2t1c", ]
10944   include:
10945     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
10946     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
10947     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
10948     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
10949     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
10950   layout:
10951     title: "2n-zn2-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
10952     layout: "plot-throughput"
10953
10954 - type: "plot"
10955   title: "Throughput: 2n-zn2-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
10956   algorithm: "plot_ndrpdr_box_name"
10957   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
10958   data: "vpp-2n-zn2-curr-iter"
10959   core: ["2t1c", ]
10960   include:
10961     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-avf-dot1q-ip6base-ndrpdr"
10962     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
10963     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
10964     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-rnd-ndrpdr"
10965     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
10966     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
10967     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
10968   layout:
10969     title: "2n-zn2-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
10970     layout: "plot-throughput"
10971
10972 - type: "plot"
10973   title: "Throughput: 2n-zn2-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
10974   algorithm: "plot_ndrpdr_box_name"
10975   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
10976   data: "vpp-2n-zn2-curr-iter"
10977   core: ["2t1c", ]
10978   include:
10979     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-avf-dot1q-ip6base-ndrpdr"
10980     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
10981     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-ndrpdr"
10982     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-rnd-ndrpdr"
10983     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-ndrpdr"
10984     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-rnd-ndrpdr"
10985     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
10986     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-rnd-ndrpdr"
10987   layout:
10988     title: "2n-zn2-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
10989     layout: "plot-throughput"
10990
10991 - type: "plot"
10992   title: "Throughput: 2n-zn2-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
10993   algorithm: "plot_ndrpdr_box_name"
10994   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
10995   data: "vpp-2n-zn2-curr-iter"
10996   core: ["2t1c", ]
10997   include:
10998     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
10999     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
11000     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
11001     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale20k-rnd-ndrpdr"
11002     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
11003     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale200k-rnd-ndrpdr"
11004     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
11005     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale2m-rnd-ndrpdr"
11006   layout:
11007     title: "2n-zn2-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
11008     layout: "plot-throughput"
11009
11010 - type: "plot"
11011   title: "Throughput: 2n-zn2-cx556a-78b-{core}-rdma-ip6routing-base-scale-{test_type}"
11012   algorithm: "plot_ndrpdr_box_name"
11013   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-{core}-rdma-ip6routing-base-scale-{test_type}"
11014   data: "vpp-2n-zn2-curr-iter"
11015   core: ["2t1c", ]
11016   include:
11017     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-rdma-dot1q-ip6base-ndrpdr"
11018     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-{core}-rdma-ethip6-ip6base-ndrpdr"
11019     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale20k-ndrpdr"
11020     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale200k-ndrpdr"
11021     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale2m-ndrpdr"
11022   layout:
11023     title: "2n-zn2-cx556a-78b-{core}-rdma-ip6routing-base-scale-{test_type}"
11024     layout: "plot-throughput"
11025
11026 - type: "plot"
11027   title: "Throughput: 2n-zn2-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
11028   algorithm: "plot_ndrpdr_box_name"
11029   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
11030   data: "vpp-2n-zn2-curr-iter"
11031   core: ["2t1c", ]
11032   include:
11033     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11034     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
11035     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
11036     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
11037     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale1mmaclrn-ndrpdr"
11038   layout:
11039     title: "2n-zn2-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
11040     layout: "plot-throughput"
11041
11042 - type: "plot"
11043   title: "Throughput: 2n-zn2-x710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
11044   algorithm: "plot_ndrpdr_box_name"
11045   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
11046   data: "vpp-2n-zn2-curr-iter"
11047   core: ["2t1c", ]
11048   include:
11049     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
11050     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
11051     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11052     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11053     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
11054   layout:
11055     title: "2n-zn2-x710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
11056     layout: "plot-throughput"
11057
11058 - type: "plot"
11059   title: "Throughput: 2n-zn2-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
11060   algorithm: "plot_ndrpdr_box_name"
11061   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
11062   data: "vpp-2n-zn2-curr-iter"
11063   core: ["2t1c", ]
11064   include:
11065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-ndrpdr"
11066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
11068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
11069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
11070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
11071   layout:
11072     title: "2n-zn2-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
11073     layout: "plot-throughput"
11074
11075 - type: "plot"
11076   title: "Throughput: 2n-zn2-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
11077   algorithm: "plot_ndrpdr_box_name"
11078   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
11079   data: "vpp-2n-zn2-curr-iter"
11080   core: ["2t1c", ]
11081   include:
11082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
11083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale10kmaclrn-ndrpdr"
11084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale100kmaclrn-ndrpdr"
11085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale1mmaclrn-ndrpdr"
11086   layout:
11087     title: "2n-zn2-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
11088     layout: "plot-throughput"
11089
11090 - type: "plot"
11091   title: "Throughput: 2n-zn2-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
11092   algorithm: "plot_ndrpdr_box_name"
11093   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
11094   data: "vpp-2n-zn2-curr-iter"
11095   core: ["2t1c", ]
11096   include:
11097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
11098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
11099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
11100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
11101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11103   layout:
11104     title: "2n-zn2-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
11105     layout: "plot-throughput"
11106
11107 - type: "plot"
11108   title: "Throughput: 2n-zn2-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
11109   algorithm: "plot_ndrpdr_box_name"
11110   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
11111   data: "vpp-2n-zn2-curr-iter"
11112   core: ["2t1c", ]
11113   include:
11114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
11116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
11117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
11118   layout:
11119     title: "2n-zn2-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
11120     layout: "plot-throughput"
11121
11122 - type: "plot"
11123   title: "Throughput: 2n-zn2-cx556a-64b-{core}-rdma-l2switching-base-{test_type}"
11124   algorithm: "plot_ndrpdr_box_name"
11125   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-{core}-rdma-l2switching-base-{test_type}"
11126   data: "vpp-2n-zn2-curr-iter"
11127   core: ["2t1c", ]
11128   include:
11129     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-rdma-dot1q-l2xcbase-ndrpdr"
11130     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
11131     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
11132     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-{core}-rdma-eth-l2patch-ndrpdr"
11133     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-{core}-rdma-eth-l2xcbase-ndrpdr"
11134     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-ndrpdr"
11135   layout:
11136     title: "2n-zn2-cx556a-64b-{core}-rdma-l2switching-base-{test_type}"
11137     layout: "plot-throughput"
11138
11139 - type: "plot"
11140   title: "Throughput: 2n-zn2-cx556a-64b-{core}-rdma-l2switching-scale-{test_type}"
11141   algorithm: "plot_ndrpdr_box_name"
11142   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-{core}-rdma-l2switching-scale-{test_type}"
11143   data: "vpp-2n-zn2-curr-iter"
11144   core: ["2t1c", ]
11145   include:
11146     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-ndrpdr"
11147     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
11148     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
11149     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
11150   layout:
11151     title: "2n-zn2-cx556a-64b-{core}-rdma-l2switching-scale-{test_type}"
11152     layout: "plot-throughput"
11153
11154 - type: "plot"
11155   title: "Throughput: 2n-zn2-xxv710-64b-{core}-vhost-base-avf-{test_type}"
11156   algorithm: "plot_ndrpdr_box_name"
11157   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-vhost-base-avf-{test_type}"
11158   data: "vpp-2n-zn2-curr-iter"
11159   core: ["2t1c", ]
11160   include:
11161     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11162     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11163     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11164     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11166   layout:
11167     title: "2n-zn2-xxv710-64b-{core}-vhost-base-avf-{test_type}"
11168     layout: "plot-throughput"
11169
11170 - type: "plot"
11171   title: "Throughput: 2n-zn2-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
11172   algorithm: "plot_ndrpdr_box_name"
11173   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
11174   data: "vpp-2n-zn2-curr-iter"
11175   core: ["2t1c", ]
11176   include:
11177     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11178     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11179     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11180     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11182   layout:
11183     title: "2n-zn2-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
11184     layout: "plot-throughput"
11185
11186 - type: "plot"
11187   title: "Throughput: 2n-zn2-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
11188   algorithm: "plot_ndrpdr_box_name"
11189   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
11190   data: "vpp-2n-zn2-curr-iter"
11191   core: ["2t1c", ]
11192   include:
11193     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11194     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11195     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11196     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11197     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11198   layout:
11199     title: "2n-zn2-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
11200     layout: "plot-throughput"
11201
11202 - type: "plot"
11203   title: "Throughput: 2n-zn2-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
11204   algorithm: "plot_ndrpdr_box_name"
11205   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
11206   data: "vpp-2n-zn2-curr-iter"
11207   core: ["2t1c", ]
11208   include:
11209     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11210     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11211     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11212     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11213     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11214   layout:
11215     title: "2n-zn2-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
11216     layout: "plot-throughput"
11217
11218 - type: "plot"
11219   title: "Throughput: 2n-zn2-cx556a-64b-{core}-rdma-l2-vhost-base-{test_type}"
11220   algorithm: "plot_ndrpdr_box_name"
11221   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-{core}-rdma-l2-vhost-base-{test_type}"
11222   data: "vpp-2n-zn2-curr-iter"
11223   core: ["2t1c", ]
11224   include:
11225     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11226     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11227     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11228     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11229   layout:
11230     title: "2n-zn2-cx556a-64b-{core}-rdma-l2-vhost-base-{test_type}"
11231     layout: "plot-throughput"
11232
11233 - type: "plot"
11234   title: "Throughput: 2n-zn2-cx556a-64b-{core}-rdma-l2-vhost-vppl2xc-base-{test_type}"
11235   algorithm: "plot_ndrpdr_box_name"
11236   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-{core}-rdma-l2-vhost-vppl2xc-base-{test_type}"
11237   data: "vpp-2n-zn2-curr-iter"
11238   core: ["2t1c", ]
11239   include:
11240     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11244   layout:
11245     title: "2n-zn2-cx556a-64b-{core}-rdma-l2-vhost-vppl2xc-base-{test_type}"
11246     layout: "plot-throughput"
11247
11248 - type: "plot"
11249   title: "Throughput: 2n-zn2-xxv710-114b-{core}-vts-l2switching-base-dpdk-{test_type}"
11250   algorithm: "plot_ndrpdr_box_name"
11251   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-{core}-vts-l2switching-base-dpdk-{test_type}"
11252   data: "vpp-2n-zn2-curr-iter"
11253   core: ["2t1c", ]
11254   include:
11255     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11256     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11257     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11258     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11259     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11260     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11261   layout:
11262     title: "2n-zn2-xxv710-114b-{core}-vts-l2switching-base-[avf,dpdk]-{test_type}"
11263     layout: "plot-throughput"
11264
11265 ################################################################################
11266
11267 # Packet Speedup
11268
11269 - type: "plot"
11270   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-{test_type}-tsa"
11271   algorithm: "plot_tsa_name"
11272   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-{test_type}-tsa"
11273   data: "vpp-2n-zn2-curr-iter"
11274   include:
11275     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11276     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11277     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11278     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11279   layout:
11280     title: "2n-zn2-xxv710-64b-memif-base-avf-{test_type}"
11281     layout: "plot-throughput-speedup-analysis"
11282
11283 - type: "plot"
11284   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-{test_type}-tsa"
11285   algorithm: "plot_tsa_name"
11286   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-{test_type}-tsa"
11287   data: "vpp-2n-zn2-curr-iter"
11288   include:
11289     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11290     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11291     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11292     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11293   layout:
11294     title: "2n-zn2-xxv710-64b-memif-base-dpdk-{test_type}"
11295     layout: "plot-throughput-speedup-analysis"
11296
11297 - type: "plot"
11298   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-{test_type}-tsa"
11299   algorithm: "plot_tsa_name"
11300   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-{test_type}-tsa"
11301   data: "vpp-2n-zn2-curr-iter"
11302   include:
11303     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11304     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11305     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11306     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11307   layout:
11308     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-{test_type}"
11309     layout: "plot-throughput-speedup-analysis"
11310
11311 - type: "plot"
11312   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}-tsa"
11313   algorithm: "plot_tsa_name"
11314   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}-tsa"
11315   data: "vpp-2n-zn2-curr-iter"
11316   include:
11317     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
11318     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
11319     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11321     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11322     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11323   layout:
11324     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}"
11325     layout: "plot-throughput-speedup-analysis"
11326
11327 - type: "plot"
11328   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
11329   algorithm: "plot_tsa_name"
11330   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
11331   data: "vpp-2n-zn2-curr-iter"
11332   include:
11333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
11335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
11337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
11339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11340   layout:
11341     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-{test_type}"
11342     layout: "plot-throughput-speedup-analysis"
11343
11344 - type: "plot"
11345   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
11346   algorithm: "plot_tsa_name"
11347   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
11348   data: "vpp-2n-zn2-curr-iter"
11349   include:
11350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
11354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
11356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
11358   layout:
11359     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}"
11360     layout: "plot-throughput-speedup-analysis"
11361
11362 - type: "plot"
11363   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-{test_type}-tsa"
11364   algorithm: "plot_tsa_name"
11365   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-{test_type}-tsa"
11366   data: "vpp-2n-zn2-curr-iter"
11367   include:
11368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11374   layout:
11375     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-{test_type}"
11376     layout: "plot-throughput-speedup-analysis"
11377
11378 - type: "plot"
11379   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}-tsa"
11380   algorithm: "plot_tsa_name"
11381   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}-tsa"
11382   data: "vpp-2n-zn2-curr-iter"
11383   include:
11384     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11385     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11386     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11387     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11388     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11389   layout:
11390     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}"
11391     layout: "plot-throughput-speedup-analysis"
11392
11393 #- type: "plot"
11394 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}-tsa"
11395 #  algorithm: "plot_tsa_name"
11396 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}-tsa"
11397 #  data: "vpp-2n-zn2-curr-iter"
11398 #  include:
11399 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11400 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11401 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11402 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11403 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11404 #  layout:
11405 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
11406 #    layout: "plot-throughput-speedup-analysis"
11407 #
11408 #- type: "plot"
11409 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}-tsa"
11410 #  algorithm: "plot_tsa_name"
11411 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}-tsa"
11412 #  data: "vpp-2n-zn2-curr-iter"
11413 #  include:
11414 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11415 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11416 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11417 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11418 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11419 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11420 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11421 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11422 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11423 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11424 #  layout:
11425 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
11426 #    layout: "plot-throughput-speedup-analysis-cps"
11427 #
11428 #- type: "plot"
11429 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}-tsa"
11430 #  algorithm: "plot_tsa_name"
11431 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}-tsa"
11432 #  data: "vpp-2n-zn2-curr-iter"
11433 #  include:
11434 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11435 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11436 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11437 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11438 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11439 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11440 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11441 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11442 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11443 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11444 #  layout:
11445 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
11446 #    layout: "plot-throughput-speedup-analysis"
11447 #
11448 #- type: "plot"
11449 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}-tsa"
11450 #  algorithm: "plot_tsa_name"
11451 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}-tsa"
11452 #  data: "vpp-2n-zn2-curr-iter"
11453 #  include:
11454 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11455 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11456 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11457 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11458 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11459 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11460 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11461 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11462 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11463 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11464 #  layout:
11465 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
11466 #    layout: "plot-throughput-speedup-analysis-cps"
11467 #
11468 #- type: "plot"
11469 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}-tsa"
11470 #  algorithm: "plot_tsa_name"
11471 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}-tsa"
11472 #  data: "vpp-2n-zn2-curr-iter"
11473 #  include:
11474 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11475 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11476 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11477 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11478 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11479 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11480 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11481 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11482 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11483 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11484 #  layout:
11485 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
11486 #    layout: "plot-throughput-speedup-analysis"
11487
11488 - type: "plot"
11489   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-{test_type}-tsa"
11490   algorithm: "plot_tsa_name"
11491   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-{test_type}-tsa"
11492   data: "vpp-2n-zn2-curr-iter"
11493   include:
11494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11495     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11496     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11497     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11500   layout:
11501     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-{test_type}"
11502     layout: "plot-throughput-speedup-analysis"
11503
11504 - type: "plot"
11505   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-{test_type}-tsa"
11506   algorithm: "plot_tsa_name"
11507   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-{test_type}-tsa"
11508   data: "vpp-2n-zn2-curr-iter"
11509   include:
11510     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
11511     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
11512     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
11513     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
11514     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
11515     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
11516     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
11518   layout:
11519     title: "2n-zn2-cx556a-64b-rdma-ip4base-{test_type}"
11520     layout: "plot-throughput-speedup-analysis"
11521
11522 - type: "plot"
11523   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-{test_type}-tsa"
11524   algorithm: "plot_tsa_name"
11525   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-{test_type}-tsa"
11526   data: "vpp-2n-zn2-curr-iter"
11527   include:
11528     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11529     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11530     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11534   layout:
11535     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-{test_type}"
11536     layout: "plot-throughput-speedup-analysis"
11537
11538 - type: "plot"
11539   title: "Speedup: 2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}-tsa"
11540   algorithm: "plot_tsa_name"
11541   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}-tsa"
11542   data: "vpp-2n-zn2-curr-iter"
11543   include:
11544     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
11546     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
11548     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
11549   layout:
11550     title: "2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}"
11551     layout: "plot-throughput-speedup-analysis"
11552
11553 - type: "plot"
11554   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}-tsa"
11555   algorithm: "plot_tsa_name"
11556   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}-tsa"
11557   data: "vpp-2n-zn2-curr-iter"
11558   include:
11559     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
11562     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
11563     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11564     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11565     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11566   layout:
11567     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}"
11568     layout: "plot-throughput-speedup-analysis"
11569
11570 - type: "plot"
11571   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
11572   algorithm: "plot_tsa_name"
11573   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
11574   data: "vpp-2n-zn2-curr-iter"
11575   include:
11576     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
11577     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
11578     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
11579     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
11580     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
11581     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
11584   layout:
11585     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-{test_type}"
11586     layout: "plot-throughput-speedup-analysis"
11587
11588 - type: "plot"
11589   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
11590   algorithm: "plot_tsa_name"
11591   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
11592   data: "vpp-2n-zn2-curr-iter"
11593   include:
11594     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11595     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11596     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11601     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
11602   layout:
11603     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}"
11604     layout: "plot-throughput-speedup-analysis"
11605
11606 - type: "plot"
11607   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-{test_type}-tsa"
11608   algorithm: "plot_tsa_name"
11609   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-{test_type}-tsa"
11610   data: "vpp-2n-zn2-curr-iter"
11611   include:
11612     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
11616     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
11617   layout:
11618     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-{test_type}"
11619     layout: "plot-throughput-speedup-analysis"
11620
11621 - type: "plot"
11622   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-{test_type}-tsa"
11623   algorithm: "plot_tsa_name"
11624   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-{test_type}-tsa"
11625   data: "vpp-2n-zn2-curr-iter"
11626   include:
11627     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11628     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
11629     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11630     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11631     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
11632   layout:
11633     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-{test_type}"
11634     layout: "plot-throughput-speedup-analysis"
11635
11636 - type: "plot"
11637   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
11638   algorithm: "plot_tsa_name"
11639   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
11640   data: "vpp-2n-zn2-curr-iter"
11641   include:
11642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11643     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11644     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11645     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11646     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11647   layout:
11648     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-{test_type}"
11649     layout: "plot-throughput-speedup-analysis"
11650
11651 - type: "plot"
11652   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-{test_type}-tsa"
11653   algorithm: "plot_tsa_name"
11654   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-{test_type}-tsa"
11655   data: "vpp-2n-zn2-curr-iter"
11656   include:
11657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
11658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
11660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
11661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
11662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11663   layout:
11664     title: "2n-zn2-xxv710-64b-l2switching-base-avf-{test_type}"
11665     layout: "plot-throughput-speedup-analysis"
11666
11667 - type: "plot"
11668   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-{test_type}-tsa"
11669   algorithm: "plot_tsa_name"
11670   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-{test_type}-tsa"
11671   data: "vpp-2n-zn2-curr-iter"
11672   include:
11673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
11674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
11675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
11676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
11677   layout:
11678     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-{test_type}"
11679     layout: "plot-throughput-speedup-analysis"
11680
11681 - type: "plot"
11682   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-{test_type}-tsa"
11683   algorithm: "plot_tsa_name"
11684   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-{test_type}-tsa"
11685   data: "vpp-2n-zn2-curr-iter"
11686   include:
11687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
11690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11693   layout:
11694     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-{test_type}"
11695     layout: "plot-throughput-speedup-analysis"
11696
11697 - type: "plot"
11698   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
11699   algorithm: "plot_tsa_name"
11700   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
11701   data: "vpp-2n-zn2-curr-iter"
11702   include:
11703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11707   layout:
11708     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-{test_type}"
11709     layout: "plot-throughput-speedup-analysis"
11710
11711 - type: "plot"
11712   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-{test_type}-tsa"
11713   algorithm: "plot_tsa_name"
11714   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-{test_type}-tsa"
11715   data: "vpp-2n-zn2-curr-iter"
11716   include:
11717     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
11718     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
11719     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
11720     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
11721     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
11722     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
11723   layout:
11724     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-{test_type}"
11725     layout: "plot-throughput-speedup-analysis"
11726
11727 - type: "plot"
11728   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-{test_type}-tsa"
11729   algorithm: "plot_tsa_name"
11730   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-{test_type}-tsa"
11731   data: "vpp-2n-zn2-curr-iter"
11732   include:
11733     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
11734     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
11735     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
11736     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
11737   layout:
11738     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-{test_type}"
11739     layout: "plot-throughput-speedup-analysis"
11740
11741 - type: "plot"
11742   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-{test_type}-tsa"
11743   algorithm: "plot_tsa_name"
11744   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-{test_type}-tsa"
11745   data: "vpp-2n-zn2-curr-iter"
11746   include:
11747     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11748     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11749     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11751     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11752   layout:
11753     title: "2n-zn2-xxv710-64b-vhost-base-avf-{test_type}"
11754     layout: "plot-throughput-speedup-analysis"
11755
11756 - type: "plot"
11757   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-{test_type}-tsa"
11758   algorithm: "plot_tsa_name"
11759   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-{test_type}-tsa"
11760   data: "vpp-2n-zn2-curr-iter"
11761   include:
11762     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11763     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11764     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11765     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11766     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11767   layout:
11768     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-{test_type}"
11769     layout: "plot-throughput-speedup-analysis"
11770
11771 - type: "plot"
11772   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-{test_type}-tsa"
11773   algorithm: "plot_tsa_name"
11774   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-{test_type}-tsa"
11775   data: "vpp-2n-zn2-curr-iter"
11776   include:
11777     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11778     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11779     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11780     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11781     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11782   layout:
11783     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-{test_type}"
11784     layout: "plot-throughput-speedup-analysis"
11785
11786 - type: "plot"
11787   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
11788   algorithm: "plot_tsa_name"
11789   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
11790   data: "vpp-2n-zn2-curr-iter"
11791   include:
11792     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11793     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11794     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11795     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11796     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11797   layout:
11798     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-{test_type}"
11799     layout: "plot-throughput-speedup-analysis"
11800
11801 - type: "plot"
11802   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-{test_type}-tsa"
11803   algorithm: "plot_tsa_name"
11804   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-{test_type}-tsa"
11805   data: "vpp-2n-zn2-curr-iter"
11806   include:
11807     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11808     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11811   layout:
11812     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-{test_type}"
11813     layout: "plot-throughput-speedup-analysis"
11814
11815 - type: "plot"
11816   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-{test_type}-tsa"
11817   algorithm: "plot_tsa_name"
11818   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-{test_type}-tsa"
11819   data: "vpp-2n-zn2-curr-iter"
11820   include:
11821     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11822     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11823     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11824     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11825   layout:
11826     title: "2n-zn2-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-{test_type}"
11827     layout: "plot-throughput-speedup-analysis"
11828
11829 - type: "plot"
11830   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-{test_type}-tsa"
11831   algorithm: "plot_tsa_name"
11832   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-{test_type}-tsa"
11833   data: "vpp-2n-zn2-curr-iter"
11834   include:
11835     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11836     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11837     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11838     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11839     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11840     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11841   layout:
11842     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-{test_type}"
11843     layout: "plot-throughput-speedup-analysis"
11844
11845 # Packet Throughput - DPDK
11846
11847 # 2n-zn2
11848
11849 - type: "plot"
11850   title: "DPDK Throughput: 2n-zn2-xxv710-64b-{core}-base-{test_type}"
11851   algorithm: "plot_ndrpdr_box_name"
11852   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-{core}-base-{test_type}"
11853   data: "dpdk-2n-zn2-curr-iter"
11854   core: ["2t1c", "4t2c"]
11855   include:
11856     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
11857     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
11858   layout:
11859     title: "2n-zn2-xxv710-64b-{core}-base-{test_type}"
11860     layout: "plot-throughput"
11861
11862 - type: "plot"
11863   title: "DPDK Throughput: 2n-zn2-x710-64b-{core}-base-{test_type}"
11864   algorithm: "plot_ndrpdr_box_name"
11865   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-{core}-base-{test_type}"
11866   data: "dpdk-2n-zn2-curr-iter"
11867   core: ["2t1c", "4t2c"]
11868   include:
11869     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
11870     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
11871   layout:
11872     title: "2n-zn2-x710-64b-{core}-base-{test_type}"
11873     layout: "plot-throughput"
11874
11875 ################################################################################
11876
11877 - type: "plot"
11878   title: "Latency by percentile: 2n-skx"
11879   algorithm: "plot_hdrh_lat_by_percentile_x_log"
11880   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
11881   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
11882   target-links: "../../_static/vpp"
11883   data: "vpp-2n-skx-curr-iter-best"
11884   filter: "'2T1C' and 'NIC_Intel-XXV710'"
11885   layout:
11886     layout: "plot-hdrh-latency-percentile-x-log"
11887
11888 - type: "plot"
11889   title: "Latency by percentile: 2n-zn2"
11890   algorithm: "plot_hdrh_lat_by_percentile_x_log"
11891   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
11892   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
11893   target-links: "../../_static/vpp"
11894   data: "vpp-2n-zn2-curr-iter-best"
11895   filter: "'2T1C' and 'NIC_Intel-XXV710'"
11896   layout:
11897     layout: "plot-hdrh-latency-percentile-x-log"
11898
11899 - type: "plot"
11900   title: "Latency by percentile: 3n-skx"
11901   algorithm: "plot_hdrh_lat_by_percentile_x_log"
11902   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
11903   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
11904   target-links: "../../_static/vpp"
11905   data: "vpp-3n-skx-curr-iter-best"
11906   filter: "'2T1C' and 'NIC_Intel-XXV710'"
11907   layout:
11908     layout: "plot-hdrh-latency-percentile-x-log"
11909
11910 - type: "plot"
11911   title: "Latency by percentile: 2n-clx"
11912   algorithm: "plot_hdrh_lat_by_percentile_x_log"
11913   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
11914   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
11915   target-links: "../../_static/vpp"
11916   data: "vpp-2n-clx-curr-iter-best"
11917   filter: "'2T1C' and 'NIC_Intel-XXV710'"
11918   layout:
11919     layout: "plot-hdrh-latency-percentile-x-log"
11920
11921 - type: "plot"
11922   title: "Latency by percentile: 2n-icx"
11923   algorithm: "plot_hdrh_lat_by_percentile_x_log"
11924   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-icx"
11925   output-file-links: "{DIR[LAT,VPP]}/2n_icx.rst"
11926   target-links: "../../_static/vpp"
11927   data: "vpp-2n-icx-curr-iter-best"
11928   filter: "'2T1C' and 'NIC_Intel-E810CQ' and 'NDRPDR'"
11929   layout:
11930     layout: "plot-hdrh-latency-percentile-x-log"
11931
11932 - type: "plot"
11933   title: "Latency by percentile: 3n-icx"
11934   algorithm: "plot_hdrh_lat_by_percentile_x_log"
11935   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-icx"
11936   output-file-links: "{DIR[LAT,VPP]}/3n_icx.rst"
11937   target-links: "../../_static/vpp"
11938   data: "vpp-3n-icx-curr-iter-best"
11939   filter: "'2T1C' and 'NIC_Intel-E810CQ' and 'NDRPDR'"
11940   layout:
11941     layout: "plot-hdrh-latency-percentile-x-log"
11942
11943 - type: "plot"
11944   title: "Latency by percentile: 3n-tsh"
11945   algorithm: "plot_hdrh_lat_by_percentile_x_log"
11946   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
11947   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
11948   target-links: "../../_static/vpp"
11949   data: "vpp-3n-tsh-curr-iter-best"
11950   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
11951   layout:
11952     layout: "plot-hdrh-latency-percentile-x-log"
11953
11954 - type: "plot"
11955   title: "Latency by percentile: 2n-tx2"
11956   algorithm: "plot_hdrh_lat_by_percentile_x_log"
11957   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-tx2"
11958   output-file-links: "{DIR[LAT,VPP]}/2n-tx2.rst"
11959   target-links: "../../_static/vpp"
11960   data: "vpp-2n-tx2-curr-iter"
11961   filter: "'1T1C' and 'NIC_Intel-XL710'"
11962   layout:
11963     layout: "plot-hdrh-latency-percentile-x-log"
11964
11965 - type: "plot"
11966   title: "Latency by percentile: DPDK 2n-skx"
11967   algorithm: "plot_hdrh_lat_by_percentile_x_log"
11968   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
11969   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
11970   target-links: "../../_static/dpdk"
11971   data: "dpdk-2n-skx-curr-iter-best"
11972   filter: "'2T1C' and 'NIC_Intel-XXV710'"
11973   layout:
11974     layout: "plot-hdrh-latency-percentile-x-log"
11975
11976 - type: "plot"
11977   title: "Latency by percentile: DPDK 3n-skx"
11978   algorithm: "plot_hdrh_lat_by_percentile_x_log"
11979   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
11980   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
11981   target-links: "../../_static/dpdk"
11982   data: "dpdk-3n-skx-curr-iter-best"
11983   filter: "'2T1C' and 'NIC_Intel-XXV710'"
11984   layout:
11985     layout: "plot-hdrh-latency-percentile-x-log"
11986
11987 - type: "plot"
11988   title: "Latency by percentile: DPDK 2n-clx"
11989   algorithm: "plot_hdrh_lat_by_percentile_x_log"
11990   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
11991   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
11992   target-links: "../../_static/dpdk"
11993   data: "dpdk-2n-clx-curr-iter-best"
11994   filter: "'2T1C' and 'NIC_Intel-XXV710'"
11995   layout:
11996     layout: "plot-hdrh-latency-percentile-x-log"
11997
11998 - type: "plot"
11999   title: "Latency by percentile: DPDK 2n-zn2"
12000   algorithm: "plot_hdrh_lat_by_percentile_x_log"
12001   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-zn2"
12002   output-file-links: "{DIR[LAT,DPDK]}/2n_zn2.rst"
12003   target-links: "../../_static/dpdk"
12004   data: "dpdk-2n-zn2-curr-iter-best"
12005   filter: "'2T1C' and 'NIC_Intel-XXV710'"
12006   layout:
12007     layout: "plot-hdrh-latency-percentile-x-log"
12008
12009 - type: "plot"
12010   title: "Latency by percentile: DPDK 3n-tsh"
12011   algorithm: "plot_hdrh_lat_by_percentile_x_log"
12012   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
12013   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
12014   target-links: "../../_static/dpdk"
12015   data: "dpdk-3n-tsh-curr-iter-best"
12016   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
12017   layout:
12018     layout: "plot-hdrh-latency-percentile-x-log"
12019
12020 # - type: "plot"
12021 #   title: "Latency by percentile: DPDK 2n-tx2"
12022 #   algorithm: "plot_hdrh_lat_by_percentile_x_log"
12023 #   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-tx2"
12024 #   output-file-links: "{DIR[LAT,DPDK]}/2n-tx2.rst"
12025 #   target-links: "../../_static/dpdk"
12026 #   data: "dpdk-2n-tx2-curr-iter-best"
12027 #   filter: "'1T1C' and 'NIC_Intel-XL710'"
12028 #   layout:
12029 #     layout: "plot-hdrh-latency-percentile-x-log"
12030
12031 ###############################################################################
12032
12033 - type: "plot"
12034   title: "Throughput: 2n-skx-128kb-{core}-ip4routing-iperf3"
12035   algorithm: "plot_mrr_box_name"
12036   output-file: "{DIR[STATIC,VPP]}/2n-skx-128kb-{core}-ip4routing-iperf3"
12037   data: "vpp-2n-skx-curr-gso"
12038   core: ["1t1c", "2t2c", "4t4c"]
12039   include:
12040     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Tap-Gso-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2tap-gso-iperf3-mrr"
12041     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Tap-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2tap-iperf3-mrr"
12042     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Vhost-Gso-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2vhost-gso-iperf3-mrr"
12043     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Vhost-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2vhost-iperf3-mrr"
12044   layout:
12045     title: "2n-skx-128kb-{core}-ip4routing-iperf3"
12046     layout: "plot-throughput-gbps"
12047
12048 - type: "plot"
12049   title: "Throughput: 2n-clx-128kb-{core}-ip4routing-iperf3"
12050   algorithm: "plot_mrr_box_name"
12051   output-file: "{DIR[STATIC,VPP]}/2n-clx-128kb-{core}-ip4routing-iperf3"
12052   data: "vpp-2n-clx-curr-iter-gso"
12053   core: ["1t1c", "2t2c", "4t4c"]
12054   include:
12055     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Tap-Gso-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2tap-gso-iperf3-mrr"
12056     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Tap-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2tap-iperf3-mrr"
12057     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Vhost-Gso-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2vhost-gso-iperf3-mrr"
12058     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Vhost-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2vhost-iperf3-mrr"
12059   layout:
12060     title: "2n-clx-128kb-{core}-ip4routing-iperf3"
12061     layout: "plot-throughput-gbps"
12062
12063 - type: "plot"
12064   title: "Throughput: 2n-zn2-128kb-{core}-ip4routing-iperf3"
12065   algorithm: "plot_mrr_box_name"
12066   output-file: "{DIR[STATIC,VPP]}/2n-zn2-128kb-{core}-ip4routing-iperf3"
12067   data: "vpp-2n-zn2-curr-iter-gso"
12068   core: ["1t1c", "2t2c", "4t4c"]
12069   include:
12070     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Tap-Gso-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2tap-gso-iperf3-mrr"
12071     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Tap-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2tap-iperf3-mrr"
12072     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Vhost-Gso-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2vhost-gso-iperf3-mrr"
12073     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Vhost-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2vhost-iperf3-mrr"
12074   layout:
12075     title: "2n-zn2-128kb-{core}-ip4routing-iperf3"
12076     layout: "plot-throughput-gbps"