4 # Top level directories:
8 DIR[BUILD,HTML]: "_build"
9 DIR[BUILD,LATEX]: "_build_latex"
12 DIR[RST]: "../../../docs/report"
15 ## Input data files (.zip, .xml)
16 DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17 ## Static source files from git
18 DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19 DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
22 DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23 DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24 DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25 DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27 # Detailed test results
28 DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29 DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30 DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31 DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32 DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
33 DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
34 DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
35 DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
36 DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37 DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38 DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39 DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
40 DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
41 DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
42 DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
43 DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
44 DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
45 DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
46 DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
47 DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
49 # Detailed test configurations
50 DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
51 DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
52 DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
53 DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
54 DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
55 DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
56 DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
57 DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
58 DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
59 DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
60 DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
61 DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
63 # Detailed tests operational data
64 DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
65 DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
66 DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
67 DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
68 DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
70 # .css patch file to fix tables generated by Sphinx
71 DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
72 DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
75 URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
76 URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
77 URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/{release}/robot-plugin.zip"
78 # URL[VIRL,DNV]: "http://download.it/from/nexus"
79 URL[NEXUS]: "https://docs.fd.io/csit"
80 DIR[NEXUS]: "report/_static/archive"
83 # List the directories which are created while preparing the environment.
84 # All directories MUST be defined in "paths" section.
91 - "DIR[WORKING,SRC,STATIC]"
94 # List the directories which are deleted while cleaning the environment.
95 # All directories MUST be defined in "paths" section.
100 # List the directories where the results (build) is stored.
101 # All directories MUST be defined in "paths" section.
105 - type: "configuration"
122 pci-g3-x8: 74404761.90
123 pci-g3-x16: 148809523.81
127 ###########################################################################
132 plot-vpp-throughput-lat-tsa-3n-hsw:
133 # TODO: Add 1904 data
134 csit-vpp-perf-verify-1904-3n-hsw:
137 plot-vpp-http-server-performance:
138 # TODO: Replace with 1904 data
139 # csit-vpp-perf-verify-1904-3n-hsw:
140 csit-vpp-perf-verify-1810-3n-hsw:
152 plot-ligato-throughput-lat-tsa-3n-hsw:
153 # TODO: Replace with 1904 data
154 # csit-ligato-perf-verify-1904-3n-hsw:
155 csit-ligato-perf-verify-1901-3n-hsw:
167 plot-dpdk-throughput-latency-3n-hsw:
168 # TODO: Add 1904 data
169 csit-dpdk-perf-verify-1904-3n-hsw:
174 plot-vpp-throughput-lat-tsa-3n-skx:
175 # TODO: Add 1904 data
176 csit-vpp-perf-verify-1904-3n-skx:
179 plot-dpdk-throughput-latency-3n-skx:
180 # TODO: Add 1904 data
181 csit-dpdk-perf-verify-1904-3n-skx:
186 plot-vpp-throughput-lat-tsa-2n-skx:
187 # TODO: Add 1904 data
188 csit-vpp-perf-verify-1904-2n-skx:
191 plot-vpp-soak-2n-skx:
192 # TODO: Replace with 1904 data
193 # csit-vpp-perf-verify-1904-2n-skx:
194 csit-vpp-perf-verify-1901-2n-skx:
198 # TODO: Replace with 1904 data
199 # csit-vpp-perf-verify-1904-2n-skx:
200 csit-vpp-perf-verify-1901-2n-skx:
207 plot-vpp-nfv-2n-skx-mrr:
208 # TODO: Replace with 1904 data
209 # csit-vpp-perf-verify-1904-2n-skx:
210 csit-vpp-perf-verify-1901-2n-skx:
217 plot-dpdk-throughput-latency-2n-skx:
218 # TODO: Add 1904 data
219 csit-dpdk-perf-verify-1904-2n-skx:
226 # TODO: Replace with 1904 data
227 # intel-dnv-vpp-release-1904:
228 intel-dnv-vpp-release-1901:
231 ###########################################################################
232 # Simple tables (only one data set):
236 vpp-nic-comparison-3n-hsw:
237 # TODO: Add 1904 data
238 csit-vpp-perf-verify-1904-3n-hsw:
241 vpp-nic-comparison-3n-skx:
242 # TODO: Add 1904 data
243 csit-vpp-perf-verify-1904-3n-skx:
246 vpp-nic-comparison-2n-skx:
247 # TODO: Add 1904 data
248 csit-vpp-perf-verify-1904-2n-skx:
251 vpp-nic-comparison-3n-hsw-mrr:
252 csit-vpp-perf-verify-1904-3n-hsw:
255 vpp-nic-comparison-3n-skx-mrr:
256 csit-vpp-perf-verify-1904-3n-skx:
259 vpp-nic-comparison-2n-skx-mrr:
260 csit-vpp-perf-verify-1904-2n-skx:
265 vpp-perf-results-3n-hsw:
266 # TODO: Replace with 1904 data
267 # csit-vpp-perf-verify-1904-3n-hsw:
268 csit-vpp-perf-verify-1901-3n-hsw:
274 vpp-perf-results-3n-skx:
275 # TODO: Replace with 1904 data
276 # csit-vpp-perf-verify-1904-3n-skx:
277 csit-vpp-perf-verify-1901-3n-skx:
283 vpp-perf-results-2n-skx:
284 # TODO: Replace with 1904 data
285 # csit-vpp-perf-verify-1904-2n-skx:
286 csit-vpp-perf-verify-1901-2n-skx:
292 vpp-mrr-results-3n-hsw:
293 csit-vpp-perf-verify-1904-3n-hsw:
296 vpp-mrr-results-3n-skx:
297 csit-vpp-perf-verify-1904-3n-skx:
300 vpp-mrr-results-2n-skx:
301 csit-vpp-perf-verify-1904-2n-skx:
304 vpp-func-results-ubuntu:
305 csit-vpp-functional-1904-ubuntu1604-virl:
308 vpp-func-results-centos:
309 csit-vpp-functional-1904-centos7-virl:
312 vpp-device-results-ubuntu:
313 csit-vpp-device-1904-ubuntu1804-1n-skx:
317 ligato-perf-results-3n-hsw:
318 # TODO: Replace with 1904 data
319 # csit-ligato-perf-verify-1904-3n-hsw:
320 csit-ligato-perf-verify-1901-3n-hsw:
323 dpdk-perf-results-3n-hsw:
324 csit-dpdk-perf-verify-1904-3n-hsw:
327 dpdk-perf-results-3n-skx:
328 csit-dpdk-perf-verify-1904-3n-skx:
331 dpdk-perf-results-2n-skx:
332 csit-dpdk-perf-verify-1904-2n-skx:
335 # HoneyComb Functional
337 # TODO: Replace with 1904 data
338 # csit-hc2vpp-verify-func-1904-ubuntu1604:
339 csit-hc2vpp-verify-func-1901-ubuntu1604:
342 # # NSH SFC Functional
345 # csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
350 csit-dmm-functional-1904-ubuntu1604-virl:
353 ###########################################################################
354 # Tables (more than one data set)
356 # Performance changes
358 intel-dnv-vpp-changes-2n-dnv-h1:
359 intel-dnv-vpp-release-1810:
361 intel-dnv-vpp-changes-2n-dnv-ref:
362 intel-dnv-vpp-release-1901:
364 intel-dnv-vpp-changes-2n-dnv-cmp:
365 # TODO: Replace with 1904 data
366 # intel-dnv-vpp-release-1904:
367 intel-dnv-vpp-release-1901:
369 intel-dnv-vpp-changes-2n-dnv:
370 - "intel-dnv-vpp-changes-2n-dnv-h1"
371 - "intel-dnv-vpp-changes-2n-dnv-ref"
372 - "intel-dnv-vpp-changes-2n-dnv-cmp"
374 vpp-performance-changes-3n-hsw-h1:
375 csit-vpp-perf-verify-1810-3n-hsw:
386 vpp-performance-changes-3n-hsw-ref:
387 csit-vpp-perf-verify-1901-3n-hsw:
408 vpp-performance-changes-3n-hsw-cmp:
409 # TODO: Add 1904 data
410 csit-vpp-perf-verify-1904-3n-hsw
412 vpp-performance-changes-3n-hsw:
413 - "vpp-performance-changes-3n-hsw-h1"
414 - "vpp-performance-changes-3n-hsw-ref"
415 - "vpp-performance-changes-3n-hsw-cmp"
417 vpp-performance-changes-3n-skx-h1:
418 csit-vpp-perf-verify-1810-3n-skx:
429 vpp-performance-changes-3n-skx-ref:
430 csit-vpp-perf-verify-1901-3n-skx:
451 vpp-performance-changes-3n-skx-cmp:
452 # TODO: Add 1904 data
453 csit-vpp-perf-verify-1904-3n-skx:
455 vpp-performance-changes-3n-skx:
456 - "vpp-performance-changes-3n-skx-h1"
457 - "vpp-performance-changes-3n-skx-ref"
458 - "vpp-performance-changes-3n-skx-cmp"
460 vpp-performance-changes-2n-skx-h1:
461 csit-vpp-perf-verify-1810-2n-skx:
472 vpp-performance-changes-2n-skx-ref:
473 csit-vpp-perf-verify-1901-2n-skx:
484 vpp-performance-changes-2n-skx-cmp:
485 # TODO: Add 1904 data
486 csit-vpp-perf-verify-1904-2n-skx:
488 vpp-performance-changes-2n-skx:
489 - "vpp-performance-changes-2n-skx-h1"
490 - "vpp-performance-changes-2n-skx-ref"
491 - "vpp-performance-changes-2n-skx-cmp"
493 vpp-performance-changes-3n-hsw-mrr-h1:
494 csit-vpp-perf-verify-1810-3n-hsw:
496 vpp-performance-changes-3n-hsw-mrr-ref:
497 csit-vpp-perf-verify-1901-3n-hsw:
499 vpp-performance-changes-3n-hsw-mrr-cmp:
500 csit-vpp-perf-verify-1904-3n-hsw:
502 vpp-performance-changes-3n-hsw-mrr:
503 - "vpp-performance-changes-3n-hsw-mrr-h1"
504 - "vpp-performance-changes-3n-hsw-mrr-ref"
505 - "vpp-performance-changes-3n-hsw-mrr-cmp"
507 vpp-performance-changes-3n-skx-mrr-h1:
508 csit-vpp-perf-verify-1810-3n-skx:
513 vpp-performance-changes-3n-skx-mrr-ref:
514 csit-vpp-perf-verify-1901-3n-skx:
516 vpp-performance-changes-3n-skx-mrr-cmp:
517 csit-vpp-perf-verify-1904-3n-skx:
519 vpp-performance-changes-3n-skx-mrr:
520 - "vpp-performance-changes-3n-skx-mrr-h1"
521 - "vpp-performance-changes-3n-skx-mrr-ref"
522 - "vpp-performance-changes-3n-skx-mrr-cmp"
524 vpp-performance-changes-2n-skx-mrr-h1:
525 csit-vpp-perf-verify-1810-2n-skx:
530 vpp-performance-changes-2n-skx-mrr-ref:
531 csit-vpp-perf-verify-1901-2n-skx:
533 vpp-performance-changes-2n-skx-mrr-cmp:
534 csit-vpp-perf-verify-1904-2n-skx:
536 vpp-performance-changes-2n-skx-mrr:
537 - "vpp-performance-changes-2n-skx-mrr-h1"
538 - "vpp-performance-changes-2n-skx-mrr-ref"
539 - "vpp-performance-changes-2n-skx-mrr-cmp"
541 dpdk-performance-changes-3n-hsw-h1:
542 csit-dpdk-perf-verify-1810-3n-hsw:
553 dpdk-performance-changes-3n-hsw-ref:
554 csit-dpdk-perf-verify-1901-3n-hsw:
565 dpdk-performance-changes-3n-hsw-cmp:
566 # TODO: Add 1904 data
567 csit-dpdk-perf-verify-1904-3n-hsw:
569 dpdk-performance-changes-3n-hsw:
570 - "dpdk-performance-changes-3n-hsw-h1"
571 - "dpdk-performance-changes-3n-hsw-ref"
572 - "dpdk-performance-changes-3n-hsw-cmp"
574 dpdk-performance-changes-3n-skx-h1:
575 csit-dpdk-perf-verify-1810-3n-skx:
586 dpdk-performance-changes-3n-skx-ref:
587 csit-dpdk-perf-verify-1901-3n-skx:
598 dpdk-performance-changes-3n-skx-cmp:
599 # TODO: Add 1904 data
600 csit-dpdk-perf-verify-1904-3n-skx:
602 dpdk-performance-changes-3n-skx:
603 - "dpdk-performance-changes-3n-skx-h1"
604 - "dpdk-performance-changes-3n-skx-ref"
605 - "dpdk-performance-changes-3n-skx-cmp"
607 dpdk-performance-changes-2n-skx-h1:
608 csit-dpdk-perf-verify-1810-2n-skx:
619 dpdk-performance-changes-2n-skx-ref:
620 csit-dpdk-perf-verify-1901-2n-skx:
631 dpdk-performance-changes-2n-skx-cmp:
632 # TODO: Add 1904 data
633 csit-dpdk-perf-verify-1904-2n-skx:
635 dpdk-performance-changes-2n-skx:
636 - "dpdk-performance-changes-2n-skx-h1"
637 - "dpdk-performance-changes-2n-skx-ref"
638 - "dpdk-performance-changes-2n-skx-cmp"
642 vpp-compare-testbeds-ref:
643 # TODO: Add 1904 data
644 csit-vpp-perf-verify-1904-3n-hsw:
646 vpp-compare-testbeds-cmp:
647 # TODO: Add 1904 data
648 csit-vpp-perf-verify-1904-3n-skx:
650 vpp-compare-testbeds:
651 - "vpp-compare-testbeds-ref"
652 - "vpp-compare-testbeds-cmp"
654 vpp-compare-testbeds-mrr-ref:
655 csit-vpp-perf-verify-1904-3n-hsw:
657 vpp-compare-testbeds-mrr-cmp:
658 csit-vpp-perf-verify-1904-3n-skx:
660 vpp-compare-testbeds-mrr:
661 - "vpp-compare-testbeds-mrr-ref"
662 - "vpp-compare-testbeds-mrr-cmp"
664 dpdk-compare-testbeds-ref:
665 # TODO: Add 1904 data
666 csit-dpdk-perf-verify-1904-3n-hsw:
668 dpdk-compare-testbeds-cmp:
669 # TODO: Add 1904 data
670 csit-dpdk-perf-verify-1904-3n-skx:
672 dpdk-compare-testbeds:
673 - "dpdk-compare-testbeds-ref"
674 - "dpdk-compare-testbeds-cmp"
678 vpp-compare-topologies-ref:
679 # TODO: Add 1904 data
680 csit-vpp-perf-verify-1904-3n-skx:
682 vpp-compare-topologies-cmp:
683 # TODO: Add 1904 data
684 csit-vpp-perf-verify-1904-2n-skx:
686 vpp-compare-topologies:
687 - "vpp-compare-topologies-ref"
688 - "vpp-compare-topologies-cmp"
690 vpp-compare-topologies-mrr-ref:
691 csit-vpp-perf-verify-1904-3n-skx:
693 vpp-compare-topologies-mrr-cmp:
694 csit-vpp-perf-verify-1904-2n-skx:
696 vpp-compare-topologies-mrr:
697 - "vpp-compare-topologies-mrr-ref"
698 - "vpp-compare-topologies-mrr-cmp"
700 dpdk-compare-topologies-ref:
701 # TODO: Add 1904 data
702 csit-dpdk-perf-verify-1904-3n-skx:
704 dpdk-compare-topologies-cmp:
705 # TODO: Add 1904 data
706 csit-dpdk-perf-verify-1904-2n-skx:
708 dpdk-compare-topologies:
709 - "dpdk-compare-topologies-ref"
710 - "dpdk-compare-topologies-cmp"
714 plot-soak-throughput:
718 title: "<b>Test Cases [Index]</b>"
723 gridcolor: "rgb(230, 230, 230)"
724 linecolor: "rgb(220, 220, 220)"
729 tickcolor: "rgb(220, 220, 220)"
735 title: "<b>Packet Throughput [Mpps]</b>"
738 gridcolor: "rgb(230, 230, 230)"
741 linecolor: "rgb(220, 220, 220)"
746 tickcolor: "rgb(220, 220, 220)"
765 plot-service-density:
774 showticklabels: False
780 autorange: "reversed"
783 showticklabels: False
797 title: "<b>Test Cases [Index]</b>"
802 gridcolor: "rgb(230, 230, 230)"
803 linecolor: "rgb(220, 220, 220)"
808 tickcolor: "rgb(220, 220, 220)"
814 title: "<b>Connections Per Second [cps]</b>"
817 gridcolor: "rgb(230, 230, 230)"
819 linecolor: "rgb(220, 220, 220)"
825 tickcolor: "rgb(220, 220, 220)"
850 title: "<b>Test Cases [Index]</b>"
855 gridcolor: "rgb(230, 230, 230)"
856 linecolor: "rgb(220, 220, 220)"
861 tickcolor: "rgb(220, 220, 220)"
867 title: "<b>Requests Per Second [rps]</b>"
870 gridcolor: "rgb(230, 230, 230)"
872 linecolor: "rgb(220, 220, 220)"
878 tickcolor: "rgb(230, 230, 230)"
903 title: "<b>Test Cases [Index]</b>"
908 gridcolor: "rgb(230, 230, 230)"
909 linecolor: "rgb(220, 220, 220)"
914 tickcolor: "rgb(220, 220, 220)"
920 title: "<b>Packet Throughput [Mpps]</b>"
923 gridcolor: "rgb(230, 230, 230)"
926 linecolor: "rgb(220, 220, 220)"
931 tickcolor: "rgb(220, 220, 220)"
952 plot-throughput-speedup-analysis:
956 title: "<b>Number of Cores [Qty]</b>"
961 gridcolor: "rgb(230, 230, 230)"
962 linecolor: "rgb(220, 220, 220)"
967 tickcolor: "rgb(238, 238, 238)"
973 title: "<b>Packet Throughput [Mpps]</b>"
977 gridcolor: "rgb(230, 230, 230)"
979 linecolor: "rgb(220, 220, 220)"
984 tickcolor: "rgb(220, 220, 220)"
999 bgcolor: "rgba(255, 255, 255, 0)"
1000 bordercolor: "rgba(255, 255, 255, 0)"
1001 traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1025 family: "Consolas, Courier New",
1030 text: " Perfect Measured Limit",
1040 family: "Consolas, Courier New",
1050 title: "<b>Direction</b>"
1055 gridcolor: "rgb(230, 230, 230)"
1056 linecolor: "rgb(220, 220, 220)"
1060 showticklabels: False
1061 tickcolor: "rgb(220, 220, 220)"
1067 title: "<b>Packet Latency [uSec]</b>"
1071 gridcolor: "rgb(230, 230, 230)"
1073 linecolor: "rgb(220, 220, 220)"
1077 showticklabels: True
1078 tickcolor: "rgb(220, 220, 220)"
1088 traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1102 src-path: "{DIR[RST]}"
1103 dst-path: "{DIR[WORKING,SRC]}"
1107 file-name: "robot-plugin.zip"
1109 download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1110 extract: "robot-plugin/output.xml"
1113 # TODO: Add 1904 data
1114 # intel-dnv-vpp-release-1904:
1117 intel-dnv-vpp-release-1901:
1120 intel-dnv-vpp-release-1810:
1123 csit-vpp-perf-verify-1810-3n-hsw:
1149 csit-vpp-perf-verify-1901-3n-hsw:
1175 # TODO: Add 1904 Data
1176 csit-vpp-perf-verify-1904-3n-hsw:
1180 csit-vpp-perf-verify-1810-3n-skx:
1197 csit-vpp-perf-verify-1901-3n-skx:
1223 # TODO: Add 1904 data
1224 csit-vpp-perf-verify-1904-3n-skx:
1228 csit-vpp-perf-verify-1810-2n-skx:
1245 csit-vpp-perf-verify-1901-2n-skx:
1272 # TODO: Add 1904 data
1273 csit-vpp-perf-verify-1904-2n-skx:
1278 csit-ligato-perf-verify-1901-3n-hsw:
1290 # TODO: Add 1904 data
1291 # csit-ligato-perf-verify-1904-3n-hsw:
1294 csit-dpdk-perf-verify-1810-3n-hsw:
1305 csit-dpdk-perf-verify-1901-3n-hsw:
1316 # TODO: Add 1904 data
1317 csit-dpdk-perf-verify-1904-3n-hsw:
1320 csit-dpdk-perf-verify-1810-3n-skx:
1331 csit-dpdk-perf-verify-1901-3n-skx:
1342 # TODO: Add 1904 data
1343 csit-dpdk-perf-verify-1904-3n-skx:
1346 csit-dpdk-perf-verify-1810-2n-skx:
1357 csit-dpdk-perf-verify-1901-2n-skx:
1368 # TODO: Add 1904 data
1369 csit-dpdk-perf-verify-1904-2n-skx:
1372 csit-vpp-functional-1904-ubuntu1604-virl:
1374 csit-vpp-functional-1904-centos7-virl:
1376 csit-vpp-device-1904-ubuntu1804-1n-skx:
1379 # csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1381 csit-dmm-functional-1904-ubuntu1604-virl:
1383 csit-hc2vpp-verify-func-1901-ubuntu1604:
1385 # TODO: Add 1904 data
1386 # csit-hc2vpp-verify-func-1904-ubuntu1604:
1397 ################################################################################
1399 ################################################################################
1401 # VPP Compare NICs 3n-hsw 1t1c ndr
1403 title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1404 algorithm: "table_nics_comparison"
1405 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1408 nic: "NIC_Intel-X520-DA2"
1411 nic: "NIC_Intel-X710"
1412 data: "vpp-nic-comparison-3n-hsw"
1413 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1414 filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1421 # VPP Compare NICs 3n-hsw 2t2c ndr
1423 title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1424 algorithm: "table_nics_comparison"
1425 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1428 nic: "NIC_Intel-X520-DA2"
1431 nic: "NIC_Intel-X710"
1432 data: "vpp-nic-comparison-3n-hsw"
1433 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1434 filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1441 # VPP Compare NICs 3n-hsw 1t1c pdr
1443 title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1444 algorithm: "table_nics_comparison"
1445 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1448 nic: "NIC_Intel-X520-DA2"
1451 nic: "NIC_Intel-X710"
1452 data: "vpp-nic-comparison-3n-hsw"
1453 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1454 filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1461 # VPP Compare NICs 3n-hsw 2t2c pdr
1463 title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1464 algorithm: "table_nics_comparison"
1465 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1468 nic: "NIC_Intel-X520-DA2"
1471 nic: "NIC_Intel-X710"
1472 data: "vpp-nic-comparison-3n-hsw"
1473 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1474 filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1481 # VPP Compare NICs 3n-hsw 1t1c mrr
1483 title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1484 algorithm: "table_nics_comparison"
1485 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1488 nic: "NIC_Intel-X520-DA2"
1491 nic: "NIC_Intel-X710"
1492 data: "vpp-nic-comparison-3n-hsw-mrr"
1493 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1494 filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1501 # VPP Compare NICs 3n-hsw 2t2c mrr
1503 title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1504 algorithm: "table_nics_comparison"
1505 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1508 nic: "NIC_Intel-X520-DA2"
1511 nic: "NIC_Intel-X710"
1512 data: "vpp-nic-comparison-3n-hsw-mrr"
1513 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1514 filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1521 # VPP Compare NICs 3n-hsw 4t4c mrr
1523 title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1524 algorithm: "table_nics_comparison"
1525 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1528 nic: "NIC_Intel-X520-DA2"
1531 nic: "NIC_Intel-X710"
1532 data: "vpp-nic-comparison-3n-hsw-mrr"
1533 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1534 filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1541 # VPP Compare NICs 3n-skx 2t1c ndr
1543 title: "VPP Compare NICs 3n-skx 2t1c ndr"
1544 algorithm: "table_nics_comparison"
1545 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1548 nic: "NIC_Intel-X710"
1550 title: "Intel-xxv710"
1551 nic: "NIC_Intel-XXV710"
1552 data: "vpp-nic-comparison-3n-skx"
1553 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1554 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1561 # VPP Compare NICs 3n-skx 4t2c ndr
1563 title: "VPP Compare NICs 3n-skx 4t2c ndr"
1564 algorithm: "table_nics_comparison"
1565 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1568 nic: "NIC_Intel-X710"
1570 title: "Intel-xxv710"
1571 nic: "NIC_Intel-XXV710"
1572 data: "vpp-nic-comparison-3n-skx"
1573 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1574 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1581 # VPP Compare NICs 3n-skx 2t1c pdr
1583 title: "VPP Compare NICs 3n-skx 2t1c pdr"
1584 algorithm: "table_nics_comparison"
1585 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1588 nic: "NIC_Intel-X710"
1590 title: "Intel-xxv710"
1591 nic: "NIC_Intel-XXV710"
1592 data: "vpp-nic-comparison-3n-skx"
1593 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1594 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1601 # VPP Compare NICs 3n-skx 4t2c pdr
1603 title: "VPP Compare NICs 3n-skx 4t2c pdr"
1604 algorithm: "table_nics_comparison"
1605 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1608 nic: "NIC_Intel-X710"
1610 title: "Intel-xxv710"
1611 nic: "NIC_Intel-XXV710"
1612 data: "vpp-nic-comparison-3n-skx"
1613 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1614 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1621 # VPP Compare NICs 3n-skx 2t1c mrr
1623 title: "VPP Compare NICs 3n-skx 2t1c mrr"
1624 algorithm: "table_nics_comparison"
1625 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1628 nic: "NIC_Intel-X710"
1630 title: "Intel-xxv710"
1631 nic: "NIC_Intel-XXV710"
1632 data: "vpp-nic-comparison-3n-skx-mrr"
1633 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1634 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1641 # VPP Compare NICs 3n-skx 4t2c mrr
1643 title: "VPP Compare NICs 3n-skx 4t2c mrr"
1644 algorithm: "table_nics_comparison"
1645 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1648 nic: "NIC_Intel-X710"
1650 title: "Intel-xxv710"
1651 nic: "NIC_Intel-XXV710"
1652 data: "vpp-nic-comparison-3n-skx-mrr"
1653 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1654 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1661 # VPP Compare NICs 3n-skx 8t4c mrr
1663 title: "VPP Compare NICs 3n-skx 8t4c mrr"
1664 algorithm: "table_nics_comparison"
1665 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1668 nic: "NIC_Intel-X710"
1670 title: "Intel-xxv710"
1671 nic: "NIC_Intel-XXV710"
1672 data: "vpp-nic-comparison-3n-skx-mrr"
1673 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1674 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1681 # VPP Compare NICs 2n-skx 2t1c ndr
1683 title: "VPP Compare NICs 2n-skx 2t1c ndr"
1684 algorithm: "table_nics_comparison"
1685 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1688 nic: "NIC_Intel-X710"
1690 title: "Intel-xxv710"
1691 nic: "NIC_Intel-XXV710"
1692 data: "vpp-nic-comparison-2n-skx"
1693 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1694 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1701 # VPP Compare NICs 2n-skx 4t2c ndr
1703 title: "VPP Compare NICs 2n-skx 4t2c ndr"
1704 algorithm: "table_nics_comparison"
1705 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1708 nic: "NIC_Intel-X710"
1710 title: "Intel-xxv710"
1711 nic: "NIC_Intel-XXV710"
1712 data: "vpp-nic-comparison-2n-skx"
1713 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1714 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1721 # VPP Compare NICs 2n-skx 2t1c pdr
1723 title: "VPP Compare NICs 2n-skx 2t1c pdr"
1724 algorithm: "table_nics_comparison"
1725 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1728 nic: "NIC_Intel-X710"
1730 title: "Intel-xxv710"
1731 nic: "NIC_Intel-XXV710"
1732 data: "vpp-nic-comparison-2n-skx"
1733 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1734 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1741 # VPP Compare NICs 2n-skx 4t2c pdr
1743 title: "VPP Compare NICs 2n-skx 4t2c pdr"
1744 algorithm: "table_nics_comparison"
1745 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1748 nic: "NIC_Intel-X710"
1750 title: "Intel-xxv710"
1751 nic: "NIC_Intel-XXV710"
1752 data: "vpp-nic-comparison-2n-skx"
1753 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1754 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1761 # VPP Compare NICs 2n-skx 2t1c mrr
1763 title: "VPP Compare NICs 2n-skx 2t1c mrr"
1764 algorithm: "table_nics_comparison"
1765 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1768 nic: "NIC_Intel-X710"
1770 title: "Intel-xxv710"
1771 nic: "NIC_Intel-XXV710"
1772 data: "vpp-nic-comparison-2n-skx-mrr"
1773 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1774 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1781 # VPP Compare NICs 2n-skx 4t2c mrr
1783 title: "VPP Compare NICs 2n-skx 4t2c mrr"
1784 algorithm: "table_nics_comparison"
1785 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1788 nic: "NIC_Intel-X710"
1790 title: "Intel-xxv710"
1791 nic: "NIC_Intel-XXV710"
1792 data: "vpp-nic-comparison-2n-skx-mrr"
1793 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1794 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1801 # VPP Compare NICs 2n-skx 8t4c mrr
1803 title: "VPP Compare NICs 2n-skx 8t4c mrr"
1804 algorithm: "table_nics_comparison"
1805 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1808 nic: "NIC_Intel-X710"
1810 title: "Intel-xxv710"
1811 nic: "NIC_Intel-XXV710"
1812 data: "vpp-nic-comparison-2n-skx-mrr"
1813 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1814 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1821 ################################################################################
1824 # VPP Performance Changes 2n-dnv 1t1c pdr
1826 title: "VPP Performance Changes 2n-dnv 1t1c pdr"
1827 algorithm: "table_performance_comparison"
1828 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
1831 data: "intel-dnv-vpp-changes-2n-dnv-h1"
1834 data: "intel-dnv-vpp-changes-2n-dnv-ref"
1837 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1838 data: "intel-dnv-vpp-changes-2n-dnv"
1839 include-tests: "PDR"
1840 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1846 # VPP Performance Changes 2n-dnv 2t2c pdr
1848 title: "VPP Performance Changes 2n-dnv 2t2c pdr"
1849 algorithm: "table_performance_comparison"
1850 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
1853 data: "intel-dnv-vpp-changes-2n-dnv-h1"
1856 data: "intel-dnv-vpp-changes-2n-dnv-ref"
1859 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1860 data: "intel-dnv-vpp-changes-2n-dnv"
1861 include-tests: "PDR"
1862 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1868 # VPP Performance Changes 2n-dnv 1t1c ndr
1870 title: "VPP Performance Changes 2n-dnv 1t1c ndr"
1871 algorithm: "table_performance_comparison"
1872 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
1875 data: "intel-dnv-vpp-changes-2n-dnv-h1"
1878 data: "intel-dnv-vpp-changes-2n-dnv-ref"
1881 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1882 data: "intel-dnv-vpp-changes-2n-dnv"
1883 include-tests: "NDR"
1884 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1890 # VPP Performance Changes 2n-dnv 2t2c ndr
1892 title: "VPP Performance Changes 2n-dnv 2t2c ndr"
1893 algorithm: "table_performance_comparison"
1894 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
1897 data: "intel-dnv-vpp-changes-2n-dnv-h1"
1900 data: "intel-dnv-vpp-changes-2n-dnv-ref"
1903 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1904 data: "intel-dnv-vpp-changes-2n-dnv"
1905 include-tests: "NDR"
1906 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1912 # VPP Performance Changes 2n-dnv 1t1c MRR
1914 title: "VPP Performance Changes 2n-dnv 1t1c MRR"
1915 algorithm: "table_performance_comparison"
1916 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
1919 data: "intel-dnv-vpp-changes-2n-dnv-h1"
1922 data: "intel-dnv-vpp-changes-2n-dnv-ref"
1925 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1926 data: "intel-dnv-vpp-changes-2n-dnv"
1927 include-tests: "MRR"
1928 filter: "'1T1C' and 'MRR'"
1934 # VPP Performance Changes 2n-dnv 2t2c MRR
1936 title: "VPP Performance Changes 2n-dnv 2t2c MRR"
1937 algorithm: "table_performance_comparison"
1938 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
1941 data: "intel-dnv-vpp-changes-2n-dnv-h1"
1944 data: "intel-dnv-vpp-changes-2n-dnv-ref"
1947 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1948 data: "intel-dnv-vpp-changes-2n-dnv"
1949 include-tests: "MRR"
1950 filter: "'2T2C' and 'MRR'"
1956 # VPP Performance Changes 2n-dnv 4t4c MRR
1958 title: "VPP Performance Changes 2n-dnv 4t4c MRR"
1959 algorithm: "table_performance_comparison"
1960 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
1963 data: "intel-dnv-vpp-changes-2n-dnv-h1"
1966 data: "intel-dnv-vpp-changes-2n-dnv-ref"
1969 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1970 data: "intel-dnv-vpp-changes-2n-dnv"
1971 include-tests: "MRR"
1972 filter: "'4T4C' and 'MRR'"
1978 # VPP Performance Changes 3n-hsw 1t1c pdr
1980 title: "VPP Performance Changes 3n-hsw 1t1c pdr"
1981 algorithm: "table_performance_comparison"
1982 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
1985 data: "vpp-performance-changes-3n-hsw-h1"
1988 data: "vpp-performance-changes-3n-hsw-ref"
1991 data: "vpp-performance-changes-3n-hsw-cmp"
1992 data: "vpp-performance-changes-3n-hsw"
1993 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1994 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2000 # VPP Performance Changes 3n-hsw 2t2c pdr
2002 title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2003 algorithm: "table_performance_comparison"
2004 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2007 data: "vpp-performance-changes-3n-hsw-h1"
2010 data: "vpp-performance-changes-3n-hsw-ref"
2013 data: "vpp-performance-changes-3n-hsw-cmp"
2014 data: "vpp-performance-changes-3n-hsw"
2015 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2016 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2022 # VPP Performance Changes 3n-hsw 1t1c ndr
2024 title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2025 algorithm: "table_performance_comparison"
2026 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2029 data: "vpp-performance-changes-3n-hsw-h1"
2032 data: "vpp-performance-changes-3n-hsw-ref"
2035 data: "vpp-performance-changes-3n-hsw-cmp"
2036 data: "vpp-performance-changes-3n-hsw"
2037 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2038 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2044 # VPP Performance Changes 3n-hsw 2t2c ndr
2046 title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2047 algorithm: "table_performance_comparison"
2048 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2051 data: "vpp-performance-changes-3n-hsw-h1"
2054 data: "vpp-performance-changes-3n-hsw-ref"
2057 data: "vpp-performance-changes-3n-hsw-cmp"
2058 data: "vpp-performance-changes-3n-hsw"
2059 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2060 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2066 # VPP Performance Changes 3n-skx 2t1c pdr
2068 title: "VPP Performance Changes 3n-skx 2t1c pdr"
2069 algorithm: "table_performance_comparison"
2070 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2073 data: "vpp-performance-changes-3n-skx-h1"
2076 data: "vpp-performance-changes-3n-skx-ref"
2079 data: "vpp-performance-changes-3n-skx-cmp"
2080 data: "vpp-performance-changes-3n-skx"
2081 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2082 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2088 # VPP Performance Changes 3n-skx 4t2c pdr
2090 title: "VPP Performance Changes 3n-skx 4t2c pdr"
2091 algorithm: "table_performance_comparison"
2092 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2095 data: "vpp-performance-changes-3n-skx-h1"
2098 data: "vpp-performance-changes-3n-skx-ref"
2101 data: "vpp-performance-changes-3n-skx-cmp"
2102 data: "vpp-performance-changes-3n-skx"
2103 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2104 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2110 # VPP Performance Changes 3n-skx 2t1c ndr
2112 title: "VPP Performance Changes 3n-skx 2t1c ndr"
2113 algorithm: "table_performance_comparison"
2114 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2117 data: "vpp-performance-changes-3n-skx-h1"
2120 data: "vpp-performance-changes-3n-skx-ref"
2123 data: "vpp-performance-changes-3n-skx-cmp"
2124 data: "vpp-performance-changes-3n-skx"
2125 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2126 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2132 # VPP Performance Changes 3n-skx 4t2c ndr
2134 title: "VPP Performance Changes 3n-skx 4t2c ndr"
2135 algorithm: "table_performance_comparison"
2136 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2139 data: "vpp-performance-changes-3n-skx-h1"
2142 data: "vpp-performance-changes-3n-skx-ref"
2145 data: "vpp-performance-changes-3n-skx-cmp"
2146 data: "vpp-performance-changes-3n-skx"
2147 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2148 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2154 # VPP Performance Changes 2n-skx 2t1c pdr
2156 title: "VPP Performance Changes 2n-skx 2t1c pdr"
2157 algorithm: "table_performance_comparison"
2158 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2161 data: "vpp-performance-changes-2n-skx-h1"
2164 data: "vpp-performance-changes-2n-skx-ref"
2167 data: "vpp-performance-changes-2n-skx-cmp"
2168 data: "vpp-performance-changes-2n-skx"
2169 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2170 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2176 # VPP Performance Changes 2n-skx 4t2c pdr
2178 title: "VPP Performance Changes 2n-skx 4t2c pdr"
2179 algorithm: "table_performance_comparison"
2180 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2183 data: "vpp-performance-changes-2n-skx-h1"
2186 data: "vpp-performance-changes-2n-skx-ref"
2189 data: "vpp-performance-changes-2n-skx-cmp"
2190 data: "vpp-performance-changes-2n-skx"
2191 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2192 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2198 # VPP Performance Changes 2n-skx 2t1c ndr
2200 title: "VPP Performance Changes 2n-skx 2t1c ndr"
2201 algorithm: "table_performance_comparison"
2202 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2205 data: "vpp-performance-changes-2n-skx-h1"
2208 data: "vpp-performance-changes-2n-skx-ref"
2211 data: "vpp-performance-changes-2n-skx-cmp"
2212 data: "vpp-performance-changes-2n-skx"
2213 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2214 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2220 # VPP Performance Changes 2n-skx 4t2c ndr
2222 title: "VPP Performance Changes 2n-skx 4t2c ndr"
2223 algorithm: "table_performance_comparison"
2224 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2227 data: "vpp-performance-changes-2n-skx-h1"
2230 data: "vpp-performance-changes-2n-skx-ref"
2233 data: "vpp-performance-changes-2n-skx-cmp"
2234 data: "vpp-performance-changes-2n-skx"
2235 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2236 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2242 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2244 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2245 algorithm: "table_performance_comparison"
2246 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2249 data: "vpp-compare-testbeds-ref"
2252 data: "vpp-compare-testbeds-cmp"
2253 data: "vpp-compare-testbeds"
2254 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2255 filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2261 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2263 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2264 algorithm: "table_performance_comparison"
2265 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2268 data: "vpp-compare-testbeds-ref"
2271 data: "vpp-compare-testbeds-cmp"
2272 data: "vpp-compare-testbeds"
2273 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2274 filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2280 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2282 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2283 algorithm: "table_performance_comparison"
2284 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2287 data: "vpp-compare-testbeds-ref"
2290 data: "vpp-compare-testbeds-cmp"
2291 data: "vpp-compare-testbeds"
2292 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2293 filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2299 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2301 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2302 algorithm: "table_performance_comparison"
2303 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2306 data: "vpp-compare-testbeds-ref"
2309 data: "vpp-compare-testbeds-cmp"
2310 data: "vpp-compare-testbeds"
2311 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2312 filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2318 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2320 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2321 algorithm: "table_performance_comparison"
2322 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2325 data: "vpp-compare-topologies-ref"
2328 data: "vpp-compare-topologies-cmp"
2329 data: "vpp-compare-topologies"
2330 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2331 filter: "'NDRPDR' and '1C'"
2337 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2339 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2340 algorithm: "table_performance_comparison"
2341 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2344 data: "vpp-compare-topologies-ref"
2347 data: "vpp-compare-topologies-cmp"
2348 data: "vpp-compare-topologies"
2349 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2350 filter: "'NDRPDR' and '2C'"
2356 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2358 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2359 algorithm: "table_performance_comparison"
2360 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2363 data: "vpp-compare-topologies-ref"
2366 data: "vpp-compare-topologies-cmp"
2367 data: "vpp-compare-topologies"
2368 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2369 filter: "'NDRPDR' and '1C'"
2375 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2377 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2378 algorithm: "table_performance_comparison"
2379 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2382 data: "vpp-compare-topologies-ref"
2385 data: "vpp-compare-topologies-cmp"
2386 data: "vpp-compare-topologies"
2387 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2388 filter: "'NDRPDR' and '2C'"
2394 # VPP Performance Changes 3n-hsw 1t1c MRR
2396 title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2397 algorithm: "table_performance_comparison"
2398 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2401 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2404 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2407 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2408 data: "vpp-performance-changes-3n-hsw-mrr"
2409 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2410 filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2416 # VPP Performance Changes 3n-hsw 2t2c MRR
2418 title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2419 algorithm: "table_performance_comparison"
2420 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2423 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2426 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2429 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2430 data: "vpp-performance-changes-3n-hsw-mrr"
2431 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2432 filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2438 # VPP Performance Changes 3n-hsw 4t4c MRR
2440 title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2441 algorithm: "table_performance_comparison"
2442 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2445 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2448 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2451 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2452 data: "vpp-performance-changes-3n-hsw-mrr"
2453 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2454 filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2460 # VPP Performance Changes 3n-skx 2t1c MRR
2462 title: "VPP Performance Changes 3n-skx 2t1c MRR"
2463 algorithm: "table_performance_comparison"
2464 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2467 data: "vpp-performance-changes-3n-skx-mrr-h1"
2470 data: "vpp-performance-changes-3n-skx-mrr-ref"
2473 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2474 data: "vpp-performance-changes-3n-skx-mrr"
2475 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2476 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2482 # VPP Performance Changes 3n-skx 4t2c MRR
2484 title: "VPP Performance Changes 3n-skx 4t2c MRR"
2485 algorithm: "table_performance_comparison"
2486 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2489 data: "vpp-performance-changes-3n-skx-mrr-h1"
2492 data: "vpp-performance-changes-3n-skx-mrr-ref"
2495 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2496 data: "vpp-performance-changes-3n-skx-mrr"
2497 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2498 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2504 # VPP Performance Changes 3n-skx 8t4c MRR
2506 title: "VPP Performance Changes 3n-skx 8t4c MRR"
2507 algorithm: "table_performance_comparison"
2508 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2511 data: "vpp-performance-changes-3n-skx-mrr-h1"
2514 data: "vpp-performance-changes-3n-skx-mrr-ref"
2517 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2518 data: "vpp-performance-changes-3n-skx-mrr"
2519 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2520 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2526 # VPP Performance Changes 2n-skx 2t1c MRR
2528 title: "VPP Performance Changes 2n-skx 2t1c MRR"
2529 algorithm: "table_performance_comparison"
2530 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2533 data: "vpp-performance-changes-2n-skx-mrr-h1"
2536 data: "vpp-performance-changes-2n-skx-mrr-ref"
2539 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2540 data: "vpp-performance-changes-2n-skx-mrr"
2541 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2542 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2548 # VPP Performance Changes 2n-skx 4t2c MRR
2550 title: "VPP Performance Changes 2n-skx 4t2c MRR"
2551 algorithm: "table_performance_comparison"
2552 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2555 data: "vpp-performance-changes-2n-skx-mrr-h1"
2558 data: "vpp-performance-changes-2n-skx-mrr-ref"
2561 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2562 data: "vpp-performance-changes-2n-skx-mrr"
2563 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2564 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2570 # VPP Performance Changes 2n-skx 8t4c MRR
2572 title: "VPP Performance Changes 2n-skx 8t4c MRR"
2573 algorithm: "table_performance_comparison"
2574 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2577 data: "vpp-performance-changes-2n-skx-mrr-h1"
2580 data: "vpp-performance-changes-2n-skx-mrr-ref"
2583 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2584 data: "vpp-performance-changes-2n-skx-mrr"
2585 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2586 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2592 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2594 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2595 algorithm: "table_performance_comparison"
2596 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2599 data: "vpp-compare-testbeds-mrr-ref"
2602 data: "vpp-compare-testbeds-mrr-cmp"
2603 data: "vpp-compare-testbeds-mrr"
2604 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2605 filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2611 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2613 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2614 algorithm: "table_performance_comparison"
2615 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2618 data: "vpp-compare-testbeds-mrr-ref"
2621 data: "vpp-compare-testbeds-mrr-cmp"
2622 data: "vpp-compare-testbeds-mrr"
2623 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2624 filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2630 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2632 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2633 algorithm: "table_performance_comparison"
2634 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2637 data: "vpp-compare-testbeds-mrr-ref"
2640 data: "vpp-compare-testbeds-mrr-cmp"
2641 data: "vpp-compare-testbeds-mrr"
2642 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2643 filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2649 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2651 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2652 algorithm: "table_performance_comparison"
2653 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2656 data: "vpp-compare-topologies-mrr-ref"
2659 data: "vpp-compare-topologies-mrr-cmp"
2660 data: "vpp-compare-topologies-mrr"
2661 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2662 filter: "'MRR' and '1C'"
2668 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2670 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2671 algorithm: "table_performance_comparison"
2672 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2675 data: "vpp-compare-topologies-mrr-ref"
2678 data: "vpp-compare-topologies-mrr-cmp"
2679 data: "vpp-compare-topologies-mrr"
2680 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2681 filter: "'MRR' and '2C'"
2687 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2689 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2690 algorithm: "table_performance_comparison"
2691 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2694 data: "vpp-compare-topologies-mrr-ref"
2697 data: "vpp-compare-topologies-mrr-cmp"
2698 data: "vpp-compare-topologies-mrr"
2699 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2700 filter: "'MRR' and '4C'"
2706 # Detailed Test Results - VPP Performance Results 3n-hsw
2708 title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2709 algorithm: "table_merged_details"
2710 output-file-ext: ".csv"
2711 output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2718 data: "vpp-perf-results-3n-hsw"
2719 filter: "not 'NDRCHK' and not 'PDRCHK'"
2725 # Detailed Test Results - VPP Performance Results 3n-skx
2727 title: "Detailed Test Results - VPP Performance Results 3n-skx"
2728 algorithm: "table_merged_details"
2729 output-file-ext: ".csv"
2730 output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2737 data: "vpp-perf-results-3n-skx"
2738 filter: "not 'NDRCHK' and not 'PDRCHK'"
2744 # Detailed Test Results - VPP Performance Results 2n-skx
2746 title: "Detailed Test Results - VPP Performance Results 2n-skx"
2747 algorithm: "table_merged_details"
2748 output-file-ext: ".csv"
2749 output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2756 data: "vpp-perf-results-2n-skx"
2757 filter: "not 'NDRCHK' and not 'PDRCHK'"
2763 # Detailed Test Results - VPP Performance Results 2n-dnv
2765 title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2766 algorithm: "table_details"
2767 output-file-ext: ".csv"
2768 output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2775 data: "intel-dnv-vpp"
2782 # Test configuration - VPP Performance Test Configs 3n-hsw
2784 title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2785 algorithm: "table_merged_details"
2786 output-file-ext: ".csv"
2787 output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2791 - title: "VPP API Test Commands History - Commands Used Per Test Case"
2792 data: "data conf-history"
2794 data: "vpp-perf-results-3n-hsw"
2795 filter: "not 'NDRCHK' and not 'PDRCHK'"
2801 # Test configuration - VPP Performance Test Configs 3n-skx
2803 title: "Test configuration - VPP Performance Test Configs 3n-skx"
2804 algorithm: "table_merged_details"
2805 output-file-ext: ".csv"
2806 output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2810 - title: "VPP API Test Commands History - Commands Used Per Test Case"
2811 data: "data conf-history"
2813 data: "vpp-perf-results-3n-skx"
2814 filter: "not 'NDRCHK' and not 'PDRCHK'"
2820 # Test configuration - VPP Performance Test Configs 2n-skx
2822 title: "Test configuration - VPP Performance Test Configs 2n-skx"
2823 algorithm: "table_merged_details"
2824 output-file-ext: ".csv"
2825 output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2829 - title: "VPP API Test Commands History - Commands Used Per Test Case"
2830 data: "data conf-history"
2832 data: "vpp-perf-results-2n-skx"
2833 filter: "not 'NDRCHK' and not 'PDRCHK'"
2839 # Test configuration - VPP Performance Test Configs 2n-dnv
2841 title: "Test configuration - VPP Performance Test Configs 2n-dnv"
2842 algorithm: "table_details"
2843 output-file-ext: ".csv"
2844 output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
2848 - title: "VPP API Test Commands History - Commands Used Per Test Case"
2849 data: "data conf-history"
2851 data: "intel-dnv-vpp"
2858 # Test Operational Data - VPP Performance Operational Data 3n-hsw
2860 title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
2861 algorithm: "table_merged_details"
2862 output-file-ext: ".csv"
2863 output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
2867 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2868 data: "data show-run"
2870 data: "vpp-perf-results-3n-hsw"
2871 filter: "not 'NDRCHK' and not 'PDRCHK'"
2877 # Test Operational Data - VPP Performance Operational Data 3n-skx
2879 title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
2880 algorithm: "table_merged_details"
2881 output-file-ext: ".csv"
2882 output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
2886 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2887 data: "data show-run"
2889 data: "vpp-perf-results-3n-skx"
2890 filter: "not 'NDRCHK' and not 'PDRCHK'"
2896 # Test Operational Data - VPP Performance Operational Data 2n-skx
2898 title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
2899 algorithm: "table_merged_details"
2900 output-file-ext: ".csv"
2901 output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
2905 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2906 data: "data show-run"
2908 data: "vpp-perf-results-2n-skx"
2909 filter: "not 'NDRCHK' and not 'PDRCHK'"
2915 # Test Operational Data - VPP Performance Operational Data 2n-dnv
2917 title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
2918 algorithm: "table_details"
2919 output-file-ext: ".csv"
2920 output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
2924 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2925 data: "data show-run"
2927 data: "intel-dnv-vpp"
2934 # Detailed Test Results - VPP MRR Results 3n-hsw
2936 title: "Detailed Test Results - VPP MRR Results 3n-hsw"
2937 algorithm: "table_details"
2938 output-file-ext: ".csv"
2939 output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2946 data: "vpp-mrr-results-3n-hsw"
2953 # Detailed Test Results - VPP MRR Results 3n-skx
2955 title: "Detailed Test Results - VPP MRR Results 3n-skx"
2956 algorithm: "table_details"
2957 output-file-ext: ".csv"
2958 output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2965 data: "vpp-mrr-results-3n-skx"
2972 # Detailed Test Results - VPP MRR Results 2n-skx
2974 title: "Detailed Test Results - VPP MRR Results 2n-skx"
2975 algorithm: "table_details"
2976 output-file-ext: ".csv"
2977 output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2984 data: "vpp-mrr-results-2n-skx"
2991 # Detailed Test Results - VPP MRR Results 2n-dnv
2993 title: "Detailed Test Results - VPP MRR Results 2n-dnv"
2994 algorithm: "table_details"
2995 output-file-ext: ".csv"
2996 output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3003 data: "intel-dnv-vpp"
3010 # Test configuration - VPP MRR Test Configs 3n-hsw
3012 title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3013 algorithm: "table_details"
3014 output-file-ext: ".csv"
3015 output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3019 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3020 data: "data conf-history"
3022 data: "vpp-mrr-results-3n-hsw"
3029 # Test configuration - VPP MRR Test Configs 3n-skx
3031 title: "Test configuration - VPP MRR Test Configs 3n-skx"
3032 algorithm: "table_details"
3033 output-file-ext: ".csv"
3034 output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3038 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3039 data: "data conf-history"
3041 data: "vpp-mrr-results-3n-skx"
3048 # Test configuration - VPP MRR Test Configs 2n-skx
3050 title: "Test configuration - VPP MRR Test Configs 2n-skx"
3051 algorithm: "table_details"
3052 output-file-ext: ".csv"
3053 output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3057 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3058 data: "data conf-history"
3060 data: "vpp-mrr-results-2n-skx"
3067 # Test configuration - VPP MRR Test Configs 2n-dnv
3069 title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3070 algorithm: "table_details"
3071 output-file-ext: ".csv"
3072 output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3076 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3077 data: "data conf-history"
3079 data: "intel-dnv-vpp"
3086 # Detailed Test Results - VPP Functional Results - Ubuntu
3088 title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3089 algorithm: "table_details"
3090 output-file-ext: ".csv"
3091 output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3095 - title: "Documentation"
3100 data: "vpp-func-results-ubuntu"
3108 # Detailed Test Results - VPP Functional Results - CentOS
3110 title: "Detailed Test Results - VPP Functional Results - CentOS"
3111 algorithm: "table_details"
3112 output-file-ext: ".csv"
3113 output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3117 - title: "Documentation"
3124 "vpp-func-results-centos"
3132 # Test configuration - VPP Functional Test Configs - Ubuntu
3134 title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3135 algorithm: "table_details"
3136 output-file-ext: ".csv"
3137 output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3141 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3142 data: "data conf-history"
3144 data: "vpp-func-results-ubuntu"
3151 # Test configuration - VPP Functional Test Configs - CentOS
3153 title: "Test configuration - VPP Functional Test Configs - CentOS"
3154 algorithm: "table_details"
3155 output-file-ext: ".csv"
3156 output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3160 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3161 data: "data conf-history"
3163 data: "vpp-func-results-centos"
3170 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3172 title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3173 algorithm: "table_details"
3174 output-file-ext: ".csv"
3175 output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3182 data: "ligato-perf-results-3n-hsw"
3189 # Detailed Test Results - VPP Device Results - Ubuntu
3191 title: "Detailed Test Results - VPP Device Results - Ubuntu"
3192 algorithm: "table_details"
3193 output-file-ext: ".csv"
3194 output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3198 - title: "Documentation"
3203 data: "vpp-device-results-ubuntu"
3211 # Test configuration - VPP Device Test Configs - Ubuntu
3213 title: "Test configuration - VPP Device Test Configs - Ubuntu"
3214 algorithm: "table_details"
3215 output-file-ext: ".csv"
3216 output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3220 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3221 data: "data conf-history"
3223 data: "vpp-device-results-ubuntu"
3230 ################################################################################
3232 # DPDK Performance Changes 3n-hsw 1t1c pdr
3234 title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3235 algorithm: "table_performance_comparison"
3236 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3239 data: "dpdk-performance-changes-3n-hsw-h1"
3242 data: "dpdk-performance-changes-3n-hsw-ref"
3245 data: "dpdk-performance-changes-3n-hsw-cmp"
3246 data: "dpdk-performance-changes-3n-hsw"
3247 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3248 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3254 # DPDK Performance Changes 3n-hsw 2t2c pdr
3256 title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3257 algorithm: "table_performance_comparison"
3258 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3261 data: "dpdk-performance-changes-3n-hsw-h1"
3264 data: "dpdk-performance-changes-3n-hsw-ref"
3267 data: "dpdk-performance-changes-3n-hsw-cmp"
3268 data: "dpdk-performance-changes-3n-hsw"
3269 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3270 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3276 # DPDK Performance Changes 3n-hsw 1t1c ndr
3278 title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3279 algorithm: "table_performance_comparison"
3280 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3283 data: "dpdk-performance-changes-3n-hsw-h1"
3286 data: "dpdk-performance-changes-3n-hsw-ref"
3289 data: "dpdk-performance-changes-3n-hsw-cmp"
3290 data: "dpdk-performance-changes-3n-hsw"
3291 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3292 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3298 # DPDK Performance Changes 3n-hsw 2t2c ndr
3300 title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3301 algorithm: "table_performance_comparison"
3302 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3305 data: "dpdk-performance-changes-3n-hsw-h1"
3308 data: "dpdk-performance-changes-3n-hsw-ref"
3311 data: "dpdk-performance-changes-3n-hsw-cmp"
3312 data: "dpdk-performance-changes-3n-hsw"
3313 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3314 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3320 # DPDK Performance Changes 3n-skx 2t1c pdr
3322 title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3323 algorithm: "table_performance_comparison"
3324 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3327 data: "dpdk-performance-changes-3n-skx-h1"
3330 data: "dpdk-performance-changes-3n-skx-ref"
3333 data: "dpdk-performance-changes-3n-skx-cmp"
3334 data: "dpdk-performance-changes-3n-skx"
3335 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3336 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3342 # DPDK Performance Changes 3n-skx 4t2c pdr
3344 title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3345 algorithm: "table_performance_comparison"
3346 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3349 data: "dpdk-performance-changes-3n-skx-h1"
3352 data: "dpdk-performance-changes-3n-skx-ref"
3355 data: "dpdk-performance-changes-3n-skx-cmp"
3356 data: "dpdk-performance-changes-3n-skx"
3357 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3358 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3364 # DPDK Performance Changes 3n-skx 2t1c ndr
3366 title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3367 algorithm: "table_performance_comparison"
3368 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3371 data: "dpdk-performance-changes-3n-skx-h1"
3374 data: "dpdk-performance-changes-3n-skx-ref"
3377 data: "dpdk-performance-changes-3n-skx-cmp"
3378 data: "dpdk-performance-changes-3n-skx"
3379 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3380 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3386 # DPDK Performance Changes 3n-skx 4t2c ndr
3388 title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3389 algorithm: "table_performance_comparison"
3390 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3393 data: "dpdk-performance-changes-3n-skx-h1"
3396 data: "dpdk-performance-changes-3n-skx-ref"
3399 data: "dpdk-performance-changes-3n-skx-cmp"
3400 data: "dpdk-performance-changes-3n-skx"
3401 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3402 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3408 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3410 title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3411 algorithm: "table_performance_comparison"
3412 output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3415 data: "dpdk-compare-testbeds-ref"
3418 data: "dpdk-compare-testbeds-cmp"
3419 data: "dpdk-compare-testbeds"
3420 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3421 filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3427 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3429 title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3430 algorithm: "table_performance_comparison"
3431 output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3434 data: "dpdk-compare-testbeds-ref"
3437 data: "dpdk-compare-testbeds-cmp"
3438 data: "dpdk-compare-testbeds"
3439 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3440 filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"