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:
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: Replace with 1904 data
233 # # csit-vpp-perf-verify-1904-2n-skx:
234 # csit-vpp-perf-verify-1901-2n-skx:
237 plot-vpp-nfv-2n-skx-ndrpdr-64b:
238 # TODO: Add 1904 data
239 csit-vpp-perf-verify-1904-2n-skx:
240 - 56 # NFV NDRPDR 64b
241 - 59 # NFV NDRPDR 64b
242 - 60 # NFV NDRPDR 64b
243 - 65 # 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 - 61 # NFV NDRPDR IMIX
249 - 63 # NFV NDRPDR IMIX
251 plot-vpp-nfv-2n-skx-mrr-64b:
252 csit-vpp-perf-verify-1904-2n-skx:
259 plot-vpp-nfv-2n-skx-mrr-imix:
260 csit-vpp-perf-verify-1904-2n-skx:
267 plot-dpdk-throughput-latency-2n-skx:
268 csit-dpdk-perf-verify-1904-2n-skx:
284 # # TODO: Replace with 1904 data
285 # # intel-dnv-vpp-release-1904:
286 # intel-dnv-vpp-release-1901:
289 ###########################################################################
290 # Simple tables (only one data set):
294 vpp-nic-comparison-3n-hsw:
295 # TODO: Add 1904 data
296 csit-vpp-perf-verify-1904-3n-hsw:
307 vpp-nic-comparison-3n-skx:
308 csit-vpp-perf-verify-1904-3n-skx:
320 vpp-nic-comparison-2n-skx:
321 csit-vpp-perf-verify-1904-2n-skx:
333 vpp-nic-comparison-3n-hsw-mrr:
334 csit-vpp-perf-verify-1904-3n-hsw:
337 vpp-nic-comparison-3n-skx-mrr:
338 csit-vpp-perf-verify-1904-3n-skx:
341 vpp-nic-comparison-2n-skx-mrr:
342 csit-vpp-perf-verify-1904-2n-skx:
347 vpp-perf-results-3n-hsw:
348 # TODO: Replace with FULL 1904 data
349 csit-vpp-perf-verify-1904-3n-hsw:
352 vpp-perf-results-3n-skx:
353 # TODO: Add FULL 1904 data
354 csit-vpp-perf-verify-1904-3n-skx:
358 vpp-perf-results-2n-skx:
359 csit-vpp-perf-verify-1904-2n-skx:
365 vpp-mrr-results-3n-hsw:
366 csit-vpp-perf-verify-1904-3n-hsw:
369 vpp-mrr-results-3n-skx:
370 csit-vpp-perf-verify-1904-3n-skx:
373 vpp-mrr-results-2n-skx:
374 csit-vpp-perf-verify-1904-2n-skx:
377 vpp-func-results-ubuntu:
378 csit-vpp-functional-1904-ubuntu1604-virl:
381 vpp-func-results-centos:
382 csit-vpp-functional-1904-centos7-virl:
385 vpp-device-results-ubuntu:
386 csit-vpp-device-1904-ubuntu1804-1n-skx:
390 # ligato-perf-results-3n-hsw:
391 # # TODO: Replace with 1904 data
392 # # csit-ligato-perf-verify-1904-3n-hsw:
393 # csit-ligato-perf-verify-1901-3n-hsw:
396 dpdk-perf-results-3n-hsw:
397 csit-dpdk-perf-verify-1904-3n-hsw:
400 dpdk-perf-results-3n-skx:
401 csit-dpdk-perf-verify-1904-3n-skx:
404 dpdk-perf-results-2n-skx:
405 csit-dpdk-perf-verify-1904-2n-skx:
408 # HoneyComb Functional
410 csit-hc2vpp-verify-func-1904-ubuntu1604:
413 # # NSH SFC Functional
416 # csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
421 csit-dmm-functional-1904-ubuntu1604-virl:
424 ###########################################################################
425 # Tables (more than one data set)
427 # Performance changes
429 # intel-dnv-vpp-changes-2n-dnv-h1:
430 # intel-dnv-vpp-release-1810:
432 # intel-dnv-vpp-changes-2n-dnv-ref:
433 # intel-dnv-vpp-release-1901:
435 # intel-dnv-vpp-changes-2n-dnv-cmp:
436 # # TODO: Replace with 1904 data
437 # # intel-dnv-vpp-release-1904:
438 # intel-dnv-vpp-release-1901:
440 # intel-dnv-vpp-changes-2n-dnv:
441 # - "intel-dnv-vpp-changes-2n-dnv-h1"
442 # - "intel-dnv-vpp-changes-2n-dnv-ref"
443 # - "intel-dnv-vpp-changes-2n-dnv-cmp"
445 vpp-performance-changes-3n-hsw-h1:
446 csit-vpp-perf-verify-1810-3n-hsw:
457 vpp-performance-changes-3n-hsw-ref:
458 csit-vpp-perf-verify-1901-3n-hsw:
479 vpp-performance-changes-3n-hsw-cmp:
480 # TODO: Add 1904 data
481 csit-vpp-perf-verify-1904-3n-hsw:
491 vpp-performance-changes-3n-hsw:
492 - "vpp-performance-changes-3n-hsw-h1"
493 - "vpp-performance-changes-3n-hsw-ref"
494 - "vpp-performance-changes-3n-hsw-cmp"
496 vpp-performance-changes-3n-skx-h1:
497 csit-vpp-perf-verify-1810-3n-skx:
508 vpp-performance-changes-3n-skx-ref:
509 csit-vpp-perf-verify-1901-3n-skx:
530 vpp-performance-changes-3n-skx-cmp:
531 csit-vpp-perf-verify-1904-3n-skx:
542 vpp-performance-changes-3n-skx:
543 - "vpp-performance-changes-3n-skx-h1"
544 - "vpp-performance-changes-3n-skx-ref"
545 - "vpp-performance-changes-3n-skx-cmp"
547 vpp-performance-changes-2n-skx-h1:
548 csit-vpp-perf-verify-1810-2n-skx:
559 vpp-performance-changes-2n-skx-ref:
560 csit-vpp-perf-verify-1901-2n-skx:
571 vpp-performance-changes-2n-skx-cmp:
572 csit-vpp-perf-verify-1904-2n-skx:
583 vpp-performance-changes-2n-skx:
584 - "vpp-performance-changes-2n-skx-h1"
585 - "vpp-performance-changes-2n-skx-ref"
586 - "vpp-performance-changes-2n-skx-cmp"
588 vpp-performance-changes-3n-hsw-mrr-h1:
589 csit-vpp-perf-verify-1810-3n-hsw:
591 vpp-performance-changes-3n-hsw-mrr-ref:
592 csit-vpp-perf-verify-1901-3n-hsw:
594 vpp-performance-changes-3n-hsw-mrr-cmp:
595 csit-vpp-perf-verify-1904-3n-hsw:
597 vpp-performance-changes-3n-hsw-mrr:
598 - "vpp-performance-changes-3n-hsw-mrr-h1"
599 - "vpp-performance-changes-3n-hsw-mrr-ref"
600 - "vpp-performance-changes-3n-hsw-mrr-cmp"
602 vpp-performance-changes-3n-skx-mrr-h1:
603 csit-vpp-perf-verify-1810-3n-skx:
608 vpp-performance-changes-3n-skx-mrr-ref:
609 csit-vpp-perf-verify-1901-3n-skx:
611 vpp-performance-changes-3n-skx-mrr-cmp:
612 csit-vpp-perf-verify-1904-3n-skx:
614 vpp-performance-changes-3n-skx-mrr:
615 - "vpp-performance-changes-3n-skx-mrr-h1"
616 - "vpp-performance-changes-3n-skx-mrr-ref"
617 - "vpp-performance-changes-3n-skx-mrr-cmp"
619 vpp-performance-changes-2n-skx-mrr-h1:
620 csit-vpp-perf-verify-1810-2n-skx:
625 vpp-performance-changes-2n-skx-mrr-ref:
626 csit-vpp-perf-verify-1901-2n-skx:
628 vpp-performance-changes-2n-skx-mrr-cmp:
629 csit-vpp-perf-verify-1904-2n-skx:
631 vpp-performance-changes-2n-skx-mrr:
632 - "vpp-performance-changes-2n-skx-mrr-h1"
633 - "vpp-performance-changes-2n-skx-mrr-ref"
634 - "vpp-performance-changes-2n-skx-mrr-cmp"
636 dpdk-performance-changes-3n-hsw-h1:
637 csit-dpdk-perf-verify-1810-3n-hsw:
648 dpdk-performance-changes-3n-hsw-ref:
649 csit-dpdk-perf-verify-1901-3n-hsw:
660 dpdk-performance-changes-3n-hsw-cmp:
661 csit-dpdk-perf-verify-1904-3n-hsw:
672 dpdk-performance-changes-3n-hsw:
673 - "dpdk-performance-changes-3n-hsw-h1"
674 - "dpdk-performance-changes-3n-hsw-ref"
675 - "dpdk-performance-changes-3n-hsw-cmp"
677 dpdk-performance-changes-3n-skx-h1:
678 csit-dpdk-perf-verify-1810-3n-skx:
689 dpdk-performance-changes-3n-skx-ref:
690 csit-dpdk-perf-verify-1901-3n-skx:
701 dpdk-performance-changes-3n-skx-cmp:
702 csit-dpdk-perf-verify-1904-3n-skx:
713 dpdk-performance-changes-3n-skx:
714 - "dpdk-performance-changes-3n-skx-h1"
715 - "dpdk-performance-changes-3n-skx-ref"
716 - "dpdk-performance-changes-3n-skx-cmp"
718 dpdk-performance-changes-2n-skx-h1:
719 csit-dpdk-perf-verify-1810-2n-skx:
730 dpdk-performance-changes-2n-skx-ref:
731 csit-dpdk-perf-verify-1901-2n-skx:
742 dpdk-performance-changes-2n-skx-cmp:
743 csit-dpdk-perf-verify-1904-2n-skx:
754 dpdk-performance-changes-2n-skx:
755 - "dpdk-performance-changes-2n-skx-h1"
756 - "dpdk-performance-changes-2n-skx-ref"
757 - "dpdk-performance-changes-2n-skx-cmp"
761 vpp-compare-testbeds-ref:
762 # TODO: Add 1904 data
763 csit-vpp-perf-verify-1904-3n-hsw:
773 vpp-compare-testbeds-cmp:
774 csit-vpp-perf-verify-1904-3n-skx:
785 vpp-compare-testbeds:
786 - "vpp-compare-testbeds-ref"
787 - "vpp-compare-testbeds-cmp"
789 vpp-compare-testbeds-mrr-ref:
790 csit-vpp-perf-verify-1904-3n-hsw:
792 vpp-compare-testbeds-mrr-cmp:
793 csit-vpp-perf-verify-1904-3n-skx:
795 vpp-compare-testbeds-mrr:
796 - "vpp-compare-testbeds-mrr-ref"
797 - "vpp-compare-testbeds-mrr-cmp"
799 dpdk-compare-testbeds-ref:
800 csit-dpdk-perf-verify-1904-3n-hsw:
811 dpdk-compare-testbeds-cmp:
812 csit-dpdk-perf-verify-1904-3n-skx:
823 dpdk-compare-testbeds:
824 - "dpdk-compare-testbeds-ref"
825 - "dpdk-compare-testbeds-cmp"
829 vpp-compare-topologies-ref:
830 csit-vpp-perf-verify-1904-3n-skx:
841 vpp-compare-topologies-cmp:
842 csit-vpp-perf-verify-1904-2n-skx:
853 vpp-compare-topologies:
854 - "vpp-compare-topologies-ref"
855 - "vpp-compare-topologies-cmp"
857 vpp-compare-topologies-mrr-ref:
858 csit-vpp-perf-verify-1904-3n-skx:
860 vpp-compare-topologies-mrr-cmp:
861 csit-vpp-perf-verify-1904-2n-skx:
863 vpp-compare-topologies-mrr:
864 - "vpp-compare-topologies-mrr-ref"
865 - "vpp-compare-topologies-mrr-cmp"
867 dpdk-compare-topologies-ref:
868 csit-dpdk-perf-verify-1904-3n-skx:
879 dpdk-compare-topologies-cmp:
880 csit-dpdk-perf-verify-1904-2n-skx:
891 dpdk-compare-topologies:
892 - "dpdk-compare-topologies-ref"
893 - "dpdk-compare-topologies-cmp"
897 plot-soak-throughput:
901 title: "<b>Test Cases [Index]</b>"
906 gridcolor: "rgb(230, 230, 230)"
907 linecolor: "rgb(220, 220, 220)"
912 tickcolor: "rgb(220, 220, 220)"
918 title: "<b>Packet Throughput [Mpps]</b>"
921 gridcolor: "rgb(230, 230, 230)"
924 linecolor: "rgb(220, 220, 220)"
929 tickcolor: "rgb(220, 220, 220)"
948 plot-service-density:
957 showticklabels: False
963 autorange: "reversed"
966 showticklabels: False
980 title: "<b>Test Cases [Index]</b>"
985 gridcolor: "rgb(230, 230, 230)"
986 linecolor: "rgb(220, 220, 220)"
991 tickcolor: "rgb(220, 220, 220)"
997 title: "<b>Connections Per Second [cps]</b>"
1000 gridcolor: "rgb(230, 230, 230)"
1002 linecolor: "rgb(220, 220, 220)"
1007 showticklabels: True
1008 tickcolor: "rgb(220, 220, 220)"
1033 title: "<b>Test Cases [Index]</b>"
1038 gridcolor: "rgb(230, 230, 230)"
1039 linecolor: "rgb(220, 220, 220)"
1043 showticklabels: True
1044 tickcolor: "rgb(220, 220, 220)"
1050 title: "<b>Requests Per Second [rps]</b>"
1053 gridcolor: "rgb(230, 230, 230)"
1055 linecolor: "rgb(220, 220, 220)"
1060 showticklabels: True
1061 tickcolor: "rgb(230, 230, 230)"
1086 title: "<b>Test Cases [Index]</b>"
1091 gridcolor: "rgb(230, 230, 230)"
1092 linecolor: "rgb(220, 220, 220)"
1096 showticklabels: True
1097 tickcolor: "rgb(220, 220, 220)"
1103 title: "<b>Packet Throughput [Mpps]</b>"
1106 gridcolor: "rgb(230, 230, 230)"
1109 linecolor: "rgb(220, 220, 220)"
1113 showticklabels: True
1114 tickcolor: "rgb(220, 220, 220)"
1135 plot-throughput-speedup-analysis:
1139 title: "<b>Number of Cores [Qty]</b>"
1144 gridcolor: "rgb(230, 230, 230)"
1145 linecolor: "rgb(220, 220, 220)"
1149 showticklabels: True
1150 tickcolor: "rgb(238, 238, 238)"
1156 title: "<b>Packet Throughput [Mpps]</b>"
1160 gridcolor: "rgb(230, 230, 230)"
1162 linecolor: "rgb(220, 220, 220)"
1166 showticklabels: True
1167 tickcolor: "rgb(220, 220, 220)"
1182 bgcolor: "rgba(255, 255, 255, 0)"
1183 bordercolor: "rgba(255, 255, 255, 0)"
1184 traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1208 family: "Consolas, Courier New",
1213 text: " Perfect Measured Limit",
1223 family: "Consolas, Courier New",
1233 title: "<b>Direction</b>"
1238 gridcolor: "rgb(230, 230, 230)"
1239 linecolor: "rgb(220, 220, 220)"
1243 showticklabels: False
1244 tickcolor: "rgb(220, 220, 220)"
1250 title: "<b>Packet Latency [uSec]</b>"
1254 gridcolor: "rgb(230, 230, 230)"
1256 linecolor: "rgb(220, 220, 220)"
1260 showticklabels: True
1261 tickcolor: "rgb(220, 220, 220)"
1271 traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1285 src-path: "{DIR[RST]}"
1286 dst-path: "{DIR[WORKING,SRC]}"
1290 file-name: "robot-plugin.zip"
1292 download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1293 extract: "robot-plugin/output.xml"
1296 # # TODO: Add 1904 data
1297 ## intel-dnv-vpp-release-1904:
1300 # intel-dnv-vpp-release-1901:
1303 # intel-dnv-vpp-release-1810:
1306 csit-vpp-perf-verify-1810-3n-hsw:
1328 csit-vpp-perf-verify-1901-3n-hsw:
1350 # TODO: Add 1904 Data
1351 csit-vpp-perf-verify-1904-3n-hsw:
1363 csit-vpp-perf-verify-1810-3n-skx:
1378 csit-vpp-perf-verify-1901-3n-skx:
1400 csit-vpp-perf-verify-1904-3n-skx:
1415 csit-vpp-perf-verify-1810-2n-skx:
1430 csit-vpp-perf-verify-1901-2n-skx:
1443 # TODO: Add 1904 data
1444 csit-vpp-perf-verify-1904-2n-skx:
1470 - 56 # NFV NDRPDR 64b
1471 - 59 # NFV NDRPDR 64b
1472 - 60 # NFV NDRPDR 64b
1473 - 65 # NFV NDRPDR 64b
1474 - 61 # NFV NDRPDR IMIX
1475 - 63 # NFV NDRPDR IMIX
1477 # csit-ligato-perf-verify-1901-3n-hsw:
1478 # - 10 # NDRPDR full
1489 # # TODO: Add 1904 data
1490 ## csit-ligato-perf-verify-1904-3n-hsw:
1493 csit-dpdk-perf-verify-1810-3n-hsw:
1504 csit-dpdk-perf-verify-1901-3n-hsw:
1515 csit-dpdk-perf-verify-1904-3n-hsw:
1527 csit-dpdk-perf-verify-1810-3n-skx:
1538 csit-dpdk-perf-verify-1901-3n-skx:
1549 csit-dpdk-perf-verify-1904-3n-skx:
1561 csit-dpdk-perf-verify-1810-2n-skx:
1572 csit-dpdk-perf-verify-1901-2n-skx:
1583 csit-dpdk-perf-verify-1904-2n-skx:
1595 csit-vpp-functional-1904-ubuntu1604-virl:
1597 csit-vpp-functional-1904-centos7-virl:
1599 csit-vpp-device-1904-ubuntu1804-1n-skx:
1602 # csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1604 csit-dmm-functional-1904-ubuntu1604-virl:
1606 csit-hc2vpp-verify-func-1904-ubuntu1604:
1617 ################################################################################
1619 ################################################################################
1621 # VPP Compare NICs 3n-hsw 1t1c ndr
1623 title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1624 algorithm: "table_nics_comparison"
1625 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1628 nic: "NIC_Intel-X520-DA2"
1631 nic: "NIC_Intel-X710"
1632 data: "vpp-nic-comparison-3n-hsw"
1633 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1634 filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1641 # VPP Compare NICs 3n-hsw 2t2c ndr
1643 title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1644 algorithm: "table_nics_comparison"
1645 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1648 nic: "NIC_Intel-X520-DA2"
1651 nic: "NIC_Intel-X710"
1652 data: "vpp-nic-comparison-3n-hsw"
1653 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1654 filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1661 # VPP Compare NICs 3n-hsw 1t1c pdr
1663 title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1664 algorithm: "table_nics_comparison"
1665 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1668 nic: "NIC_Intel-X520-DA2"
1671 nic: "NIC_Intel-X710"
1672 data: "vpp-nic-comparison-3n-hsw"
1673 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1674 filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1681 # VPP Compare NICs 3n-hsw 2t2c pdr
1683 title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1684 algorithm: "table_nics_comparison"
1685 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1688 nic: "NIC_Intel-X520-DA2"
1691 nic: "NIC_Intel-X710"
1692 data: "vpp-nic-comparison-3n-hsw"
1693 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1694 filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1701 # VPP Compare NICs 3n-hsw 1t1c mrr
1703 title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1704 algorithm: "table_nics_comparison"
1705 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1708 nic: "NIC_Intel-X520-DA2"
1711 nic: "NIC_Intel-X710"
1712 data: "vpp-nic-comparison-3n-hsw-mrr"
1713 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1714 filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1721 # VPP Compare NICs 3n-hsw 2t2c mrr
1723 title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1724 algorithm: "table_nics_comparison"
1725 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1728 nic: "NIC_Intel-X520-DA2"
1731 nic: "NIC_Intel-X710"
1732 data: "vpp-nic-comparison-3n-hsw-mrr"
1733 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1734 filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1741 # VPP Compare NICs 3n-hsw 4t4c mrr
1743 title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1744 algorithm: "table_nics_comparison"
1745 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1748 nic: "NIC_Intel-X520-DA2"
1751 nic: "NIC_Intel-X710"
1752 data: "vpp-nic-comparison-3n-hsw-mrr"
1753 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1754 filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1761 # VPP Compare NICs 3n-skx 2t1c ndr
1763 title: "VPP Compare NICs 3n-skx 2t1c ndr"
1764 algorithm: "table_nics_comparison"
1765 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1768 nic: "NIC_Intel-X710"
1770 title: "Intel-xxv710"
1771 nic: "NIC_Intel-XXV710"
1772 data: "vpp-nic-comparison-3n-skx"
1773 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1774 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1781 # VPP Compare NICs 3n-skx 4t2c ndr
1783 title: "VPP Compare NICs 3n-skx 4t2c ndr"
1784 algorithm: "table_nics_comparison"
1785 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1788 nic: "NIC_Intel-X710"
1790 title: "Intel-xxv710"
1791 nic: "NIC_Intel-XXV710"
1792 data: "vpp-nic-comparison-3n-skx"
1793 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1794 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1801 # VPP Compare NICs 3n-skx 2t1c pdr
1803 title: "VPP Compare NICs 3n-skx 2t1c pdr"
1804 algorithm: "table_nics_comparison"
1805 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1808 nic: "NIC_Intel-X710"
1810 title: "Intel-xxv710"
1811 nic: "NIC_Intel-XXV710"
1812 data: "vpp-nic-comparison-3n-skx"
1813 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1814 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1821 # VPP Compare NICs 3n-skx 4t2c pdr
1823 title: "VPP Compare NICs 3n-skx 4t2c pdr"
1824 algorithm: "table_nics_comparison"
1825 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1828 nic: "NIC_Intel-X710"
1830 title: "Intel-xxv710"
1831 nic: "NIC_Intel-XXV710"
1832 data: "vpp-nic-comparison-3n-skx"
1833 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1834 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1841 # VPP Compare NICs 3n-skx 2t1c mrr
1843 title: "VPP Compare NICs 3n-skx 2t1c mrr"
1844 algorithm: "table_nics_comparison"
1845 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1848 nic: "NIC_Intel-X710"
1850 title: "Intel-xxv710"
1851 nic: "NIC_Intel-XXV710"
1852 data: "vpp-nic-comparison-3n-skx-mrr"
1853 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1854 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1861 # VPP Compare NICs 3n-skx 4t2c mrr
1863 title: "VPP Compare NICs 3n-skx 4t2c mrr"
1864 algorithm: "table_nics_comparison"
1865 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1868 nic: "NIC_Intel-X710"
1870 title: "Intel-xxv710"
1871 nic: "NIC_Intel-XXV710"
1872 data: "vpp-nic-comparison-3n-skx-mrr"
1873 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1874 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1881 # VPP Compare NICs 3n-skx 8t4c mrr
1883 title: "VPP Compare NICs 3n-skx 8t4c mrr"
1884 algorithm: "table_nics_comparison"
1885 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1888 nic: "NIC_Intel-X710"
1890 title: "Intel-xxv710"
1891 nic: "NIC_Intel-XXV710"
1892 data: "vpp-nic-comparison-3n-skx-mrr"
1893 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1894 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1901 # VPP Compare NICs 2n-skx 2t1c ndr
1903 title: "VPP Compare NICs 2n-skx 2t1c ndr"
1904 algorithm: "table_nics_comparison"
1905 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1908 nic: "NIC_Intel-X710"
1910 title: "Intel-xxv710"
1911 nic: "NIC_Intel-XXV710"
1912 data: "vpp-nic-comparison-2n-skx"
1913 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1914 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1921 # VPP Compare NICs 2n-skx 4t2c ndr
1923 title: "VPP Compare NICs 2n-skx 4t2c ndr"
1924 algorithm: "table_nics_comparison"
1925 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1928 nic: "NIC_Intel-X710"
1930 title: "Intel-xxv710"
1931 nic: "NIC_Intel-XXV710"
1932 data: "vpp-nic-comparison-2n-skx"
1933 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1934 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1941 # VPP Compare NICs 2n-skx 2t1c pdr
1943 title: "VPP Compare NICs 2n-skx 2t1c pdr"
1944 algorithm: "table_nics_comparison"
1945 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1948 nic: "NIC_Intel-X710"
1950 title: "Intel-xxv710"
1951 nic: "NIC_Intel-XXV710"
1952 data: "vpp-nic-comparison-2n-skx"
1953 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1954 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1961 # VPP Compare NICs 2n-skx 4t2c pdr
1963 title: "VPP Compare NICs 2n-skx 4t2c pdr"
1964 algorithm: "table_nics_comparison"
1965 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1968 nic: "NIC_Intel-X710"
1970 title: "Intel-xxv710"
1971 nic: "NIC_Intel-XXV710"
1972 data: "vpp-nic-comparison-2n-skx"
1973 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1974 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1981 # VPP Compare NICs 2n-skx 2t1c mrr
1983 title: "VPP Compare NICs 2n-skx 2t1c mrr"
1984 algorithm: "table_nics_comparison"
1985 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1988 nic: "NIC_Intel-X710"
1990 title: "Intel-xxv710"
1991 nic: "NIC_Intel-XXV710"
1992 data: "vpp-nic-comparison-2n-skx-mrr"
1993 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1994 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2001 # VPP Compare NICs 2n-skx 4t2c mrr
2003 title: "VPP Compare NICs 2n-skx 4t2c mrr"
2004 algorithm: "table_nics_comparison"
2005 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2008 nic: "NIC_Intel-X710"
2010 title: "Intel-xxv710"
2011 nic: "NIC_Intel-XXV710"
2012 data: "vpp-nic-comparison-2n-skx-mrr"
2013 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2014 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2021 # VPP Compare NICs 2n-skx 8t4c mrr
2023 title: "VPP Compare NICs 2n-skx 8t4c mrr"
2024 algorithm: "table_nics_comparison"
2025 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2028 nic: "NIC_Intel-X710"
2030 title: "Intel-xxv710"
2031 nic: "NIC_Intel-XXV710"
2032 data: "vpp-nic-comparison-2n-skx-mrr"
2033 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2034 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2041 ################################################################################
2044 ## VPP Performance Changes 2n-dnv 1t1c pdr
2046 # title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2047 # algorithm: "table_performance_comparison"
2048 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2050 # - title: "rls1810"
2051 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2054 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2057 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2058 # data: "intel-dnv-vpp-changes-2n-dnv"
2059 # include-tests: "PDR"
2060 # filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2066 ## VPP Performance Changes 2n-dnv 2t2c pdr
2068 # title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2069 # algorithm: "table_performance_comparison"
2070 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2072 # - title: "rls1810"
2073 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2076 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2079 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2080 # data: "intel-dnv-vpp-changes-2n-dnv"
2081 # include-tests: "PDR"
2082 # filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2088 ## VPP Performance Changes 2n-dnv 1t1c ndr
2090 # title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2091 # algorithm: "table_performance_comparison"
2092 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2094 # - title: "rls1810"
2095 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2098 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2101 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2102 # data: "intel-dnv-vpp-changes-2n-dnv"
2103 # include-tests: "NDR"
2104 # filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2110 ## VPP Performance Changes 2n-dnv 2t2c ndr
2112 # title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2113 # algorithm: "table_performance_comparison"
2114 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2116 # - title: "rls1810"
2117 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2120 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2123 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2124 # data: "intel-dnv-vpp-changes-2n-dnv"
2125 # include-tests: "NDR"
2126 # filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2132 ## VPP Performance Changes 2n-dnv 1t1c MRR
2134 # title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2135 # algorithm: "table_performance_comparison"
2136 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2138 # - title: "rls1810"
2139 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2142 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2145 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2146 # data: "intel-dnv-vpp-changes-2n-dnv"
2147 # include-tests: "MRR"
2148 # filter: "'1T1C' and 'MRR'"
2154 ## VPP Performance Changes 2n-dnv 2t2c MRR
2156 # title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2157 # algorithm: "table_performance_comparison"
2158 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2160 # - title: "rls1810"
2161 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2164 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2167 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2168 # data: "intel-dnv-vpp-changes-2n-dnv"
2169 # include-tests: "MRR"
2170 # filter: "'2T2C' and 'MRR'"
2176 ## VPP Performance Changes 2n-dnv 4t4c MRR
2178 # title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2179 # algorithm: "table_performance_comparison"
2180 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2182 # - title: "rls1810"
2183 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2186 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2189 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2190 # data: "intel-dnv-vpp-changes-2n-dnv"
2191 # include-tests: "MRR"
2192 # filter: "'4T4C' and 'MRR'"
2198 # VPP Performance Changes 3n-hsw 1t1c pdr
2200 title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2201 algorithm: "table_performance_comparison"
2202 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2205 data: "vpp-performance-changes-3n-hsw-h1"
2208 data: "vpp-performance-changes-3n-hsw-ref"
2211 data: "vpp-performance-changes-3n-hsw-cmp"
2212 data: "vpp-performance-changes-3n-hsw"
2213 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2214 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2220 # VPP Performance Changes 3n-hsw 2t2c pdr
2222 title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2223 algorithm: "table_performance_comparison"
2224 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2227 data: "vpp-performance-changes-3n-hsw-h1"
2230 data: "vpp-performance-changes-3n-hsw-ref"
2233 data: "vpp-performance-changes-3n-hsw-cmp"
2234 data: "vpp-performance-changes-3n-hsw"
2235 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2236 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2242 # VPP Performance Changes 3n-hsw 1t1c ndr
2244 title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2245 algorithm: "table_performance_comparison"
2246 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2249 data: "vpp-performance-changes-3n-hsw-h1"
2252 data: "vpp-performance-changes-3n-hsw-ref"
2255 data: "vpp-performance-changes-3n-hsw-cmp"
2256 data: "vpp-performance-changes-3n-hsw"
2257 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2258 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2264 # VPP Performance Changes 3n-hsw 2t2c ndr
2266 title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2267 algorithm: "table_performance_comparison"
2268 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2271 data: "vpp-performance-changes-3n-hsw-h1"
2274 data: "vpp-performance-changes-3n-hsw-ref"
2277 data: "vpp-performance-changes-3n-hsw-cmp"
2278 data: "vpp-performance-changes-3n-hsw"
2279 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2280 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2286 # VPP Performance Changes 3n-skx 2t1c pdr
2288 title: "VPP Performance Changes 3n-skx 2t1c pdr"
2289 algorithm: "table_performance_comparison"
2290 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2293 data: "vpp-performance-changes-3n-skx-h1"
2296 data: "vpp-performance-changes-3n-skx-ref"
2299 data: "vpp-performance-changes-3n-skx-cmp"
2300 data: "vpp-performance-changes-3n-skx"
2301 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2302 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2308 # VPP Performance Changes 3n-skx 4t2c pdr
2310 title: "VPP Performance Changes 3n-skx 4t2c pdr"
2311 algorithm: "table_performance_comparison"
2312 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2315 data: "vpp-performance-changes-3n-skx-h1"
2318 data: "vpp-performance-changes-3n-skx-ref"
2321 data: "vpp-performance-changes-3n-skx-cmp"
2322 data: "vpp-performance-changes-3n-skx"
2323 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2324 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2330 # VPP Performance Changes 3n-skx 2t1c ndr
2332 title: "VPP Performance Changes 3n-skx 2t1c ndr"
2333 algorithm: "table_performance_comparison"
2334 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2337 data: "vpp-performance-changes-3n-skx-h1"
2340 data: "vpp-performance-changes-3n-skx-ref"
2343 data: "vpp-performance-changes-3n-skx-cmp"
2344 data: "vpp-performance-changes-3n-skx"
2345 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2346 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2352 # VPP Performance Changes 3n-skx 4t2c ndr
2354 title: "VPP Performance Changes 3n-skx 4t2c ndr"
2355 algorithm: "table_performance_comparison"
2356 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2359 data: "vpp-performance-changes-3n-skx-h1"
2362 data: "vpp-performance-changes-3n-skx-ref"
2365 data: "vpp-performance-changes-3n-skx-cmp"
2366 data: "vpp-performance-changes-3n-skx"
2367 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2368 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2374 # VPP Performance Changes 2n-skx 2t1c pdr
2376 title: "VPP Performance Changes 2n-skx 2t1c pdr"
2377 algorithm: "table_performance_comparison"
2378 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2381 data: "vpp-performance-changes-2n-skx-h1"
2384 data: "vpp-performance-changes-2n-skx-ref"
2387 data: "vpp-performance-changes-2n-skx-cmp"
2388 data: "vpp-performance-changes-2n-skx"
2389 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2390 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2396 # VPP Performance Changes 2n-skx 4t2c pdr
2398 title: "VPP Performance Changes 2n-skx 4t2c pdr"
2399 algorithm: "table_performance_comparison"
2400 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2403 data: "vpp-performance-changes-2n-skx-h1"
2406 data: "vpp-performance-changes-2n-skx-ref"
2409 data: "vpp-performance-changes-2n-skx-cmp"
2410 data: "vpp-performance-changes-2n-skx"
2411 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2412 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2418 # VPP Performance Changes 2n-skx 2t1c ndr
2420 title: "VPP Performance Changes 2n-skx 2t1c ndr"
2421 algorithm: "table_performance_comparison"
2422 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2425 data: "vpp-performance-changes-2n-skx-h1"
2428 data: "vpp-performance-changes-2n-skx-ref"
2431 data: "vpp-performance-changes-2n-skx-cmp"
2432 data: "vpp-performance-changes-2n-skx"
2433 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2434 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2440 # VPP Performance Changes 2n-skx 4t2c ndr
2442 title: "VPP Performance Changes 2n-skx 4t2c ndr"
2443 algorithm: "table_performance_comparison"
2444 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2447 data: "vpp-performance-changes-2n-skx-h1"
2450 data: "vpp-performance-changes-2n-skx-ref"
2453 data: "vpp-performance-changes-2n-skx-cmp"
2454 data: "vpp-performance-changes-2n-skx"
2455 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2456 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2462 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2464 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2465 algorithm: "table_performance_comparison"
2466 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2469 data: "vpp-compare-testbeds-ref"
2472 data: "vpp-compare-testbeds-cmp"
2473 data: "vpp-compare-testbeds"
2474 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2475 filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2481 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2483 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2484 algorithm: "table_performance_comparison"
2485 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2488 data: "vpp-compare-testbeds-ref"
2491 data: "vpp-compare-testbeds-cmp"
2492 data: "vpp-compare-testbeds"
2493 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2494 filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2500 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2502 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2503 algorithm: "table_performance_comparison"
2504 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2507 data: "vpp-compare-testbeds-ref"
2510 data: "vpp-compare-testbeds-cmp"
2511 data: "vpp-compare-testbeds"
2512 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2513 filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2519 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2521 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2522 algorithm: "table_performance_comparison"
2523 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2526 data: "vpp-compare-testbeds-ref"
2529 data: "vpp-compare-testbeds-cmp"
2530 data: "vpp-compare-testbeds"
2531 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2532 filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2538 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2540 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2541 algorithm: "table_performance_comparison"
2542 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2545 data: "vpp-compare-topologies-ref"
2548 data: "vpp-compare-topologies-cmp"
2549 data: "vpp-compare-topologies"
2550 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2551 filter: "'NDRPDR' and '1C'"
2557 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2559 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2560 algorithm: "table_performance_comparison"
2561 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2564 data: "vpp-compare-topologies-ref"
2567 data: "vpp-compare-topologies-cmp"
2568 data: "vpp-compare-topologies"
2569 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2570 filter: "'NDRPDR' and '2C'"
2576 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2578 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2579 algorithm: "table_performance_comparison"
2580 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2583 data: "vpp-compare-topologies-ref"
2586 data: "vpp-compare-topologies-cmp"
2587 data: "vpp-compare-topologies"
2588 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2589 filter: "'NDRPDR' and '1C'"
2595 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2597 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2598 algorithm: "table_performance_comparison"
2599 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2602 data: "vpp-compare-topologies-ref"
2605 data: "vpp-compare-topologies-cmp"
2606 data: "vpp-compare-topologies"
2607 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2608 filter: "'NDRPDR' and '2C'"
2614 # VPP Performance Changes 3n-hsw 1t1c MRR
2616 title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2617 algorithm: "table_performance_comparison"
2618 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2621 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2624 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2627 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2628 data: "vpp-performance-changes-3n-hsw-mrr"
2629 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2630 filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2636 # VPP Performance Changes 3n-hsw 2t2c MRR
2638 title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2639 algorithm: "table_performance_comparison"
2640 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2643 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2646 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2649 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2650 data: "vpp-performance-changes-3n-hsw-mrr"
2651 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2652 filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2658 # VPP Performance Changes 3n-hsw 4t4c MRR
2660 title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2661 algorithm: "table_performance_comparison"
2662 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2665 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2668 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2671 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2672 data: "vpp-performance-changes-3n-hsw-mrr"
2673 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2674 filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2680 # VPP Performance Changes 3n-skx 2t1c MRR
2682 title: "VPP Performance Changes 3n-skx 2t1c MRR"
2683 algorithm: "table_performance_comparison"
2684 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2687 data: "vpp-performance-changes-3n-skx-mrr-h1"
2690 data: "vpp-performance-changes-3n-skx-mrr-ref"
2693 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2694 data: "vpp-performance-changes-3n-skx-mrr"
2695 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2696 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2702 # VPP Performance Changes 3n-skx 4t2c MRR
2704 title: "VPP Performance Changes 3n-skx 4t2c MRR"
2705 algorithm: "table_performance_comparison"
2706 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2709 data: "vpp-performance-changes-3n-skx-mrr-h1"
2712 data: "vpp-performance-changes-3n-skx-mrr-ref"
2715 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2716 data: "vpp-performance-changes-3n-skx-mrr"
2717 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2718 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2724 # VPP Performance Changes 3n-skx 8t4c MRR
2726 title: "VPP Performance Changes 3n-skx 8t4c MRR"
2727 algorithm: "table_performance_comparison"
2728 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2731 data: "vpp-performance-changes-3n-skx-mrr-h1"
2734 data: "vpp-performance-changes-3n-skx-mrr-ref"
2737 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2738 data: "vpp-performance-changes-3n-skx-mrr"
2739 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2740 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2746 # VPP Performance Changes 2n-skx 2t1c MRR
2748 title: "VPP Performance Changes 2n-skx 2t1c MRR"
2749 algorithm: "table_performance_comparison"
2750 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2753 data: "vpp-performance-changes-2n-skx-mrr-h1"
2756 data: "vpp-performance-changes-2n-skx-mrr-ref"
2759 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2760 data: "vpp-performance-changes-2n-skx-mrr"
2761 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2762 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2768 # VPP Performance Changes 2n-skx 4t2c MRR
2770 title: "VPP Performance Changes 2n-skx 4t2c MRR"
2771 algorithm: "table_performance_comparison"
2772 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2775 data: "vpp-performance-changes-2n-skx-mrr-h1"
2778 data: "vpp-performance-changes-2n-skx-mrr-ref"
2781 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2782 data: "vpp-performance-changes-2n-skx-mrr"
2783 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2784 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2790 # VPP Performance Changes 2n-skx 8t4c MRR
2792 title: "VPP Performance Changes 2n-skx 8t4c MRR"
2793 algorithm: "table_performance_comparison"
2794 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2797 data: "vpp-performance-changes-2n-skx-mrr-h1"
2800 data: "vpp-performance-changes-2n-skx-mrr-ref"
2803 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2804 data: "vpp-performance-changes-2n-skx-mrr"
2805 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2806 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2812 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2814 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2815 algorithm: "table_performance_comparison"
2816 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2819 data: "vpp-compare-testbeds-mrr-ref"
2822 data: "vpp-compare-testbeds-mrr-cmp"
2823 data: "vpp-compare-testbeds-mrr"
2824 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2825 filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2831 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2833 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2834 algorithm: "table_performance_comparison"
2835 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2838 data: "vpp-compare-testbeds-mrr-ref"
2841 data: "vpp-compare-testbeds-mrr-cmp"
2842 data: "vpp-compare-testbeds-mrr"
2843 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2844 filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2850 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2852 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2853 algorithm: "table_performance_comparison"
2854 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2857 data: "vpp-compare-testbeds-mrr-ref"
2860 data: "vpp-compare-testbeds-mrr-cmp"
2861 data: "vpp-compare-testbeds-mrr"
2862 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2863 filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2869 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2871 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2872 algorithm: "table_performance_comparison"
2873 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2876 data: "vpp-compare-topologies-mrr-ref"
2879 data: "vpp-compare-topologies-mrr-cmp"
2880 data: "vpp-compare-topologies-mrr"
2881 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2882 filter: "'MRR' and '1C'"
2888 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2890 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2891 algorithm: "table_performance_comparison"
2892 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2895 data: "vpp-compare-topologies-mrr-ref"
2898 data: "vpp-compare-topologies-mrr-cmp"
2899 data: "vpp-compare-topologies-mrr"
2900 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2901 filter: "'MRR' and '2C'"
2907 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2909 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2910 algorithm: "table_performance_comparison"
2911 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2914 data: "vpp-compare-topologies-mrr-ref"
2917 data: "vpp-compare-topologies-mrr-cmp"
2918 data: "vpp-compare-topologies-mrr"
2919 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2920 filter: "'MRR' and '4C'"
2926 # Detailed Test Results - VPP Performance Results 3n-hsw
2928 title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2929 algorithm: "table_merged_details"
2930 output-file-ext: ".csv"
2931 output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2938 data: "vpp-perf-results-3n-hsw"
2939 filter: "not 'NDRCHK' and not 'PDRCHK'"
2945 # Detailed Test Results - VPP Performance Results 3n-skx
2947 title: "Detailed Test Results - VPP Performance Results 3n-skx"
2948 algorithm: "table_merged_details"
2949 output-file-ext: ".csv"
2950 output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2957 data: "vpp-perf-results-3n-skx"
2958 filter: "not 'NDRCHK' and not 'PDRCHK'"
2964 # Detailed Test Results - VPP Performance Results 2n-skx
2966 title: "Detailed Test Results - VPP Performance Results 2n-skx"
2967 algorithm: "table_merged_details"
2968 output-file-ext: ".csv"
2969 output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2976 data: "vpp-perf-results-2n-skx"
2977 filter: "not 'NDRCHK' and not 'PDRCHK'"
2983 ## Detailed Test Results - VPP Performance Results 2n-dnv
2985 # title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2986 # algorithm: "table_details"
2987 # output-file-ext: ".csv"
2988 # output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2995 # data: "intel-dnv-vpp"
2996 # filter: "'NDRPDR'"
3002 # Test configuration - VPP Performance Test Configs 3n-hsw
3004 title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3005 algorithm: "table_merged_details"
3006 output-file-ext: ".csv"
3007 output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3011 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3012 data: "data conf-history"
3014 data: "vpp-perf-results-3n-hsw"
3015 filter: "not 'NDRCHK' and not 'PDRCHK'"
3021 # Test configuration - VPP Performance Test Configs 3n-skx
3023 title: "Test configuration - VPP Performance Test Configs 3n-skx"
3024 algorithm: "table_merged_details"
3025 output-file-ext: ".csv"
3026 output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3030 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3031 data: "data conf-history"
3033 data: "vpp-perf-results-3n-skx"
3034 filter: "not 'NDRCHK' and not 'PDRCHK'"
3040 # Test configuration - VPP Performance Test Configs 2n-skx
3042 title: "Test configuration - VPP Performance Test Configs 2n-skx"
3043 algorithm: "table_merged_details"
3044 output-file-ext: ".csv"
3045 output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3049 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3050 data: "data conf-history"
3052 data: "vpp-perf-results-2n-skx"
3053 filter: "not 'NDRCHK' and not 'PDRCHK'"
3059 ## Test configuration - VPP Performance Test Configs 2n-dnv
3061 # title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3062 # algorithm: "table_details"
3063 # output-file-ext: ".csv"
3064 # output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3068 # - title: "VPP API Test Commands History - Commands Used Per Test Case"
3069 # data: "data conf-history"
3071 # data: "intel-dnv-vpp"
3072 # filter: "'NDRPDR'"
3078 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3080 title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3081 algorithm: "table_merged_details"
3082 output-file-ext: ".csv"
3083 output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3087 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3088 data: "data show-run"
3090 data: "vpp-perf-results-3n-hsw"
3091 filter: "not 'NDRCHK' and not 'PDRCHK'"
3097 # Test Operational Data - VPP Performance Operational Data 3n-skx
3099 title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3100 algorithm: "table_merged_details"
3101 output-file-ext: ".csv"
3102 output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3106 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3107 data: "data show-run"
3109 data: "vpp-perf-results-3n-skx"
3110 filter: "not 'NDRCHK' and not 'PDRCHK'"
3116 # Test Operational Data - VPP Performance Operational Data 2n-skx
3118 title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3119 algorithm: "table_merged_details"
3120 output-file-ext: ".csv"
3121 output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3125 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3126 data: "data show-run"
3128 data: "vpp-perf-results-2n-skx"
3129 filter: "not 'NDRCHK' and not 'PDRCHK'"
3135 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3137 # title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3138 # algorithm: "table_details"
3139 # output-file-ext: ".csv"
3140 # output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3144 # - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3145 # data: "data show-run"
3147 # data: "intel-dnv-vpp"
3148 # filter: "'NDRPDR'"
3154 # Detailed Test Results - VPP MRR Results 3n-hsw
3156 title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3157 algorithm: "table_details"
3158 output-file-ext: ".csv"
3159 output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3166 data: "vpp-mrr-results-3n-hsw"
3173 # Detailed Test Results - VPP MRR Results 3n-skx
3175 title: "Detailed Test Results - VPP MRR Results 3n-skx"
3176 algorithm: "table_details"
3177 output-file-ext: ".csv"
3178 output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3185 data: "vpp-mrr-results-3n-skx"
3192 # Detailed Test Results - VPP MRR Results 2n-skx
3194 title: "Detailed Test Results - VPP MRR Results 2n-skx"
3195 algorithm: "table_details"
3196 output-file-ext: ".csv"
3197 output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3204 data: "vpp-mrr-results-2n-skx"
3211 ## Detailed Test Results - VPP MRR Results 2n-dnv
3213 # title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3214 # algorithm: "table_details"
3215 # output-file-ext: ".csv"
3216 # output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3223 # data: "intel-dnv-vpp"
3230 # Test configuration - VPP MRR Test Configs 3n-hsw
3232 title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3233 algorithm: "table_details"
3234 output-file-ext: ".csv"
3235 output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3239 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3240 data: "data conf-history"
3242 data: "vpp-mrr-results-3n-hsw"
3249 # Test configuration - VPP MRR Test Configs 3n-skx
3251 title: "Test configuration - VPP MRR Test Configs 3n-skx"
3252 algorithm: "table_details"
3253 output-file-ext: ".csv"
3254 output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3258 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3259 data: "data conf-history"
3261 data: "vpp-mrr-results-3n-skx"
3268 # Test configuration - VPP MRR Test Configs 2n-skx
3270 title: "Test configuration - VPP MRR Test Configs 2n-skx"
3271 algorithm: "table_details"
3272 output-file-ext: ".csv"
3273 output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3277 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3278 data: "data conf-history"
3280 data: "vpp-mrr-results-2n-skx"
3287 ## Test configuration - VPP MRR Test Configs 2n-dnv
3289 # title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3290 # algorithm: "table_details"
3291 # output-file-ext: ".csv"
3292 # output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3296 # - title: "VPP API Test Commands History - Commands Used Per Test Case"
3297 # data: "data conf-history"
3299 # data: "intel-dnv-vpp"
3306 # Detailed Test Results - VPP Functional Results - Ubuntu
3308 title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3309 algorithm: "table_details"
3310 output-file-ext: ".csv"
3311 output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3315 - title: "Documentation"
3320 data: "vpp-func-results-ubuntu"
3328 # Detailed Test Results - VPP Functional Results - CentOS
3330 title: "Detailed Test Results - VPP Functional Results - CentOS"
3331 algorithm: "table_details"
3332 output-file-ext: ".csv"
3333 output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3337 - title: "Documentation"
3344 "vpp-func-results-centos"
3352 # Test configuration - VPP Functional Test Configs - Ubuntu
3354 title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3355 algorithm: "table_details"
3356 output-file-ext: ".csv"
3357 output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3361 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3362 data: "data conf-history"
3364 data: "vpp-func-results-ubuntu"
3371 # Test configuration - VPP Functional Test Configs - CentOS
3373 title: "Test configuration - VPP Functional Test Configs - CentOS"
3374 algorithm: "table_details"
3375 output-file-ext: ".csv"
3376 output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3380 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3381 data: "data conf-history"
3383 data: "vpp-func-results-centos"
3390 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3392 # title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3393 # algorithm: "table_details"
3394 # output-file-ext: ".csv"
3395 # output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3402 # data: "ligato-perf-results-3n-hsw"
3409 # Detailed Test Results - VPP Device Results - Ubuntu
3411 title: "Detailed Test Results - VPP Device Results - Ubuntu"
3412 algorithm: "table_details"
3413 output-file-ext: ".csv"
3414 output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3418 - title: "Documentation"
3423 data: "vpp-device-results-ubuntu"
3431 # Test configuration - VPP Device Test Configs - Ubuntu
3433 title: "Test configuration - VPP Device Test Configs - Ubuntu"
3434 algorithm: "table_details"
3435 output-file-ext: ".csv"
3436 output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3440 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3441 data: "data conf-history"
3443 data: "vpp-device-results-ubuntu"
3450 ################################################################################
3452 # DPDK Performance Changes 3n-hsw 1t1c pdr
3454 title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3455 algorithm: "table_performance_comparison"
3456 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3459 data: "dpdk-performance-changes-3n-hsw-h1"
3462 data: "dpdk-performance-changes-3n-hsw-ref"
3465 data: "dpdk-performance-changes-3n-hsw-cmp"
3466 data: "dpdk-performance-changes-3n-hsw"
3467 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3468 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3474 # DPDK Performance Changes 3n-hsw 2t2c pdr
3476 title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3477 algorithm: "table_performance_comparison"
3478 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3481 data: "dpdk-performance-changes-3n-hsw-h1"
3484 data: "dpdk-performance-changes-3n-hsw-ref"
3487 data: "dpdk-performance-changes-3n-hsw-cmp"
3488 data: "dpdk-performance-changes-3n-hsw"
3489 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3490 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3496 # DPDK Performance Changes 3n-hsw 1t1c ndr
3498 title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3499 algorithm: "table_performance_comparison"
3500 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3503 data: "dpdk-performance-changes-3n-hsw-h1"
3506 data: "dpdk-performance-changes-3n-hsw-ref"
3509 data: "dpdk-performance-changes-3n-hsw-cmp"
3510 data: "dpdk-performance-changes-3n-hsw"
3511 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3512 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3518 # DPDK Performance Changes 3n-hsw 2t2c ndr
3520 title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3521 algorithm: "table_performance_comparison"
3522 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3525 data: "dpdk-performance-changes-3n-hsw-h1"
3528 data: "dpdk-performance-changes-3n-hsw-ref"
3531 data: "dpdk-performance-changes-3n-hsw-cmp"
3532 data: "dpdk-performance-changes-3n-hsw"
3533 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3534 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3540 # DPDK Performance Changes 3n-skx 2t1c pdr
3542 title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3543 algorithm: "table_performance_comparison"
3544 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3547 data: "dpdk-performance-changes-3n-skx-h1"
3550 data: "dpdk-performance-changes-3n-skx-ref"
3553 data: "dpdk-performance-changes-3n-skx-cmp"
3554 data: "dpdk-performance-changes-3n-skx"
3555 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3556 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3562 # DPDK Performance Changes 3n-skx 4t2c pdr
3564 title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3565 algorithm: "table_performance_comparison"
3566 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3569 data: "dpdk-performance-changes-3n-skx-h1"
3572 data: "dpdk-performance-changes-3n-skx-ref"
3575 data: "dpdk-performance-changes-3n-skx-cmp"
3576 data: "dpdk-performance-changes-3n-skx"
3577 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3578 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3584 # DPDK Performance Changes 3n-skx 2t1c ndr
3586 title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3587 algorithm: "table_performance_comparison"
3588 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3591 data: "dpdk-performance-changes-3n-skx-h1"
3594 data: "dpdk-performance-changes-3n-skx-ref"
3597 data: "dpdk-performance-changes-3n-skx-cmp"
3598 data: "dpdk-performance-changes-3n-skx"
3599 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3600 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3606 # DPDK Performance Changes 3n-skx 4t2c ndr
3608 title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3609 algorithm: "table_performance_comparison"
3610 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3613 data: "dpdk-performance-changes-3n-skx-h1"
3616 data: "dpdk-performance-changes-3n-skx-ref"
3619 data: "dpdk-performance-changes-3n-skx-cmp"
3620 data: "dpdk-performance-changes-3n-skx"
3621 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3622 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3628 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3630 title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3631 algorithm: "table_performance_comparison"
3632 output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3635 data: "dpdk-compare-testbeds-ref"
3638 data: "dpdk-compare-testbeds-cmp"
3639 data: "dpdk-compare-testbeds"
3640 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3641 filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3647 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3649 title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3650 algorithm: "table_performance_comparison"
3651 output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3654 data: "dpdk-compare-testbeds-ref"
3657 data: "dpdk-compare-testbeds-cmp"
3658 data: "dpdk-compare-testbeds"
3659 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3660 filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3666 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3668 title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3669 algorithm: "table_performance_comparison"
3670 output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3673 data: "dpdk-compare-topologies-ref"
3676 data: "dpdk-compare-topologies-cmp"
3677 data: "dpdk-compare-topologies"
3678 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3679 filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3685 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3687 title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3688 algorithm: "table_performance_comparison"
3689 output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3692 data: "dpdk-compare-topologies-ref"
3695 data: "dpdk-compare-topologies-cmp"
3696 data: "dpdk-compare-topologies"
3697 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3698 filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3704 # DPDK Performance Changes 2n-skx 2t1c pdr
3706 title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3707 algorithm: "table_performance_comparison"
3708 output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3711 data: "dpdk-performance-changes-2n-skx-h1"
3714 data: "dpdk-performance-changes-2n-skx-ref"
3717 data: "dpdk-performance-changes-2n-skx-cmp"
3718 data: "dpdk-performance-changes-2n-skx"
3719 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3720 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3726 # DPDK Performance Changes 2n-skx 4t2c pdr
3728 title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3729 algorithm: "table_performance_comparison"
3730 output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3733 data: "dpdk-performance-changes-2n-skx-h1"
3736 data: "dpdk-performance-changes-2n-skx-ref"
3739 data: "dpdk-performance-changes-2n-skx-cmp"
3740 data: "dpdk-performance-changes-2n-skx"
3741 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3742 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3748 # DPDK Performance Changes 2n-skx 2t1c ndr
3750 title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3751 algorithm: "table_performance_comparison"
3752 output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3755 data: "dpdk-performance-changes-2n-skx-h1"
3758 data: "dpdk-performance-changes-2n-skx-ref"
3761 data: "dpdk-performance-changes-2n-skx-cmp"
3762 data: "dpdk-performance-changes-2n-skx"
3763 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3764 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3770 # DPDK Performance Changes 2n-skx 4t2c ndr
3772 title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3773 algorithm: "table_performance_comparison"
3774 output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3777 data: "dpdk-performance-changes-2n-skx-h1"
3780 data: "dpdk-performance-changes-2n-skx-ref"
3783 data: "dpdk-performance-changes-2n-skx-cmp"
3784 data: "dpdk-performance-changes-2n-skx"
3785 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3786 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3792 # Detailed Test Results - DPDK Performance Results 3n-hsw
3794 title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3795 algorithm: "table_details"
3796 output-file-ext: ".csv"
3797 output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3804 data: "dpdk-perf-results-3n-hsw"
3811 # Detailed Test Results - DPDK Performance Results 3n-skx
3813 title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3814 algorithm: "table_details"
3815 output-file-ext: ".csv"
3816 output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3823 data: "dpdk-perf-results-3n-skx"
3830 # Detailed Test Results - DPDK Performance Results 2n-skx
3832 title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3833 algorithm: "table_details"
3834 output-file-ext: ".csv"
3835 output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3842 data: "dpdk-perf-results-2n-skx"
3849 ################################################################################
3852 title: "Detailed Test Results - Honeycomb Functional Results"
3853 algorithm: "table_details"
3854 output-file-ext: ".csv"
3855 output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3859 - title: "Documentation"
3873 ################################################################################
3877 # title: "Detailed Test Results - NSH SFC Functional Results"
3878 # algorithm: "table_details"
3879 # output-file-ext: ".csv"
3880 # output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3886 # title: "Documentation"
3890 # data: "data status"
3893 # "nsh-func-results"
3901 ################################################################################
3904 title: "Detailed Test Results - DMM Functional Results"
3905 algorithm: "table_details"
3906 output-file-ext: ".csv"
3907 output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3911 - title: "Documentation"
3925 ################################################################################
3927 ################################################################################
3929 # VPP Performance Results 3n-hsw
3931 title: "VPP Performance Results 3n-hsw"
3932 algorithm: "file_test_results"
3933 output-file-ext: ".rst"
3934 output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3935 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"
3936 dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3937 data: "vpp-perf-results-3n-hsw"
3938 filter: "not 'NDRCHK' and not 'PDRCHK'"
3946 # VPP Performance Results 3n-skx
3948 title: "VPP Performance Results 3n-skx"
3949 algorithm: "file_test_results"
3950 output-file-ext: ".rst"
3951 output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3952 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"
3953 dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3954 data: "vpp-perf-results-3n-skx"
3955 filter: "not 'NDRCHK' and not 'PDRCHK'"
3963 # VPP Performance Results 2n-skx
3965 title: "VPP Performance Results 2n-skx"
3966 algorithm: "file_test_results"
3967 output-file-ext: ".rst"
3968 output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3969 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"
3970 dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3971 data: "vpp-perf-results-2n-skx"
3972 filter: "not 'NDRCHK' and not 'PDRCHK'"
3980 ## VPP Performance Results 2n-dnv
3982 # title: "VPP Performance Results 2n-dnv"
3983 # algorithm: "file_test_results"
3984 # output-file-ext: ".rst"
3985 # output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3986 # 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"
3987 # dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3988 # data: "intel-dnv-vpp"
3989 # filter: "'NDRPDR'"
3995 # data-start-level: 3
3997 # VPP Performance Configuration 3n-hsw
3999 title: "VPP Performance Configuration 3n-hsw"
4000 algorithm: "file_test_results"
4001 output-file-ext: ".rst"
4002 output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4003 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"
4004 dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4005 data: "vpp-perf-results-3n-hsw"
4006 filter: "not 'NDRCHK' and not 'PDRCHK'"
4014 # VPP Performance Configuration 3n-skx