5 # Top level directories:
9 DIR[BUILD,HTML]: "_build"
10 DIR[BUILD,LATEX]: "_build_latex"
13 DIR[RST]: "../../../docs/report"
16 ## Input data files (.zip, .xml)
17 DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18 ## Static source files from git
19 DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20 DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
23 DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24 DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25 DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26 DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
28 # Detailed test results
29 DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30 DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31 DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32 DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33 DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34 DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35 DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36 DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
37 DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
38 DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
39 DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
40 DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
41 DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
42 DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
43 DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
44 DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
45 DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
46 DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
47 DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
48 DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
50 # Detailed test configurations
51 DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
52 DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
53 DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
54 DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
55 DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
56 DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
57 DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
58 DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
59 DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
60 DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
61 DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
62 DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
64 # Detailed tests operational data
65 DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
66 DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
67 DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
68 DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
69 DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
71 # .css patch file to fix tables generated by Sphinx
72 DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
73 DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
76 URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
77 URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
78 URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/1810/robot-plugin.zip"
79 # URL[VIRL,DNV]: "http://download.it/from/nexus"
80 URL[NEXUS]: "https://docs.fd.io/csit"
81 DIR[NEXUS]: "report/_static/archive"
84 # List the directories which are created while preparing the environment.
85 # All directories MUST be defined in "paths" section.
92 - "DIR[WORKING,SRC,STATIC]"
95 # List the directories which are deleted while cleaning the environment.
96 # All directories MUST be defined in "paths" section.
101 # List the directories where the results (build) is stored.
102 # All directories MUST be defined in "paths" section.
107 type: "configuration"
124 pci-g3-x8: 74404761.90
125 pci-g3-x16: 148809523.81
129 ###########################################################################
134 plot-vpp-throughput-latency-3n-hsw:
135 csit-vpp-perf-verify-1901-3n-hsw:
157 plot-throughput-speedup-analysis-3n-hsw:
158 csit-vpp-perf-verify-1901-3n-hsw:
180 plot-vpp-http-server-performance:
181 # TODO: Replace with new data
182 # csit-vpp-perf-verify-1901-3n-hsw:
183 csit-vpp-perf-verify-1810-3n-hsw:
195 plot-ligato-throughput-latency-3n-hsw:
196 csit-ligato-perf-verify-1901-3n-hsw:
208 plot-ligato-throughput-speedup-analysis-3n-hsw:
209 csit-ligato-perf-verify-1901-3n-hsw:
221 plot-dpdk-throughput-latency-3n-hsw:
222 csit-dpdk-perf-verify-1901-3n-hsw:
236 plot-vpp-throughput-latency-3n-skx:
237 csit-vpp-perf-verify-1901-3n-skx:
259 plot-throughput-speedup-analysis-3n-skx:
260 csit-vpp-perf-verify-1901-3n-skx:
282 plot-dpdk-throughput-latency-3n-skx:
283 csit-dpdk-perf-verify-1901-3n-skx:
297 plot-vpp-throughput-latency-2n-skx:
298 csit-vpp-perf-verify-1901-2n-skx:
310 plot-throughput-speedup-analysis-2n-skx:
311 csit-vpp-perf-verify-1901-2n-skx:
323 plot-vpp-soak-2n-skx:
324 csit-vpp-perf-verify-1901-2n-skx:
329 csit-vpp-perf-verify-1901-2n-skx:
336 plot-vpp-nfv-2n-skx-mrr:
338 csit-vpp-perf-verify-1901-2n-skx:
345 plot-dpdk-throughput-latency-2n-skx:
346 csit-dpdk-perf-verify-1901-2n-skx:
363 intel-dnv-vpp-release-1810:
366 ###########################################################################
367 # Simple tables (only one data set):
371 vpp-nic-comparison-3n-hsw:
372 csit-vpp-perf-verify-1901-3n-hsw:
394 vpp-nic-comparison-3n-skx:
395 csit-vpp-perf-verify-1901-3n-skx:
412 vpp-nic-comparison-2n-skx:
413 csit-vpp-perf-verify-1901-2n-skx:
425 vpp-nic-comparison-3n-hsw-mrr:
426 csit-vpp-perf-verify-1901-3n-hsw:
429 vpp-nic-comparison-3n-skx-mrr:
430 csit-vpp-perf-verify-1901-3n-skx:
433 vpp-nic-comparison-2n-skx-mrr:
434 csit-vpp-perf-verify-1901-2n-skx:
439 vpp-perf-results-3n-hsw:
440 csit-vpp-perf-verify-1901-3n-hsw:
446 vpp-perf-results-3n-skx:
447 csit-vpp-perf-verify-1901-3n-skx:
453 vpp-perf-results-2n-skx:
454 csit-vpp-perf-verify-1901-2n-skx:
460 vpp-mrr-results-3n-hsw:
461 csit-vpp-perf-verify-1901-3n-hsw:
464 vpp-mrr-results-3n-skx:
465 csit-vpp-perf-verify-1901-3n-skx:
468 vpp-mrr-results-2n-skx:
469 csit-vpp-perf-verify-1901-2n-skx:
472 vpp-func-results-ubuntu:
473 csit-vpp-functional-1901-ubuntu1604-virl:
476 vpp-func-results-centos:
477 csit-vpp-functional-1901-centos7-virl:
480 vpp-device-results-ubuntu:
481 csit-vpp-device-1901-ubuntu1804-1n-skx:
485 ligato-perf-results-3n-hsw:
486 csit-ligato-perf-verify-1901-3n-hsw:
489 dpdk-perf-results-3n-hsw:
490 csit-dpdk-perf-verify-1901-3n-hsw:
493 dpdk-perf-results-3n-skx:
494 csit-dpdk-perf-verify-1901-3n-skx:
497 dpdk-perf-results-2n-skx:
498 csit-dpdk-perf-verify-1901-2n-skx:
501 # HoneyComb Functional
503 csit-hc2vpp-verify-func-1901-ubuntu1604:
509 csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
514 csit-dmm-functional-1901-ubuntu1604-virl:
517 ###########################################################################
518 # Tables (more than one data set)
520 # Performance changes
522 vpp-performance-changes-3n-hsw-h1:
523 csit-vpp-perf-verify-1807-3n-hsw:
537 vpp-performance-changes-3n-hsw-ref:
538 csit-vpp-perf-verify-1810-3n-hsw:
549 vpp-performance-changes-3n-hsw-cmp:
550 csit-vpp-perf-verify-1901-3n-hsw:
571 vpp-performance-changes-3n-hsw:
572 - "vpp-performance-changes-3n-hsw-h1"
573 - "vpp-performance-changes-3n-hsw-ref"
574 - "vpp-performance-changes-3n-hsw-cmp"
576 vpp-performance-changes-3n-skx-h1:
577 csit-vpp-perf-verify-1807-3n-skx:
588 vpp-performance-changes-3n-skx-ref:
589 csit-vpp-perf-verify-1810-3n-skx:
600 vpp-performance-changes-3n-skx-cmp:
601 csit-vpp-perf-verify-1901-3n-skx:
622 vpp-performance-changes-3n-skx:
623 - "vpp-performance-changes-3n-skx-h1"
624 - "vpp-performance-changes-3n-skx-ref"
625 - "vpp-performance-changes-3n-skx-cmp"
627 vpp-performance-changes-2n-skx-h1:
628 csit-vpp-perf-verify-1807-2n-skx:
639 vpp-performance-changes-2n-skx-ref:
640 csit-vpp-perf-verify-1810-2n-skx:
651 vpp-performance-changes-2n-skx-cmp:
652 csit-vpp-perf-verify-1901-2n-skx:
663 vpp-performance-changes-2n-skx:
664 - "vpp-performance-changes-2n-skx-h1"
665 - "vpp-performance-changes-2n-skx-ref"
666 - "vpp-performance-changes-2n-skx-cmp"
668 vpp-performance-changes-3n-hsw-mrr-h1:
669 csit-vpp-perf-verify-1807-3n-hsw:
679 vpp-performance-changes-3n-hsw-mrr-ref:
680 csit-vpp-perf-verify-1810-3n-hsw:
682 vpp-performance-changes-3n-hsw-mrr-cmp:
683 csit-vpp-perf-verify-1901-3n-hsw:
685 vpp-performance-changes-3n-hsw-mrr:
686 - "vpp-performance-changes-3n-hsw-mrr-h1"
687 - "vpp-performance-changes-3n-hsw-mrr-ref"
688 - "vpp-performance-changes-3n-hsw-mrr-cmp"
690 vpp-performance-changes-3n-skx-mrr-h1:
691 csit-vpp-perf-verify-1807-3n-skx:
702 vpp-performance-changes-3n-skx-mrr-ref:
703 csit-vpp-perf-verify-1810-3n-skx:
708 vpp-performance-changes-3n-skx-mrr-cmp:
709 csit-vpp-perf-verify-1901-3n-skx:
711 vpp-performance-changes-3n-skx-mrr:
712 - "vpp-performance-changes-3n-skx-mrr-h1"
713 - "vpp-performance-changes-3n-skx-mrr-ref"
714 - "vpp-performance-changes-3n-skx-mrr-cmp"
716 vpp-performance-changes-2n-skx-mrr-h1:
717 csit-vpp-perf-verify-1807-2n-skx:
728 vpp-performance-changes-2n-skx-mrr-ref:
729 csit-vpp-perf-verify-1810-2n-skx:
734 vpp-performance-changes-2n-skx-mrr-cmp:
735 csit-vpp-perf-verify-1901-2n-skx:
737 vpp-performance-changes-2n-skx-mrr:
738 - "vpp-performance-changes-2n-skx-mrr-h1"
739 - "vpp-performance-changes-2n-skx-mrr-ref"
740 - "vpp-performance-changes-2n-skx-mrr-cmp"
742 dpdk-performance-changes-3n-hsw-h1:
743 csit-dpdk-perf-verify-1807-3n-hsw:
754 dpdk-performance-changes-3n-hsw-ref:
755 csit-dpdk-perf-verify-1810-3n-hsw:
766 dpdk-performance-changes-3n-hsw-cmp:
767 csit-dpdk-perf-verify-1901-3n-hsw:
778 dpdk-performance-changes-3n-hsw:
779 - "dpdk-performance-changes-3n-hsw-h1"
780 - "dpdk-performance-changes-3n-hsw-ref"
781 - "dpdk-performance-changes-3n-hsw-cmp"
783 dpdk-performance-changes-3n-skx-h1:
784 csit-dpdk-perf-verify-1807-3n-skx:
795 dpdk-performance-changes-3n-skx-ref:
796 csit-dpdk-perf-verify-1810-3n-skx:
807 dpdk-performance-changes-3n-skx-cmp:
808 csit-dpdk-perf-verify-1901-3n-skx:
819 dpdk-performance-changes-3n-skx:
820 - "dpdk-performance-changes-3n-skx-h1"
821 - "dpdk-performance-changes-3n-skx-ref"
822 - "dpdk-performance-changes-3n-skx-cmp"
824 dpdk-performance-changes-2n-skx-ref:
825 csit-dpdk-perf-verify-1810-2n-skx:
836 dpdk-performance-changes-2n-skx-cmp:
837 csit-dpdk-perf-verify-1901-2n-skx:
848 dpdk-performance-changes-2n-skx:
849 - "dpdk-performance-changes-2n-skx-ref"
850 - "dpdk-performance-changes-2n-skx-cmp"
854 vpp-compare-testbeds-ref:
855 csit-vpp-perf-verify-1901-3n-hsw:
876 vpp-compare-testbeds-cmp:
877 csit-vpp-perf-verify-1901-3n-skx:
898 vpp-compare-testbeds:
899 - "vpp-compare-testbeds-ref"
900 - "vpp-compare-testbeds-cmp"
902 vpp-compare-testbeds-mrr-ref:
903 csit-vpp-perf-verify-1901-3n-hsw:
905 vpp-compare-testbeds-mrr-cmp:
906 csit-vpp-perf-verify-1901-3n-skx:
908 vpp-compare-testbeds-mrr:
909 - "vpp-compare-testbeds-mrr-ref"
910 - "vpp-compare-testbeds-mrr-cmp"
912 dpdk-compare-testbeds-ref:
913 csit-dpdk-perf-verify-1901-3n-hsw:
924 dpdk-compare-testbeds-cmp:
925 csit-dpdk-perf-verify-1901-3n-skx:
936 dpdk-compare-testbeds:
937 - "dpdk-compare-testbeds-ref"
938 - "dpdk-compare-testbeds-cmp"
942 vpp-compare-topologies-ref:
943 csit-vpp-perf-verify-1901-3n-skx:
954 vpp-compare-topologies-cmp:
955 csit-vpp-perf-verify-1901-2n-skx:
966 vpp-compare-topologies:
967 - "vpp-compare-topologies-ref"
968 - "vpp-compare-topologies-cmp"
970 vpp-compare-topologies-mrr-ref:
971 csit-vpp-perf-verify-1901-3n-skx:
973 vpp-compare-topologies-mrr-cmp:
974 csit-vpp-perf-verify-1901-2n-skx:
976 vpp-compare-topologies-mrr:
977 - "vpp-compare-topologies-mrr-ref"
978 - "vpp-compare-topologies-mrr-cmp"
980 dpdk-compare-topologies-ref:
981 csit-dpdk-perf-verify-1901-3n-skx:
992 dpdk-compare-topologies-cmp:
993 csit-dpdk-perf-verify-1901-2n-skx:
1004 dpdk-compare-topologies:
1005 - "dpdk-compare-topologies-ref"
1006 - "dpdk-compare-topologies-cmp"
1010 plot-soak-throughput:
1014 title: "<b>Test Cases [Index]</b>"
1019 gridcolor: "rgb(230, 230, 230)"
1020 linecolor: "rgb(220, 220, 220)"
1024 showticklabels: True
1025 tickcolor: "rgb(220, 220, 220)"
1031 title: "<b>Packet Throughput [Mpps]</b>"
1034 gridcolor: "rgb(230, 230, 230)"
1037 linecolor: "rgb(220, 220, 220)"
1041 showticklabels: True
1042 tickcolor: "rgb(220, 220, 220)"
1061 plot-service-density:
1070 showticklabels: False
1076 autorange: "reversed"
1079 showticklabels: False
1093 title: "<b>Test Cases [Index]</b>"
1098 gridcolor: "rgb(230, 230, 230)"
1099 linecolor: "rgb(220, 220, 220)"
1103 showticklabels: True
1104 tickcolor: "rgb(220, 220, 220)"
1110 title: "<b>Connections Per Second [cps]</b>"
1113 gridcolor: "rgb(230, 230, 230)"
1115 linecolor: "rgb(220, 220, 220)"
1120 showticklabels: True
1121 tickcolor: "rgb(220, 220, 220)"
1146 title: "<b>Test Cases [Index]</b>"
1151 gridcolor: "rgb(230, 230, 230)"
1152 linecolor: "rgb(220, 220, 220)"
1156 showticklabels: True
1157 tickcolor: "rgb(220, 220, 220)"
1163 title: "<b>Requests Per Second [rps]</b>"
1166 gridcolor: "rgb(230, 230, 230)"
1168 linecolor: "rgb(220, 220, 220)"
1173 showticklabels: True
1174 tickcolor: "rgb(230, 230, 230)"
1199 title: "<b>Test Cases [Index]</b>"
1204 gridcolor: "rgb(230, 230, 230)"
1205 linecolor: "rgb(220, 220, 220)"
1209 showticklabels: True
1210 tickcolor: "rgb(220, 220, 220)"
1216 title: "<b>Packet Throughput [Mpps]</b>"
1219 gridcolor: "rgb(230, 230, 230)"
1222 linecolor: "rgb(220, 220, 220)"
1226 showticklabels: True
1227 tickcolor: "rgb(220, 220, 220)"
1248 plot-throughput-speedup-analysis:
1252 title: "<b>Number of Cores [Qty]</b>"
1257 gridcolor: "rgb(230, 230, 230)"
1258 linecolor: "rgb(220, 220, 220)"
1262 showticklabels: True
1263 tickcolor: "rgb(238, 238, 238)"
1269 title: "<b>Packet Throughput [Mpps]</b>"
1273 gridcolor: "rgb(230, 230, 230)"
1275 linecolor: "rgb(220, 220, 220)"
1279 showticklabels: True
1280 tickcolor: "rgb(220, 220, 220)"
1295 bgcolor: "rgba(255, 255, 255, 0)"
1296 bordercolor: "rgba(255, 255, 255, 0)"
1297 traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1321 family: "Consolas, Courier New",
1326 text: " Perfect Measured Limit",
1336 family: "Consolas, Courier New",
1346 title: "<b>Direction</b>"
1351 gridcolor: "rgb(230, 230, 230)"
1352 linecolor: "rgb(220, 220, 220)"
1356 showticklabels: False
1357 tickcolor: "rgb(220, 220, 220)"
1363 title: "<b>Packet Latency [uSec]</b>"
1367 gridcolor: "rgb(230, 230, 230)"
1369 linecolor: "rgb(220, 220, 220)"
1373 showticklabels: True
1374 tickcolor: "rgb(220, 220, 220)"
1384 traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1399 src-path: "{DIR[RST]}"
1400 dst-path: "{DIR[WORKING,SRC]}"
1405 file-name: "robot-plugin.zip"
1407 download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1408 extract: "robot-plugin/output.xml"
1413 intel-dnv-vpp-release-1810:
1416 csit-vpp-perf-verify-1807-3n-hsw:
1426 - 11 # NDRPDR full 1
1427 - 22 # NDRPDR full 2
1428 - 45 # NDRPDR full 3
1429 - 46 # NDRPDR full 4
1439 csit-vpp-perf-verify-1810-3n-hsw:
1465 csit-vpp-perf-verify-1901-3n-hsw:
1491 csit-vpp-perf-verify-1807-3n-skx:
1503 - 40 # NDRPDR full 1
1504 - 41 # NDRPDR full 2
1515 csit-vpp-perf-verify-1810-3n-skx:
1532 csit-vpp-perf-verify-1901-3n-skx:
1558 csit-vpp-perf-verify-1807-2n-skx:
1581 csit-vpp-perf-verify-1810-2n-skx:
1598 csit-vpp-perf-verify-1901-2n-skx:
1625 # TODO: Add new data
1626 csit-ligato-perf-verify-1901-3n-hsw:
1638 csit-dpdk-perf-verify-1807-3n-hsw:
1649 csit-dpdk-perf-verify-1810-3n-hsw:
1660 csit-dpdk-perf-verify-1901-3n-hsw:
1671 csit-dpdk-perf-verify-1807-3n-skx:
1682 csit-dpdk-perf-verify-1810-3n-skx:
1693 csit-dpdk-perf-verify-1901-3n-skx:
1704 csit-dpdk-perf-verify-1810-2n-skx:
1715 csit-dpdk-perf-verify-1901-2n-skx:
1726 csit-vpp-functional-1901-ubuntu1604-virl:
1728 csit-vpp-functional-1901-centos7-virl:
1730 csit-vpp-device-1901-ubuntu1804-1n-skx:
1733 csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1735 csit-dmm-functional-1901-ubuntu1604-virl:
1737 csit-hc2vpp-verify-func-1901-ubuntu1604:
1749 ################################################################################
1751 ################################################################################
1753 # VPP Compare NICs 3n-hsw 1t1c ndr
1756 title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1757 algorithm: "table_nics_comparison"
1758 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1761 nic: "NIC_Intel-X520-DA2"
1764 nic: "NIC_Intel-X710"
1765 data: "vpp-nic-comparison-3n-hsw"
1766 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1767 filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1774 # VPP Compare NICs 3n-hsw 2t2c ndr
1777 title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1778 algorithm: "table_nics_comparison"
1779 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1782 nic: "NIC_Intel-X520-DA2"
1785 nic: "NIC_Intel-X710"
1786 data: "vpp-nic-comparison-3n-hsw"
1787 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1788 filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1795 # VPP Compare NICs 3n-hsw 1t1c pdr
1798 title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1799 algorithm: "table_nics_comparison"
1800 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1803 nic: "NIC_Intel-X520-DA2"
1806 nic: "NIC_Intel-X710"
1807 data: "vpp-nic-comparison-3n-hsw"
1808 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1809 filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1816 # VPP Compare NICs 3n-hsw 2t2c pdr
1819 title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1820 algorithm: "table_nics_comparison"
1821 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1824 nic: "NIC_Intel-X520-DA2"
1827 nic: "NIC_Intel-X710"
1828 data: "vpp-nic-comparison-3n-hsw"
1829 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1830 filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1837 # VPP Compare NICs 3n-hsw 1t1c mrr
1840 title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1841 algorithm: "table_nics_comparison"
1842 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1845 nic: "NIC_Intel-X520-DA2"
1848 nic: "NIC_Intel-X710"
1849 data: "vpp-nic-comparison-3n-hsw-mrr"
1850 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1851 filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1858 # VPP Compare NICs 3n-hsw 2t2c mrr
1861 title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1862 algorithm: "table_nics_comparison"
1863 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1866 nic: "NIC_Intel-X520-DA2"
1869 nic: "NIC_Intel-X710"
1870 data: "vpp-nic-comparison-3n-hsw-mrr"
1871 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1872 filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1879 # VPP Compare NICs 3n-hsw 4t4c mrr
1882 title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1883 algorithm: "table_nics_comparison"
1884 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1887 nic: "NIC_Intel-X520-DA2"
1890 nic: "NIC_Intel-X710"
1891 data: "vpp-nic-comparison-3n-hsw-mrr"
1892 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1893 filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1900 # VPP Compare NICs 3n-skx 2t1c ndr
1903 title: "VPP Compare NICs 3n-skx 2t1c ndr"
1904 algorithm: "table_nics_comparison"
1905 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1908 nic: "NIC_Intel-X710"
1910 title: "Intel-xxv710"
1911 nic: "NIC_Intel-XXV710"
1912 data: "vpp-nic-comparison-3n-skx"
1913 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1914 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1921 # VPP Compare NICs 3n-skx 4t2c ndr
1924 title: "VPP Compare NICs 3n-skx 4t2c ndr"
1925 algorithm: "table_nics_comparison"
1926 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1929 nic: "NIC_Intel-X710"
1931 title: "Intel-xxv710"
1932 nic: "NIC_Intel-XXV710"
1933 data: "vpp-nic-comparison-3n-skx"
1934 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1935 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1942 # VPP Compare NICs 3n-skx 2t1c pdr
1945 title: "VPP Compare NICs 3n-skx 2t1c pdr"
1946 algorithm: "table_nics_comparison"
1947 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1950 nic: "NIC_Intel-X710"
1952 title: "Intel-xxv710"
1953 nic: "NIC_Intel-XXV710"
1954 data: "vpp-nic-comparison-3n-skx"
1955 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1956 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1963 # VPP Compare NICs 3n-skx 4t2c pdr
1966 title: "VPP Compare NICs 3n-skx 4t2c pdr"
1967 algorithm: "table_nics_comparison"
1968 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1971 nic: "NIC_Intel-X710"
1973 title: "Intel-xxv710"
1974 nic: "NIC_Intel-XXV710"
1975 data: "vpp-nic-comparison-3n-skx"
1976 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1977 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1984 # VPP Compare NICs 3n-skx 2t1c mrr
1987 title: "VPP Compare NICs 3n-skx 2t1c mrr"
1988 algorithm: "table_nics_comparison"
1989 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1992 nic: "NIC_Intel-X710"
1994 title: "Intel-xxv710"
1995 nic: "NIC_Intel-XXV710"
1996 data: "vpp-nic-comparison-3n-skx-mrr"
1997 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1998 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2005 # VPP Compare NICs 3n-skx 4t2c mrr
2008 title: "VPP Compare NICs 3n-skx 4t2c mrr"
2009 algorithm: "table_nics_comparison"
2010 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2013 nic: "NIC_Intel-X710"
2015 title: "Intel-xxv710"
2016 nic: "NIC_Intel-XXV710"
2017 data: "vpp-nic-comparison-3n-skx-mrr"
2018 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2019 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2026 # VPP Compare NICs 3n-skx 8t4c mrr
2029 title: "VPP Compare NICs 3n-skx 8t4c mrr"
2030 algorithm: "table_nics_comparison"
2031 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2034 nic: "NIC_Intel-X710"
2036 title: "Intel-xxv710"
2037 nic: "NIC_Intel-XXV710"
2038 data: "vpp-nic-comparison-3n-skx-mrr"
2039 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2040 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2047 # VPP Compare NICs 2n-skx 2t1c ndr
2050 title: "VPP Compare NICs 2n-skx 2t1c ndr"
2051 algorithm: "table_nics_comparison"
2052 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2055 nic: "NIC_Intel-X710"
2057 title: "Intel-xxv710"
2058 nic: "NIC_Intel-XXV710"
2059 data: "vpp-nic-comparison-2n-skx"
2060 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2061 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2068 # VPP Compare NICs 2n-skx 4t2c ndr
2071 title: "VPP Compare NICs 2n-skx 4t2c ndr"
2072 algorithm: "table_nics_comparison"
2073 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2076 nic: "NIC_Intel-X710"
2078 title: "Intel-xxv710"
2079 nic: "NIC_Intel-XXV710"
2080 data: "vpp-nic-comparison-2n-skx"
2081 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2082 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2089 # VPP Compare NICs 2n-skx 2t1c pdr
2092 title: "VPP Compare NICs 2n-skx 2t1c pdr"
2093 algorithm: "table_nics_comparison"
2094 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2097 nic: "NIC_Intel-X710"
2099 title: "Intel-xxv710"
2100 nic: "NIC_Intel-XXV710"
2101 data: "vpp-nic-comparison-2n-skx"
2102 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2103 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2110 # VPP Compare NICs 2n-skx 4t2c pdr
2113 title: "VPP Compare NICs 2n-skx 4t2c pdr"
2114 algorithm: "table_nics_comparison"
2115 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2118 nic: "NIC_Intel-X710"
2120 title: "Intel-xxv710"
2121 nic: "NIC_Intel-XXV710"
2122 data: "vpp-nic-comparison-2n-skx"
2123 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2124 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2131 # VPP Compare NICs 2n-skx 2t1c mrr
2134 title: "VPP Compare NICs 2n-skx 2t1c mrr"
2135 algorithm: "table_nics_comparison"
2136 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2139 nic: "NIC_Intel-X710"
2141 title: "Intel-xxv710"
2142 nic: "NIC_Intel-XXV710"
2143 data: "vpp-nic-comparison-2n-skx-mrr"
2144 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2145 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2152 # VPP Compare NICs 2n-skx 4t2c mrr
2155 title: "VPP Compare NICs 2n-skx 4t2c mrr"
2156 algorithm: "table_nics_comparison"
2157 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2160 nic: "NIC_Intel-X710"
2162 title: "Intel-xxv710"
2163 nic: "NIC_Intel-XXV710"
2164 data: "vpp-nic-comparison-2n-skx-mrr"
2165 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2166 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2173 # VPP Compare NICs 2n-skx 8t4c mrr
2176 title: "VPP Compare NICs 2n-skx 8t4c mrr"
2177 algorithm: "table_nics_comparison"
2178 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2181 nic: "NIC_Intel-X710"
2183 title: "Intel-xxv710"
2184 nic: "NIC_Intel-XXV710"
2185 data: "vpp-nic-comparison-2n-skx-mrr"
2186 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2187 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2194 ################################################################################
2197 # VPP Performance Changes 3n-hsw 1t1c pdr
2200 title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2201 algorithm: "table_performance_comparison"
2202 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2206 data: "vpp-performance-changes-3n-hsw-h1"
2209 data: "vpp-performance-changes-3n-hsw-ref"
2212 data: "vpp-performance-changes-3n-hsw-cmp"
2213 data: "vpp-performance-changes-3n-hsw"
2214 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2215 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2221 # VPP Performance Changes 3n-hsw 2t2c pdr
2224 title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2225 algorithm: "table_performance_comparison"
2226 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2230 data: "vpp-performance-changes-3n-hsw-h1"
2233 data: "vpp-performance-changes-3n-hsw-ref"
2236 data: "vpp-performance-changes-3n-hsw-cmp"
2237 data: "vpp-performance-changes-3n-hsw"
2238 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2239 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2245 # VPP Performance Changes 3n-hsw 1t1c ndr
2248 title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2249 algorithm: "table_performance_comparison"
2250 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2254 data: "vpp-performance-changes-3n-hsw-h1"
2257 data: "vpp-performance-changes-3n-hsw-ref"
2260 data: "vpp-performance-changes-3n-hsw-cmp"
2261 data: "vpp-performance-changes-3n-hsw"
2262 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2263 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2269 # VPP Performance Changes 3n-hsw 2t2c ndr
2272 title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2273 algorithm: "table_performance_comparison"
2274 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2278 data: "vpp-performance-changes-3n-hsw-h1"
2281 data: "vpp-performance-changes-3n-hsw-ref"
2284 data: "vpp-performance-changes-3n-hsw-cmp"
2285 data: "vpp-performance-changes-3n-hsw"
2286 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2287 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2293 # VPP Performance Changes 3n-skx 2t1c pdr
2296 title: "VPP Performance Changes 3n-skx 2t1c pdr"
2297 algorithm: "table_performance_comparison"
2298 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2302 data: "vpp-performance-changes-3n-skx-h1"
2305 data: "vpp-performance-changes-3n-skx-ref"
2308 data: "vpp-performance-changes-3n-skx-cmp"
2309 data: "vpp-performance-changes-3n-skx"
2310 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2311 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2317 # VPP Performance Changes 3n-skx 4t2c pdr
2320 title: "VPP Performance Changes 3n-skx 4t2c pdr"
2321 algorithm: "table_performance_comparison"
2322 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2326 data: "vpp-performance-changes-3n-skx-h1"
2329 data: "vpp-performance-changes-3n-skx-ref"
2332 data: "vpp-performance-changes-3n-skx-cmp"
2333 data: "vpp-performance-changes-3n-skx"
2334 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2335 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2341 # VPP Performance Changes 3n-skx 2t1c ndr
2344 title: "VPP Performance Changes 3n-skx 2t1c ndr"
2345 algorithm: "table_performance_comparison"
2346 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2350 data: "vpp-performance-changes-3n-skx-h1"
2353 data: "vpp-performance-changes-3n-skx-ref"
2356 data: "vpp-performance-changes-3n-skx-cmp"
2357 data: "vpp-performance-changes-3n-skx"
2358 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2359 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2365 # VPP Performance Changes 3n-skx 4t2c ndr
2368 title: "VPP Performance Changes 3n-skx 4t2c ndr"
2369 algorithm: "table_performance_comparison"
2370 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2374 data: "vpp-performance-changes-3n-skx-h1"
2377 data: "vpp-performance-changes-3n-skx-ref"
2380 data: "vpp-performance-changes-3n-skx-cmp"
2381 data: "vpp-performance-changes-3n-skx"
2382 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2383 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2389 # VPP Performance Changes 2n-skx 2t1c pdr
2392 title: "VPP Performance Changes 2n-skx 2t1c pdr"
2393 algorithm: "table_performance_comparison"
2394 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2398 data: "vpp-performance-changes-2n-skx-h1"
2401 data: "vpp-performance-changes-2n-skx-ref"
2404 data: "vpp-performance-changes-2n-skx-cmp"
2405 data: "vpp-performance-changes-2n-skx"
2406 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2407 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2413 # VPP Performance Changes 2n-skx 4t2c pdr
2416 title: "VPP Performance Changes 2n-skx 4t2c pdr"
2417 algorithm: "table_performance_comparison"
2418 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2421 data: "vpp-performance-changes-2n-skx-h1"
2424 data: "vpp-performance-changes-2n-skx-ref"
2427 data: "vpp-performance-changes-2n-skx-cmp"
2428 data: "vpp-performance-changes-2n-skx"
2429 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2430 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2436 # VPP Performance Changes 2n-skx 2t1c ndr
2439 title: "VPP Performance Changes 2n-skx 2t1c ndr"
2440 algorithm: "table_performance_comparison"
2441 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2444 data: "vpp-performance-changes-2n-skx-h1"
2447 data: "vpp-performance-changes-2n-skx-ref"
2450 data: "vpp-performance-changes-2n-skx-cmp"
2451 data: "vpp-performance-changes-2n-skx"
2452 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2453 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2459 # VPP Performance Changes 2n-skx 4t2c ndr
2462 title: "VPP Performance Changes 2n-skx 4t2c ndr"
2463 algorithm: "table_performance_comparison"
2464 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2467 data: "vpp-performance-changes-2n-skx-h1"
2470 data: "vpp-performance-changes-2n-skx-ref"
2473 data: "vpp-performance-changes-2n-skx-cmp"
2474 data: "vpp-performance-changes-2n-skx"
2475 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2476 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2482 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2485 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2486 algorithm: "table_performance_comparison"
2487 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2490 data: "vpp-compare-testbeds-ref"
2493 data: "vpp-compare-testbeds-cmp"
2494 data: "vpp-compare-testbeds"
2495 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2496 filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2502 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2505 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2506 algorithm: "table_performance_comparison"
2507 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2510 data: "vpp-compare-testbeds-ref"
2513 data: "vpp-compare-testbeds-cmp"
2514 data: "vpp-compare-testbeds"
2515 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2516 filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2522 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2525 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2526 algorithm: "table_performance_comparison"
2527 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2530 data: "vpp-compare-testbeds-ref"
2533 data: "vpp-compare-testbeds-cmp"
2534 data: "vpp-compare-testbeds"
2535 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2536 filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2542 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2545 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2546 algorithm: "table_performance_comparison"
2547 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2550 data: "vpp-compare-testbeds-ref"
2553 data: "vpp-compare-testbeds-cmp"
2554 data: "vpp-compare-testbeds"
2555 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2556 filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2562 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2565 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2566 algorithm: "table_performance_comparison"
2567 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2570 data: "vpp-compare-topologies-ref"
2573 data: "vpp-compare-topologies-cmp"
2574 data: "vpp-compare-topologies"
2575 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2576 filter: "'NDRPDR' and '1C'"
2582 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2585 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2586 algorithm: "table_performance_comparison"
2587 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2590 data: "vpp-compare-topologies-ref"
2593 data: "vpp-compare-topologies-cmp"
2594 data: "vpp-compare-topologies"
2595 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2596 filter: "'NDRPDR' and '2C'"
2602 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2605 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2606 algorithm: "table_performance_comparison"
2607 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2610 data: "vpp-compare-topologies-ref"
2613 data: "vpp-compare-topologies-cmp"
2614 data: "vpp-compare-topologies"
2615 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2616 filter: "'NDRPDR' and '1C'"
2622 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2625 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2626 algorithm: "table_performance_comparison"
2627 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2630 data: "vpp-compare-topologies-ref"
2633 data: "vpp-compare-topologies-cmp"
2634 data: "vpp-compare-topologies"
2635 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2636 filter: "'NDRPDR' and '2C'"
2642 # VPP Performance Changes 3n-hsw 1t1c MRR
2645 title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2646 algorithm: "table_performance_comparison"
2647 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2651 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2654 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2657 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2658 data: "vpp-performance-changes-3n-hsw-mrr"
2659 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2660 filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2666 # VPP Performance Changes 3n-hsw 2t2c MRR
2669 title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2670 algorithm: "table_performance_comparison"
2671 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2675 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2678 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2681 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2682 data: "vpp-performance-changes-3n-hsw-mrr"
2683 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2684 filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2690 # VPP Performance Changes 3n-hsw 4t4c MRR
2693 title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2694 algorithm: "table_performance_comparison"
2695 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2699 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2702 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2705 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2706 data: "vpp-performance-changes-3n-hsw-mrr"
2707 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2708 filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2714 # VPP Performance Changes 3n-skx 2t1c MRR
2717 title: "VPP Performance Changes 3n-skx 2t1c MRR"
2718 algorithm: "table_performance_comparison"
2719 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2723 data: "vpp-performance-changes-3n-skx-mrr-h1"
2726 data: "vpp-performance-changes-3n-skx-mrr-ref"
2729 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2730 data: "vpp-performance-changes-3n-skx-mrr"
2731 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2732 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2738 # VPP Performance Changes 3n-skx 4t2c MRR
2741 title: "VPP Performance Changes 3n-skx 4t2c MRR"
2742 algorithm: "table_performance_comparison"
2743 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2747 data: "vpp-performance-changes-3n-skx-mrr-h1"
2750 data: "vpp-performance-changes-3n-skx-mrr-ref"
2753 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2754 data: "vpp-performance-changes-3n-skx-mrr"
2755 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2756 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2762 # VPP Performance Changes 3n-skx 8t4c MRR
2765 title: "VPP Performance Changes 3n-skx 8t4c MRR"
2766 algorithm: "table_performance_comparison"
2767 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2771 data: "vpp-performance-changes-3n-skx-mrr-h1"
2774 data: "vpp-performance-changes-3n-skx-mrr-ref"
2777 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2778 data: "vpp-performance-changes-3n-skx-mrr"
2779 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2780 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2786 # VPP Performance Changes 2n-skx 2t1c MRR
2789 title: "VPP Performance Changes 2n-skx 2t1c MRR"
2790 algorithm: "table_performance_comparison"
2791 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2795 data: "vpp-performance-changes-2n-skx-mrr-h1"
2798 data: "vpp-performance-changes-2n-skx-mrr-ref"
2801 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2802 data: "vpp-performance-changes-2n-skx-mrr"
2803 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2804 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2810 # VPP Performance Changes 2n-skx 4t2c MRR
2813 title: "VPP Performance Changes 2n-skx 4t2c MRR"
2814 algorithm: "table_performance_comparison"
2815 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2819 data: "vpp-performance-changes-2n-skx-mrr-h1"
2822 data: "vpp-performance-changes-2n-skx-mrr-ref"
2825 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2826 data: "vpp-performance-changes-2n-skx-mrr"
2827 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2828 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2834 # VPP Performance Changes 2n-skx 8t4c MRR
2837 title: "VPP Performance Changes 2n-skx 8t4c MRR"
2838 algorithm: "table_performance_comparison"
2839 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2843 data: "vpp-performance-changes-2n-skx-mrr-h1"
2846 data: "vpp-performance-changes-2n-skx-mrr-ref"
2849 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2850 data: "vpp-performance-changes-2n-skx-mrr"
2851 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2852 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2858 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2861 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2862 algorithm: "table_performance_comparison"
2863 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2866 data: "vpp-compare-testbeds-mrr-ref"
2869 data: "vpp-compare-testbeds-mrr-cmp"
2870 data: "vpp-compare-testbeds-mrr"
2871 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2872 filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2878 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2881 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2882 algorithm: "table_performance_comparison"
2883 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2886 data: "vpp-compare-testbeds-mrr-ref"
2889 data: "vpp-compare-testbeds-mrr-cmp"
2890 data: "vpp-compare-testbeds-mrr"
2891 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2892 filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2898 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2901 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2902 algorithm: "table_performance_comparison"
2903 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2906 data: "vpp-compare-testbeds-mrr-ref"
2909 data: "vpp-compare-testbeds-mrr-cmp"
2910 data: "vpp-compare-testbeds-mrr"
2911 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2912 filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2918 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2921 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2922 algorithm: "table_performance_comparison"
2923 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2926 data: "vpp-compare-topologies-mrr-ref"
2929 data: "vpp-compare-topologies-mrr-cmp"
2930 data: "vpp-compare-topologies-mrr"
2931 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2932 filter: "'MRR' and '1C'"
2938 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2941 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2942 algorithm: "table_performance_comparison"
2943 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2946 data: "vpp-compare-topologies-mrr-ref"
2949 data: "vpp-compare-topologies-mrr-cmp"
2950 data: "vpp-compare-topologies-mrr"
2951 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2952 filter: "'MRR' and '2C'"
2958 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2961 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2962 algorithm: "table_performance_comparison"
2963 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2966 data: "vpp-compare-topologies-mrr-ref"
2969 data: "vpp-compare-topologies-mrr-cmp"
2970 data: "vpp-compare-topologies-mrr"
2971 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2972 filter: "'MRR' and '4C'"
2978 # Detailed Test Results - VPP Performance Results 3n-hsw
2981 title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2982 algorithm: "table_merged_details"
2983 output-file-ext: ".csv"
2984 output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2993 data: "vpp-perf-results-3n-hsw"
2994 filter: "not 'NDRCHK' and not 'PDRCHK'"
3000 # Detailed Test Results - VPP Performance Results 3n-skx
3003 title: "Detailed Test Results - VPP Performance Results 3n-skx"
3004 algorithm: "table_merged_details"
3005 output-file-ext: ".csv"
3006 output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3015 data: "vpp-perf-results-3n-skx"
3016 filter: "not 'NDRCHK' and not 'PDRCHK'"
3022 # Detailed Test Results - VPP Performance Results 2n-skx
3025 title: "Detailed Test Results - VPP Performance Results 2n-skx"
3026 algorithm: "table_merged_details"
3027 output-file-ext: ".csv"
3028 output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3037 data: "vpp-perf-results-2n-skx"
3038 filter: "not 'NDRCHK' and not 'PDRCHK'"
3044 # Detailed Test Results - VPP Performance Results 2n-dnv
3047 title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3048 algorithm: "table_details"
3049 output-file-ext: ".csv"
3050 output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3059 data: "intel-dnv-vpp"
3066 # Test configuration - VPP Performance Test Configs 3n-hsw
3069 title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3070 algorithm: "table_merged_details"
3071 output-file-ext: ".csv"
3072 output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3078 title: "VPP API Test Commands History - Commands Used Per Test Case"
3079 data: "data conf-history"
3081 data: "vpp-perf-results-3n-hsw"
3082 filter: "not 'NDRCHK' and not 'PDRCHK'"
3088 # Test configuration - VPP Performance Test Configs 3n-skx
3091 title: "Test configuration - VPP Performance Test Configs 3n-skx"
3092 algorithm: "table_merged_details"
3093 output-file-ext: ".csv"
3094 output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3100 title: "VPP API Test Commands History - Commands Used Per Test Case"
3101 data: "data conf-history"
3103 data: "vpp-perf-results-3n-skx"
3104 filter: "not 'NDRCHK' and not 'PDRCHK'"
3110 # Test configuration - VPP Performance Test Configs 2n-skx
3113 title: "Test configuration - VPP Performance Test Configs 2n-skx"
3114 algorithm: "table_merged_details"
3115 output-file-ext: ".csv"
3116 output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3122 title: "VPP API Test Commands History - Commands Used Per Test Case"
3123 data: "data conf-history"
3125 data: "vpp-perf-results-2n-skx"
3126 filter: "not 'NDRCHK' and not 'PDRCHK'"
3132 # Test configuration - VPP Performance Test Configs 2n-dnv
3135 title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3136 algorithm: "table_details"
3137 output-file-ext: ".csv"
3138 output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3144 title: "VPP API Test Commands History - Commands Used Per Test Case"
3145 data: "data conf-history"
3147 data: "intel-dnv-vpp"
3154 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3157 title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3158 algorithm: "table_merged_details"
3159 output-file-ext: ".csv"
3160 output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3166 title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3167 data: "data show-run"
3169 data: "vpp-perf-results-3n-hsw"
3170 filter: "not 'NDRCHK' and not 'PDRCHK'"
3176 # Test Operational Data - VPP Performance Operational Data 3n-skx
3179 title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3180 algorithm: "table_merged_details"
3181 output-file-ext: ".csv"
3182 output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3188 title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3189 data: "data show-run"
3191 data: "vpp-perf-results-3n-skx"
3192 filter: "not 'NDRCHK' and not 'PDRCHK'"
3198 # Test Operational Data - VPP Performance Operational Data 2n-skx
3201 title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3202 algorithm: "table_merged_details"
3203 output-file-ext: ".csv"
3204 output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3210 title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3211 data: "data show-run"
3213 data: "vpp-perf-results-2n-skx"
3214 filter: "not 'NDRCHK' and not 'PDRCHK'"
3220 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3223 title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3224 algorithm: "table_details"
3225 output-file-ext: ".csv"
3226 output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3232 title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3233 data: "data show-run"
3235 data: "intel-dnv-vpp"
3242 # Detailed Test Results - VPP MRR Results 3n-hsw
3245 title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3246 algorithm: "table_details"
3247 output-file-ext: ".csv"
3248 output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3257 data: "vpp-mrr-results-3n-hsw"
3264 # Detailed Test Results - VPP MRR Results 3n-skx
3267 title: "Detailed Test Results - VPP MRR Results 3n-skx"
3268 algorithm: "table_details"
3269 output-file-ext: ".csv"
3270 output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3279 data: "vpp-mrr-results-3n-skx"
3286 # Detailed Test Results - VPP MRR Results 2n-skx
3289 title: "Detailed Test Results - VPP MRR Results 2n-skx"
3290 algorithm: "table_details"
3291 output-file-ext: ".csv"
3292 output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3301 data: "vpp-mrr-results-2n-skx"
3308 # Detailed Test Results - VPP MRR Results 2n-dnv
3311 title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3312 algorithm: "table_details"
3313 output-file-ext: ".csv"
3314 output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3323 data: "intel-dnv-vpp"
3330 # Test configuration - VPP MRR Test Configs 3n-hsw
3333 title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3334 algorithm: "table_details"
3335 output-file-ext: ".csv"
3336 output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3342 title: "VPP API Test Commands History - Commands Used Per Test Case"
3343 data: "data conf-history"
3345 data: "vpp-mrr-results-3n-hsw"
3352 # Test configuration - VPP MRR Test Configs 3n-skx
3355 title: "Test configuration - VPP MRR Test Configs 3n-skx"
3356 algorithm: "table_details"
3357 output-file-ext: ".csv"
3358 output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3364 title: "VPP API Test Commands History - Commands Used Per Test Case"
3365 data: "data conf-history"
3367 data: "vpp-mrr-results-3n-skx"
3374 # Test configuration - VPP MRR Test Configs 2n-skx
3377 title: "Test configuration - VPP MRR Test Configs 2n-skx"
3378 algorithm: "table_details"
3379 output-file-ext: ".csv"
3380 output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3386 title: "VPP API Test Commands History - Commands Used Per Test Case"
3387 data: "data conf-history"
3389 data: "vpp-mrr-results-2n-skx"
3396 # Test configuration - VPP MRR Test Configs 2n-dnv
3399 title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3400 algorithm: "table_details"
3401 output-file-ext: ".csv"
3402 output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3408 title: "VPP API Test Commands History - Commands Used Per Test Case"
3409 data: "data conf-history"
3411 data: "intel-dnv-vpp"
3418 # Detailed Test Results - VPP Functional Results - Ubuntu
3421 title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3422 algorithm: "table_details"
3423 output-file-ext: ".csv"
3424 output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3430 title: "Documentation"
3436 data: "vpp-func-results-ubuntu"
3444 # Detailed Test Results - VPP Functional Results - CentOS
3447 title: "Detailed Test Results - VPP Functional Results - CentOS"
3448 algorithm: "table_details"
3449 output-file-ext: ".csv"
3450 output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3456 title: "Documentation"
3463 "vpp-func-results-centos"
3471 # Test configuration - VPP Functional Test Configs - Ubuntu
3474 title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3475 algorithm: "table_details"
3476 output-file-ext: ".csv"
3477 output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3483 title: "VPP API Test Commands History - Commands Used Per Test Case"
3484 data: "data conf-history"
3486 data: "vpp-func-results-ubuntu"
3493 # Test configuration - VPP Functional Test Configs - CentOS
3496 title: "Test configuration - VPP Functional Test Configs - CentOS"
3497 algorithm: "table_details"
3498 output-file-ext: ".csv"
3499 output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3505 title: "VPP API Test Commands History - Commands Used Per Test Case"
3506 data: "data conf-history"
3508 data: "vpp-func-results-centos"
3515 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3518 title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3519 algorithm: "table_details"
3520 output-file-ext: ".csv"
3521 output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3530 data: "ligato-perf-results-3n-hsw"
3537 # Detailed Test Results - VPP Device Results - Ubuntu
3540 title: "Detailed Test Results - VPP Device Results - Ubuntu"
3541 algorithm: "table_details"
3542 output-file-ext: ".csv"
3543 output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3549 title: "Documentation"
3555 data: "vpp-device-results-ubuntu"
3563 # Test configuration - VPP Device Test Configs - Ubuntu
3566 title: "Test configuration - VPP Device Test Configs - Ubuntu"
3567 algorithm: "table_details"
3568 output-file-ext: ".csv"
3569 output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3575 title: "VPP API Test Commands History - Commands Used Per Test Case"
3576 data: "data conf-history"
3578 data: "vpp-device-results-ubuntu"
3585 ################################################################################
3587 # DPDK Performance Changes 3n-hsw 1t1c pdr
3590 title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3591 algorithm: "table_performance_comparison"
3592 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3596 data: "dpdk-performance-changes-3n-hsw-h1"
3599 data: "dpdk-performance-changes-3n-hsw-ref"
3602 data: "dpdk-performance-changes-3n-hsw-cmp"
3603 data: "dpdk-performance-changes-3n-hsw"
3604 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3605 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3611 # DPDK Performance Changes 3n-hsw 2t2c pdr
3614 title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3615 algorithm: "table_performance_comparison"
3616 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3620 data: "dpdk-performance-changes-3n-hsw-h1"
3623 data: "dpdk-performance-changes-3n-hsw-ref"
3626 data: "dpdk-performance-changes-3n-hsw-cmp"
3627 data: "dpdk-performance-changes-3n-hsw"
3628 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3629 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3635 # DPDK Performance Changes 3n-hsw 1t1c ndr
3638 title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3639 algorithm: "table_performance_comparison"
3640 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3644 data: "dpdk-performance-changes-3n-hsw-h1"
3647 data: "dpdk-performance-changes-3n-hsw-ref"
3650 data: "dpdk-performance-changes-3n-hsw-cmp"
3651 data: "dpdk-performance-changes-3n-hsw"
3652 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3653 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3659 # DPDK Performance Changes 3n-hsw 2t2c ndr
3662 title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3663 algorithm: "table_performance_comparison"
3664 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3668 data: "dpdk-performance-changes-3n-hsw-h1"
3671 data: "dpdk-performance-changes-3n-hsw-ref"
3674 data: "dpdk-performance-changes-3n-hsw-cmp"
3675 data: "dpdk-performance-changes-3n-hsw"
3676 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3677 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3683 # DPDK Performance Changes 3n-skx 2t1c pdr
3686 title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3687 algorithm: "table_performance_comparison"
3688 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3692 data: "dpdk-performance-changes-3n-skx-h1"
3695 data: "dpdk-performance-changes-3n-skx-ref"
3698 data: "dpdk-performance-changes-3n-skx-cmp"
3699 data: "dpdk-performance-changes-3n-skx"
3700 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3701 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3707 # DPDK Performance Changes 3n-skx 4t2c pdr
3710 title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3711 algorithm: "table_performance_comparison"
3712 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3716 data: "dpdk-performance-changes-3n-skx-h1"
3719 data: "dpdk-performance-changes-3n-skx-ref"
3722 data: "dpdk-performance-changes-3n-skx-cmp"
3723 data: "dpdk-performance-changes-3n-skx"
3724 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3725 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3731 # DPDK Performance Changes 3n-skx 2t1c ndr
3734 title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3735 algorithm: "table_performance_comparison"
3736 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3740 data: "dpdk-performance-changes-3n-skx-h1"
3743 data: "dpdk-performance-changes-3n-skx-ref"
3746 data: "dpdk-performance-changes-3n-skx-cmp"
3747 data: "dpdk-performance-changes-3n-skx"
3748 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3749 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3755 # DPDK Performance Changes 3n-skx 4t2c ndr
3758 title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3759 algorithm: "table_performance_comparison"
3760 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3764 data: "dpdk-performance-changes-3n-skx-h1"
3767 data: "dpdk-performance-changes-3n-skx-ref"
3770 data: "dpdk-performance-changes-3n-skx-cmp"
3771 data: "dpdk-performance-changes-3n-skx"
3772 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3773 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3779 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3782 title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3783 algorithm: "table_performance_comparison"
3784 output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3787 data: "dpdk-compare-testbeds-ref"
3790 data: "dpdk-compare-testbeds-cmp"
3791 data: "dpdk-compare-testbeds"
3792 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3793 filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3799 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3802 title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3803 algorithm: "table_performance_comparison"
3804 output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3807 data: "dpdk-compare-testbeds-ref"
3810 data: "dpdk-compare-testbeds-cmp"
3811 data: "dpdk-compare-testbeds"
3812 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3813 filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3819 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3822 title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3823 algorithm: "table_performance_comparison"
3824 output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3827 data: "dpdk-compare-topologies-ref"
3830 data: "dpdk-compare-topologies-cmp"
3831 data: "dpdk-compare-topologies"
3832 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3833 filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3839 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3842 title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3843 algorithm: "table_performance_comparison"
3844 output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3847 data: "dpdk-compare-topologies-ref"
3850 data: "dpdk-compare-topologies-cmp"
3851 data: "dpdk-compare-topologies"
3852 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3853 filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3859 # DPDK Performance Changes 2n-skx 2t1c pdr
3862 title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3863 algorithm: "table_performance_comparison"
3864 output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3867 data: "dpdk-performance-changes-2n-skx-ref"
3870 data: "dpdk-performance-changes-2n-skx-cmp"
3871 data: "dpdk-performance-changes-2n-skx"
3872 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3873 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3879 # DPDK Performance Changes 2n-skx 4t2c pdr
3882 title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3883 algorithm: "table_performance_comparison"
3884 output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3887 data: "dpdk-performance-changes-2n-skx-ref"
3890 data: "dpdk-performance-changes-2n-skx-cmp"
3891 data: "dpdk-performance-changes-2n-skx"
3892 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3893 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3899 # DPDK Performance Changes 2n-skx 2t1c ndr
3902 title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3903 algorithm: "table_performance_comparison"
3904 output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3907 data: "dpdk-performance-changes-2n-skx-ref"
3910 data: "dpdk-performance-changes-2n-skx-cmp"
3911 data: "dpdk-performance-changes-2n-skx"
3912 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3913 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3919 # DPDK Performance Changes 2n-skx 4t2c ndr
3922 title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3923 algorithm: "table_performance_comparison"
3924 output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3927 data: "dpdk-performance-changes-2n-skx-ref"
3930 data: "dpdk-performance-changes-2n-skx-cmp"
3931 data: "dpdk-performance-changes-2n-skx"
3932 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3933 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3939 # Detailed Test Results - DPDK Performance Results 3n-hsw
3942 title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3943 algorithm: "table_details"
3944 output-file-ext: ".csv"
3945 output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3954 data: "dpdk-perf-results-3n-hsw"
3961 # Detailed Test Results - DPDK Performance Results 3n-skx
3964 title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3965 algorithm: "table_details"
3966 output-file-ext: ".csv"
3967 output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3976 data: "dpdk-perf-results-3n-skx"
3983 # Detailed Test Results - DPDK Performance Results 2n-skx
3986 title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3987 algorithm: "table_details"
3988 output-file-ext: ".csv"
3989 output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3998 data: "dpdk-perf-results-2n-skx"
4005 ################################################################################
4009 title: "Detailed Test Results - Honeycomb Functional Results"
4010 algorithm: "table_details"
4011 output-file-ext: ".csv"
4012 output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
4018 title: "Documentation"
4033 ################################################################################