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
244 - 80 # NFV MRR NDRPDR 64b IMIX
245 - 81 # NFV MRR NDRPDR 64b IMIX
246 - 84 # NFV MRR NDRPDR 64b IMIX
247 - 85 # NFV MRR NDRPDR 64b IMIX
248 - 86 # NFV MRR NDRPDR 64b IMIX
250 plot-vpp-nfv-2n-skx-ndrpdr-imix:
251 csit-vpp-perf-verify-1904-2n-skx:
252 - 66 # NFV NDRPDR IMIX
253 - 67 # NFV NDRPDR IMIX
254 - 69 # NFV NDRPDR IMIX
255 - 82 # NFV NDRPDR IMIX
256 - 83 # NFV NDRPDR IMIX
257 - 80 # NFV MRR NDRPDR 64b IMIX
258 - 81 # NFV MRR NDRPDR 64b IMIX
259 - 84 # NFV MRR NDRPDR 64b IMIX
260 - 85 # NFV MRR NDRPDR 64b IMIX
261 - 86 # NFV MRR NDRPDR 64b IMIX
263 plot-vpp-nfv-2n-skx-mrr-64b:
264 csit-vpp-perf-verify-1904-2n-skx:
270 - 80 # NFV MRR NDRPDR 64b IMIX
271 - 81 # NFV MRR NDRPDR 64b IMIX
272 - 84 # NFV MRR NDRPDR 64b IMIX
273 - 85 # NFV MRR NDRPDR 64b IMIX
274 - 86 # NFV MRR NDRPDR 64b IMIX
276 plot-vpp-nfv-2n-skx-mrr-imix:
277 csit-vpp-perf-verify-1904-2n-skx:
283 - 80 # NFV MRR NDRPDR 64b IMIX
284 - 81 # NFV MRR NDRPDR 64b IMIX
285 - 84 # NFV MRR NDRPDR 64b IMIX
286 - 85 # NFV MRR NDRPDR 64b IMIX
287 - 86 # NFV MRR NDRPDR 64b IMIX
289 plot-dpdk-throughput-latency-2n-skx:
290 csit-dpdk-perf-verify-1904-2n-skx:
306 # # TODO: Replace with 1904 data
307 # # intel-dnv-vpp-release-1904:
308 # intel-dnv-vpp-release-1901:
311 ###########################################################################
312 # Simple tables (only one data set):
316 vpp-nic-comparison-3n-hsw:
317 csit-vpp-perf-verify-1904-3n-hsw:
329 vpp-nic-comparison-3n-skx:
330 csit-vpp-perf-verify-1904-3n-skx:
342 vpp-nic-comparison-2n-skx:
343 csit-vpp-perf-verify-1904-2n-skx:
355 vpp-nic-comparison-3n-hsw-mrr:
356 csit-vpp-perf-verify-1904-3n-hsw:
359 vpp-nic-comparison-3n-skx-mrr:
360 csit-vpp-perf-verify-1904-3n-skx:
363 vpp-nic-comparison-2n-skx-mrr:
364 csit-vpp-perf-verify-1904-2n-skx:
369 vpp-perf-results-3n-hsw:
370 # TODO: Add FULL 1904 data
371 csit-vpp-perf-verify-1904-3n-hsw:
376 vpp-perf-results-3n-skx:
377 csit-vpp-perf-verify-1904-3n-skx:
383 vpp-perf-results-2n-skx:
384 csit-vpp-perf-verify-1904-2n-skx:
390 vpp-mrr-results-3n-hsw:
391 csit-vpp-perf-verify-1904-3n-hsw:
394 vpp-mrr-results-3n-skx:
395 csit-vpp-perf-verify-1904-3n-skx:
398 vpp-mrr-results-2n-skx:
399 csit-vpp-perf-verify-1904-2n-skx:
402 vpp-func-results-ubuntu:
403 csit-vpp-functional-1904-ubuntu1604-virl:
406 vpp-func-results-centos:
407 csit-vpp-functional-1904-centos7-virl:
410 vpp-device-results-ubuntu:
411 csit-vpp-device-1904-ubuntu1804-1n-skx:
415 # ligato-perf-results-3n-hsw:
416 # # TODO: Replace with 1904 data
417 # # csit-ligato-perf-verify-1904-3n-hsw:
418 # csit-ligato-perf-verify-1901-3n-hsw:
421 dpdk-perf-results-3n-hsw:
422 csit-dpdk-perf-verify-1904-3n-hsw:
425 dpdk-perf-results-3n-skx:
426 csit-dpdk-perf-verify-1904-3n-skx:
429 dpdk-perf-results-2n-skx:
430 csit-dpdk-perf-verify-1904-2n-skx:
433 # HoneyComb Functional
435 csit-hc2vpp-verify-func-1904-ubuntu1604:
438 # # NSH SFC Functional
441 # csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
446 csit-dmm-functional-1904-ubuntu1604-virl:
449 ###########################################################################
450 # Tables (more than one data set)
452 # Performance changes
454 # intel-dnv-vpp-changes-2n-dnv-h1:
455 # intel-dnv-vpp-release-1810:
457 # intel-dnv-vpp-changes-2n-dnv-ref:
458 # intel-dnv-vpp-release-1901:
460 # intel-dnv-vpp-changes-2n-dnv-cmp:
461 # # TODO: Replace with 1904 data
462 # # intel-dnv-vpp-release-1904:
463 # intel-dnv-vpp-release-1901:
465 # intel-dnv-vpp-changes-2n-dnv:
466 # - "intel-dnv-vpp-changes-2n-dnv-h1"
467 # - "intel-dnv-vpp-changes-2n-dnv-ref"
468 # - "intel-dnv-vpp-changes-2n-dnv-cmp"
470 vpp-performance-changes-3n-hsw-h1:
471 csit-vpp-perf-verify-1810-3n-hsw:
482 vpp-performance-changes-3n-hsw-ref:
483 csit-vpp-perf-verify-1901-3n-hsw:
504 vpp-performance-changes-3n-hsw-cmp:
505 csit-vpp-perf-verify-1904-3n-hsw:
516 vpp-performance-changes-3n-hsw:
517 - "vpp-performance-changes-3n-hsw-h1"
518 - "vpp-performance-changes-3n-hsw-ref"
519 - "vpp-performance-changes-3n-hsw-cmp"
521 vpp-performance-changes-3n-skx-h1:
522 csit-vpp-perf-verify-1810-3n-skx:
533 vpp-performance-changes-3n-skx-ref:
534 csit-vpp-perf-verify-1901-3n-skx:
555 vpp-performance-changes-3n-skx-cmp:
556 csit-vpp-perf-verify-1904-3n-skx:
567 vpp-performance-changes-3n-skx:
568 - "vpp-performance-changes-3n-skx-h1"
569 - "vpp-performance-changes-3n-skx-ref"
570 - "vpp-performance-changes-3n-skx-cmp"
572 vpp-performance-changes-2n-skx-h1:
573 csit-vpp-perf-verify-1810-2n-skx:
584 vpp-performance-changes-2n-skx-ref:
585 csit-vpp-perf-verify-1901-2n-skx:
596 vpp-performance-changes-2n-skx-cmp:
597 csit-vpp-perf-verify-1904-2n-skx:
608 vpp-performance-changes-2n-skx:
609 - "vpp-performance-changes-2n-skx-h1"
610 - "vpp-performance-changes-2n-skx-ref"
611 - "vpp-performance-changes-2n-skx-cmp"
613 vpp-soak-vs-ndr-2n-skx-ref:
614 csit-vpp-perf-verify-1904-2n-skx:
625 vpp-soak-vs-ndr-2n-skx-cmp:
626 csit-vpp-perf-verify-1904-2n-skx:
629 vpp-soak-vs-ndr-2n-skx:
630 csit-vpp-perf-verify-1904-2n-skx:
644 vpp-performance-changes-3n-hsw-mrr-h1:
645 csit-vpp-perf-verify-1810-3n-hsw:
647 vpp-performance-changes-3n-hsw-mrr-ref:
648 csit-vpp-perf-verify-1901-3n-hsw:
650 vpp-performance-changes-3n-hsw-mrr-cmp:
651 csit-vpp-perf-verify-1904-3n-hsw:
653 vpp-performance-changes-3n-hsw-mrr:
654 - "vpp-performance-changes-3n-hsw-mrr-h1"
655 - "vpp-performance-changes-3n-hsw-mrr-ref"
656 - "vpp-performance-changes-3n-hsw-mrr-cmp"
658 vpp-performance-changes-3n-skx-mrr-h1:
659 csit-vpp-perf-verify-1810-3n-skx:
664 vpp-performance-changes-3n-skx-mrr-ref:
665 csit-vpp-perf-verify-1901-3n-skx:
667 vpp-performance-changes-3n-skx-mrr-cmp:
668 csit-vpp-perf-verify-1904-3n-skx:
670 vpp-performance-changes-3n-skx-mrr:
671 - "vpp-performance-changes-3n-skx-mrr-h1"
672 - "vpp-performance-changes-3n-skx-mrr-ref"
673 - "vpp-performance-changes-3n-skx-mrr-cmp"
675 vpp-performance-changes-2n-skx-mrr-h1:
676 csit-vpp-perf-verify-1810-2n-skx:
681 vpp-performance-changes-2n-skx-mrr-ref:
682 csit-vpp-perf-verify-1901-2n-skx:
684 vpp-performance-changes-2n-skx-mrr-cmp:
685 csit-vpp-perf-verify-1904-2n-skx:
687 vpp-performance-changes-2n-skx-mrr:
688 - "vpp-performance-changes-2n-skx-mrr-h1"
689 - "vpp-performance-changes-2n-skx-mrr-ref"
690 - "vpp-performance-changes-2n-skx-mrr-cmp"
692 dpdk-performance-changes-3n-hsw-h1:
693 csit-dpdk-perf-verify-1810-3n-hsw:
704 dpdk-performance-changes-3n-hsw-ref:
705 csit-dpdk-perf-verify-1901-3n-hsw:
716 dpdk-performance-changes-3n-hsw-cmp:
717 csit-dpdk-perf-verify-1904-3n-hsw:
728 dpdk-performance-changes-3n-hsw:
729 - "dpdk-performance-changes-3n-hsw-h1"
730 - "dpdk-performance-changes-3n-hsw-ref"
731 - "dpdk-performance-changes-3n-hsw-cmp"
733 dpdk-performance-changes-3n-skx-h1:
734 csit-dpdk-perf-verify-1810-3n-skx:
745 dpdk-performance-changes-3n-skx-ref:
746 csit-dpdk-perf-verify-1901-3n-skx:
757 dpdk-performance-changes-3n-skx-cmp:
758 csit-dpdk-perf-verify-1904-3n-skx:
769 dpdk-performance-changes-3n-skx:
770 - "dpdk-performance-changes-3n-skx-h1"
771 - "dpdk-performance-changes-3n-skx-ref"
772 - "dpdk-performance-changes-3n-skx-cmp"
774 dpdk-performance-changes-2n-skx-h1:
775 csit-dpdk-perf-verify-1810-2n-skx:
786 dpdk-performance-changes-2n-skx-ref:
787 csit-dpdk-perf-verify-1901-2n-skx:
798 dpdk-performance-changes-2n-skx-cmp:
799 csit-dpdk-perf-verify-1904-2n-skx:
810 dpdk-performance-changes-2n-skx:
811 - "dpdk-performance-changes-2n-skx-h1"
812 - "dpdk-performance-changes-2n-skx-ref"
813 - "dpdk-performance-changes-2n-skx-cmp"
817 vpp-compare-testbeds-ref:
818 csit-vpp-perf-verify-1904-3n-hsw:
829 vpp-compare-testbeds-cmp:
830 csit-vpp-perf-verify-1904-3n-skx:
841 vpp-compare-testbeds:
842 - "vpp-compare-testbeds-ref"
843 - "vpp-compare-testbeds-cmp"
845 vpp-compare-testbeds-mrr-ref:
846 csit-vpp-perf-verify-1904-3n-hsw:
848 vpp-compare-testbeds-mrr-cmp:
849 csit-vpp-perf-verify-1904-3n-skx:
851 vpp-compare-testbeds-mrr:
852 - "vpp-compare-testbeds-mrr-ref"
853 - "vpp-compare-testbeds-mrr-cmp"
855 dpdk-compare-testbeds-ref:
856 csit-dpdk-perf-verify-1904-3n-hsw:
867 dpdk-compare-testbeds-cmp:
868 csit-dpdk-perf-verify-1904-3n-skx:
879 dpdk-compare-testbeds:
880 - "dpdk-compare-testbeds-ref"
881 - "dpdk-compare-testbeds-cmp"
885 vpp-compare-topologies-ref:
886 csit-vpp-perf-verify-1904-3n-skx:
897 vpp-compare-topologies-cmp:
898 csit-vpp-perf-verify-1904-2n-skx:
909 vpp-compare-topologies:
910 - "vpp-compare-topologies-ref"
911 - "vpp-compare-topologies-cmp"
913 vpp-compare-topologies-mrr-ref:
914 csit-vpp-perf-verify-1904-3n-skx:
916 vpp-compare-topologies-mrr-cmp:
917 csit-vpp-perf-verify-1904-2n-skx:
919 vpp-compare-topologies-mrr:
920 - "vpp-compare-topologies-mrr-ref"
921 - "vpp-compare-topologies-mrr-cmp"
923 dpdk-compare-topologies-ref:
924 csit-dpdk-perf-verify-1904-3n-skx:
935 dpdk-compare-topologies-cmp:
936 csit-dpdk-perf-verify-1904-2n-skx:
947 dpdk-compare-topologies:
948 - "dpdk-compare-topologies-ref"
949 - "dpdk-compare-topologies-cmp"
953 plot-soak-throughput:
957 title: "<b>Test Cases [Index]</b>"
962 gridcolor: "rgb(230, 230, 230)"
963 linecolor: "rgb(220, 220, 220)"
968 tickcolor: "rgb(220, 220, 220)"
974 title: "<b>Critical Rate Lower Bound [Mpps]</b>"
977 gridcolor: "rgb(230, 230, 230)"
980 linecolor: "rgb(220, 220, 220)"
985 tickcolor: "rgb(220, 220, 220)"
1004 plot-service-density:
1013 showticklabels: False
1019 autorange: "reversed"
1022 showticklabels: False
1036 title: "<b>Test Cases [Index]</b>"
1041 gridcolor: "rgb(230, 230, 230)"
1042 linecolor: "rgb(220, 220, 220)"
1046 showticklabels: True
1047 tickcolor: "rgb(220, 220, 220)"
1053 title: "<b>Connections Per Second [cps]</b>"
1056 gridcolor: "rgb(230, 230, 230)"
1058 linecolor: "rgb(220, 220, 220)"
1063 showticklabels: True
1064 tickcolor: "rgb(220, 220, 220)"
1089 title: "<b>Test Cases [Index]</b>"
1094 gridcolor: "rgb(230, 230, 230)"
1095 linecolor: "rgb(220, 220, 220)"
1099 showticklabels: True
1100 tickcolor: "rgb(220, 220, 220)"
1106 title: "<b>Requests Per Second [rps]</b>"
1109 gridcolor: "rgb(230, 230, 230)"
1111 linecolor: "rgb(220, 220, 220)"
1116 showticklabels: True
1117 tickcolor: "rgb(230, 230, 230)"
1142 title: "<b>Test Cases [Index]</b>"
1147 gridcolor: "rgb(230, 230, 230)"
1148 linecolor: "rgb(220, 220, 220)"
1152 showticklabels: True
1153 tickcolor: "rgb(220, 220, 220)"
1159 title: "<b>Packet Throughput [Mpps]</b>"
1162 gridcolor: "rgb(230, 230, 230)"
1165 linecolor: "rgb(220, 220, 220)"
1169 showticklabels: True
1170 tickcolor: "rgb(220, 220, 220)"
1191 plot-throughput-speedup-analysis:
1195 title: "<b>Number of Cores [Qty]</b>"
1200 gridcolor: "rgb(230, 230, 230)"
1201 linecolor: "rgb(220, 220, 220)"
1205 showticklabels: True
1206 tickcolor: "rgb(238, 238, 238)"
1212 title: "<b>Packet Throughput [Mpps]</b>"
1216 gridcolor: "rgb(230, 230, 230)"
1218 linecolor: "rgb(220, 220, 220)"
1222 showticklabels: True
1223 tickcolor: "rgb(220, 220, 220)"
1238 bgcolor: "rgba(255, 255, 255, 0)"
1239 bordercolor: "rgba(255, 255, 255, 0)"
1240 traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1264 family: "Consolas, Courier New",
1269 text: " Perfect Measured Limit",
1279 family: "Consolas, Courier New",
1289 title: "<b>Direction</b>"
1294 gridcolor: "rgb(230, 230, 230)"
1295 linecolor: "rgb(220, 220, 220)"
1299 showticklabels: False
1300 tickcolor: "rgb(220, 220, 220)"
1306 title: "<b>Packet Latency [uSec]</b>"
1310 gridcolor: "rgb(230, 230, 230)"
1312 linecolor: "rgb(220, 220, 220)"
1316 showticklabels: True
1317 tickcolor: "rgb(220, 220, 220)"
1327 traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1341 src-path: "{DIR[RST]}"
1342 dst-path: "{DIR[WORKING,SRC]}"
1346 file-name: "robot-plugin.zip"
1348 download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1349 extract: "robot-plugin/output.xml"
1352 # # TODO: Add 1904 data
1353 ## intel-dnv-vpp-release-1904:
1356 # intel-dnv-vpp-release-1901:
1359 # intel-dnv-vpp-release-1810:
1362 csit-vpp-perf-verify-1810-3n-hsw:
1384 csit-vpp-perf-verify-1901-3n-hsw:
1406 # TODO: Add 1904 Data
1407 csit-vpp-perf-verify-1904-3n-hsw:
1423 csit-vpp-perf-verify-1810-3n-skx:
1438 csit-vpp-perf-verify-1901-3n-skx:
1460 csit-vpp-perf-verify-1904-3n-skx:
1477 csit-vpp-perf-verify-1810-2n-skx:
1492 csit-vpp-perf-verify-1901-2n-skx:
1504 csit-vpp-perf-verify-1904-2n-skx:
1530 - 56 # NFV NDRPDR 64b
1531 - 59 # NFV NDRPDR 64b
1532 - 60 # NFV NDRPDR 64b
1533 - 65 # NFV NDRPDR 64b
1534 - 68 # NFV NDRPDR 64b
1535 - 66 # NFV NDRPDR IMIX
1536 - 67 # NFV NDRPDR IMIX
1537 - 69 # NFV NDRPDR IMIX
1538 - 82 # NFV NDRPDR IMIX
1539 - 83 # NFV NDRPDR IMIX
1540 - 80 # NFV MRR NDRPDR 64b IMIX
1541 - 81 # NFV MRR NDRPDR 64b IMIX
1542 - 84 # NFV MRR NDRPDR 64b IMIX
1543 - 85 # NFV MRR NDRPDR 64b IMIX
1544 - 86 # NFV MRR NDRPDR 64b IMIX
1548 # csit-ligato-perf-verify-1901-3n-hsw:
1549 # - 10 # NDRPDR full
1560 # # TODO: Add 1904 data
1561 ## csit-ligato-perf-verify-1904-3n-hsw:
1564 csit-dpdk-perf-verify-1810-3n-hsw:
1575 csit-dpdk-perf-verify-1901-3n-hsw:
1586 csit-dpdk-perf-verify-1904-3n-hsw:
1598 csit-dpdk-perf-verify-1810-3n-skx:
1609 csit-dpdk-perf-verify-1901-3n-skx:
1620 csit-dpdk-perf-verify-1904-3n-skx:
1632 csit-dpdk-perf-verify-1810-2n-skx:
1643 csit-dpdk-perf-verify-1901-2n-skx:
1654 csit-dpdk-perf-verify-1904-2n-skx:
1666 csit-vpp-functional-1904-ubuntu1604-virl:
1668 csit-vpp-functional-1904-centos7-virl:
1670 csit-vpp-device-1904-ubuntu1804-1n-skx:
1673 # csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1675 csit-dmm-functional-1904-ubuntu1604-virl:
1677 csit-hc2vpp-verify-func-1904-ubuntu1604:
1688 ################################################################################
1690 ################################################################################
1694 title: "VPP Soak vs NDR 2n-skx"
1695 algorithm: "table_soak_vs_ndr"
1696 output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1699 data: "vpp-soak-vs-ndr-2n-skx-ref"
1702 data: "vpp-soak-vs-ndr-2n-skx-cmp"
1703 data: "vpp-soak-vs-ndr-2n-skx"
1704 include-tests: "NDR"
1705 filter: "('NDRPDR' or 'SOAK')"
1711 ################################################################################
1713 # VPP Compare NICs 3n-hsw 1t1c ndr
1715 title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1716 algorithm: "table_nics_comparison"
1717 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1720 nic: "NIC_Intel-X520-DA2"
1723 nic: "NIC_Intel-X710"
1724 data: "vpp-nic-comparison-3n-hsw"
1725 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1726 filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1733 # VPP Compare NICs 3n-hsw 2t2c ndr
1735 title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1736 algorithm: "table_nics_comparison"
1737 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1740 nic: "NIC_Intel-X520-DA2"
1743 nic: "NIC_Intel-X710"
1744 data: "vpp-nic-comparison-3n-hsw"
1745 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1746 filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1753 # VPP Compare NICs 3n-hsw 1t1c pdr
1755 title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1756 algorithm: "table_nics_comparison"
1757 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1760 nic: "NIC_Intel-X520-DA2"
1763 nic: "NIC_Intel-X710"
1764 data: "vpp-nic-comparison-3n-hsw"
1765 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1766 filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1773 # VPP Compare NICs 3n-hsw 2t2c pdr
1775 title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1776 algorithm: "table_nics_comparison"
1777 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1780 nic: "NIC_Intel-X520-DA2"
1783 nic: "NIC_Intel-X710"
1784 data: "vpp-nic-comparison-3n-hsw"
1785 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1786 filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1793 # VPP Compare NICs 3n-hsw 1t1c mrr
1795 title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1796 algorithm: "table_nics_comparison"
1797 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1800 nic: "NIC_Intel-X520-DA2"
1803 nic: "NIC_Intel-X710"
1804 data: "vpp-nic-comparison-3n-hsw-mrr"
1805 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1806 filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1813 # VPP Compare NICs 3n-hsw 2t2c mrr
1815 title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1816 algorithm: "table_nics_comparison"
1817 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1820 nic: "NIC_Intel-X520-DA2"
1823 nic: "NIC_Intel-X710"
1824 data: "vpp-nic-comparison-3n-hsw-mrr"
1825 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1826 filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1833 # VPP Compare NICs 3n-hsw 4t4c mrr
1835 title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1836 algorithm: "table_nics_comparison"
1837 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1840 nic: "NIC_Intel-X520-DA2"
1843 nic: "NIC_Intel-X710"
1844 data: "vpp-nic-comparison-3n-hsw-mrr"
1845 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1846 filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1853 # VPP Compare NICs 3n-skx 2t1c ndr
1855 title: "VPP Compare NICs 3n-skx 2t1c ndr"
1856 algorithm: "table_nics_comparison"
1857 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1860 nic: "NIC_Intel-X710"
1862 title: "Intel-xxv710"
1863 nic: "NIC_Intel-XXV710"
1864 data: "vpp-nic-comparison-3n-skx"
1865 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1866 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1873 # VPP Compare NICs 3n-skx 4t2c ndr
1875 title: "VPP Compare NICs 3n-skx 4t2c ndr"
1876 algorithm: "table_nics_comparison"
1877 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1880 nic: "NIC_Intel-X710"
1882 title: "Intel-xxv710"
1883 nic: "NIC_Intel-XXV710"
1884 data: "vpp-nic-comparison-3n-skx"
1885 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1886 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1893 # VPP Compare NICs 3n-skx 2t1c pdr
1895 title: "VPP Compare NICs 3n-skx 2t1c pdr"
1896 algorithm: "table_nics_comparison"
1897 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1900 nic: "NIC_Intel-X710"
1902 title: "Intel-xxv710"
1903 nic: "NIC_Intel-XXV710"
1904 data: "vpp-nic-comparison-3n-skx"
1905 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1906 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1913 # VPP Compare NICs 3n-skx 4t2c pdr
1915 title: "VPP Compare NICs 3n-skx 4t2c pdr"
1916 algorithm: "table_nics_comparison"
1917 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1920 nic: "NIC_Intel-X710"
1922 title: "Intel-xxv710"
1923 nic: "NIC_Intel-XXV710"
1924 data: "vpp-nic-comparison-3n-skx"
1925 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1926 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1933 # VPP Compare NICs 3n-skx 2t1c mrr
1935 title: "VPP Compare NICs 3n-skx 2t1c mrr"
1936 algorithm: "table_nics_comparison"
1937 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1940 nic: "NIC_Intel-X710"
1942 title: "Intel-xxv710"
1943 nic: "NIC_Intel-XXV710"
1944 data: "vpp-nic-comparison-3n-skx-mrr"
1945 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1946 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1953 # VPP Compare NICs 3n-skx 4t2c mrr
1955 title: "VPP Compare NICs 3n-skx 4t2c mrr"
1956 algorithm: "table_nics_comparison"
1957 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1960 nic: "NIC_Intel-X710"
1962 title: "Intel-xxv710"
1963 nic: "NIC_Intel-XXV710"
1964 data: "vpp-nic-comparison-3n-skx-mrr"
1965 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1966 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1973 # VPP Compare NICs 3n-skx 8t4c mrr
1975 title: "VPP Compare NICs 3n-skx 8t4c mrr"
1976 algorithm: "table_nics_comparison"
1977 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1980 nic: "NIC_Intel-X710"
1982 title: "Intel-xxv710"
1983 nic: "NIC_Intel-XXV710"
1984 data: "vpp-nic-comparison-3n-skx-mrr"
1985 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1986 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1993 # VPP Compare NICs 2n-skx 2t1c ndr
1995 title: "VPP Compare NICs 2n-skx 2t1c ndr"
1996 algorithm: "table_nics_comparison"
1997 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2000 nic: "NIC_Intel-X710"
2002 title: "Intel-xxv710"
2003 nic: "NIC_Intel-XXV710"
2004 data: "vpp-nic-comparison-2n-skx"
2005 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2006 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2013 # VPP Compare NICs 2n-skx 4t2c ndr
2015 title: "VPP Compare NICs 2n-skx 4t2c ndr"
2016 algorithm: "table_nics_comparison"
2017 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2020 nic: "NIC_Intel-X710"
2022 title: "Intel-xxv710"
2023 nic: "NIC_Intel-XXV710"
2024 data: "vpp-nic-comparison-2n-skx"
2025 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2026 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2033 # VPP Compare NICs 2n-skx 2t1c pdr
2035 title: "VPP Compare NICs 2n-skx 2t1c pdr"
2036 algorithm: "table_nics_comparison"
2037 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2040 nic: "NIC_Intel-X710"
2042 title: "Intel-xxv710"
2043 nic: "NIC_Intel-XXV710"
2044 data: "vpp-nic-comparison-2n-skx"
2045 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2046 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2053 # VPP Compare NICs 2n-skx 4t2c pdr
2055 title: "VPP Compare NICs 2n-skx 4t2c pdr"
2056 algorithm: "table_nics_comparison"
2057 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2060 nic: "NIC_Intel-X710"
2062 title: "Intel-xxv710"
2063 nic: "NIC_Intel-XXV710"
2064 data: "vpp-nic-comparison-2n-skx"
2065 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2066 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2073 # VPP Compare NICs 2n-skx 2t1c mrr
2075 title: "VPP Compare NICs 2n-skx 2t1c mrr"
2076 algorithm: "table_nics_comparison"
2077 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2080 nic: "NIC_Intel-X710"
2082 title: "Intel-xxv710"
2083 nic: "NIC_Intel-XXV710"
2084 data: "vpp-nic-comparison-2n-skx-mrr"
2085 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2086 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2093 # VPP Compare NICs 2n-skx 4t2c mrr
2095 title: "VPP Compare NICs 2n-skx 4t2c mrr"
2096 algorithm: "table_nics_comparison"
2097 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2100 nic: "NIC_Intel-X710"
2102 title: "Intel-xxv710"
2103 nic: "NIC_Intel-XXV710"
2104 data: "vpp-nic-comparison-2n-skx-mrr"
2105 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2106 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2113 # VPP Compare NICs 2n-skx 8t4c mrr
2115 title: "VPP Compare NICs 2n-skx 8t4c mrr"
2116 algorithm: "table_nics_comparison"
2117 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2120 nic: "NIC_Intel-X710"
2122 title: "Intel-xxv710"
2123 nic: "NIC_Intel-XXV710"
2124 data: "vpp-nic-comparison-2n-skx-mrr"
2125 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2126 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2133 ################################################################################
2136 ## VPP Performance Changes 2n-dnv 1t1c pdr
2138 # title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2139 # algorithm: "table_performance_comparison"
2140 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2142 # - title: "rls1810"
2143 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2146 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2149 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2150 # data: "intel-dnv-vpp-changes-2n-dnv"
2151 # include-tests: "PDR"
2152 # filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2158 ## VPP Performance Changes 2n-dnv 2t2c pdr
2160 # title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2161 # algorithm: "table_performance_comparison"
2162 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2164 # - title: "rls1810"
2165 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2168 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2171 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2172 # data: "intel-dnv-vpp-changes-2n-dnv"
2173 # include-tests: "PDR"
2174 # filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2180 ## VPP Performance Changes 2n-dnv 1t1c ndr
2182 # title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2183 # algorithm: "table_performance_comparison"
2184 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2186 # - title: "rls1810"
2187 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2190 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2193 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2194 # data: "intel-dnv-vpp-changes-2n-dnv"
2195 # include-tests: "NDR"
2196 # filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2202 ## VPP Performance Changes 2n-dnv 2t2c ndr
2204 # title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2205 # algorithm: "table_performance_comparison"
2206 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2208 # - title: "rls1810"
2209 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2212 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2215 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2216 # data: "intel-dnv-vpp-changes-2n-dnv"
2217 # include-tests: "NDR"
2218 # filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2224 ## VPP Performance Changes 2n-dnv 1t1c MRR
2226 # title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2227 # algorithm: "table_performance_comparison"
2228 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2230 # - title: "rls1810"
2231 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2234 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2237 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2238 # data: "intel-dnv-vpp-changes-2n-dnv"
2239 # include-tests: "MRR"
2240 # filter: "'1T1C' and 'MRR'"
2246 ## VPP Performance Changes 2n-dnv 2t2c MRR
2248 # title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2249 # algorithm: "table_performance_comparison"
2250 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2252 # - title: "rls1810"
2253 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2256 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2259 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2260 # data: "intel-dnv-vpp-changes-2n-dnv"
2261 # include-tests: "MRR"
2262 # filter: "'2T2C' and 'MRR'"
2268 ## VPP Performance Changes 2n-dnv 4t4c MRR
2270 # title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2271 # algorithm: "table_performance_comparison"
2272 # output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2274 # - title: "rls1810"
2275 # data: "intel-dnv-vpp-changes-2n-dnv-h1"
2278 # data: "intel-dnv-vpp-changes-2n-dnv-ref"
2281 # data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2282 # data: "intel-dnv-vpp-changes-2n-dnv"
2283 # include-tests: "MRR"
2284 # filter: "'4T4C' and 'MRR'"
2290 # VPP Performance Changes 3n-hsw 1t1c pdr
2292 title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2293 algorithm: "table_performance_comparison"
2294 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2297 data: "vpp-performance-changes-3n-hsw-h1"
2300 data: "vpp-performance-changes-3n-hsw-ref"
2303 data: "vpp-performance-changes-3n-hsw-cmp"
2304 data: "vpp-performance-changes-3n-hsw"
2305 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2306 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2312 # VPP Performance Changes 3n-hsw 2t2c pdr
2314 title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2315 algorithm: "table_performance_comparison"
2316 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2319 data: "vpp-performance-changes-3n-hsw-h1"
2322 data: "vpp-performance-changes-3n-hsw-ref"
2325 data: "vpp-performance-changes-3n-hsw-cmp"
2326 data: "vpp-performance-changes-3n-hsw"
2327 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2328 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2334 # VPP Performance Changes 3n-hsw 1t1c ndr
2336 title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2337 algorithm: "table_performance_comparison"
2338 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2341 data: "vpp-performance-changes-3n-hsw-h1"
2344 data: "vpp-performance-changes-3n-hsw-ref"
2347 data: "vpp-performance-changes-3n-hsw-cmp"
2348 data: "vpp-performance-changes-3n-hsw"
2349 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2350 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2356 # VPP Performance Changes 3n-hsw 2t2c ndr
2358 title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2359 algorithm: "table_performance_comparison"
2360 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2363 data: "vpp-performance-changes-3n-hsw-h1"
2366 data: "vpp-performance-changes-3n-hsw-ref"
2369 data: "vpp-performance-changes-3n-hsw-cmp"
2370 data: "vpp-performance-changes-3n-hsw"
2371 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2372 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2378 # VPP Performance Changes 3n-skx 2t1c pdr
2380 title: "VPP Performance Changes 3n-skx 2t1c pdr"
2381 algorithm: "table_performance_comparison"
2382 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2385 data: "vpp-performance-changes-3n-skx-h1"
2388 data: "vpp-performance-changes-3n-skx-ref"
2391 data: "vpp-performance-changes-3n-skx-cmp"
2392 data: "vpp-performance-changes-3n-skx"
2393 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2394 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2400 # VPP Performance Changes 3n-skx 4t2c pdr
2402 title: "VPP Performance Changes 3n-skx 4t2c pdr"
2403 algorithm: "table_performance_comparison"
2404 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2407 data: "vpp-performance-changes-3n-skx-h1"
2410 data: "vpp-performance-changes-3n-skx-ref"
2413 data: "vpp-performance-changes-3n-skx-cmp"
2414 data: "vpp-performance-changes-3n-skx"
2415 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2416 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2422 # VPP Performance Changes 3n-skx 2t1c ndr
2424 title: "VPP Performance Changes 3n-skx 2t1c ndr"
2425 algorithm: "table_performance_comparison"
2426 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2429 data: "vpp-performance-changes-3n-skx-h1"
2432 data: "vpp-performance-changes-3n-skx-ref"
2435 data: "vpp-performance-changes-3n-skx-cmp"
2436 data: "vpp-performance-changes-3n-skx"
2437 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2438 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2444 # VPP Performance Changes 3n-skx 4t2c ndr
2446 title: "VPP Performance Changes 3n-skx 4t2c ndr"
2447 algorithm: "table_performance_comparison"
2448 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2451 data: "vpp-performance-changes-3n-skx-h1"
2454 data: "vpp-performance-changes-3n-skx-ref"
2457 data: "vpp-performance-changes-3n-skx-cmp"
2458 data: "vpp-performance-changes-3n-skx"
2459 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2460 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2466 # VPP Performance Changes 2n-skx 2t1c pdr
2468 title: "VPP Performance Changes 2n-skx 2t1c pdr"
2469 algorithm: "table_performance_comparison"
2470 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2473 data: "vpp-performance-changes-2n-skx-h1"
2476 data: "vpp-performance-changes-2n-skx-ref"
2479 data: "vpp-performance-changes-2n-skx-cmp"
2480 data: "vpp-performance-changes-2n-skx"
2481 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2482 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2488 # VPP Performance Changes 2n-skx 4t2c pdr
2490 title: "VPP Performance Changes 2n-skx 4t2c pdr"
2491 algorithm: "table_performance_comparison"
2492 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2495 data: "vpp-performance-changes-2n-skx-h1"
2498 data: "vpp-performance-changes-2n-skx-ref"
2501 data: "vpp-performance-changes-2n-skx-cmp"
2502 data: "vpp-performance-changes-2n-skx"
2503 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2504 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2510 # VPP Performance Changes 2n-skx 2t1c ndr
2512 title: "VPP Performance Changes 2n-skx 2t1c ndr"
2513 algorithm: "table_performance_comparison"
2514 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2517 data: "vpp-performance-changes-2n-skx-h1"
2520 data: "vpp-performance-changes-2n-skx-ref"
2523 data: "vpp-performance-changes-2n-skx-cmp"
2524 data: "vpp-performance-changes-2n-skx"
2525 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2526 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2532 # VPP Performance Changes 2n-skx 4t2c ndr
2534 title: "VPP Performance Changes 2n-skx 4t2c ndr"
2535 algorithm: "table_performance_comparison"
2536 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2539 data: "vpp-performance-changes-2n-skx-h1"
2542 data: "vpp-performance-changes-2n-skx-ref"
2545 data: "vpp-performance-changes-2n-skx-cmp"
2546 data: "vpp-performance-changes-2n-skx"
2547 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2548 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2554 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2556 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2557 algorithm: "table_performance_comparison"
2558 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2561 data: "vpp-compare-testbeds-ref"
2564 data: "vpp-compare-testbeds-cmp"
2565 data: "vpp-compare-testbeds"
2566 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2567 filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2573 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2575 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2576 algorithm: "table_performance_comparison"
2577 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2580 data: "vpp-compare-testbeds-ref"
2583 data: "vpp-compare-testbeds-cmp"
2584 data: "vpp-compare-testbeds"
2585 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2586 filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2592 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2594 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2595 algorithm: "table_performance_comparison"
2596 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2599 data: "vpp-compare-testbeds-ref"
2602 data: "vpp-compare-testbeds-cmp"
2603 data: "vpp-compare-testbeds"
2604 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2605 filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2611 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2613 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2614 algorithm: "table_performance_comparison"
2615 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2618 data: "vpp-compare-testbeds-ref"
2621 data: "vpp-compare-testbeds-cmp"
2622 data: "vpp-compare-testbeds"
2623 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2624 filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2630 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2632 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2633 algorithm: "table_performance_comparison"
2634 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2637 data: "vpp-compare-topologies-ref"
2640 data: "vpp-compare-topologies-cmp"
2641 data: "vpp-compare-topologies"
2642 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2643 filter: "'NDRPDR' and '1C'"
2649 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2651 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2652 algorithm: "table_performance_comparison"
2653 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2656 data: "vpp-compare-topologies-ref"
2659 data: "vpp-compare-topologies-cmp"
2660 data: "vpp-compare-topologies"
2661 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2662 filter: "'NDRPDR' and '2C'"
2668 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2670 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2671 algorithm: "table_performance_comparison"
2672 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2675 data: "vpp-compare-topologies-ref"
2678 data: "vpp-compare-topologies-cmp"
2679 data: "vpp-compare-topologies"
2680 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2681 filter: "'NDRPDR' and '1C'"
2687 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2689 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2690 algorithm: "table_performance_comparison"
2691 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2694 data: "vpp-compare-topologies-ref"
2697 data: "vpp-compare-topologies-cmp"
2698 data: "vpp-compare-topologies"
2699 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2700 filter: "'NDRPDR' and '2C'"
2706 # VPP Performance Changes 3n-hsw 1t1c MRR
2708 title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2709 algorithm: "table_performance_comparison"
2710 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2713 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2716 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2719 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2720 data: "vpp-performance-changes-3n-hsw-mrr"
2721 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2722 filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2728 # VPP Performance Changes 3n-hsw 2t2c MRR
2730 title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2731 algorithm: "table_performance_comparison"
2732 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2735 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2738 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2741 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2742 data: "vpp-performance-changes-3n-hsw-mrr"
2743 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2744 filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2750 # VPP Performance Changes 3n-hsw 4t4c MRR
2752 title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2753 algorithm: "table_performance_comparison"
2754 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2757 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2760 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2763 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2764 data: "vpp-performance-changes-3n-hsw-mrr"
2765 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2766 filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2772 # VPP Performance Changes 3n-skx 2t1c MRR
2774 title: "VPP Performance Changes 3n-skx 2t1c MRR"
2775 algorithm: "table_performance_comparison"
2776 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2779 data: "vpp-performance-changes-3n-skx-mrr-h1"
2782 data: "vpp-performance-changes-3n-skx-mrr-ref"
2785 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2786 data: "vpp-performance-changes-3n-skx-mrr"
2787 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2788 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2794 # VPP Performance Changes 3n-skx 4t2c MRR
2796 title: "VPP Performance Changes 3n-skx 4t2c MRR"
2797 algorithm: "table_performance_comparison"
2798 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2801 data: "vpp-performance-changes-3n-skx-mrr-h1"
2804 data: "vpp-performance-changes-3n-skx-mrr-ref"
2807 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2808 data: "vpp-performance-changes-3n-skx-mrr"
2809 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2810 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2816 # VPP Performance Changes 3n-skx 8t4c MRR
2818 title: "VPP Performance Changes 3n-skx 8t4c MRR"
2819 algorithm: "table_performance_comparison"
2820 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2823 data: "vpp-performance-changes-3n-skx-mrr-h1"
2826 data: "vpp-performance-changes-3n-skx-mrr-ref"
2829 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2830 data: "vpp-performance-changes-3n-skx-mrr"
2831 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2832 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2838 # VPP Performance Changes 2n-skx 2t1c MRR
2840 title: "VPP Performance Changes 2n-skx 2t1c MRR"
2841 algorithm: "table_performance_comparison"
2842 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2845 data: "vpp-performance-changes-2n-skx-mrr-h1"
2848 data: "vpp-performance-changes-2n-skx-mrr-ref"
2851 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2852 data: "vpp-performance-changes-2n-skx-mrr"
2853 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2854 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2860 # VPP Performance Changes 2n-skx 4t2c MRR
2862 title: "VPP Performance Changes 2n-skx 4t2c MRR"
2863 algorithm: "table_performance_comparison"
2864 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2867 data: "vpp-performance-changes-2n-skx-mrr-h1"
2870 data: "vpp-performance-changes-2n-skx-mrr-ref"
2873 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2874 data: "vpp-performance-changes-2n-skx-mrr"
2875 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2876 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2882 # VPP Performance Changes 2n-skx 8t4c MRR
2884 title: "VPP Performance Changes 2n-skx 8t4c MRR"
2885 algorithm: "table_performance_comparison"
2886 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2889 data: "vpp-performance-changes-2n-skx-mrr-h1"
2892 data: "vpp-performance-changes-2n-skx-mrr-ref"
2895 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2896 data: "vpp-performance-changes-2n-skx-mrr"
2897 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2898 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2904 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2906 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2907 algorithm: "table_performance_comparison"
2908 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2911 data: "vpp-compare-testbeds-mrr-ref"
2914 data: "vpp-compare-testbeds-mrr-cmp"
2915 data: "vpp-compare-testbeds-mrr"
2916 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2917 filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2923 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2925 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2926 algorithm: "table_performance_comparison"
2927 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2930 data: "vpp-compare-testbeds-mrr-ref"
2933 data: "vpp-compare-testbeds-mrr-cmp"
2934 data: "vpp-compare-testbeds-mrr"
2935 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2936 filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2942 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2944 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2945 algorithm: "table_performance_comparison"
2946 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2949 data: "vpp-compare-testbeds-mrr-ref"
2952 data: "vpp-compare-testbeds-mrr-cmp"
2953 data: "vpp-compare-testbeds-mrr"
2954 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2955 filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2961 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2963 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2964 algorithm: "table_performance_comparison"
2965 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2968 data: "vpp-compare-topologies-mrr-ref"
2971 data: "vpp-compare-topologies-mrr-cmp"
2972 data: "vpp-compare-topologies-mrr"
2973 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2974 filter: "'MRR' and '1C'"
2980 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2982 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2983 algorithm: "table_performance_comparison"
2984 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2987 data: "vpp-compare-topologies-mrr-ref"
2990 data: "vpp-compare-topologies-mrr-cmp"
2991 data: "vpp-compare-topologies-mrr"
2992 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2993 filter: "'MRR' and '2C'"
2999 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3001 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3002 algorithm: "table_performance_comparison"
3003 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3006 data: "vpp-compare-topologies-mrr-ref"
3009 data: "vpp-compare-topologies-mrr-cmp"
3010 data: "vpp-compare-topologies-mrr"
3011 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3012 filter: "'MRR' and '4C'"
3018 # Detailed Test Results - VPP Performance Results 3n-hsw
3020 title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3021 algorithm: "table_merged_details"
3022 output-file-ext: ".csv"
3023 output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3030 data: "vpp-perf-results-3n-hsw"
3031 filter: "not 'CFS_OPT'"
3037 # Detailed Test Results - VPP Performance Results 3n-skx
3039 title: "Detailed Test Results - VPP Performance Results 3n-skx"
3040 algorithm: "table_merged_details"
3041 output-file-ext: ".csv"
3042 output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3049 data: "vpp-perf-results-3n-skx"
3050 filter: "not 'CFS_OPT'"
3056 # Detailed Test Results - VPP Performance Results 2n-skx
3058 title: "Detailed Test Results - VPP Performance Results 2n-skx"
3059 algorithm: "table_merged_details"
3060 output-file-ext: ".csv"
3061 output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3068 data: "vpp-perf-results-2n-skx"
3069 filter: "not 'CFS_OPT'"
3075 ## Detailed Test Results - VPP Performance Results 2n-dnv
3077 # title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3078 # algorithm: "table_details"
3079 # output-file-ext: ".csv"
3080 # output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3087 # data: "intel-dnv-vpp"
3088 # filter: "'NDRPDR'"
3094 # Test configuration - VPP Performance Test Configs 3n-hsw
3096 title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3097 algorithm: "table_merged_details"
3098 output-file-ext: ".csv"
3099 output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3103 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3104 data: "data conf-history"
3106 data: "vpp-perf-results-3n-hsw"
3107 filter: "not 'CFS_OPT'"
3113 # Test configuration - VPP Performance Test Configs 3n-skx
3115 title: "Test configuration - VPP Performance Test Configs 3n-skx"
3116 algorithm: "table_merged_details"
3117 output-file-ext: ".csv"
3118 output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3122 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3123 data: "data conf-history"
3125 data: "vpp-perf-results-3n-skx"
3126 filter: "not 'CFS_OPT'"
3132 # Test configuration - VPP Performance Test Configs 2n-skx
3134 title: "Test configuration - VPP Performance Test Configs 2n-skx"
3135 algorithm: "table_merged_details"
3136 output-file-ext: ".csv"
3137 output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3141 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3142 data: "data conf-history"
3144 data: "vpp-perf-results-2n-skx"
3145 filter: "not 'CFS_OPT'"
3151 ## Test configuration - VPP Performance Test Configs 2n-dnv
3153 # title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3154 # algorithm: "table_details"
3155 # output-file-ext: ".csv"
3156 # output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3160 # - title: "VPP API Test Commands History - Commands Used Per Test Case"
3161 # data: "data conf-history"
3163 # data: "intel-dnv-vpp"
3164 # filter: "'NDRPDR'"
3170 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3172 title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3173 algorithm: "table_merged_details"
3174 output-file-ext: ".csv"
3175 output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3179 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3180 data: "data show-run"
3182 data: "vpp-perf-results-3n-hsw"
3183 filter: "not 'CFS_OPT'"
3189 # Test Operational Data - VPP Performance Operational Data 3n-skx
3191 title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3192 algorithm: "table_merged_details"
3193 output-file-ext: ".csv"
3194 output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3198 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3199 data: "data show-run"
3201 data: "vpp-perf-results-3n-skx"
3202 filter: "not 'CFS_OPT'"
3208 # Test Operational Data - VPP Performance Operational Data 2n-skx
3210 title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3211 algorithm: "table_merged_details"
3212 output-file-ext: ".csv"
3213 output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3217 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3218 data: "data show-run"
3220 data: "vpp-perf-results-2n-skx"
3221 filter: "not 'CFS_OPT'"
3227 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3229 # title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3230 # algorithm: "table_details"
3231 # output-file-ext: ".csv"
3232 # output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3236 # - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3237 # data: "data show-run"
3239 # data: "intel-dnv-vpp"
3240 # filter: "'NDRPDR'"
3246 # Detailed Test Results - VPP MRR Results 3n-hsw
3248 title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3249 algorithm: "table_details"
3250 output-file-ext: ".csv"
3251 output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3258 data: "vpp-mrr-results-3n-hsw"
3265 # Detailed Test Results - VPP MRR Results 3n-skx
3267 title: "Detailed Test Results - VPP MRR Results 3n-skx"
3268 algorithm: "table_details"
3269 output-file-ext: ".csv"
3270 output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3277 data: "vpp-mrr-results-3n-skx"
3284 # Detailed Test Results - VPP MRR Results 2n-skx
3286 title: "Detailed Test Results - VPP MRR Results 2n-skx"
3287 algorithm: "table_details"
3288 output-file-ext: ".csv"
3289 output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3296 data: "vpp-mrr-results-2n-skx"
3303 ## Detailed Test Results - VPP MRR Results 2n-dnv
3305 # title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3306 # algorithm: "table_details"
3307 # output-file-ext: ".csv"
3308 # output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3315 # data: "intel-dnv-vpp"
3322 # Test configuration - VPP MRR Test Configs 3n-hsw
3324 title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3325 algorithm: "table_details"
3326 output-file-ext: ".csv"
3327 output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3331 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3332 data: "data conf-history"
3334 data: "vpp-mrr-results-3n-hsw"
3341 # Test configuration - VPP MRR Test Configs 3n-skx
3343 title: "Test configuration - VPP MRR Test Configs 3n-skx"
3344 algorithm: "table_details"
3345 output-file-ext: ".csv"
3346 output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3350 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3351 data: "data conf-history"
3353 data: "vpp-mrr-results-3n-skx"
3360 # Test configuration - VPP MRR Test Configs 2n-skx
3362 title: "Test configuration - VPP MRR Test Configs 2n-skx"
3363 algorithm: "table_details"
3364 output-file-ext: ".csv"
3365 output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3369 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3370 data: "data conf-history"
3372 data: "vpp-mrr-results-2n-skx"
3379 ## Test configuration - VPP MRR Test Configs 2n-dnv
3381 # title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3382 # algorithm: "table_details"
3383 # output-file-ext: ".csv"
3384 # output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3388 # - title: "VPP API Test Commands History - Commands Used Per Test Case"
3389 # data: "data conf-history"
3391 # data: "intel-dnv-vpp"
3398 # Detailed Test Results - VPP Functional Results - Ubuntu
3400 title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3401 algorithm: "table_details"
3402 output-file-ext: ".csv"
3403 output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3407 - title: "Documentation"
3412 data: "vpp-func-results-ubuntu"