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 csit-vpp-perf-verify-1904-3n-hsw:
145 # plot-vpp-http-server-performance:
146 # # TODO: Replace with 1904 data
147 # # csit-vpp-perf-verify-1904-3n-hsw:
148 # csit-vpp-perf-verify-1810-3n-hsw:
160 # plot-ligato-throughput-lat-tsa-3n-hsw:
161 # # TODO: Replace with 1904 data
162 # # csit-ligato-perf-verify-1904-3n-hsw:
163 # csit-ligato-perf-verify-1901-3n-hsw:
175 plot-dpdk-throughput-latency-3n-hsw:
176 csit-dpdk-perf-verify-1904-3n-hsw:
190 plot-vpp-throughput-lat-tsa-3n-skx:
191 csit-vpp-perf-verify-1904-3n-skx:
203 plot-dpdk-throughput-latency-3n-skx:
204 csit-dpdk-perf-verify-1904-3n-skx:
218 plot-vpp-throughput-lat-tsa-2n-skx:
219 csit-vpp-perf-verify-1904-2n-skx:
231 plot-vpp-soak-2n-skx:
232 # TODO: Add 1904 data
233 csit-vpp-perf-verify-1904-2n-skx:
237 plot-vpp-nfv-2n-skx-ndrpdr-64b:
238 csit-vpp-perf-verify-1904-2n-skx:
239 - 56 # NFV NDRPDR 64b
240 - 59 # NFV NDRPDR 64b
241 - 60 # NFV NDRPDR 64b
242 - 65 # NFV NDRPDR 64b
243 - 68 # NFV NDRPDR 64b
245 plot-vpp-nfv-2n-skx-ndrpdr-imix:
246 # TODO: Add 1904 data
247 csit-vpp-perf-verify-1904-2n-skx:
248 - 66 # NFV NDRPDR IMIX
249 - 67 # NFV NDRPDR IMIX
250 - 69 # NFV NDRPDR IMIX
252 plot-vpp-nfv-2n-skx-mrr-64b:
253 csit-vpp-perf-verify-1904-2n-skx:
260 plot-vpp-nfv-2n-skx-mrr-imix:
261 csit-vpp-perf-verify-1904-2n-skx:
268 plot-dpdk-throughput-latency-2n-skx:
269 csit-dpdk-perf-verify-1904-2n-skx:
285 # # TODO: Replace with 1904 data
286 # # intel-dnv-vpp-release-1904:
287 # intel-dnv-vpp-release-1901:
290 ###########################################################################
291 # Simple tables (only one data set):
295 vpp-nic-comparison-3n-hsw:
296 csit-vpp-perf-verify-1904-3n-hsw:
308 vpp-nic-comparison-3n-skx:
309 csit-vpp-perf-verify-1904-3n-skx:
321 vpp-nic-comparison-2n-skx:
322 csit-vpp-perf-verify-1904-2n-skx:
334 vpp-nic-comparison-3n-hsw-mrr:
335 csit-vpp-perf-verify-1904-3n-hsw:
338 vpp-nic-comparison-3n-skx-mrr:
339 csit-vpp-perf-verify-1904-3n-skx:
342 vpp-nic-comparison-2n-skx-mrr:
343 csit-vpp-perf-verify-1904-2n-skx:
348 vpp-perf-results-3n-hsw:
349 # TODO: Replace with FULL 1904 data
350 csit-vpp-perf-verify-1904-3n-hsw:
353 vpp-perf-results-3n-skx:
354 csit-vpp-perf-verify-1904-3n-skx:
360 vpp-perf-results-2n-skx:
361 csit-vpp-perf-verify-1904-2n-skx:
367 vpp-mrr-results-3n-hsw:
368 csit-vpp-perf-verify-1904-3n-hsw:
371 vpp-mrr-results-3n-skx:
372 csit-vpp-perf-verify-1904-3n-skx:
375 vpp-mrr-results-2n-skx:
376 csit-vpp-perf-verify-1904-2n-skx:
379 vpp-func-results-ubuntu:
380 csit-vpp-functional-1904-ubuntu1604-virl:
383 vpp-func-results-centos:
384 csit-vpp-functional-1904-centos7-virl:
387 vpp-device-results-ubuntu:
388 csit-vpp-device-1904-ubuntu1804-1n-skx:
392 # ligato-perf-results-3n-hsw:
393 # # TODO: Replace with 1904 data
394 # # csit-ligato-perf-verify-1904-3n-hsw:
395 # csit-ligato-perf-verify-1901-3n-hsw:
398 dpdk-perf-results-3n-hsw:
399 csit-dpdk-perf-verify-1904-3n-hsw:
402 dpdk-perf-results-3n-skx:
403 csit-dpdk-perf-verify-1904-3n-skx:
406 dpdk-perf-results-2n-skx:
407 csit-dpdk-perf-verify-1904-2n-skx:
410 # HoneyComb Functional
412 csit-hc2vpp-verify-func-1904-ubuntu1604:
415 # # NSH SFC Functional
418 # csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
423 csit-dmm-functional-1904-ubuntu1604-virl:
426 ###########################################################################
427 # Tables (more than one data set)
429 # Performance changes
431 # intel-dnv-vpp-changes-2n-dnv-h1:
432 # intel-dnv-vpp-release-1810:
434 # intel-dnv-vpp-changes-2n-dnv-ref:
435 # intel-dnv-vpp-release-1901:
437 # intel-dnv-vpp-changes-2n-dnv-cmp:
438 # # TODO: Replace with 1904 data
439 # # intel-dnv-vpp-release-1904:
440 # intel-dnv-vpp-release-1901:
442 # intel-dnv-vpp-changes-2n-dnv:
443 # - "intel-dnv-vpp-changes-2n-dnv-h1"
444 # - "intel-dnv-vpp-changes-2n-dnv-ref"
445 # - "intel-dnv-vpp-changes-2n-dnv-cmp"
447 vpp-performance-changes-3n-hsw-h1:
448 csit-vpp-perf-verify-1810-3n-hsw:
459 vpp-performance-changes-3n-hsw-ref:
460 csit-vpp-perf-verify-1901-3n-hsw:
481 vpp-performance-changes-3n-hsw-cmp:
482 csit-vpp-perf-verify-1904-3n-hsw:
493 vpp-performance-changes-3n-hsw:
494 - "vpp-performance-changes-3n-hsw-h1"
495 - "vpp-performance-changes-3n-hsw-ref"
496 - "vpp-performance-changes-3n-hsw-cmp"
498 vpp-performance-changes-3n-skx-h1:
499 csit-vpp-perf-verify-1810-3n-skx:
510 vpp-performance-changes-3n-skx-ref:
511 csit-vpp-perf-verify-1901-3n-skx:
532 vpp-performance-changes-3n-skx-cmp:
533 csit-vpp-perf-verify-1904-3n-skx:
544 vpp-performance-changes-3n-skx:
545 - "vpp-performance-changes-3n-skx-h1"
546 - "vpp-performance-changes-3n-skx-ref"
547 - "vpp-performance-changes-3n-skx-cmp"
549 vpp-performance-changes-2n-skx-h1:
550 csit-vpp-perf-verify-1810-2n-skx:
561 vpp-performance-changes-2n-skx-ref:
562 csit-vpp-perf-verify-1901-2n-skx:
573 vpp-performance-changes-2n-skx-cmp:
574 csit-vpp-perf-verify-1904-2n-skx:
585 vpp-performance-changes-2n-skx:
586 - "vpp-performance-changes-2n-skx-h1"
587 - "vpp-performance-changes-2n-skx-ref"
588 - "vpp-performance-changes-2n-skx-cmp"
590 vpp-performance-changes-3n-hsw-mrr-h1:
591 csit-vpp-perf-verify-1810-3n-hsw:
593 vpp-performance-changes-3n-hsw-mrr-ref:
594 csit-vpp-perf-verify-1901-3n-hsw:
596 vpp-performance-changes-3n-hsw-mrr-cmp:
597 csit-vpp-perf-verify-1904-3n-hsw:
599 vpp-performance-changes-3n-hsw-mrr:
600 - "vpp-performance-changes-3n-hsw-mrr-h1"
601 - "vpp-performance-changes-3n-hsw-mrr-ref"
602 - "vpp-performance-changes-3n-hsw-mrr-cmp"
604 vpp-performance-changes-3n-skx-mrr-h1:
605 csit-vpp-perf-verify-1810-3n-skx:
610 vpp-performance-changes-3n-skx-mrr-ref:
611 csit-vpp-perf-verify-1901-3n-skx:
613 vpp-performance-changes-3n-skx-mrr-cmp:
614 csit-vpp-perf-verify-1904-3n-skx:
616 vpp-performance-changes-3n-skx-mrr:
617 - "vpp-performance-changes-3n-skx-mrr-h1"
618 - "vpp-performance-changes-3n-skx-mrr-ref"
619 - "vpp-performance-changes-3n-skx-mrr-cmp"
621 vpp-performance-changes-2n-skx-mrr-h1:
622 csit-vpp-perf-verify-1810-2n-skx:
627 vpp-performance-changes-2n-skx-mrr-ref:
628 csit-vpp-perf-verify-1901-2n-skx:
630 vpp-performance-changes-2n-skx-mrr-cmp:
631 csit-vpp-perf-verify-1904-2n-skx:
633 vpp-performance-changes-2n-skx-mrr:
634 - "vpp-performance-changes-2n-skx-mrr-h1"
635 - "vpp-performance-changes-2n-skx-mrr-ref"
636 - "vpp-performance-changes-2n-skx-mrr-cmp"
638 dpdk-performance-changes-3n-hsw-h1:
639 csit-dpdk-perf-verify-1810-3n-hsw:
650 dpdk-performance-changes-3n-hsw-ref:
651 csit-dpdk-perf-verify-1901-3n-hsw:
662 dpdk-performance-changes-3n-hsw-cmp:
663 csit-dpdk-perf-verify-1904-3n-hsw:
674 dpdk-performance-changes-3n-hsw:
675 - "dpdk-performance-changes-3n-hsw-h1"
676 - "dpdk-performance-changes-3n-hsw-ref"
677 - "dpdk-performance-changes-3n-hsw-cmp"
679 dpdk-performance-changes-3n-skx-h1:
680 csit-dpdk-perf-verify-1810-3n-skx:
691 dpdk-performance-changes-3n-skx-ref:
692 csit-dpdk-perf-verify-1901-3n-skx:
703 dpdk-performance-changes-3n-skx-cmp:
704 csit-dpdk-perf-verify-1904-3n-skx:
715 dpdk-performance-changes-3n-skx:
716 - "dpdk-performance-changes-3n-skx-h1"
717 - "dpdk-performance-changes-3n-skx-ref"
718 - "dpdk-performance-changes-3n-skx-cmp"
720 dpdk-performance-changes-2n-skx-h1:
721 csit-dpdk-perf-verify-1810-2n-skx:
732 dpdk-performance-changes-2n-skx-ref:
733 csit-dpdk-perf-verify-1901-2n-skx:
744 dpdk-performance-changes-2n-skx-cmp:
745 csit-dpdk-perf-verify-1904-2n-skx:
756 dpdk-performance-changes-2n-skx:
757 - "dpdk-performance-changes-2n-skx-h1"
758 - "dpdk-performance-changes-2n-skx-ref"
759 - "dpdk-performance-changes-2n-skx-cmp"
763 vpp-compare-testbeds-ref:
764 csit-vpp-perf-verify-1904-3n-hsw:
775 vpp-compare-testbeds-cmp:
776 csit-vpp-perf-verify-1904-3n-skx:
787 vpp-compare-testbeds:
788 - "vpp-compare-testbeds-ref"
789 - "vpp-compare-testbeds-cmp"
791 vpp-compare-testbeds-mrr-ref:
792 csit-vpp-perf-verify-1904-3n-hsw:
794 vpp-compare-testbeds-mrr-cmp:
795 csit-vpp-perf-verify-1904-3n-skx:
797 vpp-compare-testbeds-mrr:
798 - "vpp-compare-testbeds-mrr-ref"
799 - "vpp-compare-testbeds-mrr-cmp"
801 dpdk-compare-testbeds-ref:
802 csit-dpdk-perf-verify-1904-3n-hsw:
813 dpdk-compare-testbeds-cmp:
814 csit-dpdk-perf-verify-1904-3n-skx:
825 dpdk-compare-testbeds:
826 - "dpdk-compare-testbeds-ref"
827 - "dpdk-compare-testbeds-cmp"
831 vpp-compare-topologies-ref:
832 csit-vpp-perf-verify-1904-3n-skx:
843 vpp-compare-topologies-cmp:
844 csit-vpp-perf-verify-1904-2n-skx:
855 vpp-compare-topologies:
856 - "vpp-compare-topologies-ref"
857 - "vpp-compare-topologies-cmp"
859 vpp-compare-topologies-mrr-ref:
860 csit-vpp-perf-verify-1904-3n-skx:
862 vpp-compare-topologies-mrr-cmp:
863 csit-vpp-perf-verify-1904-2n-skx:
865 vpp-compare-topologies-mrr:
866 - "vpp-compare-topologies-mrr-ref"
867 - "vpp-compare-topologies-mrr-cmp"
869 dpdk-compare-topologies-ref:
870 csit-dpdk-perf-verify-1904-3n-skx:
881 dpdk-compare-topologies-cmp:
882 csit-dpdk-perf-verify-1904-2n-skx:
893 dpdk-compare-topologies:
894 - "dpdk-compare-topologies-ref"
895 - "dpdk-compare-topologies-cmp"
899 plot-soak-throughput:
903 title: "<b>Test Cases [Index]</b>"
908 gridcolor: "rgb(230, 230, 230)"
909 linecolor: "rgb(220, 220, 220)"
914 tickcolor: "rgb(220, 220, 220)"
920 title: "<b>Packet Throughput [Mpps]</b>"
923 gridcolor: "rgb(230, 230, 230)"
926 linecolor: "rgb(220, 220, 220)"
931 tickcolor: "rgb(220, 220, 220)"
950 plot-service-density:
959 showticklabels: False
965 autorange: "reversed"
968 showticklabels: False
982 title: "<b>Test Cases [Index]</b>"
987 gridcolor: "rgb(230, 230, 230)"
988 linecolor: "rgb(220, 220, 220)"
993 tickcolor: "rgb(220, 220, 220)"
999 title: "<b>Connections Per Second [cps]</b>"
1002 gridcolor: "rgb(230, 230, 230)"
1004 linecolor: "rgb(220, 220, 220)"
1009 showticklabels: True
1010 tickcolor: "rgb(220, 220, 220)"
1035 title: "<b>Test Cases [Index]</b>"
1040 gridcolor: "rgb(230, 230, 230)"
1041 linecolor: "rgb(220, 220, 220)"
1045 showticklabels: True
1046 tickcolor: "rgb(220, 220, 220)"
1052 title: "<b>Requests Per Second [rps]</b>"
1055 gridcolor: "rgb(230, 230, 230)"
1057 linecolor: "rgb(220, 220, 220)"
1062 showticklabels: True
1063 tickcolor: "rgb(230, 230, 230)"
1088 title: "<b>Test Cases [Index]</b>"
1093 gridcolor: "rgb(230, 230, 230)"
1094 linecolor: "rgb(220, 220, 220)"
1098 showticklabels: True
1099 tickcolor: "rgb(220, 220, 220)"
1105 title: "<b>Packet Throughput [Mpps]</b>"
1108 gridcolor: "rgb(230, 230, 230)"
1111 linecolor: "rgb(220, 220, 220)"
1115 showticklabels: True
1116 tickcolor: "rgb(220, 220, 220)"
1137 plot-throughput-speedup-analysis:
1141 title: "<b>Number of Cores [Qty]</b>"
1146 gridcolor: "rgb(230, 230, 230)"
1147 linecolor: "rgb(220, 220, 220)"
1151 showticklabels: True
1152 tickcolor: "rgb(238, 238, 238)"
1158 title: "<b>Packet Throughput [Mpps]</b>"
1162 gridcolor: "rgb(230, 230, 230)"
1164 linecolor: "rgb(220, 220, 220)"
1168 showticklabels: True
1169 tickcolor: "rgb(220, 220, 220)"
1184 bgcolor: "rgba(255, 255, 255, 0)"
1185 bordercolor: "rgba(255, 255, 255, 0)"
1186 traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1210 family: "Consolas, Courier New",
1215 text: " Perfect Measured Limit",
1225 family: "Consolas, Courier New",
1235 title: "<b>Direction</b>"
1240 gridcolor: "rgb(230, 230, 230)"
1241 linecolor: "rgb(220, 220, 220)"
1245 showticklabels: False
1246 tickcolor: "rgb(220, 220, 220)"
1252 title: "<b>Packet Latency [uSec]</b>"
1256 gridcolor: "rgb(230, 230, 230)"
1258 linecolor: "rgb(220, 220, 220)"
1262 showticklabels: True
1263 tickcolor: "rgb(220, 220, 220)"
1273 traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1287 src-path: "{DIR[RST]}"
1288 dst-path: "{DIR[WORKING,SRC]}"
1292 file-name: "robot-plugin.zip"
1294 download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1295 extract: "robot-plugin/output.xml"
1298 # # TODO: Add 1904 data
1299 ## intel-dnv-vpp-release-1904:
1302 # intel-dnv-vpp-release-1901:
1305 # intel-dnv-vpp-release-1810:
1308 csit-vpp-perf-verify-1810-3n-hsw:
1330 csit-vpp-perf-verify-1901-3n-hsw:
1352 # TODO: Add 1904 Data
1353 csit-vpp-perf-verify-1904-3n-hsw:
1366 csit-vpp-perf-verify-1810-3n-skx:
1381 csit-vpp-perf-verify-1901-3n-skx:
1403 csit-vpp-perf-verify-1904-3n-skx:
1420 csit-vpp-perf-verify-1810-2n-skx:
1435 csit-vpp-perf-verify-1901-2n-skx:
1447 # TODO: Add 1904 data
1448 csit-vpp-perf-verify-1904-2n-skx:
1474 - 56 # NFV NDRPDR 64b
1475 - 59 # NFV NDRPDR 64b
1476 - 60 # NFV NDRPDR 64b
1477 - 65 # NFV NDRPDR 64b
1478 - 68 # NFV NDRPDR 64b
1479 - 66 # NFV NDRPDR IMIX
1480 - 67 # NFV NDRPDR IMIX
1481 - 69 # NFV NDRPDR IMIX
1485 # csit-ligato-perf-verify-1901-3n-hsw:
1486 # - 10 # NDRPDR full
1497 # # TODO: Add 1904 data
1498 ## csit-ligato-perf-verify-1904-3n-hsw:
1501 csit-dpdk-perf-verify-1810-3n-hsw:
1512 csit-dpdk-perf-verify-1901-3n-hsw:
1523 csit-dpdk-perf-verify-1904-3n-hsw:
1535 csit-dpdk-perf-verify-1810-3n-skx:
1546 csit-dpdk-perf-verify-1901-3n-skx:
1557 csit-dpdk-perf-verify-1904-3n-skx:
1569 csit-dpdk-perf-verify-1810-2n-skx:
1580 csit-dpdk-perf-verify-1901-2n-skx:
1591 csit-dpdk-perf-verify-1904-2n-skx:
1603 csit-vpp-functional-1904-ubuntu1604-virl:
1605 csit-vpp-functional-1904-centos7-virl:
1607 csit-vpp-device-1904-ubuntu1804-1n-skx:
1610 # csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1612 csit-dmm-functional-1904-ubuntu1604-virl:
1614 csit-hc2vpp-verify-func-1904-ubuntu1604:
1625 ################################################################################
1627 ################################################################################
1629 # VPP Compare NICs 3n-hsw 1t1c ndr
1631 title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1632 algorithm: "table_nics_comparison"
1633 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1636 nic: "NIC_Intel-X520-DA2"
1639 nic: "NIC_Intel-X710"
1640 data: "vpp-nic-comparison-3n-hsw"
1641 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1642 filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1649 # VPP Compare NICs 3n-hsw 2t2c ndr
1651 title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1652 algorithm: "table_nics_comparison"
1653 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1656 nic: "NIC_Intel-X520-DA2"
1659 nic: "NIC_Intel-X710"
1660 data: "vpp-nic-comparison-3n-hsw"
1661 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1662 filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1669 # VPP Compare NICs 3n-hsw 1t1c pdr
1671 title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1672 algorithm: "table_nics_comparison"
1673 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1676 nic: "NIC_Intel-X520-DA2"
1679 nic: "NIC_Intel-X710"
1680 data: "vpp-nic-comparison-3n-hsw"
1681 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1682 filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1689 # VPP Compare NICs 3n-hsw 2t2c pdr
1691 title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1692 algorithm: "table_nics_comparison"
1693 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1696 nic: "NIC_Intel-X520-DA2"
1699 nic: "NIC_Intel-X710"
1700 data: "vpp-nic-comparison-3n-hsw"
1701 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1702 filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1709 # VPP Compare NICs 3n-hsw 1t1c mrr
1711 title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1712 algorithm: "table_nics_comparison"
1713 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1716 nic: "NIC_Intel-X520-DA2"
1719 nic: "NIC_Intel-X710"
1720 data: "vpp-nic-comparison-3n-hsw-mrr"
1721 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1722 filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1729 # VPP Compare NICs 3n-hsw 2t2c mrr
1731 title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1732 algorithm: "table_nics_comparison"
1733 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1736 nic: "NIC_Intel-X520-DA2"
1739 nic: "NIC_Intel-X710"
1740 data: "vpp-nic-comparison-3n-hsw-mrr"
1741 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1742 filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1749 # VPP Compare NICs 3n-hsw 4t4c mrr
1751 title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1752 algorithm: "table_nics_comparison"
1753 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1756 nic: "NIC_Intel-X520-DA2"
1759 nic: "NIC_Intel-X710"
1760 data: "vpp-nic-comparison-3n-hsw-mrr"
1761 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1762 filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1769 # VPP Compare NICs 3n-skx 2t1c ndr
1771 title: "VPP Compare NICs 3n-skx 2t1c ndr"
1772 algorithm: "table_nics_comparison"
1773 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1776 nic: "NIC_Intel-X710"
1778 title: "Intel-xxv710"
1779 nic: "NIC_Intel-XXV710"
1780 data: "vpp-nic-comparison-3n-skx"
1781 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1782 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1789 # VPP Compare NICs 3n-skx 4t2c ndr
1791 title: "VPP Compare NICs 3n-skx 4t2c ndr"
1792 algorithm: "table_nics_comparison"
1793 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1796 nic: "NIC_Intel-X710"
1798 title: "Intel-xxv710"
1799 nic: "NIC_Intel-XXV710"
1800 data: "vpp-nic-comparison-3n-skx"
1801 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1802 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1809 # VPP Compare NICs 3n-skx 2t1c pdr
1811 title: "VPP Compare NICs 3n-skx 2t1c pdr"
1812 algorithm: "table_nics_comparison"
1813 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1816 nic: "NIC_Intel-X710"
1818 title: "Intel-xxv710"
1819 nic: "NIC_Intel-XXV710"
1820 data: "vpp-nic-comparison-3n-skx"
1821 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1822 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1829 # VPP Compare NICs 3n-skx 4t2c pdr
1831 title: "VPP Compare NICs 3n-skx 4t2c pdr"
1832 algorithm: "table_nics_comparison"
1833 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1836 nic: "NIC_Intel-X710"
1838 title: "Intel-xxv710"
1839 nic: "NIC_Intel-XXV710"
1840 data: "vpp-nic-comparison-3n-skx"
1841 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1842 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1849 # VPP Compare NICs 3n-skx 2t1c mrr
1851 title: "VPP Compare NICs 3n-skx 2t1c mrr"
1852 algorithm: "table_nics_comparison"
1853 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1856 nic: "NIC_Intel-X710"
1858 title: "Intel-xxv710"
1859 nic: "NIC_Intel-XXV710"
1860 data: "vpp-nic-comparison-3n-skx-mrr"
1861 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1862 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1869 # VPP Compare NICs 3n-skx 4t2c mrr
1871 title: "VPP Compare NICs 3n-skx 4t2c mrr"
1872 algorithm: "table_nics_comparison"
1873 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1876 nic: "NIC_Intel-X710"
1878 title: "Intel-xxv710"
1879 nic: "NIC_Intel-XXV710"
1880 data: "vpp-nic-comparison-3n-skx-mrr"
1881 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1882 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1889 # VPP Compare NICs 3n-skx 8t4c mrr
1891 title: "VPP Compare NICs 3n-skx 8t4c mrr"
1892 algorithm: "table_nics_comparison"
1893 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1896 nic: "NIC_Intel-X710"
1898 title: "Intel-xxv710"
1899 nic: "NIC_Intel-XXV710"
1900 data: "vpp-nic-comparison-3n-skx-mrr"
1901 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1902 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1909 # VPP Compare NICs 2n-skx 2t1c ndr
1911 title: "VPP Compare NICs 2n-skx 2t1c ndr"
1912 algorithm: "table_nics_comparison"
1913 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1916 nic: "NIC_Intel-X710"
1918 title: "Intel-xxv710"
1919 nic: "NIC_Intel-XXV710"
1920 data: "vpp-nic-comparison-2n-skx"
1921 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1922 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1929 # VPP Compare NICs 2n-skx 4t2c ndr
1931 title: "VPP Compare NICs 2n-skx 4t2c ndr"
1932 algorithm: "table_nics_comparison"
1933 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1936 nic: "NIC_Intel-X710"
1938 title: "Intel-xxv710"
1939 nic: "NIC_Intel-XXV710"
1940 data: "vpp-nic-comparison-2n-skx"
1941 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1942 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1949 # VPP Compare NICs 2n-skx 2t1c pdr
1951 title: "VPP Compare NICs 2n-skx 2t1c pdr"
1952 algorithm: "table_nics_comparison"
1953 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1956 nic: "NIC_Intel-X710"
1958 title: "Intel-xxv710"
1959 nic: "NIC_Intel-XXV710"
1960 data: "vpp-nic-comparison-2n-skx"
1961 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1962 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1969 # VPP Compare NICs 2n-skx 4t2c pdr
1971 title: "VPP Compare NICs 2n-skx 4t2c pdr"
1972 algorithm: "table_nics_comparison"
1973 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1976 nic: "NIC_Intel-X710"
1978 title: "Intel-xxv710"
1979 nic: "NIC_Intel-XXV710"
1980 data: "vpp-nic-comparison-2n-skx"
1981 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1982 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1989 # VPP Compare NICs 2n-skx 2t1c mrr
1991 title: "VPP Compare NICs 2n-skx 2t1c mrr"
1992 algorithm: "table_nics_comparison"
1993 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1996 nic: "NIC_Intel-X710"
1998 title: "Intel-xxv710"
1999 nic: "NIC_Intel-XXV710"
2000 data: "vpp-nic-comparison-2n-skx-mrr"
2001 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2002 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2009 # VPP Compare NICs 2n-skx 4t2c mrr
2011 title: "VPP Compare NICs 2n-skx 4t2c mrr"
2012 algorithm: "table_nics_comparison"
2013 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2016 nic: "NIC_Intel-X710"
2018 title: "Intel-xxv710"
2019 nic: "NIC_Intel-XXV710"
2020 data: "vpp-nic-comparison-2n-skx-mrr"
2021 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2022 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2029 # VPP Compare NICs 2n-skx 8t4c mrr
2031 title: "VPP Compare NICs 2n-skx 8t4c mrr"
2032 algorithm: "table_nics_comparison"
2033 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2036 nic: "NIC_Intel-X710"
2038 title: "Intel-xxv710"
2039 nic: "NIC_Intel-XXV710"
2040 data: "vpp-nic-comparison-2n-skx-mrr"
2041 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2042 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2049 ################################################################################
2052 ## VPP Performance Changes 2n-dnv 1t1c pdr
2054 # title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2055 # algorithm: "table_performance_comparison"
2056 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2058 # - title: "rls1810"
2059 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2062 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2065 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2066 # data: "intel-dnv-vpp-changes-2n-dnv"
2067 # include-tests: "PDR"
2068 # filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2074 ## VPP Performance Changes 2n-dnv 2t2c pdr
2076 # title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2077 # algorithm: "table_performance_comparison"
2078 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2080 # - title: "rls1810"
2081 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2084 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2087 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2088 # data: "intel-dnv-vpp-changes-2n-dnv"
2089 # include-tests: "PDR"
2090 # filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2096 ## VPP Performance Changes 2n-dnv 1t1c ndr
2098 # title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2099 # algorithm: "table_performance_comparison"
2100 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2102 # - title: "rls1810"
2103 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2106 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2109 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2110 # data: "intel-dnv-vpp-changes-2n-dnv"
2111 # include-tests: "NDR"
2112 # filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2118 ## VPP Performance Changes 2n-dnv 2t2c ndr
2120 # title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2121 # algorithm: "table_performance_comparison"
2122 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2124 # - title: "rls1810"
2125 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2128 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2131 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2132 # data: "intel-dnv-vpp-changes-2n-dnv"
2133 # include-tests: "NDR"
2134 # filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2140 ## VPP Performance Changes 2n-dnv 1t1c MRR
2142 # title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2143 # algorithm: "table_performance_comparison"
2144 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2146 # - title: "rls1810"
2147 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2150 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2153 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2154 # data: "intel-dnv-vpp-changes-2n-dnv"
2155 # include-tests: "MRR"
2156 # filter: "'1T1C' and 'MRR'"
2162 ## VPP Performance Changes 2n-dnv 2t2c MRR
2164 # title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2165 # algorithm: "table_performance_comparison"
2166 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2168 # - title: "rls1810"
2169 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2172 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2175 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2176 # data: "intel-dnv-vpp-changes-2n-dnv"
2177 # include-tests: "MRR"
2178 # filter: "'2T2C' and 'MRR'"
2184 ## VPP Performance Changes 2n-dnv 4t4c MRR
2186 # title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2187 # algorithm: "table_performance_comparison"
2188 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2190 # - title: "rls1810"
2191 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2194 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2197 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2198 # data: "intel-dnv-vpp-changes-2n-dnv"
2199 # include-tests: "MRR"
2200 # filter: "'4T4C' and 'MRR'"
2206 # VPP Performance Changes 3n-hsw 1t1c pdr
2208 title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2209 algorithm: "table_performance_comparison"
2210 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2213 data: "vpp-performance-changes-3n-hsw-h1"
2216 data: "vpp-performance-changes-3n-hsw-ref"
2219 data: "vpp-performance-changes-3n-hsw-cmp"
2220 data: "vpp-performance-changes-3n-hsw"
2221 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2222 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2228 # VPP Performance Changes 3n-hsw 2t2c pdr
2230 title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2231 algorithm: "table_performance_comparison"
2232 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2235 data: "vpp-performance-changes-3n-hsw-h1"
2238 data: "vpp-performance-changes-3n-hsw-ref"
2241 data: "vpp-performance-changes-3n-hsw-cmp"
2242 data: "vpp-performance-changes-3n-hsw"
2243 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2244 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2250 # VPP Performance Changes 3n-hsw 1t1c ndr
2252 title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2253 algorithm: "table_performance_comparison"
2254 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2257 data: "vpp-performance-changes-3n-hsw-h1"
2260 data: "vpp-performance-changes-3n-hsw-ref"
2263 data: "vpp-performance-changes-3n-hsw-cmp"
2264 data: "vpp-performance-changes-3n-hsw"
2265 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2266 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2272 # VPP Performance Changes 3n-hsw 2t2c ndr
2274 title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2275 algorithm: "table_performance_comparison"
2276 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2279 data: "vpp-performance-changes-3n-hsw-h1"
2282 data: "vpp-performance-changes-3n-hsw-ref"
2285 data: "vpp-performance-changes-3n-hsw-cmp"
2286 data: "vpp-performance-changes-3n-hsw"
2287 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2288 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2294 # 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"
2301 data: "vpp-performance-changes-3n-skx-h1"
2304 data: "vpp-performance-changes-3n-skx-ref"
2307 data: "vpp-performance-changes-3n-skx-cmp"
2308 data: "vpp-performance-changes-3n-skx"
2309 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2310 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2316 # VPP Performance Changes 3n-skx 4t2c pdr
2318 title: "VPP Performance Changes 3n-skx 4t2c pdr"
2319 algorithm: "table_performance_comparison"
2320 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2323 data: "vpp-performance-changes-3n-skx-h1"
2326 data: "vpp-performance-changes-3n-skx-ref"
2329 data: "vpp-performance-changes-3n-skx-cmp"
2330 data: "vpp-performance-changes-3n-skx"
2331 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2332 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2338 # VPP Performance Changes 3n-skx 2t1c ndr
2340 title: "VPP Performance Changes 3n-skx 2t1c ndr"
2341 algorithm: "table_performance_comparison"
2342 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2345 data: "vpp-performance-changes-3n-skx-h1"
2348 data: "vpp-performance-changes-3n-skx-ref"
2351 data: "vpp-performance-changes-3n-skx-cmp"
2352 data: "vpp-performance-changes-3n-skx"
2353 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2354 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2360 # VPP Performance Changes 3n-skx 4t2c ndr
2362 title: "VPP Performance Changes 3n-skx 4t2c ndr"
2363 algorithm: "table_performance_comparison"
2364 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2367 data: "vpp-performance-changes-3n-skx-h1"
2370 data: "vpp-performance-changes-3n-skx-ref"
2373 data: "vpp-performance-changes-3n-skx-cmp"
2374 data: "vpp-performance-changes-3n-skx"
2375 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2376 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2382 # VPP Performance Changes 2n-skx 2t1c pdr
2384 title: "VPP Performance Changes 2n-skx 2t1c pdr"
2385 algorithm: "table_performance_comparison"
2386 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2389 data: "vpp-performance-changes-2n-skx-h1"
2392 data: "vpp-performance-changes-2n-skx-ref"
2395 data: "vpp-performance-changes-2n-skx-cmp"
2396 data: "vpp-performance-changes-2n-skx"
2397 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2398 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2404 # VPP Performance Changes 2n-skx 4t2c pdr
2406 title: "VPP Performance Changes 2n-skx 4t2c pdr"
2407 algorithm: "table_performance_comparison"
2408 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2411 data: "vpp-performance-changes-2n-skx-h1"
2414 data: "vpp-performance-changes-2n-skx-ref"
2417 data: "vpp-performance-changes-2n-skx-cmp"
2418 data: "vpp-performance-changes-2n-skx"
2419 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2420 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2426 # VPP Performance Changes 2n-skx 2t1c ndr
2428 title: "VPP Performance Changes 2n-skx 2t1c ndr"
2429 algorithm: "table_performance_comparison"
2430 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2433 data: "vpp-performance-changes-2n-skx-h1"
2436 data: "vpp-performance-changes-2n-skx-ref"
2439 data: "vpp-performance-changes-2n-skx-cmp"
2440 data: "vpp-performance-changes-2n-skx"
2441 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2442 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2448 # VPP Performance Changes 2n-skx 4t2c ndr
2450 title: "VPP Performance Changes 2n-skx 4t2c ndr"
2451 algorithm: "table_performance_comparison"
2452 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2455 data: "vpp-performance-changes-2n-skx-h1"
2458 data: "vpp-performance-changes-2n-skx-ref"
2461 data: "vpp-performance-changes-2n-skx-cmp"
2462 data: "vpp-performance-changes-2n-skx"
2463 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2464 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2470 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2472 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2473 algorithm: "table_performance_comparison"
2474 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2477 data: "vpp-compare-testbeds-ref"
2480 data: "vpp-compare-testbeds-cmp"
2481 data: "vpp-compare-testbeds"
2482 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2483 filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2489 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2491 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2492 algorithm: "table_performance_comparison"
2493 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2496 data: "vpp-compare-testbeds-ref"
2499 data: "vpp-compare-testbeds-cmp"
2500 data: "vpp-compare-testbeds"
2501 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2502 filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2508 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2510 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2511 algorithm: "table_performance_comparison"
2512 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2515 data: "vpp-compare-testbeds-ref"
2518 data: "vpp-compare-testbeds-cmp"
2519 data: "vpp-compare-testbeds"
2520 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2521 filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2527 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2529 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2530 algorithm: "table_performance_comparison"
2531 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2534 data: "vpp-compare-testbeds-ref"
2537 data: "vpp-compare-testbeds-cmp"
2538 data: "vpp-compare-testbeds"
2539 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2540 filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2546 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2548 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2549 algorithm: "table_performance_comparison"
2550 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2553 data: "vpp-compare-topologies-ref"
2556 data: "vpp-compare-topologies-cmp"
2557 data: "vpp-compare-topologies"
2558 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2559 filter: "'NDRPDR' and '1C'"
2565 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2567 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2568 algorithm: "table_performance_comparison"
2569 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2572 data: "vpp-compare-topologies-ref"
2575 data: "vpp-compare-topologies-cmp"
2576 data: "vpp-compare-topologies"
2577 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2578 filter: "'NDRPDR' and '2C'"
2584 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2586 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2587 algorithm: "table_performance_comparison"
2588 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2591 data: "vpp-compare-topologies-ref"
2594 data: "vpp-compare-topologies-cmp"
2595 data: "vpp-compare-topologies"
2596 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2597 filter: "'NDRPDR' and '1C'"
2603 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2605 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2606 algorithm: "table_performance_comparison"
2607 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-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 '2C'"
2622 # VPP Performance Changes 3n-hsw 1t1c MRR
2624 title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2625 algorithm: "table_performance_comparison"
2626 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2629 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2632 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2635 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2636 data: "vpp-performance-changes-3n-hsw-mrr"
2637 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2638 filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2644 # VPP Performance Changes 3n-hsw 2t2c MRR
2646 title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2647 algorithm: "table_performance_comparison"
2648 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-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: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2666 # VPP Performance Changes 3n-hsw 4t4c MRR
2668 title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2669 algorithm: "table_performance_comparison"
2670 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2673 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2676 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2679 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2680 data: "vpp-performance-changes-3n-hsw-mrr"
2681 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2682 filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2688 # VPP Performance Changes 3n-skx 2t1c MRR
2690 title: "VPP Performance Changes 3n-skx 2t1c MRR"
2691 algorithm: "table_performance_comparison"
2692 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2695 data: "vpp-performance-changes-3n-skx-mrr-h1"
2698 data: "vpp-performance-changes-3n-skx-mrr-ref"
2701 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2702 data: "vpp-performance-changes-3n-skx-mrr"
2703 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2704 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2710 # VPP Performance Changes 3n-skx 4t2c MRR
2712 title: "VPP Performance Changes 3n-skx 4t2c MRR"
2713 algorithm: "table_performance_comparison"
2714 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2717 data: "vpp-performance-changes-3n-skx-mrr-h1"
2720 data: "vpp-performance-changes-3n-skx-mrr-ref"
2723 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2724 data: "vpp-performance-changes-3n-skx-mrr"
2725 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2726 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2732 # VPP Performance Changes 3n-skx 8t4c MRR
2734 title: "VPP Performance Changes 3n-skx 8t4c MRR"
2735 algorithm: "table_performance_comparison"
2736 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2739 data: "vpp-performance-changes-3n-skx-mrr-h1"
2742 data: "vpp-performance-changes-3n-skx-mrr-ref"
2745 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2746 data: "vpp-performance-changes-3n-skx-mrr"
2747 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2748 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2754 # VPP Performance Changes 2n-skx 2t1c MRR
2756 title: "VPP Performance Changes 2n-skx 2t1c MRR"
2757 algorithm: "table_performance_comparison"
2758 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2761 data: "vpp-performance-changes-2n-skx-mrr-h1"
2764 data: "vpp-performance-changes-2n-skx-mrr-ref"
2767 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2768 data: "vpp-performance-changes-2n-skx-mrr"
2769 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2770 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2776 # VPP Performance Changes 2n-skx 4t2c MRR
2778 title: "VPP Performance Changes 2n-skx 4t2c MRR"
2779 algorithm: "table_performance_comparison"
2780 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2783 data: "vpp-performance-changes-2n-skx-mrr-h1"
2786 data: "vpp-performance-changes-2n-skx-mrr-ref"
2789 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2790 data: "vpp-performance-changes-2n-skx-mrr"
2791 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2792 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2798 # VPP Performance Changes 2n-skx 8t4c MRR
2800 title: "VPP Performance Changes 2n-skx 8t4c MRR"
2801 algorithm: "table_performance_comparison"
2802 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2805 data: "vpp-performance-changes-2n-skx-mrr-h1"
2808 data: "vpp-performance-changes-2n-skx-mrr-ref"
2811 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2812 data: "vpp-performance-changes-2n-skx-mrr"
2813 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2814 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2820 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2822 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2823 algorithm: "table_performance_comparison"
2824 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2827 data: "vpp-compare-testbeds-mrr-ref"
2830 data: "vpp-compare-testbeds-mrr-cmp"
2831 data: "vpp-compare-testbeds-mrr"
2832 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2833 filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2839 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2841 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2842 algorithm: "table_performance_comparison"
2843 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2846 data: "vpp-compare-testbeds-mrr-ref"
2849 data: "vpp-compare-testbeds-mrr-cmp"
2850 data: "vpp-compare-testbeds-mrr"
2851 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2852 filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2858 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2860 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2861 algorithm: "table_performance_comparison"
2862 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2865 data: "vpp-compare-testbeds-mrr-ref"
2868 data: "vpp-compare-testbeds-mrr-cmp"
2869 data: "vpp-compare-testbeds-mrr"
2870 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2871 filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2877 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2879 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2880 algorithm: "table_performance_comparison"
2881 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2884 data: "vpp-compare-topologies-mrr-ref"
2887 data: "vpp-compare-topologies-mrr-cmp"
2888 data: "vpp-compare-topologies-mrr"
2889 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2890 filter: "'MRR' and '1C'"
2896 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2898 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2899 algorithm: "table_performance_comparison"
2900 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2903 data: "vpp-compare-topologies-mrr-ref"
2906 data: "vpp-compare-topologies-mrr-cmp"
2907 data: "vpp-compare-topologies-mrr"
2908 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2909 filter: "'MRR' and '2C'"
2915 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2917 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2918 algorithm: "table_performance_comparison"
2919 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2922 data: "vpp-compare-topologies-mrr-ref"
2925 data: "vpp-compare-topologies-mrr-cmp"
2926 data: "vpp-compare-topologies-mrr"
2927 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2928 filter: "'MRR' and '4C'"
2934 # Detailed Test Results - VPP Performance Results 3n-hsw
2936 title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2937 algorithm: "table_merged_details"
2938 output-file-ext: ".csv"
2939 output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2946 data: "vpp-perf-results-3n-hsw"
2947 filter: "not 'NDRCHK' and not 'PDRCHK'"
2953 # Detailed Test Results - VPP Performance Results 3n-skx
2955 title: "Detailed Test Results - VPP Performance Results 3n-skx"
2956 algorithm: "table_merged_details"
2957 output-file-ext: ".csv"
2958 output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2965 data: "vpp-perf-results-3n-skx"
2966 filter: "not 'NDRCHK' and not 'PDRCHK'"
2972 # Detailed Test Results - VPP Performance Results 2n-skx
2974 title: "Detailed Test Results - VPP Performance Results 2n-skx"
2975 algorithm: "table_merged_details"
2976 output-file-ext: ".csv"
2977 output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2984 data: "vpp-perf-results-2n-skx"
2985 filter: "not 'NDRCHK' and not 'PDRCHK'"
2991 ## Detailed Test Results - VPP Performance Results 2n-dnv
2993 # title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2994 # algorithm: "table_details"
2995 # output-file-ext: ".csv"
2996 # output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3003 # data: "intel-dnv-vpp"
3004 # filter: "'NDRPDR'"
3010 # Test configuration - VPP Performance Test Configs 3n-hsw
3012 title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3013 algorithm: "table_merged_details"
3014 output-file-ext: ".csv"
3015 output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3019 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3020 data: "data conf-history"
3022 data: "vpp-perf-results-3n-hsw"
3023 filter: "not 'NDRCHK' and not 'PDRCHK'"
3029 # Test configuration - VPP Performance Test Configs 3n-skx
3031 title: "Test configuration - VPP Performance Test Configs 3n-skx"
3032 algorithm: "table_merged_details"
3033 output-file-ext: ".csv"
3034 output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3038 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3039 data: "data conf-history"
3041 data: "vpp-perf-results-3n-skx"
3042 filter: "not 'NDRCHK' and not 'PDRCHK'"
3048 # Test configuration - VPP Performance Test Configs 2n-skx
3050 title: "Test configuration - VPP Performance Test Configs 2n-skx"
3051 algorithm: "table_merged_details"
3052 output-file-ext: ".csv"
3053 output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3057 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3058 data: "data conf-history"
3060 data: "vpp-perf-results-2n-skx"
3061 filter: "not 'NDRCHK' and not 'PDRCHK'"
3067 ## Test configuration - VPP Performance Test Configs 2n-dnv
3069 # title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3070 # algorithm: "table_details"
3071 # output-file-ext: ".csv"
3072 # output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3076 # - title: "VPP API Test Commands History - Commands Used Per Test Case"
3077 # data: "data conf-history"
3079 # data: "intel-dnv-vpp"
3080 # filter: "'NDRPDR'"
3086 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3088 title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3089 algorithm: "table_merged_details"
3090 output-file-ext: ".csv"
3091 output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3095 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3096 data: "data show-run"
3098 data: "vpp-perf-results-3n-hsw"
3099 filter: "not 'NDRCHK' and not 'PDRCHK'"
3105 # Test Operational Data - VPP Performance Operational Data 3n-skx
3107 title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3108 algorithm: "table_merged_details"
3109 output-file-ext: ".csv"
3110 output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3114 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3115 data: "data show-run"
3117 data: "vpp-perf-results-3n-skx"
3118 filter: "not 'NDRCHK' and not 'PDRCHK'"
3124 # Test Operational Data - VPP Performance Operational Data 2n-skx
3126 title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3127 algorithm: "table_merged_details"
3128 output-file-ext: ".csv"
3129 output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3133 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3134 data: "data show-run"
3136 data: "vpp-perf-results-2n-skx"
3137 filter: "not 'NDRCHK' and not 'PDRCHK'"
3143 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3145 # title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3146 # algorithm: "table_details"
3147 # output-file-ext: ".csv"
3148 # output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3152 # - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3153 # data: "data show-run"
3155 # data: "intel-dnv-vpp"
3156 # filter: "'NDRPDR'"
3162 # Detailed Test Results - VPP MRR Results 3n-hsw
3164 title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3165 algorithm: "table_details"
3166 output-file-ext: ".csv"
3167 output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3174 data: "vpp-mrr-results-3n-hsw"
3181 # Detailed Test Results - VPP MRR Results 3n-skx
3183 title: "Detailed Test Results - VPP MRR Results 3n-skx"
3184 algorithm: "table_details"
3185 output-file-ext: ".csv"
3186 output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3193 data: "vpp-mrr-results-3n-skx"
3200 # Detailed Test Results - VPP MRR Results 2n-skx
3202 title: "Detailed Test Results - VPP MRR Results 2n-skx"
3203 algorithm: "table_details"
3204 output-file-ext: ".csv"
3205 output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3212 data: "vpp-mrr-results-2n-skx"
3219 ## Detailed Test Results - VPP MRR Results 2n-dnv
3221 # title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3222 # algorithm: "table_details"
3223 # output-file-ext: ".csv"
3224 # output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3231 # data: "intel-dnv-vpp"
3238 # Test configuration - VPP MRR Test Configs 3n-hsw
3240 title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3241 algorithm: "table_details"
3242 output-file-ext: ".csv"
3243 output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3247 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3248 data: "data conf-history"
3250 data: "vpp-mrr-results-3n-hsw"
3257 # Test configuration - VPP MRR Test Configs 3n-skx
3259 title: "Test configuration - VPP MRR Test Configs 3n-skx"
3260 algorithm: "table_details"
3261 output-file-ext: ".csv"
3262 output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3266 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3267 data: "data conf-history"
3269 data: "vpp-mrr-results-3n-skx"
3276 # Test configuration - VPP MRR Test Configs 2n-skx
3278 title: "Test configuration - VPP MRR Test Configs 2n-skx"
3279 algorithm: "table_details"
3280 output-file-ext: ".csv"
3281 output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3285 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3286 data: "data conf-history"
3288 data: "vpp-mrr-results-2n-skx"
3295 ## Test configuration - VPP MRR Test Configs 2n-dnv
3297 # title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3298 # algorithm: "table_details"
3299 # output-file-ext: ".csv"
3300 # output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3304 # - title: "VPP API Test Commands History - Commands Used Per Test Case"
3305 # data: "data conf-history"
3307 # data: "intel-dnv-vpp"
3314 # Detailed Test Results - VPP Functional Results - Ubuntu
3316 title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3317 algorithm: "table_details"
3318 output-file-ext: ".csv"
3319 output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3323 - title: "Documentation"
3328 data: "vpp-func-results-ubuntu"
3336 # Detailed Test Results - VPP Functional Results - CentOS
3338 title: "Detailed Test Results - VPP Functional Results - CentOS"
3339 algorithm: "table_details"
3340 output-file-ext: ".csv"
3341 output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3345 - title: "Documentation"
3352 "vpp-func-results-centos"
3360 # Test configuration - VPP Functional Test Configs - Ubuntu
3362 title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3363 algorithm: "table_details"
3364 output-file-ext: ".csv"
3365 output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3369 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3370 data: "data conf-history"
3372 data: "vpp-func-results-ubuntu"
3379 # Test configuration - VPP Functional Test Configs - CentOS
3381 title: "Test configuration - VPP Functional Test Configs - CentOS"
3382 algorithm: "table_details"
3383 output-file-ext: ".csv"
3384 output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3388 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3389 data: "data conf-history"
3391 data: "vpp-func-results-centos"
3398 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3400 # title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3401 # algorithm: "table_details"
3402 # output-file-ext: ".csv"
3403 # output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3410 # data: "ligato-perf-results-3n-hsw"
3417 # Detailed Test Results - VPP Device Results - Ubuntu
3419 title: "Detailed Test Results - VPP Device Results - Ubuntu"
3420 algorithm: "table_details"
3421 output-file-ext: ".csv"
3422 output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3426 - title: "Documentation"
3431 data: "vpp-device-results-ubuntu"
3439 # Test configuration - VPP Device Test Configs - Ubuntu
3441 title: "Test configuration - VPP Device Test Configs - Ubuntu"
3442 algorithm: "table_details"
3443 output-file-ext: ".csv"
3444 output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3448 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3449 data: "data conf-history"
3451 data: "vpp-device-results-ubuntu"
3458 ################################################################################
3460 # DPDK Performance Changes 3n-hsw 1t1c pdr
3462 title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3463 algorithm: "table_performance_comparison"
3464 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3467 data: "dpdk-performance-changes-3n-hsw-h1"
3470 data: "dpdk-performance-changes-3n-hsw-ref"
3473 data: "dpdk-performance-changes-3n-hsw-cmp"
3474 data: "dpdk-performance-changes-3n-hsw"
3475 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3476 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3482 # DPDK Performance Changes 3n-hsw 2t2c pdr
3484 title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3485 algorithm: "table_performance_comparison"
3486 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3489 data: "dpdk-performance-changes-3n-hsw-h1"
3492 data: "dpdk-performance-changes-3n-hsw-ref"
3495 data: "dpdk-performance-changes-3n-hsw-cmp"
3496 data: "dpdk-performance-changes-3n-hsw"
3497 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3498 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3504 # DPDK Performance Changes 3n-hsw 1t1c ndr
3506 title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3507 algorithm: "table_performance_comparison"
3508 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3511 data: "dpdk-performance-changes-3n-hsw-h1"
3514 data: "dpdk-performance-changes-3n-hsw-ref"
3517 data: "dpdk-performance-changes-3n-hsw-cmp"
3518 data: "dpdk-performance-changes-3n-hsw"
3519 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3520 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3526 # DPDK Performance Changes 3n-hsw 2t2c ndr
3528 title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3529 algorithm: "table_performance_comparison"
3530 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3533 data: "dpdk-performance-changes-3n-hsw-h1"
3536 data: "dpdk-performance-changes-3n-hsw-ref"
3539 data: "dpdk-performance-changes-3n-hsw-cmp"
3540 data: "dpdk-performance-changes-3n-hsw"
3541 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3542 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3548 # DPDK Performance Changes 3n-skx 2t1c pdr
3550 title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3551 algorithm: "table_performance_comparison"
3552 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3555 data: "dpdk-performance-changes-3n-skx-h1"
3558 data: "dpdk-performance-changes-3n-skx-ref"
3561 data: "dpdk-performance-changes-3n-skx-cmp"
3562 data: "dpdk-performance-changes-3n-skx"
3563 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3564 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3570 # DPDK Performance Changes 3n-skx 4t2c pdr
3572 title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3573 algorithm: "table_performance_comparison"
3574 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3577 data: "dpdk-performance-changes-3n-skx-h1"
3580 data: "dpdk-performance-changes-3n-skx-ref"
3583 data: "dpdk-performance-changes-3n-skx-cmp"
3584 data: "dpdk-performance-changes-3n-skx"
3585 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3586 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3592 # DPDK Performance Changes 3n-skx 2t1c ndr
3594 title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3595 algorithm: "table_performance_comparison"
3596 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3599 data: "dpdk-performance-changes-3n-skx-h1"
3602 data: "dpdk-performance-changes-3n-skx-ref"
3605 data: "dpdk-performance-changes-3n-skx-cmp"
3606 data: "dpdk-performance-changes-3n-skx"
3607 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3608 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3614 # DPDK Performance Changes 3n-skx 4t2c ndr
3616 title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3617 algorithm: "table_performance_comparison"
3618 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3621 data: "dpdk-performance-changes-3n-skx-h1"
3624 data: "dpdk-performance-changes-3n-skx-ref"
3627 data: "dpdk-performance-changes-3n-skx-cmp"
3628 data: "dpdk-performance-changes-3n-skx"
3629 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3630 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3636 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3638 title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3639 algorithm: "table_performance_comparison"
3640 output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3643 data: "dpdk-compare-testbeds-ref"
3646 data: "dpdk-compare-testbeds-cmp"
3647 data: "dpdk-compare-testbeds"
3648 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3649 filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3655 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3657 title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3658 algorithm: "table_performance_comparison"
3659 output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3662 data: "dpdk-compare-testbeds-ref"
3665 data: "dpdk-compare-testbeds-cmp"
3666 data: "dpdk-compare-testbeds"
3667 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3668 filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3674 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3676 title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3677 algorithm: "table_performance_comparison"
3678 output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3681 data: "dpdk-compare-topologies-ref"
3684 data: "dpdk-compare-topologies-cmp"
3685 data: "dpdk-compare-topologies"
3686 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3687 filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3693 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3695 title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3696 algorithm: "table_performance_comparison"
3697 output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3700 data: "dpdk-compare-topologies-ref"
3703 data: "dpdk-compare-topologies-cmp"
3704 data: "dpdk-compare-topologies"
3705 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3706 filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3712 # DPDK Performance Changes 2n-skx 2t1c pdr
3714 title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3715 algorithm: "table_performance_comparison"
3716 output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3719 data: "dpdk-performance-changes-2n-skx-h1"
3722 data: "dpdk-performance-changes-2n-skx-ref"
3725 data: "dpdk-performance-changes-2n-skx-cmp"
3726 data: "dpdk-performance-changes-2n-skx"
3727 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3728 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3734 # DPDK Performance Changes 2n-skx 4t2c pdr
3736 title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3737 algorithm: "table_performance_comparison"
3738 output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3741 data: "dpdk-performance-changes-2n-skx-h1"
3744 data: "dpdk-performance-changes-2n-skx-ref"
3747 data: "dpdk-performance-changes-2n-skx-cmp"
3748 data: "dpdk-performance-changes-2n-skx"
3749 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3750 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3756 # DPDK Performance Changes 2n-skx 2t1c ndr
3758 title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3759 algorithm: "table_performance_comparison"
3760 output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3763 data: "dpdk-performance-changes-2n-skx-h1"
3766 data: "dpdk-performance-changes-2n-skx-ref"
3769 data: "dpdk-performance-changes-2n-skx-cmp"
3770 data: "dpdk-performance-changes-2n-skx"
3771 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3772 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3778 # DPDK Performance Changes 2n-skx 4t2c ndr
3780 title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3781 algorithm: "table_performance_comparison"
3782 output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3785 data: "dpdk-performance-changes-2n-skx-h1"
3788 data: "dpdk-performance-changes-2n-skx-ref"
3791 data: "dpdk-performance-changes-2n-skx-cmp"
3792 data: "dpdk-performance-changes-2n-skx"
3793 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3794 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3800 # Detailed Test Results - DPDK Performance Results 3n-hsw
3802 title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3803 algorithm: "table_details"
3804 output-file-ext: ".csv"
3805 output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3812 data: "dpdk-perf-results-3n-hsw"
3819 # Detailed Test Results - DPDK Performance Results 3n-skx
3821 title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3822 algorithm: "table_details"
3823 output-file-ext: ".csv"
3824 output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3831 data: "dpdk-perf-results-3n-skx"
3838 # Detailed Test Results - DPDK Performance Results 2n-skx
3840 title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3841 algorithm: "table_details"
3842 output-file-ext: ".csv"
3843 output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3850 data: "dpdk-perf-results-2n-skx"
3857 ################################################################################
3860 title: "Detailed Test Results - Honeycomb Functional Results"
3861 algorithm: "table_details"
3862 output-file-ext: ".csv"
3863 output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3867 - title: "Documentation"
3881 ################################################################################
3885 # title: "Detailed Test Results - NSH SFC Functional Results"
3886 # algorithm: "table_details"
3887 # output-file-ext: ".csv"
3888 # output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3894 # title: "Documentation"
3898 # data: "data status"
3901 # "nsh-func-results"
3909 ################################################################################
3912 title: "Detailed Test Results - DMM Functional Results"
3913 algorithm: "table_details"
3914 output-file-ext: ".csv"
3915 output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3919 - title: "Documentation"
3933 ################################################################################
3935 ################################################################################
3937 # VPP Performance Results 3n-hsw
3939 title: "VPP Performance Results 3n-hsw"
3940 algorithm: "file_test_results"
3941 output-file-ext: ".rst"
3942 output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3943 file-header: "\n.. |br| raw:: html\n\n <br />\n\n\n.. |prein| raw:: html\n\n <pre>\n\n\n.. |preout| raw:: html\n\n </pre>\n\n"
3944 dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3945 data: "vpp-perf-results-3n-hsw"
3946 filter: "not 'NDRCHK' and not 'PDRCHK'"
3954 # VPP Performance Results 3n-skx
3956 title: "VPP Performance Results 3n-skx"
3957 algorithm: "file_test_results"
3958 output-file-ext: ".rst"
3959 output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3960 file-header: "\n.. |br| raw:: html\n\n <br />\n\n\n.. |prein| raw:: html\n\n <pre>\n\n\n.. |preout| raw:: html\n\n </pre>\n\n"
3961 dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3962 data: "vpp-perf-results-3n-skx"
3963 filter: "not 'NDRCHK' and not 'PDRCHK'"
3971 # VPP Performance Results 2n-skx
3973 title: "VPP Performance Results 2n-skx"
3974 algorithm: "file_test_results"
3975 output-file-ext: ".rst"
3976 output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3977 file-header: "\n.. |br| raw:: html\n\n <br />\n\n\n.. |prein| raw:: html\n\n <pre>\n\n\n.. |preout| raw:: html\n\n </pre>\n\n"
3978 dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3979 data: "vpp-perf-results-2n-skx"
3980 filter: "not 'NDRCHK' and not 'PDRCHK'"
3988 ## VPP Performance Results 2n-dnv
3990 # title: "VPP Performance Results 2n-dnv"
3991 # algorithm: "file_test_results"
3992 # output-file-ext: ".rst"
3993 # output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3994 # file-header: "\n.. |br| raw:: html\n\n <br />\n\n\n.. |prein| raw:: html\n\n <pre>\n\n\n.. |preout| raw:: html\n\n </pre>\n\n"
3995 # dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3996 # data: "intel-dnv-vpp"
3997 # filter: "'NDRPDR'"
4003 # data-start-level: 3
4005 # VPP Performance Configuration 3n-hsw
4007 title: "VPP Performance Configuration 3n-hsw"
4008 algorithm: "file_test_results"
4009 output-file-ext: ".rst"
4010 output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4011 file-header: "\n.. |br| raw:: html\n\n <br />\n\n\n.. |prein| raw:: html\n\n <pre>\n\n\n.. |preout| raw:: html\n\n </pre>\n\n"
4012 dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4013 data: "vpp-perf-results-3n-hsw"