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: Replace with 1904 data
134 # csit-vpp-perf-verify-1904-3n-hsw:
135 csit-vpp-perf-verify-1901-3n-hsw:
157 plot-vpp-http-server-performance:
158 # TODO: Replace with 1904 data
159 # csit-vpp-perf-verify-1904-3n-hsw:
160 csit-vpp-perf-verify-1810-3n-hsw:
172 plot-ligato-throughput-lat-tsa-3n-hsw:
173 # TODO: Replace with 1904 data
174 # csit-ligato-perf-verify-1904-3n-hsw:
175 csit-ligato-perf-verify-1901-3n-hsw:
187 plot-dpdk-throughput-latency-3n-hsw:
188 # TODO: Replace with 1904 data
189 # csit-dpdk-perf-verify-1904-3n-hsw:
190 csit-dpdk-perf-verify-1901-3n-hsw:
204 plot-vpp-throughput-lat-tsa-3n-skx:
205 # TODO: Replace with 1904 data
206 # csit-vpp-perf-verify-1904-3n-skx:
207 csit-vpp-perf-verify-1901-3n-skx:
229 plot-dpdk-throughput-latency-3n-skx:
230 # TODO: Replace with 1904 data
231 # csit-dpdk-perf-verify-1904-3n-skx:
232 csit-dpdk-perf-verify-1901-3n-skx:
246 plot-vpp-throughput-lat-tsa-2n-skx:
247 # TODO: Replace with 1904 data
248 # csit-vpp-perf-verify-1904-2n-skx:
249 csit-vpp-perf-verify-1901-2n-skx:
261 plot-vpp-soak-2n-skx:
262 # TODO: Replace with 1904 data
263 # csit-vpp-perf-verify-1904-2n-skx:
264 csit-vpp-perf-verify-1901-2n-skx:
268 # TODO: Replace with 1904 data
269 # csit-vpp-perf-verify-1904-2n-skx:
270 csit-vpp-perf-verify-1901-2n-skx:
277 plot-vpp-nfv-2n-skx-mrr:
278 # TODO: Replace with 1904 data
279 # csit-vpp-perf-verify-1904-2n-skx:
280 csit-vpp-perf-verify-1901-2n-skx:
287 plot-dpdk-throughput-latency-2n-skx:
288 # TODO: Replace with 1904 data
289 # csit-dpdk-perf-verify-1904-2n-skx:
290 csit-dpdk-perf-verify-1901-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 # TODO: Replace with 1904 data
318 # csit-vpp-perf-verify-1904-3n-hsw:
319 csit-vpp-perf-verify-1901-3n-hsw:
341 vpp-nic-comparison-3n-skx:
342 # TODO: Replace with 1904 data
343 # csit-vpp-perf-verify-1904-3n-skx:
344 csit-vpp-perf-verify-1901-3n-skx:
366 vpp-nic-comparison-2n-skx:
367 # TODO: Replace with 1904 data
368 # csit-vpp-perf-verify-1904-2n-skx:
369 csit-vpp-perf-verify-1901-2n-skx:
381 vpp-nic-comparison-3n-hsw-mrr:
382 # TODO: Replace with 1904 data
383 # csit-vpp-perf-verify-1904-3n-hsw:
384 csit-vpp-perf-verify-1901-3n-hsw:
387 vpp-nic-comparison-3n-skx-mrr:
388 # TODO: Replace with 1904 data
389 # csit-vpp-perf-verify-1904-3n-skx:
390 csit-vpp-perf-verify-1901-3n-skx:
393 vpp-nic-comparison-2n-skx-mrr:
394 # TODO: Replace with 1904 data
395 # csit-vpp-perf-verify-1904-2n-skx:
396 csit-vpp-perf-verify-1901-2n-skx:
401 vpp-perf-results-3n-hsw:
402 # TODO: Replace with 1904 data
403 # csit-vpp-perf-verify-1904-3n-hsw:
404 csit-vpp-perf-verify-1901-3n-hsw:
410 vpp-perf-results-3n-skx:
411 # TODO: Replace with 1904 data
412 # csit-vpp-perf-verify-1904-3n-skx:
413 csit-vpp-perf-verify-1901-3n-skx:
419 vpp-perf-results-2n-skx:
420 # TODO: Replace with 1904 data
421 # csit-vpp-perf-verify-1904-2n-skx:
422 csit-vpp-perf-verify-1901-2n-skx:
428 vpp-mrr-results-3n-hsw:
429 # TODO: Replace with 1904 data
430 # csit-vpp-perf-verify-1904-3n-hsw:
431 csit-vpp-perf-verify-1901-3n-hsw:
434 vpp-mrr-results-3n-skx:
435 # TODO: Replace with 1904 data
436 # csit-vpp-perf-verify-1904-3n-skx:
437 csit-vpp-perf-verify-1901-3n-skx:
440 vpp-mrr-results-2n-skx:
441 # TODO: Replace with 1904 data
442 # csit-vpp-perf-verify-1904-2n-skx:
443 csit-vpp-perf-verify-1901-2n-skx:
446 vpp-func-results-ubuntu:
447 # TODO: Replace with 1904 data
448 # csit-vpp-functional-1904-ubuntu1604-virl:
449 csit-vpp-functional-1901-ubuntu1604-virl:
452 vpp-func-results-centos:
453 # TODO: Replace with 1904 data
454 # csit-vpp-functional-1904-centos7-virl:
455 csit-vpp-functional-1901-centos7-virl:
458 vpp-device-results-ubuntu:
459 # TODO: Replace with 1904 data
460 # csit-vpp-device-1904-ubuntu1804-1n-skx:
461 csit-vpp-device-1901-ubuntu1804-1n-skx:
465 ligato-perf-results-3n-hsw:
466 # TODO: Replace with 1904 data
467 # csit-ligato-perf-verify-1904-3n-hsw:
468 csit-ligato-perf-verify-1901-3n-hsw:
471 dpdk-perf-results-3n-hsw:
472 # TODO: Replace with 1904 data
473 # csit-dpdk-perf-verify-1904-3n-hsw:
474 csit-dpdk-perf-verify-1901-3n-hsw:
477 dpdk-perf-results-3n-skx:
478 # TODO: Replace with 1904 data
479 # csit-dpdk-perf-verify-1904-3n-skx:
480 csit-dpdk-perf-verify-1901-3n-skx:
483 dpdk-perf-results-2n-skx:
484 # TODO: Replace with 1904 data
485 # csit-dpdk-perf-verify-1904-2n-skx:
486 csit-dpdk-perf-verify-1901-2n-skx:
489 # HoneyComb Functional
491 # TODO: Replace with 1904 data
492 # csit-hc2vpp-verify-func-1904-ubuntu1604:
493 csit-hc2vpp-verify-func-1901-ubuntu1604:
496 # # NSH SFC Functional
499 # csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
504 # TODO: Replace with 1904 data
505 # csit-dmm-functional-1904-ubuntu1604-virl:
506 csit-dmm-functional-1901-ubuntu1604-virl:
509 ###########################################################################
510 # Tables (more than one data set)
512 # Performance changes
514 intel-dnv-vpp-changes-2n-dnv-h1:
515 intel-dnv-vpp-release-1810:
517 intel-dnv-vpp-changes-2n-dnv-ref:
518 intel-dnv-vpp-release-1901:
520 intel-dnv-vpp-changes-2n-dnv-cmp:
521 # TODO: Replace with 1904 data
522 # intel-dnv-vpp-release-1904:
523 intel-dnv-vpp-release-1901:
525 intel-dnv-vpp-changes-2n-dnv:
526 - "intel-dnv-vpp-changes-2n-dnv-h1"
527 - "intel-dnv-vpp-changes-2n-dnv-ref"
528 - "intel-dnv-vpp-changes-2n-dnv-cmp"
530 vpp-performance-changes-3n-hsw-h1:
531 csit-vpp-perf-verify-1810-3n-hsw:
542 vpp-performance-changes-3n-hsw-ref:
543 csit-vpp-perf-verify-1901-3n-hsw:
564 vpp-performance-changes-3n-hsw-cmp:
565 # TODO: Replace with 1904 data
566 # csit-vpp-perf-verify-1904-3n-hsw
567 csit-vpp-perf-verify-1901-3n-hsw:
588 vpp-performance-changes-3n-hsw:
589 - "vpp-performance-changes-3n-hsw-h1"
590 - "vpp-performance-changes-3n-hsw-ref"
591 - "vpp-performance-changes-3n-hsw-cmp"
593 vpp-performance-changes-3n-skx-h1:
594 csit-vpp-perf-verify-1810-3n-skx:
605 vpp-performance-changes-3n-skx-ref:
606 csit-vpp-perf-verify-1901-3n-skx:
627 vpp-performance-changes-3n-skx-cmp:
628 # TODO: Replace with 1904 data
629 # csit-vpp-perf-verify-1904-3n-skx:
630 csit-vpp-perf-verify-1901-3n-skx:
651 vpp-performance-changes-3n-skx:
652 - "vpp-performance-changes-3n-skx-h1"
653 - "vpp-performance-changes-3n-skx-ref"
654 - "vpp-performance-changes-3n-skx-cmp"
656 vpp-performance-changes-2n-skx-h1:
657 csit-vpp-perf-verify-1810-2n-skx:
668 vpp-performance-changes-2n-skx-ref:
669 csit-vpp-perf-verify-1901-2n-skx:
680 vpp-performance-changes-2n-skx-cmp:
681 # TODO: Replace with 1904 data
682 # csit-vpp-perf-verify-1904-2n-skx:
683 csit-vpp-perf-verify-1901-2n-skx:
694 vpp-performance-changes-2n-skx:
695 - "vpp-performance-changes-2n-skx-h1"
696 - "vpp-performance-changes-2n-skx-ref"
697 - "vpp-performance-changes-2n-skx-cmp"
699 vpp-performance-changes-3n-hsw-mrr-h1:
700 csit-vpp-perf-verify-1810-3n-hsw:
702 vpp-performance-changes-3n-hsw-mrr-ref:
703 csit-vpp-perf-verify-1901-3n-hsw:
705 vpp-performance-changes-3n-hsw-mrr-cmp:
706 # TODO: Replace with 1904 data
707 # csit-vpp-perf-verify-1904-3n-hsw:
708 csit-vpp-perf-verify-1901-3n-hsw:
710 vpp-performance-changes-3n-hsw-mrr:
711 - "vpp-performance-changes-3n-hsw-mrr-h1"
712 - "vpp-performance-changes-3n-hsw-mrr-ref"
713 - "vpp-performance-changes-3n-hsw-mrr-cmp"
715 vpp-performance-changes-3n-skx-mrr-h1:
716 csit-vpp-perf-verify-1810-3n-skx:
721 vpp-performance-changes-3n-skx-mrr-ref:
722 csit-vpp-perf-verify-1901-3n-skx:
724 vpp-performance-changes-3n-skx-mrr-cmp:
725 # TODO: Replace with 1904 data
726 # csit-vpp-perf-verify-1904-3n-skx:
727 csit-vpp-perf-verify-1901-3n-skx:
729 vpp-performance-changes-3n-skx-mrr:
730 - "vpp-performance-changes-3n-skx-mrr-h1"
731 - "vpp-performance-changes-3n-skx-mrr-ref"
732 - "vpp-performance-changes-3n-skx-mrr-cmp"
734 vpp-performance-changes-2n-skx-mrr-h1:
735 csit-vpp-perf-verify-1810-2n-skx:
740 vpp-performance-changes-2n-skx-mrr-ref:
741 csit-vpp-perf-verify-1901-2n-skx:
743 vpp-performance-changes-2n-skx-mrr-cmp:
744 # TODO: Replace with 1904 data
745 # csit-vpp-perf-verify-1904-2n-skx:
746 csit-vpp-perf-verify-1901-2n-skx:
748 vpp-performance-changes-2n-skx-mrr:
749 - "vpp-performance-changes-2n-skx-mrr-h1"
750 - "vpp-performance-changes-2n-skx-mrr-ref"
751 - "vpp-performance-changes-2n-skx-mrr-cmp"
753 dpdk-performance-changes-3n-hsw-h1:
754 csit-dpdk-perf-verify-1810-3n-hsw:
765 dpdk-performance-changes-3n-hsw-ref:
766 csit-dpdk-perf-verify-1901-3n-hsw:
777 dpdk-performance-changes-3n-hsw-cmp:
778 # TODO: Replace with 1904 data
779 # csit-dpdk-perf-verify-1904-3n-hsw:
780 csit-dpdk-perf-verify-1901-3n-hsw:
791 dpdk-performance-changes-3n-hsw:
792 - "dpdk-performance-changes-3n-hsw-h1"
793 - "dpdk-performance-changes-3n-hsw-ref"
794 - "dpdk-performance-changes-3n-hsw-cmp"
796 dpdk-performance-changes-3n-skx-h1:
797 csit-dpdk-perf-verify-1810-3n-skx:
808 dpdk-performance-changes-3n-skx-ref:
809 csit-dpdk-perf-verify-1901-3n-skx:
820 dpdk-performance-changes-3n-skx-cmp:
821 # TODO: Replace with 1904 data
822 # csit-dpdk-perf-verify-1904-3n-skx:
823 csit-dpdk-perf-verify-1901-3n-skx:
834 dpdk-performance-changes-3n-skx:
835 - "dpdk-performance-changes-3n-skx-h1"
836 - "dpdk-performance-changes-3n-skx-ref"
837 - "dpdk-performance-changes-3n-skx-cmp"
839 dpdk-performance-changes-2n-skx-h1:
840 csit-dpdk-perf-verify-1810-2n-skx:
851 dpdk-performance-changes-2n-skx-ref:
852 csit-dpdk-perf-verify-1901-2n-skx:
863 dpdk-performance-changes-2n-skx-cmp:
864 # TODO: Replace with 1904 data
865 # csit-dpdk-perf-verify-1904-2n-skx:
866 csit-dpdk-perf-verify-1901-2n-skx:
877 dpdk-performance-changes-2n-skx:
878 - "dpdk-performance-changes-2n-skx-h1"
879 - "dpdk-performance-changes-2n-skx-ref"
880 - "dpdk-performance-changes-2n-skx-cmp"
884 vpp-compare-testbeds-ref:
885 # TODO: Replace with 1904 data
886 # csit-vpp-perf-verify-1904-3n-hsw:
887 csit-vpp-perf-verify-1901-3n-hsw:
908 vpp-compare-testbeds-cmp:
909 # TODO: Replace with 1904 data
910 # csit-vpp-perf-verify-1904-3n-skx:
911 csit-vpp-perf-verify-1901-3n-skx:
932 vpp-compare-testbeds:
933 - "vpp-compare-testbeds-ref"
934 - "vpp-compare-testbeds-cmp"
936 vpp-compare-testbeds-mrr-ref:
937 # TODO: Replace with 1904 data
938 # csit-vpp-perf-verify-1904-3n-hsw:
939 csit-vpp-perf-verify-1901-3n-hsw:
941 vpp-compare-testbeds-mrr-cmp:
942 # TODO: Replace with 1904 data
943 # csit-vpp-perf-verify-1904-3n-skx:
944 csit-vpp-perf-verify-1901-3n-skx:
946 vpp-compare-testbeds-mrr:
947 - "vpp-compare-testbeds-mrr-ref"
948 - "vpp-compare-testbeds-mrr-cmp"
950 dpdk-compare-testbeds-ref:
951 # TODO: Replace with 1904 data
952 # csit-dpdk-perf-verify-1904-3n-hsw:
953 csit-dpdk-perf-verify-1901-3n-hsw:
964 dpdk-compare-testbeds-cmp:
965 # TODO: Replace with 1904 data
966 # csit-dpdk-perf-verify-1904-3n-skx:
967 csit-dpdk-perf-verify-1901-3n-skx:
978 dpdk-compare-testbeds:
979 - "dpdk-compare-testbeds-ref"
980 - "dpdk-compare-testbeds-cmp"
984 vpp-compare-topologies-ref:
985 # TODO: Replace with 1904 data
986 # csit-vpp-perf-verify-1904-3n-skx:
987 csit-vpp-perf-verify-1901-3n-skx:
1008 vpp-compare-topologies-cmp:
1009 # TODO: Replace with 1904 data
1010 # csit-vpp-perf-verify-1904-2n-skx:
1011 csit-vpp-perf-verify-1901-2n-skx:
1022 vpp-compare-topologies:
1023 - "vpp-compare-topologies-ref"
1024 - "vpp-compare-topologies-cmp"
1026 vpp-compare-topologies-mrr-ref:
1027 # TODO: Replace with 1904 data
1028 # csit-vpp-perf-verify-1904-3n-skx:
1029 csit-vpp-perf-verify-1901-3n-skx:
1031 vpp-compare-topologies-mrr-cmp:
1032 # TODO: Replace with 1904 data
1033 # csit-vpp-perf-verify-1904-2n-skx:
1034 csit-vpp-perf-verify-1901-2n-skx:
1036 vpp-compare-topologies-mrr:
1037 - "vpp-compare-topologies-mrr-ref"
1038 - "vpp-compare-topologies-mrr-cmp"
1040 dpdk-compare-topologies-ref:
1041 # TODO: Replace with 1904 data
1042 # csit-dpdk-perf-verify-1904-3n-skx:
1043 csit-dpdk-perf-verify-1901-3n-skx:
1054 dpdk-compare-topologies-cmp:
1055 # TODO: Replace with 1904 data
1056 # csit-dpdk-perf-verify-1904-2n-skx:
1057 csit-dpdk-perf-verify-1901-2n-skx:
1068 dpdk-compare-topologies:
1069 - "dpdk-compare-topologies-ref"
1070 - "dpdk-compare-topologies-cmp"
1074 plot-soak-throughput:
1078 title: "<b>Test Cases [Index]</b>"
1083 gridcolor: "rgb(230, 230, 230)"
1084 linecolor: "rgb(220, 220, 220)"
1088 showticklabels: True
1089 tickcolor: "rgb(220, 220, 220)"
1095 title: "<b>Packet Throughput [Mpps]</b>"
1098 gridcolor: "rgb(230, 230, 230)"
1101 linecolor: "rgb(220, 220, 220)"
1105 showticklabels: True
1106 tickcolor: "rgb(220, 220, 220)"
1125 plot-service-density:
1134 showticklabels: False
1140 autorange: "reversed"
1143 showticklabels: False
1157 title: "<b>Test Cases [Index]</b>"
1162 gridcolor: "rgb(230, 230, 230)"
1163 linecolor: "rgb(220, 220, 220)"
1167 showticklabels: True
1168 tickcolor: "rgb(220, 220, 220)"
1174 title: "<b>Connections Per Second [cps]</b>"
1177 gridcolor: "rgb(230, 230, 230)"
1179 linecolor: "rgb(220, 220, 220)"
1184 showticklabels: True
1185 tickcolor: "rgb(220, 220, 220)"
1210 title: "<b>Test Cases [Index]</b>"
1215 gridcolor: "rgb(230, 230, 230)"
1216 linecolor: "rgb(220, 220, 220)"
1220 showticklabels: True
1221 tickcolor: "rgb(220, 220, 220)"
1227 title: "<b>Requests Per Second [rps]</b>"
1230 gridcolor: "rgb(230, 230, 230)"
1232 linecolor: "rgb(220, 220, 220)"
1237 showticklabels: True
1238 tickcolor: "rgb(230, 230, 230)"
1263 title: "<b>Test Cases [Index]</b>"
1268 gridcolor: "rgb(230, 230, 230)"
1269 linecolor: "rgb(220, 220, 220)"
1273 showticklabels: True
1274 tickcolor: "rgb(220, 220, 220)"
1280 title: "<b>Packet Throughput [Mpps]</b>"
1283 gridcolor: "rgb(230, 230, 230)"
1286 linecolor: "rgb(220, 220, 220)"
1290 showticklabels: True
1291 tickcolor: "rgb(220, 220, 220)"
1312 plot-throughput-speedup-analysis:
1316 title: "<b>Number of Cores [Qty]</b>"
1321 gridcolor: "rgb(230, 230, 230)"
1322 linecolor: "rgb(220, 220, 220)"
1326 showticklabels: True
1327 tickcolor: "rgb(238, 238, 238)"
1333 title: "<b>Packet Throughput [Mpps]</b>"
1337 gridcolor: "rgb(230, 230, 230)"
1339 linecolor: "rgb(220, 220, 220)"
1343 showticklabels: True
1344 tickcolor: "rgb(220, 220, 220)"
1359 bgcolor: "rgba(255, 255, 255, 0)"
1360 bordercolor: "rgba(255, 255, 255, 0)"
1361 traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1385 family: "Consolas, Courier New",
1390 text: " Perfect Measured Limit",
1400 family: "Consolas, Courier New",
1410 title: "<b>Direction</b>"
1415 gridcolor: "rgb(230, 230, 230)"
1416 linecolor: "rgb(220, 220, 220)"
1420 showticklabels: False
1421 tickcolor: "rgb(220, 220, 220)"
1427 title: "<b>Packet Latency [uSec]</b>"
1431 gridcolor: "rgb(230, 230, 230)"
1433 linecolor: "rgb(220, 220, 220)"
1437 showticklabels: True
1438 tickcolor: "rgb(220, 220, 220)"
1448 traceorder: "normal" # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1462 src-path: "{DIR[RST]}"
1463 dst-path: "{DIR[WORKING,SRC]}"
1467 file-name: "robot-plugin.zip"
1469 download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1470 extract: "robot-plugin/output.xml"
1473 # TODO: Add 1904 data
1474 # intel-dnv-vpp-release-1904:
1477 intel-dnv-vpp-release-1901:
1480 intel-dnv-vpp-release-1810:
1483 csit-vpp-perf-verify-1810-3n-hsw:
1509 csit-vpp-perf-verify-1901-3n-hsw:
1535 # TODO: Add 1904 Data
1536 # csit-vpp-perf-verify-1904-3n-hsw:
1539 csit-vpp-perf-verify-1810-3n-skx:
1556 csit-vpp-perf-verify-1901-3n-skx:
1582 # TODO: Add 1904 data
1583 # csit-vpp-perf-verify-1904-3n-skx:
1586 csit-vpp-perf-verify-1810-2n-skx:
1603 csit-vpp-perf-verify-1901-2n-skx:
1630 # TODO: Add 1904 data
1631 # csit-vpp-perf-verify-1901-2n-skx:
1635 csit-ligato-perf-verify-1901-3n-hsw:
1647 # TODO: Add 1904 data
1648 # csit-ligato-perf-verify-1904-3n-hsw:
1651 csit-dpdk-perf-verify-1810-3n-hsw:
1662 csit-dpdk-perf-verify-1901-3n-hsw:
1673 # TODO: Add 1904 data
1674 # csit-dpdk-perf-verify-1904-3n-hsw:
1677 csit-dpdk-perf-verify-1810-3n-skx:
1688 csit-dpdk-perf-verify-1901-3n-skx:
1699 # TODO: Add 1904 data
1700 # csit-dpdk-perf-verify-1901-3n-skx:
1703 csit-dpdk-perf-verify-1810-2n-skx:
1714 csit-dpdk-perf-verify-1901-2n-skx:
1725 # TODO: Add 1904 data
1726 # csit-dpdk-perf-verify-1904-2n-skx:
1729 csit-vpp-functional-1901-ubuntu1604-virl:
1731 # TODO: Add 1904 data
1732 # csit-vpp-functional-1904-ubuntu1604-virl:
1734 csit-vpp-functional-1901-centos7-virl:
1736 # TODO: Add 1904 data
1737 # csit-vpp-functional-1904-centos7-virl:
1739 csit-vpp-device-1901-ubuntu1804-1n-skx:
1741 # TODO: Add 1904 data
1742 # csit-vpp-device-1901-ubuntu1804-1n-skx:
1745 # csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1747 csit-dmm-functional-1901-ubuntu1604-virl:
1749 # TODO: Add 1904 data
1750 # csit-dmm-functional-1904-ubuntu1604-virl:
1752 csit-hc2vpp-verify-func-1901-ubuntu1604:
1754 # TODO: Add 1904 data
1755 # csit-hc2vpp-verify-func-1904-ubuntu1604:
1766 ################################################################################
1768 ################################################################################
1770 # VPP Compare NICs 3n-hsw 1t1c ndr
1772 title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1773 algorithm: "table_nics_comparison"
1774 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1777 nic: "NIC_Intel-X520-DA2"
1780 nic: "NIC_Intel-X710"
1781 data: "vpp-nic-comparison-3n-hsw"
1782 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1783 filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1790 # VPP Compare NICs 3n-hsw 2t2c ndr
1792 title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1793 algorithm: "table_nics_comparison"
1794 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1797 nic: "NIC_Intel-X520-DA2"
1800 nic: "NIC_Intel-X710"
1801 data: "vpp-nic-comparison-3n-hsw"
1802 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1803 filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1810 # VPP Compare NICs 3n-hsw 1t1c pdr
1812 title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1813 algorithm: "table_nics_comparison"
1814 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1817 nic: "NIC_Intel-X520-DA2"
1820 nic: "NIC_Intel-X710"
1821 data: "vpp-nic-comparison-3n-hsw"
1822 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1823 filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1830 # VPP Compare NICs 3n-hsw 2t2c pdr
1832 title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1833 algorithm: "table_nics_comparison"
1834 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1837 nic: "NIC_Intel-X520-DA2"
1840 nic: "NIC_Intel-X710"
1841 data: "vpp-nic-comparison-3n-hsw"
1842 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1843 filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1850 # VPP Compare NICs 3n-hsw 1t1c mrr
1852 title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1853 algorithm: "table_nics_comparison"
1854 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1857 nic: "NIC_Intel-X520-DA2"
1860 nic: "NIC_Intel-X710"
1861 data: "vpp-nic-comparison-3n-hsw-mrr"
1862 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1863 filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1870 # VPP Compare NICs 3n-hsw 2t2c mrr
1872 title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1873 algorithm: "table_nics_comparison"
1874 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1877 nic: "NIC_Intel-X520-DA2"
1880 nic: "NIC_Intel-X710"
1881 data: "vpp-nic-comparison-3n-hsw-mrr"
1882 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1883 filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1890 # VPP Compare NICs 3n-hsw 4t4c mrr
1892 title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1893 algorithm: "table_nics_comparison"
1894 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1897 nic: "NIC_Intel-X520-DA2"
1900 nic: "NIC_Intel-X710"
1901 data: "vpp-nic-comparison-3n-hsw-mrr"
1902 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1903 filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1910 # VPP Compare NICs 3n-skx 2t1c ndr
1912 title: "VPP Compare NICs 3n-skx 2t1c ndr"
1913 algorithm: "table_nics_comparison"
1914 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1917 nic: "NIC_Intel-X710"
1919 title: "Intel-xxv710"
1920 nic: "NIC_Intel-XXV710"
1921 data: "vpp-nic-comparison-3n-skx"
1922 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1923 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1930 # VPP Compare NICs 3n-skx 4t2c ndr
1932 title: "VPP Compare NICs 3n-skx 4t2c ndr"
1933 algorithm: "table_nics_comparison"
1934 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1937 nic: "NIC_Intel-X710"
1939 title: "Intel-xxv710"
1940 nic: "NIC_Intel-XXV710"
1941 data: "vpp-nic-comparison-3n-skx"
1942 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1943 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1950 # VPP Compare NICs 3n-skx 2t1c pdr
1952 title: "VPP Compare NICs 3n-skx 2t1c pdr"
1953 algorithm: "table_nics_comparison"
1954 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1957 nic: "NIC_Intel-X710"
1959 title: "Intel-xxv710"
1960 nic: "NIC_Intel-XXV710"
1961 data: "vpp-nic-comparison-3n-skx"
1962 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1963 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1970 # VPP Compare NICs 3n-skx 4t2c pdr
1972 title: "VPP Compare NICs 3n-skx 4t2c pdr"
1973 algorithm: "table_nics_comparison"
1974 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1977 nic: "NIC_Intel-X710"
1979 title: "Intel-xxv710"
1980 nic: "NIC_Intel-XXV710"
1981 data: "vpp-nic-comparison-3n-skx"
1982 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1983 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1990 # VPP Compare NICs 3n-skx 2t1c mrr
1992 title: "VPP Compare NICs 3n-skx 2t1c mrr"
1993 algorithm: "table_nics_comparison"
1994 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1997 nic: "NIC_Intel-X710"
1999 title: "Intel-xxv710"
2000 nic: "NIC_Intel-XXV710"
2001 data: "vpp-nic-comparison-3n-skx-mrr"
2002 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2003 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2010 # VPP Compare NICs 3n-skx 4t2c mrr
2012 title: "VPP Compare NICs 3n-skx 4t2c mrr"
2013 algorithm: "table_nics_comparison"
2014 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2017 nic: "NIC_Intel-X710"
2019 title: "Intel-xxv710"
2020 nic: "NIC_Intel-XXV710"
2021 data: "vpp-nic-comparison-3n-skx-mrr"
2022 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2023 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2030 # VPP Compare NICs 3n-skx 8t4c mrr
2032 title: "VPP Compare NICs 3n-skx 8t4c mrr"
2033 algorithm: "table_nics_comparison"
2034 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2037 nic: "NIC_Intel-X710"
2039 title: "Intel-xxv710"
2040 nic: "NIC_Intel-XXV710"
2041 data: "vpp-nic-comparison-3n-skx-mrr"
2042 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2043 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2050 # VPP Compare NICs 2n-skx 2t1c ndr
2052 title: "VPP Compare NICs 2n-skx 2t1c ndr"
2053 algorithm: "table_nics_comparison"
2054 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2057 nic: "NIC_Intel-X710"
2059 title: "Intel-xxv710"
2060 nic: "NIC_Intel-XXV710"
2061 data: "vpp-nic-comparison-2n-skx"
2062 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2063 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2070 # VPP Compare NICs 2n-skx 4t2c ndr
2072 title: "VPP Compare NICs 2n-skx 4t2c ndr"
2073 algorithm: "table_nics_comparison"
2074 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2077 nic: "NIC_Intel-X710"
2079 title: "Intel-xxv710"
2080 nic: "NIC_Intel-XXV710"
2081 data: "vpp-nic-comparison-2n-skx"
2082 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2083 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2090 # VPP Compare NICs 2n-skx 2t1c pdr
2092 title: "VPP Compare NICs 2n-skx 2t1c pdr"
2093 algorithm: "table_nics_comparison"
2094 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2097 nic: "NIC_Intel-X710"
2099 title: "Intel-xxv710"
2100 nic: "NIC_Intel-XXV710"
2101 data: "vpp-nic-comparison-2n-skx"
2102 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2103 filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2110 # VPP Compare NICs 2n-skx 4t2c pdr
2112 title: "VPP Compare NICs 2n-skx 4t2c pdr"
2113 algorithm: "table_nics_comparison"
2114 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2117 nic: "NIC_Intel-X710"
2119 title: "Intel-xxv710"
2120 nic: "NIC_Intel-XXV710"
2121 data: "vpp-nic-comparison-2n-skx"
2122 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2123 filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2130 # VPP Compare NICs 2n-skx 2t1c mrr
2132 title: "VPP Compare NICs 2n-skx 2t1c mrr"
2133 algorithm: "table_nics_comparison"
2134 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2137 nic: "NIC_Intel-X710"
2139 title: "Intel-xxv710"
2140 nic: "NIC_Intel-XXV710"
2141 data: "vpp-nic-comparison-2n-skx-mrr"
2142 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2143 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2150 # VPP Compare NICs 2n-skx 4t2c mrr
2152 title: "VPP Compare NICs 2n-skx 4t2c mrr"
2153 algorithm: "table_nics_comparison"
2154 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2157 nic: "NIC_Intel-X710"
2159 title: "Intel-xxv710"
2160 nic: "NIC_Intel-XXV710"
2161 data: "vpp-nic-comparison-2n-skx-mrr"
2162 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2163 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2170 # VPP Compare NICs 2n-skx 8t4c mrr
2172 title: "VPP Compare NICs 2n-skx 8t4c mrr"
2173 algorithm: "table_nics_comparison"
2174 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2177 nic: "NIC_Intel-X710"
2179 title: "Intel-xxv710"
2180 nic: "NIC_Intel-XXV710"
2181 data: "vpp-nic-comparison-2n-skx-mrr"
2182 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2183 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2190 ################################################################################
2193 # VPP Performance Changes 2n-dnv 1t1c pdr
2195 title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2196 algorithm: "table_performance_comparison"
2197 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2200 data: "intel-dnv-vpp-changes-2n-dnv-h1"
2203 data: "intel-dnv-vpp-changes-2n-dnv-ref"
2206 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2207 data: "intel-dnv-vpp-changes-2n-dnv"
2208 include-tests: "PDR"
2209 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2215 # VPP Performance Changes 2n-dnv 2t2c pdr
2217 title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2218 algorithm: "table_performance_comparison"
2219 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2222 data: "intel-dnv-vpp-changes-2n-dnv-h1"
2225 data: "intel-dnv-vpp-changes-2n-dnv-ref"
2228 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2229 data: "intel-dnv-vpp-changes-2n-dnv"
2230 include-tests: "PDR"
2231 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2237 # VPP Performance Changes 2n-dnv 1t1c ndr
2239 title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2240 algorithm: "table_performance_comparison"
2241 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2244 data: "intel-dnv-vpp-changes-2n-dnv-h1"
2247 data: "intel-dnv-vpp-changes-2n-dnv-ref"
2250 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2251 data: "intel-dnv-vpp-changes-2n-dnv"
2252 include-tests: "NDR"
2253 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2259 # VPP Performance Changes 2n-dnv 2t2c ndr
2261 title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2262 algorithm: "table_performance_comparison"
2263 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2266 data: "intel-dnv-vpp-changes-2n-dnv-h1"
2269 data: "intel-dnv-vpp-changes-2n-dnv-ref"
2272 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2273 data: "intel-dnv-vpp-changes-2n-dnv"
2274 include-tests: "NDR"
2275 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2281 # VPP Performance Changes 2n-dnv 1t1c MRR
2283 title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2284 algorithm: "table_performance_comparison"
2285 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2288 data: "intel-dnv-vpp-changes-2n-dnv-h1"
2291 data: "intel-dnv-vpp-changes-2n-dnv-ref"
2294 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2295 data: "intel-dnv-vpp-changes-2n-dnv"
2296 include-tests: "MRR"
2297 filter: "'1T1C' and 'MRR'"
2303 # VPP Performance Changes 2n-dnv 2t2c MRR
2305 title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2306 algorithm: "table_performance_comparison"
2307 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2310 data: "intel-dnv-vpp-changes-2n-dnv-h1"
2313 data: "intel-dnv-vpp-changes-2n-dnv-ref"
2316 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2317 data: "intel-dnv-vpp-changes-2n-dnv"
2318 include-tests: "MRR"
2319 filter: "'2T2C' and 'MRR'"
2325 # VPP Performance Changes 2n-dnv 4t4c MRR
2327 title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2328 algorithm: "table_performance_comparison"
2329 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2332 data: "intel-dnv-vpp-changes-2n-dnv-h1"
2335 data: "intel-dnv-vpp-changes-2n-dnv-ref"
2338 data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2339 data: "intel-dnv-vpp-changes-2n-dnv"
2340 include-tests: "MRR"
2341 filter: "'4T4C' and 'MRR'"
2347 # VPP Performance Changes 3n-hsw 1t1c pdr
2349 title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2350 algorithm: "table_performance_comparison"
2351 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2354 data: "vpp-performance-changes-3n-hsw-h1"
2357 data: "vpp-performance-changes-3n-hsw-ref"
2360 data: "vpp-performance-changes-3n-hsw-cmp"
2361 data: "vpp-performance-changes-3n-hsw"
2362 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2363 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2369 # VPP Performance Changes 3n-hsw 2t2c pdr
2371 title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2372 algorithm: "table_performance_comparison"
2373 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2376 data: "vpp-performance-changes-3n-hsw-h1"
2379 data: "vpp-performance-changes-3n-hsw-ref"
2382 data: "vpp-performance-changes-3n-hsw-cmp"
2383 data: "vpp-performance-changes-3n-hsw"
2384 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2385 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2391 # VPP Performance Changes 3n-hsw 1t1c ndr
2393 title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2394 algorithm: "table_performance_comparison"
2395 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2398 data: "vpp-performance-changes-3n-hsw-h1"
2401 data: "vpp-performance-changes-3n-hsw-ref"
2404 data: "vpp-performance-changes-3n-hsw-cmp"
2405 data: "vpp-performance-changes-3n-hsw"
2406 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2407 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2413 # VPP Performance Changes 3n-hsw 2t2c ndr
2415 title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2416 algorithm: "table_performance_comparison"
2417 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2420 data: "vpp-performance-changes-3n-hsw-h1"
2423 data: "vpp-performance-changes-3n-hsw-ref"
2426 data: "vpp-performance-changes-3n-hsw-cmp"
2427 data: "vpp-performance-changes-3n-hsw"
2428 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2429 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2435 # VPP Performance Changes 3n-skx 2t1c pdr
2437 title: "VPP Performance Changes 3n-skx 2t1c pdr"
2438 algorithm: "table_performance_comparison"
2439 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2442 data: "vpp-performance-changes-3n-skx-h1"
2445 data: "vpp-performance-changes-3n-skx-ref"
2448 data: "vpp-performance-changes-3n-skx-cmp"
2449 data: "vpp-performance-changes-3n-skx"
2450 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2451 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2457 # VPP Performance Changes 3n-skx 4t2c pdr
2459 title: "VPP Performance Changes 3n-skx 4t2c pdr"
2460 algorithm: "table_performance_comparison"
2461 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2464 data: "vpp-performance-changes-3n-skx-h1"
2467 data: "vpp-performance-changes-3n-skx-ref"
2470 data: "vpp-performance-changes-3n-skx-cmp"
2471 data: "vpp-performance-changes-3n-skx"
2472 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2473 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2479 # VPP Performance Changes 3n-skx 2t1c ndr
2481 title: "VPP Performance Changes 3n-skx 2t1c ndr"
2482 algorithm: "table_performance_comparison"
2483 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2486 data: "vpp-performance-changes-3n-skx-h1"
2489 data: "vpp-performance-changes-3n-skx-ref"
2492 data: "vpp-performance-changes-3n-skx-cmp"
2493 data: "vpp-performance-changes-3n-skx"
2494 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2495 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2501 # VPP Performance Changes 3n-skx 4t2c ndr
2503 title: "VPP Performance Changes 3n-skx 4t2c ndr"
2504 algorithm: "table_performance_comparison"
2505 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2508 data: "vpp-performance-changes-3n-skx-h1"
2511 data: "vpp-performance-changes-3n-skx-ref"
2514 data: "vpp-performance-changes-3n-skx-cmp"
2515 data: "vpp-performance-changes-3n-skx"
2516 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2517 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2523 # VPP Performance Changes 2n-skx 2t1c pdr
2525 title: "VPP Performance Changes 2n-skx 2t1c pdr"
2526 algorithm: "table_performance_comparison"
2527 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2530 data: "vpp-performance-changes-2n-skx-h1"
2533 data: "vpp-performance-changes-2n-skx-ref"
2536 data: "vpp-performance-changes-2n-skx-cmp"
2537 data: "vpp-performance-changes-2n-skx"
2538 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2539 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2545 # VPP Performance Changes 2n-skx 4t2c pdr
2547 title: "VPP Performance Changes 2n-skx 4t2c pdr"
2548 algorithm: "table_performance_comparison"
2549 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2552 data: "vpp-performance-changes-2n-skx-h1"
2555 data: "vpp-performance-changes-2n-skx-ref"
2558 data: "vpp-performance-changes-2n-skx-cmp"
2559 data: "vpp-performance-changes-2n-skx"
2560 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2561 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2567 # VPP Performance Changes 2n-skx 2t1c ndr
2569 title: "VPP Performance Changes 2n-skx 2t1c ndr"
2570 algorithm: "table_performance_comparison"
2571 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2574 data: "vpp-performance-changes-2n-skx-h1"
2577 data: "vpp-performance-changes-2n-skx-ref"
2580 data: "vpp-performance-changes-2n-skx-cmp"
2581 data: "vpp-performance-changes-2n-skx"
2582 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2583 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2589 # VPP Performance Changes 2n-skx 4t2c ndr
2591 title: "VPP Performance Changes 2n-skx 4t2c ndr"
2592 algorithm: "table_performance_comparison"
2593 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2596 data: "vpp-performance-changes-2n-skx-h1"
2599 data: "vpp-performance-changes-2n-skx-ref"
2602 data: "vpp-performance-changes-2n-skx-cmp"
2603 data: "vpp-performance-changes-2n-skx"
2604 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2605 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2611 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2613 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2614 algorithm: "table_performance_comparison"
2615 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2618 data: "vpp-compare-testbeds-ref"
2621 data: "vpp-compare-testbeds-cmp"
2622 data: "vpp-compare-testbeds"
2623 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2624 filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2630 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2632 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2633 algorithm: "table_performance_comparison"
2634 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2637 data: "vpp-compare-testbeds-ref"
2640 data: "vpp-compare-testbeds-cmp"
2641 data: "vpp-compare-testbeds"
2642 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2643 filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2649 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2651 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2652 algorithm: "table_performance_comparison"
2653 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2656 data: "vpp-compare-testbeds-ref"
2659 data: "vpp-compare-testbeds-cmp"
2660 data: "vpp-compare-testbeds"
2661 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2662 filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2668 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2670 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2671 algorithm: "table_performance_comparison"
2672 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2675 data: "vpp-compare-testbeds-ref"
2678 data: "vpp-compare-testbeds-cmp"
2679 data: "vpp-compare-testbeds"
2680 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2681 filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2687 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2689 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2690 algorithm: "table_performance_comparison"
2691 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2694 data: "vpp-compare-topologies-ref"
2697 data: "vpp-compare-topologies-cmp"
2698 data: "vpp-compare-topologies"
2699 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2700 filter: "'NDRPDR' and '1C'"
2706 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2708 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2709 algorithm: "table_performance_comparison"
2710 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2713 data: "vpp-compare-topologies-ref"
2716 data: "vpp-compare-topologies-cmp"
2717 data: "vpp-compare-topologies"
2718 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2719 filter: "'NDRPDR' and '2C'"
2725 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2727 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2728 algorithm: "table_performance_comparison"
2729 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2732 data: "vpp-compare-topologies-ref"
2735 data: "vpp-compare-topologies-cmp"
2736 data: "vpp-compare-topologies"
2737 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2738 filter: "'NDRPDR' and '1C'"
2744 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2746 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2747 algorithm: "table_performance_comparison"
2748 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2751 data: "vpp-compare-topologies-ref"
2754 data: "vpp-compare-topologies-cmp"
2755 data: "vpp-compare-topologies"
2756 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2757 filter: "'NDRPDR' and '2C'"
2763 # VPP Performance Changes 3n-hsw 1t1c MRR
2765 title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2766 algorithm: "table_performance_comparison"
2767 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2770 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2773 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2776 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2777 data: "vpp-performance-changes-3n-hsw-mrr"
2778 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2779 filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2785 # VPP Performance Changes 3n-hsw 2t2c MRR
2787 title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2788 algorithm: "table_performance_comparison"
2789 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2792 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2795 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2798 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2799 data: "vpp-performance-changes-3n-hsw-mrr"
2800 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2801 filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2807 # VPP Performance Changes 3n-hsw 4t4c MRR
2809 title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2810 algorithm: "table_performance_comparison"
2811 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2814 data: "vpp-performance-changes-3n-hsw-mrr-h1"
2817 data: "vpp-performance-changes-3n-hsw-mrr-ref"
2820 data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2821 data: "vpp-performance-changes-3n-hsw-mrr"
2822 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2823 filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2829 # VPP Performance Changes 3n-skx 2t1c MRR
2831 title: "VPP Performance Changes 3n-skx 2t1c MRR"
2832 algorithm: "table_performance_comparison"
2833 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2836 data: "vpp-performance-changes-3n-skx-mrr-h1"
2839 data: "vpp-performance-changes-3n-skx-mrr-ref"
2842 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2843 data: "vpp-performance-changes-3n-skx-mrr"
2844 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2845 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2851 # VPP Performance Changes 3n-skx 4t2c MRR
2853 title: "VPP Performance Changes 3n-skx 4t2c MRR"
2854 algorithm: "table_performance_comparison"
2855 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2858 data: "vpp-performance-changes-3n-skx-mrr-h1"
2861 data: "vpp-performance-changes-3n-skx-mrr-ref"
2864 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2865 data: "vpp-performance-changes-3n-skx-mrr"
2866 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2867 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2873 # VPP Performance Changes 3n-skx 8t4c MRR
2875 title: "VPP Performance Changes 3n-skx 8t4c MRR"
2876 algorithm: "table_performance_comparison"
2877 output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2880 data: "vpp-performance-changes-3n-skx-mrr-h1"
2883 data: "vpp-performance-changes-3n-skx-mrr-ref"
2886 data: "vpp-performance-changes-3n-skx-mrr-cmp"
2887 data: "vpp-performance-changes-3n-skx-mrr"
2888 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2889 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2895 # VPP Performance Changes 2n-skx 2t1c MRR
2897 title: "VPP Performance Changes 2n-skx 2t1c MRR"
2898 algorithm: "table_performance_comparison"
2899 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2902 data: "vpp-performance-changes-2n-skx-mrr-h1"
2905 data: "vpp-performance-changes-2n-skx-mrr-ref"
2908 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2909 data: "vpp-performance-changes-2n-skx-mrr"
2910 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2911 filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2917 # VPP Performance Changes 2n-skx 4t2c MRR
2919 title: "VPP Performance Changes 2n-skx 4t2c MRR"
2920 algorithm: "table_performance_comparison"
2921 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2924 data: "vpp-performance-changes-2n-skx-mrr-h1"
2927 data: "vpp-performance-changes-2n-skx-mrr-ref"
2930 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2931 data: "vpp-performance-changes-2n-skx-mrr"
2932 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2933 filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2939 # VPP Performance Changes 2n-skx 8t4c MRR
2941 title: "VPP Performance Changes 2n-skx 8t4c MRR"
2942 algorithm: "table_performance_comparison"
2943 output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2946 data: "vpp-performance-changes-2n-skx-mrr-h1"
2949 data: "vpp-performance-changes-2n-skx-mrr-ref"
2952 data: "vpp-performance-changes-2n-skx-mrr-cmp"
2953 data: "vpp-performance-changes-2n-skx-mrr"
2954 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2955 filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2961 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2963 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2964 algorithm: "table_performance_comparison"
2965 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2968 data: "vpp-compare-testbeds-mrr-ref"
2971 data: "vpp-compare-testbeds-mrr-cmp"
2972 data: "vpp-compare-testbeds-mrr"
2973 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2974 filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2980 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2982 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2983 algorithm: "table_performance_comparison"
2984 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2987 data: "vpp-compare-testbeds-mrr-ref"
2990 data: "vpp-compare-testbeds-mrr-cmp"
2991 data: "vpp-compare-testbeds-mrr"
2992 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2993 filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2999 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3001 title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3002 algorithm: "table_performance_comparison"
3003 output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3006 data: "vpp-compare-testbeds-mrr-ref"
3009 data: "vpp-compare-testbeds-mrr-cmp"
3010 data: "vpp-compare-testbeds-mrr"
3011 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3012 filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
3018 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
3020 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
3021 algorithm: "table_performance_comparison"
3022 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
3025 data: "vpp-compare-topologies-mrr-ref"
3028 data: "vpp-compare-topologies-mrr-cmp"
3029 data: "vpp-compare-topologies-mrr"
3030 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3031 filter: "'MRR' and '1C'"
3037 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3039 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3040 algorithm: "table_performance_comparison"
3041 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3044 data: "vpp-compare-topologies-mrr-ref"
3047 data: "vpp-compare-topologies-mrr-cmp"
3048 data: "vpp-compare-topologies-mrr"
3049 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3050 filter: "'MRR' and '2C'"
3056 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3058 title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3059 algorithm: "table_performance_comparison"
3060 output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3063 data: "vpp-compare-topologies-mrr-ref"
3066 data: "vpp-compare-topologies-mrr-cmp"
3067 data: "vpp-compare-topologies-mrr"
3068 include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3069 filter: "'MRR' and '4C'"
3075 # Detailed Test Results - VPP Performance Results 3n-hsw
3077 title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3078 algorithm: "table_merged_details"
3079 output-file-ext: ".csv"
3080 output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3087 data: "vpp-perf-results-3n-hsw"
3088 filter: "not 'NDRCHK' and not 'PDRCHK'"
3094 # Detailed Test Results - VPP Performance Results 3n-skx
3096 title: "Detailed Test Results - VPP Performance Results 3n-skx"
3097 algorithm: "table_merged_details"
3098 output-file-ext: ".csv"
3099 output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3106 data: "vpp-perf-results-3n-skx"
3107 filter: "not 'NDRCHK' and not 'PDRCHK'"
3113 # Detailed Test Results - VPP Performance Results 2n-skx
3115 title: "Detailed Test Results - VPP Performance Results 2n-skx"
3116 algorithm: "table_merged_details"
3117 output-file-ext: ".csv"
3118 output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3125 data: "vpp-perf-results-2n-skx"
3126 filter: "not 'NDRCHK' and not 'PDRCHK'"
3132 # Detailed Test Results - VPP Performance Results 2n-dnv
3134 title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3135 algorithm: "table_details"
3136 output-file-ext: ".csv"
3137 output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3144 data: "intel-dnv-vpp"
3151 # Test configuration - VPP Performance Test Configs 3n-hsw
3153 title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3154 algorithm: "table_merged_details"
3155 output-file-ext: ".csv"
3156 output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3160 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3161 data: "data conf-history"
3163 data: "vpp-perf-results-3n-hsw"
3164 filter: "not 'NDRCHK' and not 'PDRCHK'"
3170 # Test configuration - VPP Performance Test Configs 3n-skx
3172 title: "Test configuration - VPP Performance Test Configs 3n-skx"
3173 algorithm: "table_merged_details"
3174 output-file-ext: ".csv"
3175 output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3179 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3180 data: "data conf-history"
3182 data: "vpp-perf-results-3n-skx"
3183 filter: "not 'NDRCHK' and not 'PDRCHK'"
3189 # Test configuration - VPP Performance Test Configs 2n-skx
3191 title: "Test configuration - VPP Performance Test Configs 2n-skx"
3192 algorithm: "table_merged_details"
3193 output-file-ext: ".csv"
3194 output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3198 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3199 data: "data conf-history"
3201 data: "vpp-perf-results-2n-skx"
3202 filter: "not 'NDRCHK' and not 'PDRCHK'"
3208 # Test configuration - VPP Performance Test Configs 2n-dnv
3210 title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3211 algorithm: "table_details"
3212 output-file-ext: ".csv"
3213 output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3217 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3218 data: "data conf-history"
3220 data: "intel-dnv-vpp"
3227 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3229 title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3230 algorithm: "table_merged_details"
3231 output-file-ext: ".csv"
3232 output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3236 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3237 data: "data show-run"
3239 data: "vpp-perf-results-3n-hsw"
3240 filter: "not 'NDRCHK' and not 'PDRCHK'"
3246 # Test Operational Data - VPP Performance Operational Data 3n-skx
3248 title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3249 algorithm: "table_merged_details"
3250 output-file-ext: ".csv"
3251 output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3255 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3256 data: "data show-run"
3258 data: "vpp-perf-results-3n-skx"
3259 filter: "not 'NDRCHK' and not 'PDRCHK'"
3265 # Test Operational Data - VPP Performance Operational Data 2n-skx
3267 title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3268 algorithm: "table_merged_details"
3269 output-file-ext: ".csv"
3270 output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3274 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3275 data: "data show-run"
3277 data: "vpp-perf-results-2n-skx"
3278 filter: "not 'NDRCHK' and not 'PDRCHK'"
3284 # Test Operational Data - VPP Performance Operational Data 2n-dnv
3286 title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3287 algorithm: "table_details"
3288 output-file-ext: ".csv"
3289 output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3293 - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3294 data: "data show-run"
3296 data: "intel-dnv-vpp"
3303 # Detailed Test Results - VPP MRR Results 3n-hsw
3305 title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3306 algorithm: "table_details"
3307 output-file-ext: ".csv"
3308 output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3315 data: "vpp-mrr-results-3n-hsw"
3322 # Detailed Test Results - VPP MRR Results 3n-skx
3324 title: "Detailed Test Results - VPP MRR Results 3n-skx"
3325 algorithm: "table_details"
3326 output-file-ext: ".csv"
3327 output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3334 data: "vpp-mrr-results-3n-skx"
3341 # Detailed Test Results - VPP MRR Results 2n-skx
3343 title: "Detailed Test Results - VPP MRR Results 2n-skx"
3344 algorithm: "table_details"
3345 output-file-ext: ".csv"
3346 output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3353 data: "vpp-mrr-results-2n-skx"
3360 # Detailed Test Results - VPP MRR Results 2n-dnv
3362 title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3363 algorithm: "table_details"
3364 output-file-ext: ".csv"
3365 output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3372 data: "intel-dnv-vpp"
3379 # Test configuration - VPP MRR Test Configs 3n-hsw
3381 title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3382 algorithm: "table_details"
3383 output-file-ext: ".csv"
3384 output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3388 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3389 data: "data conf-history"
3391 data: "vpp-mrr-results-3n-hsw"
3398 # Test configuration - VPP MRR Test Configs 3n-skx
3400 title: "Test configuration - VPP MRR Test Configs 3n-skx"
3401 algorithm: "table_details"
3402 output-file-ext: ".csv"
3403 output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3407 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3408 data: "data conf-history"
3410 data: "vpp-mrr-results-3n-skx"
3417 # Test configuration - VPP MRR Test Configs 2n-skx
3419 title: "Test configuration - VPP MRR Test Configs 2n-skx"
3420 algorithm: "table_details"
3421 output-file-ext: ".csv"
3422 output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3426 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3427 data: "data conf-history"
3429 data: "vpp-mrr-results-2n-skx"
3436 # Test configuration - VPP MRR Test Configs 2n-dnv
3438 title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3439 algorithm: "table_details"
3440 output-file-ext: ".csv"
3441 output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3445 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3446 data: "data conf-history"
3448 data: "intel-dnv-vpp"
3455 # Detailed Test Results - VPP Functional Results - Ubuntu
3457 title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3458 algorithm: "table_details"
3459 output-file-ext: ".csv"
3460 output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3464 - title: "Documentation"
3469 data: "vpp-func-results-ubuntu"
3477 # Detailed Test Results - VPP Functional Results - CentOS
3479 title: "Detailed Test Results - VPP Functional Results - CentOS"
3480 algorithm: "table_details"
3481 output-file-ext: ".csv"
3482 output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3486 - title: "Documentation"
3493 "vpp-func-results-centos"
3501 # Test configuration - VPP Functional Test Configs - Ubuntu
3503 title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3504 algorithm: "table_details"
3505 output-file-ext: ".csv"
3506 output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3510 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3511 data: "data conf-history"
3513 data: "vpp-func-results-ubuntu"
3520 # Test configuration - VPP Functional Test Configs - CentOS
3522 title: "Test configuration - VPP Functional Test Configs - CentOS"
3523 algorithm: "table_details"
3524 output-file-ext: ".csv"
3525 output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3529 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3530 data: "data conf-history"
3532 data: "vpp-func-results-centos"
3539 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3541 title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3542 algorithm: "table_details"
3543 output-file-ext: ".csv"
3544 output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3551 data: "ligato-perf-results-3n-hsw"
3558 # Detailed Test Results - VPP Device Results - Ubuntu
3560 title: "Detailed Test Results - VPP Device Results - Ubuntu"
3561 algorithm: "table_details"
3562 output-file-ext: ".csv"
3563 output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3567 - title: "Documentation"
3572 data: "vpp-device-results-ubuntu"
3580 # Test configuration - VPP Device Test Configs - Ubuntu
3582 title: "Test configuration - VPP Device Test Configs - Ubuntu"
3583 algorithm: "table_details"
3584 output-file-ext: ".csv"
3585 output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3589 - title: "VPP API Test Commands History - Commands Used Per Test Case"
3590 data: "data conf-history"
3592 data: "vpp-device-results-ubuntu"
3599 ################################################################################
3601 # DPDK Performance Changes 3n-hsw 1t1c pdr
3603 title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3604 algorithm: "table_performance_comparison"
3605 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3608 data: "dpdk-performance-changes-3n-hsw-h1"
3611 data: "dpdk-performance-changes-3n-hsw-ref"
3614 data: "dpdk-performance-changes-3n-hsw-cmp"
3615 data: "dpdk-performance-changes-3n-hsw"
3616 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3617 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3623 # DPDK Performance Changes 3n-hsw 2t2c pdr
3625 title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3626 algorithm: "table_performance_comparison"
3627 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3630 data: "dpdk-performance-changes-3n-hsw-h1"
3633 data: "dpdk-performance-changes-3n-hsw-ref"
3636 data: "dpdk-performance-changes-3n-hsw-cmp"
3637 data: "dpdk-performance-changes-3n-hsw"
3638 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3639 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3645 # DPDK Performance Changes 3n-hsw 1t1c ndr
3647 title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3648 algorithm: "table_performance_comparison"
3649 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3652 data: "dpdk-performance-changes-3n-hsw-h1"
3655 data: "dpdk-performance-changes-3n-hsw-ref"
3658 data: "dpdk-performance-changes-3n-hsw-cmp"
3659 data: "dpdk-performance-changes-3n-hsw"
3660 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3661 filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3667 # DPDK Performance Changes 3n-hsw 2t2c ndr
3669 title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3670 algorithm: "table_performance_comparison"
3671 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3674 data: "dpdk-performance-changes-3n-hsw-h1"
3677 data: "dpdk-performance-changes-3n-hsw-ref"
3680 data: "dpdk-performance-changes-3n-hsw-cmp"
3681 data: "dpdk-performance-changes-3n-hsw"
3682 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3683 filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3689 # DPDK Performance Changes 3n-skx 2t1c pdr
3691 title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3692 algorithm: "table_performance_comparison"
3693 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3696 data: "dpdk-performance-changes-3n-skx-h1"
3699 data: "dpdk-performance-changes-3n-skx-ref"
3702 data: "dpdk-performance-changes-3n-skx-cmp"
3703 data: "dpdk-performance-changes-3n-skx"
3704 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3705 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3711 # DPDK Performance Changes 3n-skx 4t2c pdr
3713 title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3714 algorithm: "table_performance_comparison"
3715 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3718 data: "dpdk-performance-changes-3n-skx-h1"
3721 data: "dpdk-performance-changes-3n-skx-ref"
3724 data: "dpdk-performance-changes-3n-skx-cmp"
3725 data: "dpdk-performance-changes-3n-skx"
3726 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3727 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3733 # DPDK Performance Changes 3n-skx 2t1c ndr
3735 title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3736 algorithm: "table_performance_comparison"
3737 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3740 data: "dpdk-performance-changes-3n-skx-h1"
3743 data: "dpdk-performance-changes-3n-skx-ref"
3746 data: "dpdk-performance-changes-3n-skx-cmp"
3747 data: "dpdk-performance-changes-3n-skx"
3748 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3749 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3755 # DPDK Performance Changes 3n-skx 4t2c ndr
3757 title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3758 algorithm: "table_performance_comparison"
3759 output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3762 data: "dpdk-performance-changes-3n-skx-h1"
3765 data: "dpdk-performance-changes-3n-skx-ref"
3768 data: "dpdk-performance-changes-3n-skx-cmp"
3769 data: "dpdk-performance-changes-3n-skx"
3770 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3771 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3777 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3779 title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3780 algorithm: "table_performance_comparison"
3781 output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3784 data: "dpdk-compare-testbeds-ref"
3787 data: "dpdk-compare-testbeds-cmp"
3788 data: "dpdk-compare-testbeds"
3789 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3790 filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3796 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3798 title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3799 algorithm: "table_performance_comparison"
3800 output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3803 data: "dpdk-compare-testbeds-ref"
3806 data: "dpdk-compare-testbeds-cmp"
3807 data: "dpdk-compare-testbeds"
3808 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3809 filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3815 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3817 title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3818 algorithm: "table_performance_comparison"
3819 output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3822 data: "dpdk-compare-topologies-ref"
3825 data: "dpdk-compare-topologies-cmp"
3826 data: "dpdk-compare-topologies"
3827 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3828 filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3834 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3836 title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3837 algorithm: "table_performance_comparison"
3838 output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3841 data: "dpdk-compare-topologies-ref"
3844 data: "dpdk-compare-topologies-cmp"
3845 data: "dpdk-compare-topologies"
3846 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3847 filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3853 # DPDK Performance Changes 2n-skx 2t1c pdr
3855 title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3856 algorithm: "table_performance_comparison"
3857 output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3860 data: "dpdk-performance-changes-2n-skx-h1"
3863 data: "dpdk-performance-changes-2n-skx-ref"
3866 data: "dpdk-performance-changes-2n-skx-cmp"
3867 data: "dpdk-performance-changes-2n-skx"
3868 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3869 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3875 # DPDK Performance Changes 2n-skx 4t2c pdr
3877 title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3878 algorithm: "table_performance_comparison"
3879 output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3882 data: "dpdk-performance-changes-2n-skx-h1"
3885 data: "dpdk-performance-changes-2n-skx-ref"
3888 data: "dpdk-performance-changes-2n-skx-cmp"
3889 data: "dpdk-performance-changes-2n-skx"
3890 include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3891 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3897 # DPDK Performance Changes 2n-skx 2t1c ndr
3899 title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3900 algorithm: "table_performance_comparison"
3901 output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3904 data: "dpdk-performance-changes-2n-skx-h1"
3907 data: "dpdk-performance-changes-2n-skx-ref"
3910 data: "dpdk-performance-changes-2n-skx-cmp"
3911 data: "dpdk-performance-changes-2n-skx"
3912 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3913 filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3919 # DPDK Performance Changes 2n-skx 4t2c ndr
3921 title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3922 algorithm: "table_performance_comparison"
3923 output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3926 data: "dpdk-performance-changes-2n-skx-h1"
3929 data: "dpdk-performance-changes-2n-skx-ref"
3932 data: "dpdk-performance-changes-2n-skx-cmp"
3933 data: "dpdk-performance-changes-2n-skx"
3934 include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3935 filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3941 # Detailed Test Results - DPDK Performance Results 3n-hsw
3943 title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3944 algorithm: "table_details"
3945 output-file-ext: ".csv"
3946 output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3953 data: "dpdk-perf-results-3n-hsw"
3960 # Detailed Test Results - DPDK Performance Results 3n-skx
3962 title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3963 algorithm: "table_details"
3964 output-file-ext: ".csv"
3965 output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3972 data: "dpdk-perf-results-3n-skx"
3979 # Detailed Test Results - DPDK Performance Results 2n-skx
3981 title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3982 algorithm: "table_details"
3983 output-file-ext: ".csv"
3984 output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3991 data: "dpdk-perf-results-2n-skx"
3998 ################################################################################
4001 title: "Detailed Test Results - Honeycomb Functional Results"