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:
138 plot-vpp-http-server-performance:
139 # TODO: Replace with 1904 data
140 # csit-vpp-perf-verify-1904-3n-hsw:
141 csit-vpp-perf-verify-1810-3n-hsw:
153 plot-ligato-throughput-lat-tsa-3n-hsw:
154 # TODO: Replace with 1904 data
155 # csit-ligato-perf-verify-1904-3n-hsw:
156 csit-ligato-perf-verify-1901-3n-hsw:
168 plot-dpdk-throughput-latency-3n-hsw:
169 # TODO: Add 1904 data
170 csit-dpdk-perf-verify-1904-3n-hsw:
178 plot-vpp-throughput-lat-tsa-3n-skx:
179 # TODO: Add 1904 data
180 csit-vpp-perf-verify-1904-3n-skx:
188 plot-dpdk-throughput-latency-3n-skx:
189 # TODO: Add 1904 data
190 csit-dpdk-perf-verify-1904-3n-skx:
200 plot-vpp-throughput-lat-tsa-2n-skx:
201 # TODO: Add 1904 data
202 csit-vpp-perf-verify-1904-2n-skx:
213 plot-vpp-soak-2n-skx:
214 # TODO: Replace with 1904 data
215 # csit-vpp-perf-verify-1904-2n-skx:
216 csit-vpp-perf-verify-1901-2n-skx:
220 # TODO: Add 1904 data
221 csit-vpp-perf-verify-1904-2n-skx:
224 plot-vpp-nfv-2n-skx-mrr:
225 # TODO: Add 1904 data
226 csit-vpp-perf-verify-1904-2n-skx:
229 plot-dpdk-throughput-latency-2n-skx:
230 csit-dpdk-perf-verify-1904-2n-skx:
246 # TODO: Replace with 1904 data
247 # intel-dnv-vpp-release-1904:
248 intel-dnv-vpp-release-1901:
251 ###########################################################################
252 # Simple tables (only one data set):
256 vpp-nic-comparison-3n-hsw:
257 # TODO: Add 1904 data
258 csit-vpp-perf-verify-1904-3n-hsw:
262 vpp-nic-comparison-3n-skx:
263 # TODO: Add 1904 data
264 csit-vpp-perf-verify-1904-3n-skx:
272 vpp-nic-comparison-2n-skx:
273 # TODO: Add 1904 data
274 csit-vpp-perf-verify-1904-2n-skx:
285 vpp-nic-comparison-3n-hsw-mrr:
286 csit-vpp-perf-verify-1904-3n-hsw:
289 vpp-nic-comparison-3n-skx-mrr:
290 csit-vpp-perf-verify-1904-3n-skx:
293 vpp-nic-comparison-2n-skx-mrr:
294 csit-vpp-perf-verify-1904-2n-skx:
299 vpp-perf-results-3n-hsw:
300 # TODO: Replace with FULL 1904 data
301 csit-vpp-perf-verify-1904-3n-hsw:
304 vpp-perf-results-3n-skx:
305 # TODO: Replace with FULL 1904 data
306 csit-vpp-perf-verify-1904-3n-skx:
309 vpp-perf-results-2n-skx:
310 # TODO: Replace with FULL 1904 data
311 csit-vpp-perf-verify-1904-2n-skx:
314 vpp-mrr-results-3n-hsw:
315 csit-vpp-perf-verify-1904-3n-hsw:
318 vpp-mrr-results-3n-skx:
319 csit-vpp-perf-verify-1904-3n-skx:
322 vpp-mrr-results-2n-skx:
323 csit-vpp-perf-verify-1904-2n-skx:
326 vpp-func-results-ubuntu:
327 csit-vpp-functional-1904-ubuntu1604-virl:
330 vpp-func-results-centos:
331 csit-vpp-functional-1904-centos7-virl:
334 vpp-device-results-ubuntu:
335 csit-vpp-device-1904-ubuntu1804-1n-skx:
339 ligato-perf-results-3n-hsw:
340 # TODO: Replace with 1904 data
341 # csit-ligato-perf-verify-1904-3n-hsw:
342 csit-ligato-perf-verify-1901-3n-hsw:
345 dpdk-perf-results-3n-hsw:
346 csit-dpdk-perf-verify-1904-3n-hsw:
349 dpdk-perf-results-3n-skx:
350 csit-dpdk-perf-verify-1904-3n-skx:
353 dpdk-perf-results-2n-skx:
354 csit-dpdk-perf-verify-1904-2n-skx:
357 # HoneyComb Functional
359 csit-hc2vpp-verify-func-1904-ubuntu1604:
362 # # NSH SFC Functional
365 # csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
370 csit-dmm-functional-1904-ubuntu1604-virl:
373 ###########################################################################
374 # Tables (more than one data set)
376 # Performance changes
378 intel-dnv-vpp-changes-2n-dnv-h1:
379 intel-dnv-vpp-release-1810:
381 intel-dnv-vpp-changes-2n-dnv-ref:
382 intel-dnv-vpp-release-1901:
384 intel-dnv-vpp-changes-2n-dnv-cmp:
385 # TODO: Replace with 1904 data
386 # intel-dnv-vpp-release-1904:
387 intel-dnv-vpp-release-1901:
389 intel-dnv-vpp-changes-2n-dnv:
390 - "intel-dnv-vpp-changes-2n-dnv-h1"
391 - "intel-dnv-vpp-changes-2n-dnv-ref"
392 - "intel-dnv-vpp-changes-2n-dnv-cmp"
394 vpp-performance-changes-3n-hsw-h1:
395 csit-vpp-perf-verify-1810-3n-hsw:
406 vpp-performance-changes-3n-hsw-ref:
407 csit-vpp-perf-verify-1901-3n-hsw:
428 vpp-performance-changes-3n-hsw-cmp:
429 # TODO: Add 1904 data
430 csit-vpp-perf-verify-1904-3n-hsw:
433 vpp-performance-changes-3n-hsw:
434 - "vpp-performance-changes-3n-hsw-h1"
435 - "vpp-performance-changes-3n-hsw-ref"
436 - "vpp-performance-changes-3n-hsw-cmp"
438 vpp-performance-changes-3n-skx-h1:
439 csit-vpp-perf-verify-1810-3n-skx:
450 vpp-performance-changes-3n-skx-ref:
451 csit-vpp-perf-verify-1901-3n-skx:
472 vpp-performance-changes-3n-skx-cmp:
473 # TODO: Add 1904 data
474 csit-vpp-perf-verify-1904-3n-skx:
481 vpp-performance-changes-3n-skx:
482 - "vpp-performance-changes-3n-skx-h1"
483 - "vpp-performance-changes-3n-skx-ref"
484 - "vpp-performance-changes-3n-skx-cmp"
486 vpp-performance-changes-2n-skx-h1:
487 csit-vpp-perf-verify-1810-2n-skx:
498 vpp-performance-changes-2n-skx-ref:
499 csit-vpp-perf-verify-1901-2n-skx:
510 vpp-performance-changes-2n-skx-cmp:
511 # TODO: Add 1904 data
512 csit-vpp-perf-verify-1904-2n-skx:
522 vpp-performance-changes-2n-skx:
523 - "vpp-performance-changes-2n-skx-h1"
524 - "vpp-performance-changes-2n-skx-ref"
525 - "vpp-performance-changes-2n-skx-cmp"
527 vpp-performance-changes-3n-hsw-mrr-h1:
528 csit-vpp-perf-verify-1810-3n-hsw:
530 vpp-performance-changes-3n-hsw-mrr-ref:
531 csit-vpp-perf-verify-1901-3n-hsw:
533 vpp-performance-changes-3n-hsw-mrr-cmp:
534 csit-vpp-perf-verify-1904-3n-hsw:
536 vpp-performance-changes-3n-hsw-mrr:
537 - "vpp-performance-changes-3n-hsw-mrr-h1"
538 - "vpp-performance-changes-3n-hsw-mrr-ref"
539 - "vpp-performance-changes-3n-hsw-mrr-cmp"
541 vpp-performance-changes-3n-skx-mrr-h1:
542 csit-vpp-perf-verify-1810-3n-skx:
547 vpp-performance-changes-3n-skx-mrr-ref:
548 csit-vpp-perf-verify-1901-3n-skx:
550 vpp-performance-changes-3n-skx-mrr-cmp:
551 csit-vpp-perf-verify-1904-3n-skx:
553 vpp-performance-changes-3n-skx-mrr:
554 - "vpp-performance-changes-3n-skx-mrr-h1"
555 - "vpp-performance-changes-3n-skx-mrr-ref"
556 - "vpp-performance-changes-3n-skx-mrr-cmp"
558 vpp-performance-changes-2n-skx-mrr-h1:
559 csit-vpp-perf-verify-1810-2n-skx:
564 vpp-performance-changes-2n-skx-mrr-ref:
565 csit-vpp-perf-verify-1901-2n-skx:
567 vpp-performance-changes-2n-skx-mrr-cmp:
568 csit-vpp-perf-verify-1904-2n-skx:
570 vpp-performance-changes-2n-skx-mrr:
571 - "vpp-performance-changes-2n-skx-mrr-h1"
572 - "vpp-performance-changes-2n-skx-mrr-ref"
573 - "vpp-performance-changes-2n-skx-mrr-cmp"
575 dpdk-performance-changes-3n-hsw-h1:
576 csit-dpdk-perf-verify-1810-3n-hsw:
587 dpdk-performance-changes-3n-hsw-ref:
588 csit-dpdk-perf-verify-1901-3n-hsw:
599 dpdk-performance-changes-3n-hsw-cmp:
600 # TODO: Add 1904 data
601 csit-dpdk-perf-verify-1904-3n-hsw:
606 dpdk-performance-changes-3n-hsw:
607 - "dpdk-performance-changes-3n-hsw-h1"
608 - "dpdk-performance-changes-3n-hsw-ref"
609 - "dpdk-performance-changes-3n-hsw-cmp"
611 dpdk-performance-changes-3n-skx-h1:
612 csit-dpdk-perf-verify-1810-3n-skx:
623 dpdk-performance-changes-3n-skx-ref:
624 csit-dpdk-perf-verify-1901-3n-skx:
635 dpdk-performance-changes-3n-skx-cmp:
636 # TODO: Add 1904 data
637 csit-dpdk-perf-verify-1904-3n-skx:
644 dpdk-performance-changes-3n-skx:
645 - "dpdk-performance-changes-3n-skx-h1"
646 - "dpdk-performance-changes-3n-skx-ref"
647 - "dpdk-performance-changes-3n-skx-cmp"
649 dpdk-performance-changes-2n-skx-h1:
650 csit-dpdk-perf-verify-1810-2n-skx:
661 dpdk-performance-changes-2n-skx-ref:
662 csit-dpdk-perf-verify-1901-2n-skx:
673 dpdk-performance-changes-2n-skx-cmp:
674 csit-dpdk-perf-verify-1904-2n-skx:
685 dpdk-performance-changes-2n-skx:
686 - "dpdk-performance-changes-2n-skx-h1"
687 - "dpdk-performance-changes-2n-skx-ref"
688 - "dpdk-performance-changes-2n-skx-cmp"
692 vpp-compare-testbeds-ref:
693 # TODO: Add 1904 data
694 csit-vpp-perf-verify-1904-3n-hsw:
697 vpp-compare-testbeds-cmp:
698 # TODO: Add 1904 data
699 csit-vpp-perf-verify-1904-3n-skx:
706 vpp-compare-testbeds:
707 - "vpp-compare-testbeds-ref"
708 - "vpp-compare-testbeds-cmp"
710 vpp-compare-testbeds-mrr-ref:
711 csit-vpp-perf-verify-1904-3n-hsw:
713 vpp-compare-testbeds-mrr-cmp:
714 csit-vpp-perf-verify-1904-3n-skx:
716 vpp-compare-testbeds-mrr:
717 - "vpp-compare-testbeds-mrr-ref"
718 - "vpp-compare-testbeds-mrr-cmp"
720 dpdk-compare-testbeds-ref:
721 # TODO: Add 1904 data
722 csit-dpdk-perf-verify-1904-3n-hsw:
727 dpdk-compare-testbeds-cmp:
728 # TODO: Add 1904 data
729 csit-dpdk-perf-verify-1904-3n-skx:
736 dpdk-compare-testbeds:
737 - "dpdk-compare-testbeds-ref"
738 - "dpdk-compare-testbeds-cmp"
742 vpp-compare-topologies-ref:
743 # TODO: Add 1904 data
744 csit-vpp-perf-verify-1904-3n-skx:
751 vpp-compare-topologies-cmp:
752 # TODO: Add 1904 data
753 csit-vpp-perf-verify-1904-2n-skx:
763 vpp-compare-topologies:
764 - "vpp-compare-topologies-ref"
765 - "vpp-compare-topologies-cmp"
767 vpp-compare-topologies-mrr-ref:
768 csit-vpp-perf-verify-1904-3n-skx:
770 vpp-compare-topologies-mrr-cmp:
771 csit-vpp-perf-verify-1904-2n-skx:
773 vpp-compare-topologies-mrr:
774 - "vpp-compare-topologies-mrr-ref"
775 - "vpp-compare-topologies-mrr-cmp"
777 dpdk-compare-topologies-ref:
778 # TODO: Add 1904 data
779 csit-dpdk-perf-verify-1904-3n-skx:
786 dpdk-compare-topologies-cmp:
787 csit-dpdk-perf-verify-1904-2n-skx:
798 dpdk-compare-topologies:
799 - "dpdk-compare-topologies-ref"
800 - "dpdk-compare-topologies-cmp"
804 plot-soak-throughput:
808 title: "<b>Test Cases [Index]</b>"
813 gridcolor: "rgb(230, 230, 230)"
814 linecolor: "rgb(220, 220, 220)"
819 tickcolor: "rgb(220, 220, 220)"
825 title: "<b>Packet Throughput [Mpps]</b>"
828 gridcolor: "rgb(230, 230, 230)"
831 linecolor: "rgb(220, 220, 220)"
836 tickcolor: "rgb(220, 220, 220)"
855 plot-service-density:
864 showticklabels: False
870 autorange: "reversed"
873 showticklabels: False
887 title: "<b>Test Cases [Index]</b>"
892 gridcolor: "rgb(230, 230, 230)"
893 linecolor: "rgb(220, 220, 220)"
898 tickcolor: "rgb(220, 220, 220)"
904 title: "<b>Connections Per Second [cps]</b>"
907 gridcolor: "rgb(230, 230, 230)"
909 linecolor: "rgb(220, 220, 220)"
915 tickcolor: "rgb(220, 220, 220)"
940 title: "<b>Test Cases [Index]</b>"
945 gridcolor: "rgb(230, 230, 230)"
946 linecolor: "rgb(220, 220, 220)"
951 tickcolor: "rgb(220, 220, 220)"
957 title: "<b>Requests Per Second [rps]</b>"
960 gridcolor: "rgb(230, 230, 230)"
962 linecolor: "rgb(220, 220, 220)"
968 tickcolor: "rgb(230, 230, 230)"
993 title: "<b>Test Cases [Index]</b>"
998 gridcolor: "rgb(230, 230, 230)"
999 linecolor: "rgb(220, 220, 220)"
1003 showticklabels: True
1004 tickcolor: "rgb(220, 220, 220)"
1010 title: "<b>Packet Throughput [Mpps]</b>"
1013 gridcolor: "rgb(230, 230, 230)"
1016 linecolor: "rgb(220, 220, 220)"
1020 showticklabels: True
1021 tickcolor: "rgb(220, 220, 220)"
1042 plot-throughput-speedup-analysis:
1046 title: "<b>Number of Cores [Qty]</b>"
1051 gridcolor: "rgb(230, 230, 230)"
1052 linecolor: "rgb(220, 220, 220)"
1056 showticklabels: True
1057 tickcolor: "rgb(238, 238, 238)"
1063 title: "<b>Packet Throughput [Mpps]</b>"
1067 gridcolor: "rgb(230, 230, 230)"
1069 linecolor: "rgb(220, 220, 220)"
1073 showticklabels: True
1074 tickcolor: "rgb(220, 220, 220)"
1089 bgcolor: "rgba(255, 255, 255, 0)"
1090 bordercolor: "rgba(255, 255, 255, 0)"
1091 traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1115 family: "Consolas, Courier New",
1120 text: " Perfect Measured Limit",
1130 family: "Consolas, Courier New",
1140 title: "<b>Direction</b>"
1145 gridcolor: "rgb(230, 230, 230)"
1146 linecolor: "rgb(220, 220, 220)"
1150 showticklabels: False
1151 tickcolor: "rgb(220, 220, 220)"
1157 title: "<b>Packet Latency [uSec]</b>"
1161 gridcolor: "rgb(230, 230, 230)"
1163 linecolor: "rgb(220, 220, 220)"
1167 showticklabels: True
1168 tickcolor: "rgb(220, 220, 220)"
1178 traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1192 src-path: "{DIR[RST]}"
1193 dst-path: "{DIR[WORKING,SRC]}"
1197 file-name: "robot-plugin.zip"
1199 download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1200 extract: "robot-plugin/output.xml"
1203 # TODO: Add 1904 data
1204 # intel-dnv-vpp-release-1904:
1207 intel-dnv-vpp-release-1901:
1210 intel-dnv-vpp-release-1810:
1213 csit-vpp-perf-verify-1810-3n-hsw:
1235 csit-vpp-perf-verify-1901-3n-hsw:
1257 # TODO: Add 1904 Data
1258 csit-vpp-perf-verify-1904-3n-hsw:
1259 - 1 # MRR sel - replace
1263 csit-vpp-perf-verify-1810-3n-skx:
1278 csit-vpp-perf-verify-1901-3n-skx:
1300 # TODO: Add 1904 data
1301 csit-vpp-perf-verify-1904-3n-skx:
1310 csit-vpp-perf-verify-1810-2n-skx:
1325 csit-vpp-perf-verify-1901-2n-skx:
1348 # TODO: Add 1904 data
1349 csit-vpp-perf-verify-1904-2n-skx:
1360 - 10 # NFV MRR - replace
1361 - 9 # NFV NDRPDR - replace
1364 csit-ligato-perf-verify-1901-3n-hsw:
1376 # TODO: Add 1904 data
1377 # csit-ligato-perf-verify-1904-3n-hsw:
1380 csit-dpdk-perf-verify-1810-3n-hsw:
1391 csit-dpdk-perf-verify-1901-3n-hsw:
1402 # TODO: Add 1904 data
1403 csit-dpdk-perf-verify-1904-3n-hsw:
1409 csit-dpdk-perf-verify-1810-3n-skx:
1420 csit-dpdk-perf-verify-1901-3n-skx:
1431 # TODO: Add 1904 data
1432 csit-dpdk-perf-verify-1904-3n-skx:
1440 csit-dpdk-perf-verify-1810-2n-skx:
1451 csit-dpdk-perf-verify-1901-2n-skx:
1462 csit-dpdk-perf-verify-1904-2n-skx:
1474 csit-vpp-functional-1904-ubuntu1604-virl:
1476 csit-vpp-functional-1904-centos7-virl:
1478 csit-vpp-device-1904-ubuntu1804-1n-skx:
1481 # csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1483 csit-dmm-functional-1904-ubuntu1604-virl:
1485 csit-hc2vpp-verify-func-1904-ubuntu1604:
1496 ################################################################################
1498 ################################################################################
1500 # VPP Compare NICs 3n-hsw 1t1c ndr
1502 title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1503 algorithm: "table_nics_comparison"
1504 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1507 nic: "NIC_Intel-X520-DA2"
1510 nic: "NIC_Intel-X710"
1511 data: "vpp-nic-comparison-3n-hsw"
1512 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1513 filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1520 # VPP Compare NICs 3n-hsw 2t2c ndr
1522 title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1523 algorithm: "table_nics_comparison"
1524 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1527 nic: "NIC_Intel-X520-DA2"
1530 nic: "NIC_Intel-X710"
1531 data: "vpp-nic-comparison-3n-hsw"
1532 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1533 filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1540 # VPP Compare NICs 3n-hsw 1t1c pdr
1542 title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1543 algorithm: "table_nics_comparison"
1544 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1547 nic: "NIC_Intel-X520-DA2"
1550 nic: "NIC_Intel-X710"
1551 data: "vpp-nic-comparison-3n-hsw"
1552 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1553 filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1560 # VPP Compare NICs 3n-hsw 2t2c pdr
1562 title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1563 algorithm: "table_nics_comparison"
1564 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1567 nic: "NIC_Intel-X520-DA2"
1570 nic: "NIC_Intel-X710"
1571 data: "vpp-nic-comparison-3n-hsw"
1572 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1573 filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1580 # VPP Compare NICs 3n-hsw 1t1c mrr
1582 title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1583 algorithm: "table_nics_comparison"
1584 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1587 nic: "NIC_Intel-X520-DA2"
1590 nic: "NIC_Intel-X710"
1591 data: "vpp-nic-comparison-3n-hsw-mrr"
1592 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1593 filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1600 # VPP Compare NICs 3n-hsw 2t2c mrr
1602 title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1603 algorithm: "table_nics_comparison"
1604 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1607 nic: "NIC_Intel-X520-DA2"
1610 nic: "NIC_Intel-X710"
1611 data: "vpp-nic-comparison-3n-hsw-mrr"
1612 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1613 filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1620 # VPP Compare NICs 3n-hsw 4t4c mrr
1622 title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1623 algorithm: "table_nics_comparison"
1624 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1627 nic: "NIC_Intel-X520-DA2"
1630 nic: "NIC_Intel-X710"
1631 data: "vpp-nic-comparison-3n-hsw-mrr"
1632 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1633 filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1640 # VPP Compare NICs 3n-skx 2t1c ndr
1642 title: "VPP Compare NICs 3n-skx 2t1c ndr"
1643 algorithm: "table_nics_comparison"
1644 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1647 nic: "NIC_Intel-X710"
1649 title: "Intel-xxv710"
1650 nic: "NIC_Intel-XXV710"
1651 data: "vpp-nic-comparison-3n-skx"
1652 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1653 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1660 # VPP Compare NICs 3n-skx 4t2c ndr
1662 title: "VPP Compare NICs 3n-skx 4t2c ndr"
1663 algorithm: "table_nics_comparison"
1664 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1667 nic: "NIC_Intel-X710"
1669 title: "Intel-xxv710"
1670 nic: "NIC_Intel-XXV710"
1671 data: "vpp-nic-comparison-3n-skx"
1672 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1673 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1680 # VPP Compare NICs 3n-skx 2t1c pdr
1682 title: "VPP Compare NICs 3n-skx 2t1c pdr"
1683 algorithm: "table_nics_comparison"
1684 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1687 nic: "NIC_Intel-X710"
1689 title: "Intel-xxv710"
1690 nic: "NIC_Intel-XXV710"
1691 data: "vpp-nic-comparison-3n-skx"
1692 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1693 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1700 # VPP Compare NICs 3n-skx 4t2c pdr
1702 title: "VPP Compare NICs 3n-skx 4t2c pdr"
1703 algorithm: "table_nics_comparison"
1704 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1707 nic: "NIC_Intel-X710"
1709 title: "Intel-xxv710"
1710 nic: "NIC_Intel-XXV710"
1711 data: "vpp-nic-comparison-3n-skx"
1712 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1713 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1720 # VPP Compare NICs 3n-skx 2t1c mrr
1722 title: "VPP Compare NICs 3n-skx 2t1c mrr"
1723 algorithm: "table_nics_comparison"
1724 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1727 nic: "NIC_Intel-X710"
1729 title: "Intel-xxv710"
1730 nic: "NIC_Intel-XXV710"
1731 data: "vpp-nic-comparison-3n-skx-mrr"
1732 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1733 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1740 # VPP Compare NICs 3n-skx 4t2c mrr
1742 title: "VPP Compare NICs 3n-skx 4t2c mrr"
1743 algorithm: "table_nics_comparison"
1744 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1747 nic: "NIC_Intel-X710"
1749 title: "Intel-xxv710"
1750 nic: "NIC_Intel-XXV710"
1751 data: "vpp-nic-comparison-3n-skx-mrr"
1752 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1753 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1760 # VPP Compare NICs 3n-skx 8t4c mrr
1762 title: "VPP Compare NICs 3n-skx 8t4c mrr"
1763 algorithm: "table_nics_comparison"
1764 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1767 nic: "NIC_Intel-X710"
1769 title: "Intel-xxv710"
1770 nic: "NIC_Intel-XXV710"
1771 data: "vpp-nic-comparison-3n-skx-mrr"
1772 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1773 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1780 # VPP Compare NICs 2n-skx 2t1c ndr
1782 title: "VPP Compare NICs 2n-skx 2t1c ndr"
1783 algorithm: "table_nics_comparison"
1784 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1787 nic: "NIC_Intel-X710"
1789 title: "Intel-xxv710"
1790 nic: "NIC_Intel-XXV710"
1791 data: "vpp-nic-comparison-2n-skx"
1792 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1793 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1800 # VPP Compare NICs 2n-skx 4t2c ndr
1802 title: "VPP Compare NICs 2n-skx 4t2c ndr"
1803 algorithm: "table_nics_comparison"
1804 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1807 nic: "NIC_Intel-X710"
1809 title: "Intel-xxv710"
1810 nic: "NIC_Intel-XXV710"
1811 data: "vpp-nic-comparison-2n-skx"
1812 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1813 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1820 # VPP Compare NICs 2n-skx 2t1c pdr
1822 title: "VPP Compare NICs 2n-skx 2t1c pdr"
1823 algorithm: "table_nics_comparison"
1824 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1827 nic: "NIC_Intel-X710"
1829 title: "Intel-xxv710"
1830 nic: "NIC_Intel-XXV710"
1831 data: "vpp-nic-comparison-2n-skx"
1832 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1833 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1840 # VPP Compare NICs 2n-skx 4t2c pdr
1842 title: "VPP Compare NICs 2n-skx 4t2c pdr"
1843 algorithm: "table_nics_comparison"
1844 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1847 nic: "NIC_Intel-X710"
1849 title: "Intel-xxv710"
1850 nic: "NIC_Intel-XXV710"
1851 data: "vpp-nic-comparison-2n-skx"
1852 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1853 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1860 # VPP Compare NICs 2n-skx 2t1c mrr
1862 title: "VPP Compare NICs 2n-skx 2t1c mrr"
1863 algorithm: "table_nics_comparison"
1864 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1867 nic: "NIC_Intel-X710"
1869 title: "Intel-xxv710"
1870 nic: "NIC_Intel-XXV710"
1871 data: "vpp-nic-comparison-2n-skx-mrr"
1872 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1873 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1880 # VPP Compare NICs 2n-skx 4t2c mrr
1882 title: "VPP Compare NICs 2n-skx 4t2c mrr"
1883 algorithm: "table_nics_comparison"
1884 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1887 nic: "NIC_Intel-X710"
1889 title: "Intel-xxv710"
1890 nic: "NIC_Intel-XXV710"
1891 data: "vpp-nic-comparison-2n-skx-mrr"
1892 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1893 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1900 # VPP Compare NICs 2n-skx 8t4c mrr
1902 title: "VPP Compare NICs 2n-skx 8t4c mrr"
1903 algorithm: "table_nics_comparison"
1904 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1907 nic: "NIC_Intel-X710"
1909 title: "Intel-xxv710"
1910 nic: "NIC_Intel-XXV710"
1911 data: "vpp-nic-comparison-2n-skx-mrr"
1912 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1913 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1920 ################################################################################
1923 # VPP Performance Changes 2n-dnv 1t1c pdr
1925 title: "VPP Performance Changes 2n-dnv 1t1c pdr"
1926 algorithm: "table_performance_comparison"
1927 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
1930 data: "intel-dnv-vpp-changes-2n-dnv-h1"
1933 data: "intel-dnv-vpp-changes-2n-dnv-ref"
1936 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1937 data: "intel-dnv-vpp-changes-2n-dnv"
1938 include-tests: "PDR"
1939 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1945 # VPP Performance Changes 2n-dnv 2t2c pdr
1947 title: "VPP Performance Changes 2n-dnv 2t2c pdr"
1948 algorithm: "table_performance_comparison"
1949 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
1952 data: "intel-dnv-vpp-changes-2n-dnv-h1"
1955 data: "intel-dnv-vpp-changes-2n-dnv-ref"
1958 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1959 data: "intel-dnv-vpp-changes-2n-dnv"
1960 include-tests: "PDR"
1961 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1967 # VPP Performance Changes 2n-dnv 1t1c ndr
1969 title: "VPP Performance Changes 2n-dnv 1t1c ndr"
1970 algorithm: "table_performance_comparison"
1971 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
1974 data: "intel-dnv-vpp-changes-2n-dnv-h1"
1977 data: "intel-dnv-vpp-changes-2n-dnv-ref"
1980 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1981 data: "intel-dnv-vpp-changes-2n-dnv"
1982 include-tests: "NDR"
1983 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1989 # VPP Performance Changes 2n-dnv 2t2c ndr
1991 title: "VPP Performance Changes 2n-dnv 2t2c ndr"
1992 algorithm: "table_performance_comparison"
1993 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
1996 data: "intel-dnv-vpp-changes-2n-dnv-h1"
1999 data: "intel-dnv-vpp-changes-2n-dnv-ref"
2002 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2003 data: "intel-dnv-vpp-changes-2n-dnv"
2004 include-tests: "NDR"
2005 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2011 # VPP Performance Changes 2n-dnv 1t1c MRR
2013 title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2014 algorithm: "table_performance_comparison"
2015 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2018 data: "intel-dnv-vpp-changes-2n-dnv-h1"
2021 data: "intel-dnv-vpp-changes-2n-dnv-ref"
2024 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2025 data: "intel-dnv-vpp-changes-2n-dnv"
2026 include-tests: "MRR"
2027 filter: "'1T1C' and 'MRR'"
2033 # VPP Performance Changes 2n-dnv 2t2c MRR
2035 title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2036 algorithm: "table_performance_comparison"
2037 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2040 data: "intel-dnv-vpp-changes-2n-dnv-h1"
2043 data: "intel-dnv-vpp-changes-2n-dnv-ref"
2046 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2047 data: "intel-dnv-vpp-changes-2n-dnv"
2048 include-tests: "MRR"
2049 filter: "'2T2C' and 'MRR'"
2055 # VPP Performance Changes 2n-dnv 4t4c MRR
2057 title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2058 algorithm: "table_performance_comparison"
2059 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2062 data: "intel-dnv-vpp-changes-2n-dnv-h1"
2065 data: "intel-dnv-vpp-changes-2n-dnv-ref"
2068 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2069 data: "intel-dnv-vpp-changes-2n-dnv"
2070 include-tests: "MRR"
2071 filter: "'4T4C' and 'MRR'"
2077 # VPP Performance Changes 3n-hsw 1t1c pdr
2079 title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2080 algorithm: "table_performance_comparison"
2081 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2084 data: "vpp-performance-changes-3n-hsw-h1"
2087 data: "vpp-performance-changes-3n-hsw-ref"
2090 data: "vpp-performance-changes-3n-hsw-cmp"
2091 data: "vpp-performance-changes-3n-hsw"
2092 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2093 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2099 # VPP Performance Changes 3n-hsw 2t2c pdr
2101 title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2102 algorithm: "table_performance_comparison"
2103 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2106 data: "vpp-performance-changes-3n-hsw-h1"
2109 data: "vpp-performance-changes-3n-hsw-ref"
2112 data: "vpp-performance-changes-3n-hsw-cmp"
2113 data: "vpp-performance-changes-3n-hsw"
2114 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2115 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2121 # VPP Performance Changes 3n-hsw 1t1c ndr
2123 title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2124 algorithm: "table_performance_comparison"
2125 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2128 data: "vpp-performance-changes-3n-hsw-h1"
2131 data: "vpp-performance-changes-3n-hsw-ref"
2134 data: "vpp-performance-changes-3n-hsw-cmp"
2135 data: "vpp-performance-changes-3n-hsw"
2136 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2137 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2143 # VPP Performance Changes 3n-hsw 2t2c ndr
2145 title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2146 algorithm: "table_performance_comparison"
2147 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2150 data: "vpp-performance-changes-3n-hsw-h1"
2153 data: "vpp-performance-changes-3n-hsw-ref"
2156 data: "vpp-performance-changes-3n-hsw-cmp"
2157 data: "vpp-performance-changes-3n-hsw"
2158 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2159 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2165 # VPP Performance Changes 3n-skx 2t1c pdr
2167 title: "VPP Performance Changes 3n-skx 2t1c pdr"
2168 algorithm: "table_performance_comparison"
2169 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2172 data: "vpp-performance-changes-3n-skx-h1"
2175 data: "vpp-performance-changes-3n-skx-ref"
2178 data: "vpp-performance-changes-3n-skx-cmp"
2179 data: "vpp-performance-changes-3n-skx"
2180 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2181 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2187 # VPP Performance Changes 3n-skx 4t2c pdr
2189 title: "VPP Performance Changes 3n-skx 4t2c pdr"
2190 algorithm: "table_performance_comparison"
2191 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2194 data: "vpp-performance-changes-3n-skx-h1"
2197 data: "vpp-performance-changes-3n-skx-ref"
2200 data: "vpp-performance-changes-3n-skx-cmp"
2201 data: "vpp-performance-changes-3n-skx"
2202 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2203 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2209 # VPP Performance Changes 3n-skx 2t1c ndr
2211 title: "VPP Performance Changes 3n-skx 2t1c ndr"
2212 algorithm: "table_performance_comparison"
2213 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2216 data: "vpp-performance-changes-3n-skx-h1"
2219 data: "vpp-performance-changes-3n-skx-ref"
2222 data: "vpp-performance-changes-3n-skx-cmp"
2223 data: "vpp-performance-changes-3n-skx"
2224 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2225 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2231 # VPP Performance Changes 3n-skx 4t2c ndr
2233 title: "VPP Performance Changes 3n-skx 4t2c ndr"
2234 algorithm: "table_performance_comparison"
2235 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2238 data: "vpp-performance-changes-3n-skx-h1"
2241 data: "vpp-performance-changes-3n-skx-ref"
2244 data: "vpp-performance-changes-3n-skx-cmp"
2245 data: "vpp-performance-changes-3n-skx"
2246 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2247 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2253 # VPP Performance Changes 2n-skx 2t1c pdr
2255 title: "VPP Performance Changes 2n-skx 2t1c pdr"
2256 algorithm: "table_performance_comparison"
2257 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2260 data: "vpp-performance-changes-2n-skx-h1"
2263 data: "vpp-performance-changes-2n-skx-ref"
2266 data: "vpp-performance-changes-2n-skx-cmp"
2267 data: "vpp-performance-changes-2n-skx"
2268 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2269 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2275 # VPP Performance Changes 2n-skx 4t2c pdr
2277 title: "VPP Performance Changes 2n-skx 4t2c pdr"
2278 algorithm: "table_performance_comparison"
2279 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2282 data: "vpp-performance-changes-2n-skx-h1"
2285 data: "vpp-performance-changes-2n-skx-ref"
2288 data: "vpp-performance-changes-2n-skx-cmp"
2289 data: "vpp-performance-changes-2n-skx"
2290 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2291 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2297 # VPP Performance Changes 2n-skx 2t1c ndr
2299 title: "VPP Performance Changes 2n-skx 2t1c ndr"
2300 algorithm: "table_performance_comparison"
2301 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2304 data: "vpp-performance-changes-2n-skx-h1"
2307 data: "vpp-performance-changes-2n-skx-ref"
2310 data: "vpp-performance-changes-2n-skx-cmp"
2311 data: "vpp-performance-changes-2n-skx"
2312 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2313 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2319 # VPP Performance Changes 2n-skx 4t2c ndr
2321 title: "VPP Performance Changes 2n-skx 4t2c ndr"
2322 algorithm: "table_performance_comparison"
2323 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2326 data: "vpp-performance-changes-2n-skx-h1"
2329 data: "vpp-performance-changes-2n-skx-ref"
2332 data: "vpp-performance-changes-2n-skx-cmp"
2333 data: "vpp-performance-changes-2n-skx"
2334 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2335 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2341 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2343 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2344 algorithm: "table_performance_comparison"
2345 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2348 data: "vpp-compare-testbeds-ref"
2351 data: "vpp-compare-testbeds-cmp"
2352 data: "vpp-compare-testbeds"
2353 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2354 filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2360 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2362 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2363 algorithm: "table_performance_comparison"
2364 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2367 data: "vpp-compare-testbeds-ref"
2370 data: "vpp-compare-testbeds-cmp"
2371 data: "vpp-compare-testbeds"
2372 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2373 filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2379 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2381 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2382 algorithm: "table_performance_comparison"
2383 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2386 data: "vpp-compare-testbeds-ref"
2389 data: "vpp-compare-testbeds-cmp"
2390 data: "vpp-compare-testbeds"
2391 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2392 filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2398 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2400 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2401 algorithm: "table_performance_comparison"
2402 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2405 data: "vpp-compare-testbeds-ref"
2408 data: "vpp-compare-testbeds-cmp"
2409 data: "vpp-compare-testbeds"
2410 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2411 filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2417 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2419 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2420 algorithm: "table_performance_comparison"
2421 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2424 data: "vpp-compare-topologies-ref"
2427 data: "vpp-compare-topologies-cmp"
2428 data: "vpp-compare-topologies"
2429 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2430 filter: "'NDRPDR' and '1C'"
2436 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2438 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2439 algorithm: "table_performance_comparison"
2440 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2443 data: "vpp-compare-topologies-ref"
2446 data: "vpp-compare-topologies-cmp"
2447 data: "vpp-compare-topologies"
2448 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2449 filter: "'NDRPDR' and '2C'"
2455 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2457 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2458 algorithm: "table_performance_comparison"
2459 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2462 data: "vpp-compare-topologies-ref"
2465 data: "vpp-compare-topologies-cmp"
2466 data: "vpp-compare-topologies"
2467 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2468 filter: "'NDRPDR' and '1C'"
2474 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2476 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2477 algorithm: "table_performance_comparison"
2478 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2481 data: "vpp-compare-topologies-ref"
2484 data: "vpp-compare-topologies-cmp"
2485 data: "vpp-compare-topologies"
2486 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2487 filter: "'NDRPDR' and '2C'"
2493 # VPP Performance Changes 3n-hsw 1t1c MRR
2495 title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2496 algorithm: "table_performance_comparison"
2497 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2500 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2503 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2506 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2507 data: "vpp-performance-changes-3n-hsw-mrr"
2508 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2509 filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2515 # VPP Performance Changes 3n-hsw 2t2c MRR
2517 title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2518 algorithm: "table_performance_comparison"
2519 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2522 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2525 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2528 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2529 data: "vpp-performance-changes-3n-hsw-mrr"
2530 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2531 filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2537 # VPP Performance Changes 3n-hsw 4t4c MRR
2539 title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2540 algorithm: "table_performance_comparison"
2541 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2544 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2547 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2550 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2551 data: "vpp-performance-changes-3n-hsw-mrr"
2552 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2553 filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2559 # VPP Performance Changes 3n-skx 2t1c MRR
2561 title: "VPP Performance Changes 3n-skx 2t1c MRR"
2562 algorithm: "table_performance_comparison"
2563 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2566 data: "vpp-performance-changes-3n-skx-mrr-h1"
2569 data: "vpp-performance-changes-3n-skx-mrr-ref"
2572 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2573 data: "vpp-performance-changes-3n-skx-mrr"
2574 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2575 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2581 # VPP Performance Changes 3n-skx 4t2c MRR
2583 title: "VPP Performance Changes 3n-skx 4t2c MRR"
2584 algorithm: "table_performance_comparison"
2585 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2588 data: "vpp-performance-changes-3n-skx-mrr-h1"
2591 data: "vpp-performance-changes-3n-skx-mrr-ref"
2594 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2595 data: "vpp-performance-changes-3n-skx-mrr"
2596 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2597 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2603 # VPP Performance Changes 3n-skx 8t4c MRR
2605 title: "VPP Performance Changes 3n-skx 8t4c MRR"
2606 algorithm: "table_performance_comparison"
2607 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2610 data: "vpp-performance-changes-3n-skx-mrr-h1"
2613 data: "vpp-performance-changes-3n-skx-mrr-ref"
2616 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2617 data: "vpp-performance-changes-3n-skx-mrr"
2618 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2619 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2625 # VPP Performance Changes 2n-skx 2t1c MRR
2627 title: "VPP Performance Changes 2n-skx 2t1c MRR"
2628 algorithm: "table_performance_comparison"
2629 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2632 data: "vpp-performance-changes-2n-skx-mrr-h1"
2635 data: "vpp-performance-changes-2n-skx-mrr-ref"
2638 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2639 data: "vpp-performance-changes-2n-skx-mrr"
2640 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2641 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2647 # VPP Performance Changes 2n-skx 4t2c MRR
2649 title: "VPP Performance Changes 2n-skx 4t2c MRR"
2650 algorithm: "table_performance_comparison"
2651 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2654 data: "vpp-performance-changes-2n-skx-mrr-h1"
2657 data: "vpp-performance-changes-2n-skx-mrr-ref"
2660 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2661 data: "vpp-performance-changes-2n-skx-mrr"
2662 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2663 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2669 # VPP Performance Changes 2n-skx 8t4c MRR
2671 title: "VPP Performance Changes 2n-skx 8t4c MRR"
2672 algorithm: "table_performance_comparison"
2673 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2676 data: "vpp-performance-changes-2n-skx-mrr-h1"
2679 data: "vpp-performance-changes-2n-skx-mrr-ref"
2682 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2683 data: "vpp-performance-changes-2n-skx-mrr"
2684 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2685 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2691 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2693 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2694 algorithm: "table_performance_comparison"
2695 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2698 data: "vpp-compare-testbeds-mrr-ref"
2701 data: "vpp-compare-testbeds-mrr-cmp"
2702 data: "vpp-compare-testbeds-mrr"
2703 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2704 filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2710 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2712 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2713 algorithm: "table_performance_comparison"
2714 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2717 data: "vpp-compare-testbeds-mrr-ref"
2720 data: "vpp-compare-testbeds-mrr-cmp"
2721 data: "vpp-compare-testbeds-mrr"
2722 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2723 filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2729 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2731 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2732 algorithm: "table_performance_comparison"
2733 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2736 data: "vpp-compare-testbeds-mrr-ref"
2739 data: "vpp-compare-testbeds-mrr-cmp"
2740 data: "vpp-compare-testbeds-mrr"
2741 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2742 filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2748 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2750 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2751 algorithm: "table_performance_comparison"
2752 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2755 data: "vpp-compare-topologies-mrr-ref"
2758 data: "vpp-compare-topologies-mrr-cmp"
2759 data: "vpp-compare-topologies-mrr"
2760 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2761 filter: "'MRR' and '1C'"
2767 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2769 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2770 algorithm: "table_performance_comparison"
2771 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2774 data: "vpp-compare-topologies-mrr-ref"
2777 data: "vpp-compare-topologies-mrr-cmp"
2778 data: "vpp-compare-topologies-mrr"
2779 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2780 filter: "'MRR' and '2C'"
2786 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2788 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2789 algorithm: "table_performance_comparison"
2790 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2793 data: "vpp-compare-topologies-mrr-ref"
2796 data: "vpp-compare-topologies-mrr-cmp"
2797 data: "vpp-compare-topologies-mrr"
2798 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2799 filter: "'MRR' and '4C'"
2805 # Detailed Test Results - VPP Performance Results 3n-hsw
2807 title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2808 algorithm: "table_merged_details"
2809 output-file-ext: ".csv"
2810 output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2817 data: "vpp-perf-results-3n-hsw"
2818 filter: "not 'NDRCHK' and not 'PDRCHK'"
2824 # Detailed Test Results - VPP Performance Results 3n-skx
2826 title: "Detailed Test Results - VPP Performance Results 3n-skx"
2827 algorithm: "table_merged_details"
2828 output-file-ext: ".csv"
2829 output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2836 data: "vpp-perf-results-3n-skx"
2837 filter: "not 'NDRCHK' and not 'PDRCHK'"
2843 # Detailed Test Results - VPP Performance Results 2n-skx
2845 title: "Detailed Test Results - VPP Performance Results 2n-skx"
2846 algorithm: "table_merged_details"
2847 output-file-ext: ".csv"
2848 output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2855 data: "vpp-perf-results-2n-skx"
2856 filter: "not 'NDRCHK' and not 'PDRCHK'"
2862 # Detailed Test Results - VPP Performance Results 2n-dnv
2864 title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2865 algorithm: "table_details"
2866 output-file-ext: ".csv"
2867 output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2874 data: "intel-dnv-vpp"
2881 # Test configuration - VPP Performance Test Configs 3n-hsw
2883 title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2884 algorithm: "table_merged_details"
2885 output-file-ext: ".csv"
2886 output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2890 - title: "VPP API Test Commands History - Commands Used Per Test Case"
2891 data: "data conf-history"
2893 data: "vpp-perf-results-3n-hsw"
2894 filter: "not 'NDRCHK' and not 'PDRCHK'"
2900 # Test configuration - VPP Performance Test Configs 3n-skx
2902 title: "Test configuration - VPP Performance Test Configs 3n-skx"
2903 algorithm: "table_merged_details"
2904 output-file-ext: ".csv"
2905 output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
2909 - title: "VPP API Test Commands History - Commands Used Per Test Case"
2910 data: "data conf-history"
2912 data: "vpp-perf-results-3n-skx"
2913 filter: "not 'NDRCHK' and not 'PDRCHK'"
2919 # Test configuration - VPP Performance Test Configs 2n-skx
2921 title: "Test configuration - VPP Performance Test Configs 2n-skx"
2922 algorithm: "table_merged_details"
2923 output-file-ext: ".csv"
2924 output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
2928 - title: "VPP API Test Commands History - Commands Used Per Test Case"
2929 data: "data conf-history"
2931 data: "vpp-perf-results-2n-skx"
2932 filter: "not 'NDRCHK' and not 'PDRCHK'"
2938 # Test configuration - VPP Performance Test Configs 2n-dnv
2940 title: "Test configuration - VPP Performance Test Configs 2n-dnv"
2941 algorithm: "table_details"
2942 output-file-ext: ".csv"
2943 output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
2947 - title: "VPP API Test Commands History - Commands Used Per Test Case"
2948 data: "data conf-history"
2950 data: "intel-dnv-vpp"
2957 # Test Operational Data - VPP Performance Operational Data 3n-hsw
2959 title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
2960 algorithm: "table_merged_details"
2961 output-file-ext: ".csv"
2962 output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
2966 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2967 data: "data show-run"
2969 data: "vpp-perf-results-3n-hsw"
2970 filter: "not 'NDRCHK' and not 'PDRCHK'"
2976 # Test Operational Data - VPP Performance Operational Data 3n-skx
2978 title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
2979 algorithm: "table_merged_details"
2980 output-file-ext: ".csv"
2981 output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
2985 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
2986 data: "data show-run"
2988 data: "vpp-perf-results-3n-skx"
2989 filter: "not 'NDRCHK' and not 'PDRCHK'"
2995 # Test Operational Data - VPP Performance Operational Data 2n-skx
2997 title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
2998 algorithm: "table_merged_details"
2999 output-file-ext: ".csv"
3000 output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3004 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3005 data: "data show-run"
3007 data: "vpp-perf-results-2n-skx"
3008 filter: "not 'NDRCHK' and not 'PDRCHK'"
3014 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3016 title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3017 algorithm: "table_details"
3018 output-file-ext: ".csv"
3019 output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3023 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3024 data: "data show-run"
3026 data: "intel-dnv-vpp"
3033 # Detailed Test Results - VPP MRR Results 3n-hsw
3035 title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3036 algorithm: "table_details"
3037 output-file-ext: ".csv"
3038 output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3045 data: "vpp-mrr-results-3n-hsw"
3052 # Detailed Test Results - VPP MRR Results 3n-skx
3054 title: "Detailed Test Results - VPP MRR Results 3n-skx"
3055 algorithm: "table_details"
3056 output-file-ext: ".csv"
3057 output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3064 data: "vpp-mrr-results-3n-skx"
3071 # Detailed Test Results - VPP MRR Results 2n-skx
3073 title: "Detailed Test Results - VPP MRR Results 2n-skx"
3074 algorithm: "table_details"
3075 output-file-ext: ".csv"
3076 output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3083 data: "vpp-mrr-results-2n-skx"
3090 # Detailed Test Results - VPP MRR Results 2n-dnv
3092 title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3093 algorithm: "table_details"
3094 output-file-ext: ".csv"
3095 output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3102 data: "intel-dnv-vpp"
3109 # Test configuration - VPP MRR Test Configs 3n-hsw
3111 title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3112 algorithm: "table_details"
3113 output-file-ext: ".csv"
3114 output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3118 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3119 data: "data conf-history"
3121 data: "vpp-mrr-results-3n-hsw"
3128 # Test configuration - VPP MRR Test Configs 3n-skx
3130 title: "Test configuration - VPP MRR Test Configs 3n-skx"
3131 algorithm: "table_details"
3132 output-file-ext: ".csv"
3133 output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3137 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3138 data: "data conf-history"
3140 data: "vpp-mrr-results-3n-skx"
3147 # Test configuration - VPP MRR Test Configs 2n-skx
3149 title: "Test configuration - VPP MRR Test Configs 2n-skx"
3150 algorithm: "table_details"
3151 output-file-ext: ".csv"
3152 output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3156 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3157 data: "data conf-history"
3159 data: "vpp-mrr-results-2n-skx"
3166 # Test configuration - VPP MRR Test Configs 2n-dnv
3168 title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3169 algorithm: "table_details"
3170 output-file-ext: ".csv"
3171 output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3175 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3176 data: "data conf-history"
3178 data: "intel-dnv-vpp"
3185 # Detailed Test Results - VPP Functional Results - Ubuntu
3187 title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3188 algorithm: "table_details"
3189 output-file-ext: ".csv"
3190 output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3194 - title: "Documentation"
3199 data: "vpp-func-results-ubuntu"
3207 # Detailed Test Results - VPP Functional Results - CentOS
3209 title: "Detailed Test Results - VPP Functional Results - CentOS"
3210 algorithm: "table_details"
3211 output-file-ext: ".csv"
3212 output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3216 - title: "Documentation"
3223 "vpp-func-results-centos"
3231 # Test configuration - VPP Functional Test Configs - Ubuntu
3233 title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3234 algorithm: "table_details"
3235 output-file-ext: ".csv"
3236 output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3240 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3241 data: "data conf-history"
3243 data: "vpp-func-results-ubuntu"
3250 # Test configuration - VPP Functional Test Configs - CentOS
3252 title: "Test configuration - VPP Functional Test Configs - CentOS"
3253 algorithm: "table_details"
3254 output-file-ext: ".csv"
3255 output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3259 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3260 data: "data conf-history"
3262 data: "vpp-func-results-centos"
3269 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3271 title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3272 algorithm: "table_details"
3273 output-file-ext: ".csv"
3274 output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3281 data: "ligato-perf-results-3n-hsw"
3288 # Detailed Test Results - VPP Device Results - Ubuntu
3290 title: "Detailed Test Results - VPP Device Results - Ubuntu"
3291 algorithm: "table_details"
3292 output-file-ext: ".csv"
3293 output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3297 - title: "Documentation"
3302 data: "vpp-device-results-ubuntu"
3310 # Test configuration - VPP Device Test Configs - Ubuntu
3312 title: "Test configuration - VPP Device Test Configs - Ubuntu"
3313 algorithm: "table_details"
3314 output-file-ext: ".csv"
3315 output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3319 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3320 data: "data conf-history"
3322 data: "vpp-device-results-ubuntu"
3329 ################################################################################
3331 # DPDK Performance Changes 3n-hsw 1t1c pdr
3333 title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3334 algorithm: "table_performance_comparison"
3335 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3338 data: "dpdk-performance-changes-3n-hsw-h1"
3341 data: "dpdk-performance-changes-3n-hsw-ref"
3344 data: "dpdk-performance-changes-3n-hsw-cmp"
3345 data: "dpdk-performance-changes-3n-hsw"
3346 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3347 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3353 # DPDK Performance Changes 3n-hsw 2t2c pdr
3355 title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3356 algorithm: "table_performance_comparison"
3357 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3360 data: "dpdk-performance-changes-3n-hsw-h1"
3363 data: "dpdk-performance-changes-3n-hsw-ref"
3366 data: "dpdk-performance-changes-3n-hsw-cmp"
3367 data: "dpdk-performance-changes-3n-hsw"
3368 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3369 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3375 # DPDK Performance Changes 3n-hsw 1t1c ndr
3377 title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3378 algorithm: "table_performance_comparison"
3379 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3382 data: "dpdk-performance-changes-3n-hsw-h1"
3385 data: "dpdk-performance-changes-3n-hsw-ref"
3388 data: "dpdk-performance-changes-3n-hsw-cmp"
3389 data: "dpdk-performance-changes-3n-hsw"
3390 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3391 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3397 # DPDK Performance Changes 3n-hsw 2t2c ndr
3399 title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3400 algorithm: "table_performance_comparison"
3401 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3404 data: "dpdk-performance-changes-3n-hsw-h1"
3407 data: "dpdk-performance-changes-3n-hsw-ref"
3410 data: "dpdk-performance-changes-3n-hsw-cmp"
3411 data: "dpdk-performance-changes-3n-hsw"
3412 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3413 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3419 # DPDK Performance Changes 3n-skx 2t1c pdr
3421 title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3422 algorithm: "table_performance_comparison"
3423 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3426 data: "dpdk-performance-changes-3n-skx-h1"
3429 data: "dpdk-performance-changes-3n-skx-ref"
3432 data: "dpdk-performance-changes-3n-skx-cmp"
3433 data: "dpdk-performance-changes-3n-skx"
3434 include-tests: "PDR" # &qu