From e5796ad7fac33f70942e4fd0f126a9c97e9fe9be Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 3 Feb 2022 08:09:49 +0100 Subject: [PATCH] Trending: Add icx weekly - Tables - data - dashboard - failed tests - last failed tests - weekly comparison tables - graphs - stats - dpdk_mrr - vpp_ndrpdr - DPDK MRR - VPP NDRPDR Change-Id: I371ba97992a0fcc1906d96c5020c9e2b13c396ce Signed-off-by: Tibor Frank --- docs/cpta/data/index.rst | 12 + docs/cpta/introduction/dashboard.rst | 20 + docs/cpta/introduction/failures.rst | 10 + docs/cpta/introduction/weekly.rst | 42 ++ .../container_memif-2n-icx-xxv710.rst | 33 ++ docs/cpta/ndrpdr_trending/container_memif.rst | 1 + docs/cpta/ndrpdr_trending/ip4-2n-icx-xxv710.rst | 132 +++++ docs/cpta/ndrpdr_trending/ip4-3n-icx-xxv710.rst | 33 ++ docs/cpta/ndrpdr_trending/ip4.rst | 2 + .../ndrpdr_trending/ip4_tunnels-2n-icx-xxv710.rst | 33 ++ .../ndrpdr_trending/ip4_tunnels-3n-icx-xxv710.rst | 33 ++ docs/cpta/ndrpdr_trending/ip4_tunnels.rst | 2 + docs/cpta/ndrpdr_trending/ip6-2n-icx-xxv710.rst | 101 ++++ docs/cpta/ndrpdr_trending/ip6-3n-icx-xxv710.rst | 33 ++ docs/cpta/ndrpdr_trending/ip6.rst | 2 + docs/cpta/ndrpdr_trending/ipsec-3n-icx-xxv710.rst | 333 +++++++++++++ docs/cpta/ndrpdr_trending/ipsec.rst | 1 + docs/cpta/ndrpdr_trending/l2-2n-icx-xxv710.rst | 66 +++ docs/cpta/ndrpdr_trending/l2-3n-icx-xxv710.rst | 33 ++ docs/cpta/ndrpdr_trending/l2.rst | 2 + .../nat44-det-bidir-2n-icx-xxv710.rst | 33 ++ docs/cpta/ndrpdr_trending/nat44-det-bidir.rst | 1 + .../nat44-ed-tcp-cps-2n-icx-xxv710.rst | 33 ++ docs/cpta/ndrpdr_trending/nat44-ed-tcp-cps.rst | 1 + .../nat44-ed-tcp-tput-2n-icx-xxv710.rst | 33 ++ docs/cpta/ndrpdr_trending/nat44-ed-tcp-tput.rst | 1 + .../nat44-ed-udp-cps-2n-icx-xxv710.rst | 33 ++ docs/cpta/ndrpdr_trending/nat44-ed-udp-cps.rst | 1 + .../nat44-ed-udp-tput-2n-icx-xxv710.rst | 33 ++ docs/cpta/ndrpdr_trending/nat44-ed-udp-tput.rst | 1 + .../nat44-ed-unidir-2n-icx-xxv710.rst | 33 ++ docs/cpta/ndrpdr_trending/nat44-ed-unidir.rst | 1 + docs/cpta/ndrpdr_trending/srv6-3n-icx-xxv710.rst | 33 ++ docs/cpta/ndrpdr_trending/srv6.rst | 1 + docs/cpta/ndrpdr_trending/vhost-2n-icx-xxv710.rst | 33 ++ docs/cpta/ndrpdr_trending/vhost.rst | 1 + docs/cpta/stats/dpdk_mrr.rst | 24 + docs/cpta/stats/vpp_ndrpdr.rst | 24 + docs/cpta/trending/dpdk-2n-clx-xxv710.rst | 5 +- docs/cpta/trending/dpdk-2n-icx-xxv710.rst | 50 ++ docs/cpta/trending/dpdk-3n-icx-xxv710.rst | 50 ++ docs/cpta/trending/dpdk.rst | 2 + .../specifications/trending/data_sets.yaml | 44 ++ .../specifications/trending/elements.yaml | 555 +++++++++++++++++++++ 44 files changed, 1946 insertions(+), 4 deletions(-) create mode 100644 docs/cpta/ndrpdr_trending/container_memif-2n-icx-xxv710.rst create mode 100644 docs/cpta/ndrpdr_trending/ip4-2n-icx-xxv710.rst create mode 100644 docs/cpta/ndrpdr_trending/ip4-3n-icx-xxv710.rst create mode 100644 docs/cpta/ndrpdr_trending/ip4_tunnels-2n-icx-xxv710.rst create mode 100644 docs/cpta/ndrpdr_trending/ip4_tunnels-3n-icx-xxv710.rst create mode 100644 docs/cpta/ndrpdr_trending/ip6-2n-icx-xxv710.rst create mode 100644 docs/cpta/ndrpdr_trending/ip6-3n-icx-xxv710.rst create mode 100644 docs/cpta/ndrpdr_trending/ipsec-3n-icx-xxv710.rst create mode 100644 docs/cpta/ndrpdr_trending/l2-2n-icx-xxv710.rst create mode 100644 docs/cpta/ndrpdr_trending/l2-3n-icx-xxv710.rst create mode 100644 docs/cpta/ndrpdr_trending/nat44-det-bidir-2n-icx-xxv710.rst create mode 100644 docs/cpta/ndrpdr_trending/nat44-ed-tcp-cps-2n-icx-xxv710.rst create mode 100644 docs/cpta/ndrpdr_trending/nat44-ed-tcp-tput-2n-icx-xxv710.rst create mode 100644 docs/cpta/ndrpdr_trending/nat44-ed-udp-cps-2n-icx-xxv710.rst create mode 100644 docs/cpta/ndrpdr_trending/nat44-ed-udp-tput-2n-icx-xxv710.rst create mode 100644 docs/cpta/ndrpdr_trending/nat44-ed-unidir-2n-icx-xxv710.rst create mode 100644 docs/cpta/ndrpdr_trending/srv6-3n-icx-xxv710.rst create mode 100644 docs/cpta/ndrpdr_trending/vhost-2n-icx-xxv710.rst create mode 100644 docs/cpta/trending/dpdk-2n-icx-xxv710.rst create mode 100644 docs/cpta/trending/dpdk-3n-icx-xxv710.rst diff --git a/docs/cpta/data/index.rst b/docs/cpta/data/index.rst index 228bb7655f..ee981bb4d7 100644 --- a/docs/cpta/data/index.rst +++ b/docs/cpta/data/index.rst @@ -56,6 +56,18 @@ in the CSV formats: **VPP NDRPDR** + - 2n-icx + + - `CSV format <../_static/vpp/csit-vpp-perf-ndrpdr-weekly-master-2n-icx-trending.csv>`_ + - `Latency (P50 at 50% load, direction 1) in CSV format <../_static/vpp/csit-vpp-perf-ndrpdr-weekly-master-2n-icx-lat-P50-50-d1.csv>`_ + - `Latency (P50 at 50% load, direction 2) in CSV format <../_static/vpp/csit-vpp-perf-ndrpdr-weekly-master-2n-icx-lat-P50-50-d2.csv>`_ + + - 3n-icx + + - `CSV format <../_static/vpp/csit-vpp-perf-ndrpdr-weekly-master-3n-icx-trending.csv>`_ + - `Latency (P50 at 50% load, direction 1) in CSV format <../_static/vpp/csit-vpp-perf-ndrpdr-weekly-master-3n-icx-lat-P50-50-d1.csv>`_ + - `Latency (P50 at 50% load, direction 2) in CSV format <../_static/vpp/csit-vpp-perf-ndrpdr-weekly-master-3n-icx-lat-P50-50-d2.csv>`_ + - 3n-skx - `CSV format <../_static/vpp/csit-vpp-perf-ndrpdr-weekly-master-3n-skx-trending.csv>`_ diff --git a/docs/cpta/introduction/dashboard.rst b/docs/cpta/introduction/dashboard.rst index 92d20fed60..5ed85049d2 100644 --- a/docs/cpta/introduction/dashboard.rst +++ b/docs/cpta/introduction/dashboard.rst @@ -36,6 +36,16 @@ VPP worker on 8t4c .. include:: ../../../_build/_static/vpp/performance-trending-dashboard-8t4c-2n-icx.rst +NDR Weekly VPP worker on 2t1c +````````````````````````````` + +.. include:: ../../../_build/_static/vpp/performance-trending-dashboard-2t1c-2n-icx-ndr.rst + +PDR Weekly VPP worker on 2t1c +````````````````````````````` + +.. include:: ../../../_build/_static/vpp/performance-trending-dashboard-2t1c-2n-icx-pdr.rst + 3n-icx ------ @@ -54,6 +64,16 @@ VPP worker on 8t4c .. include:: ../../../_build/_static/vpp/performance-trending-dashboard-8t4c-3n-icx.rst +NDR Weekly VPP worker on 2t1c +````````````````````````````` + +.. include:: ../../../_build/_static/vpp/performance-trending-dashboard-2t1c-3n-icx-ndr.rst + +PDR Weekly VPP worker on 2t1c +````````````````````````````` + +.. include:: ../../../_build/_static/vpp/performance-trending-dashboard-2t1c-3n-icx-pdr.rst + 2n-skx ------ diff --git a/docs/cpta/introduction/failures.rst b/docs/cpta/introduction/failures.rst index 27d6dab402..31572dfcc7 100644 --- a/docs/cpta/introduction/failures.rst +++ b/docs/cpta/introduction/failures.rst @@ -18,11 +18,21 @@ Legend to the tables: .. include:: ../../../_build/_static/vpp/failed-tests-2n-icx.rst +2n-icx-ndrpdr +------------- + +.. include:: ../../../_build/_static/vpp/failed-tests-2n-icx-ndrpdr.rst + 3n-icx-mrr ---------- .. include:: ../../../_build/_static/vpp/failed-tests-3n-icx.rst +3n-icx-ndrpdr +------------- + +.. include:: ../../../_build/_static/vpp/failed-tests-3n-icx-ndrpdr.rst + 2n-skx-mrr ---------- diff --git a/docs/cpta/introduction/weekly.rst b/docs/cpta/introduction/weekly.rst index e32f1d7a11..861b69e941 100644 --- a/docs/cpta/introduction/weekly.rst +++ b/docs/cpta/introduction/weekly.rst @@ -1,6 +1,48 @@ NDRPDR Weekly Comparison ======================== +2n-icx +------ + +NDR Comparison +`````````````` + +Comparison tables in HTML, ASCII and CSV formats: + + - `HTML 2t1c NDR comparison <../_static/vpp/ndrpdr-weekly-comp-2n-icx-2t1c-ndr_in.html>`_ + - `ASCII 2t1c NDR comparison <../_static/vpp/ndrpdr-weekly-comp-2n-icx-2t1c-ndr.txt>`_ + - `CSV 2t1c NDR comparison <../_static/vpp/ndrpdr-weekly-comp-2n-icx-2t1c-ndr.csv>`_ + +PDR Comparison +`````````````` + +Comparison tables in HTML, ASCII and CSV formats: + + - `HTML 2t1c PDR comparison <../_static/vpp/ndrpdr-weekly-comp-2n-icx-2t1c-pdr_in.html>`_ + - `ASCII 2t1c PDR comparison <../_static/vpp/ndrpdr-weekly-comp-2n-icx-2t1c-pdr.txt>`_ + - `CSV 2t1c PDR comparison <../_static/vpp/ndrpdr-weekly-comp-2n-icx-2t1c-pdr.csv>`_ + +3n-icx +------ + +NDR Comparison +`````````````` + +Comparison tables in HTML, ASCII and CSV formats: + + - `HTML 2t1c NDR comparison <../_static/vpp/ndrpdr-weekly-comp-3n-icx-2t1c-ndr_in.html>`_ + - `ASCII 2t1c NDR comparison <../_static/vpp/ndrpdr-weekly-comp-3n-icx-2t1c-ndr.txt>`_ + - `CSV 2t1c NDR comparison <../_static/vpp/ndrpdr-weekly-comp-3n-icx-2t1c-ndr.csv>`_ + +PDR Comparison +`````````````` + +Comparison tables in HTML, ASCII and CSV formats: + + - `HTML 2t1c PDR comparison <../_static/vpp/ndrpdr-weekly-comp-3n-icx-2t1c-pdr_in.html>`_ + - `ASCII 2t1c PDR comparison <../_static/vpp/ndrpdr-weekly-comp-3n-icx-2t1c-pdr.txt>`_ + - `CSV 2t1c PDR comparison <../_static/vpp/ndrpdr-weekly-comp-3n-icx-2t1c-pdr.csv>`_ + 2n-skx ------ diff --git a/docs/cpta/ndrpdr_trending/container_memif-2n-icx-xxv710.rst b/docs/cpta/ndrpdr_trending/container_memif-2n-icx-xxv710.rst new file mode 100644 index 0000000000..08fbc09d9c --- /dev/null +++ b/docs/cpta/ndrpdr_trending/container_memif-2n-icx-xxv710.rst @@ -0,0 +1,33 @@ +2n-icx-xxv710 +------------- + +64b-memif-base +`````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
diff --git a/docs/cpta/ndrpdr_trending/container_memif.rst b/docs/cpta/ndrpdr_trending/container_memif.rst index 096f02d535..e9efeae1a4 100644 --- a/docs/cpta/ndrpdr_trending/container_memif.rst +++ b/docs/cpta/ndrpdr_trending/container_memif.rst @@ -3,6 +3,7 @@ LXC/DRC Container Memif .. toctree:: + container_memif-2n-icx-xxv710 container_memif-2n-clx-xxv710 container_memif-2n-clx-cx556a container_memif-2n-skx-xxv710 diff --git a/docs/cpta/ndrpdr_trending/ip4-2n-icx-xxv710.rst b/docs/cpta/ndrpdr_trending/ip4-2n-icx-xxv710.rst new file mode 100644 index 0000000000..139e18d981 --- /dev/null +++ b/docs/cpta/ndrpdr_trending/ip4-2n-icx-xxv710.rst @@ -0,0 +1,132 @@ +2n-icx-xxv710 +------------- + +64b-ip4routing-base-scale-avf +````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +64b-ip4routing-features-avf +``````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +64b-ip4routing-base-scale-dpdk +`````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +64b-ip4routing-base-scale-af_xdp +```````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
diff --git a/docs/cpta/ndrpdr_trending/ip4-3n-icx-xxv710.rst b/docs/cpta/ndrpdr_trending/ip4-3n-icx-xxv710.rst new file mode 100644 index 0000000000..d8370fe45d --- /dev/null +++ b/docs/cpta/ndrpdr_trending/ip4-3n-icx-xxv710.rst @@ -0,0 +1,33 @@ +3n-icx-xxv710 +------------- + +64b-ip4routing-base +``````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
diff --git a/docs/cpta/ndrpdr_trending/ip4.rst b/docs/cpta/ndrpdr_trending/ip4.rst index 8ceb814875..4293476fae 100644 --- a/docs/cpta/ndrpdr_trending/ip4.rst +++ b/docs/cpta/ndrpdr_trending/ip4.rst @@ -3,6 +3,8 @@ IPv4 Routing .. toctree:: + ip4-2n-icx-xxv710 + ip4-3n-icx-xxv710 ip4-2n-clx-xxv710 ip4-2n-clx-x710 ip4-2n-clx-cx556a diff --git a/docs/cpta/ndrpdr_trending/ip4_tunnels-2n-icx-xxv710.rst b/docs/cpta/ndrpdr_trending/ip4_tunnels-2n-icx-xxv710.rst new file mode 100644 index 0000000000..2719060f51 --- /dev/null +++ b/docs/cpta/ndrpdr_trending/ip4_tunnels-2n-icx-xxv710.rst @@ -0,0 +1,33 @@ +2n-icx-xxv710 +------------- + +64b-ethip4-ethip4udpgeneve-avf +`````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
diff --git a/docs/cpta/ndrpdr_trending/ip4_tunnels-3n-icx-xxv710.rst b/docs/cpta/ndrpdr_trending/ip4_tunnels-3n-icx-xxv710.rst new file mode 100644 index 0000000000..27e0b225d3 --- /dev/null +++ b/docs/cpta/ndrpdr_trending/ip4_tunnels-3n-icx-xxv710.rst @@ -0,0 +1,33 @@ +3n-icx-xxv710 +------------- + +64b-ip4tunnel-base +`````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
diff --git a/docs/cpta/ndrpdr_trending/ip4_tunnels.rst b/docs/cpta/ndrpdr_trending/ip4_tunnels.rst index 7910693079..00cb111376 100644 --- a/docs/cpta/ndrpdr_trending/ip4_tunnels.rst +++ b/docs/cpta/ndrpdr_trending/ip4_tunnels.rst @@ -3,4 +3,6 @@ IPv4 Tunnels .. toctree:: + ip4_tunnels-2n-icx-xxv710 + ip4_tunnels-3n-icx-xxv710 ip4_tunnels-3n-skx-xxv710 diff --git a/docs/cpta/ndrpdr_trending/ip6-2n-icx-xxv710.rst b/docs/cpta/ndrpdr_trending/ip6-2n-icx-xxv710.rst new file mode 100644 index 0000000000..9e8fd52a95 --- /dev/null +++ b/docs/cpta/ndrpdr_trending/ip6-2n-icx-xxv710.rst @@ -0,0 +1,101 @@ +2n-icx-xxv710 +------------- + +78b-ip6routing-base-scale-avf +````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +78b-ip6routing-base-scale-dpdk +`````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +78b-ip6routing-base-scale-af_xdp +```````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
diff --git a/docs/cpta/ndrpdr_trending/ip6-3n-icx-xxv710.rst b/docs/cpta/ndrpdr_trending/ip6-3n-icx-xxv710.rst new file mode 100644 index 0000000000..9c0c49aaba --- /dev/null +++ b/docs/cpta/ndrpdr_trending/ip6-3n-icx-xxv710.rst @@ -0,0 +1,33 @@ +3n-icx-xxv710 +------------- + +78b-ip6routing-base +``````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
diff --git a/docs/cpta/ndrpdr_trending/ip6.rst b/docs/cpta/ndrpdr_trending/ip6.rst index 470f88eeb2..02a846a19f 100644 --- a/docs/cpta/ndrpdr_trending/ip6.rst +++ b/docs/cpta/ndrpdr_trending/ip6.rst @@ -3,6 +3,8 @@ IPv6 Routing .. toctree:: + ip6-2n-icx-xxv710 + ip6-3n-icx-xxv710 ip6-2n-clx-xxv710 ip6-2n-clx-x710 ip6-2n-clx-cx556a diff --git a/docs/cpta/ndrpdr_trending/ipsec-3n-icx-xxv710.rst b/docs/cpta/ndrpdr_trending/ipsec-3n-icx-xxv710.rst new file mode 100644 index 0000000000..f5d572460f --- /dev/null +++ b/docs/cpta/ndrpdr_trending/ipsec-3n-icx-xxv710.rst @@ -0,0 +1,333 @@ +3n-icx-xxv710 +------------- + +1518b-ipsec-aes128cbc-ip4routing-base-scale-sw-avf +`````````````````````````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +1518b-ipsec-aes256gcm-ip4routing-base-scale-sw-avf +`````````````````````````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +1518b-ipsec-ip4routing-base-scale-sw-dpdk +````````````````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +1518b-ipsec-scheduler-ip4routing-base-scale-sw-avf +`````````````````````````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +1518b-ipsec-scheduler-ip4routing-base-scale-sw-dpdk +``````````````````````````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ + +imix-ipsec-aes128cbc-ip4routing-base-scale-sw-avf +````````````````````````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +imix-ipsec-aes256gcm-ip4routing-base-scale-sw-avf +````````````````````````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +imix-ipsec-ip4routing-base-scale-sw-dpdk +```````````````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +imix-ipsec-scheduler-ip4routing-base-scale-sw-avf +````````````````````````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +imix-ipsec-scheduler-ip4routing-base-scale-sw-dpdk +`````````````````````````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
diff --git a/docs/cpta/ndrpdr_trending/ipsec.rst b/docs/cpta/ndrpdr_trending/ipsec.rst index 2ae36ac224..6b5646ad7a 100644 --- a/docs/cpta/ndrpdr_trending/ipsec.rst +++ b/docs/cpta/ndrpdr_trending/ipsec.rst @@ -3,4 +3,5 @@ IPSec IPv4 Routing .. toctree:: + ipsec-3n-icx-xxv710 ipsec-3n-skx-xxv710 diff --git a/docs/cpta/ndrpdr_trending/l2-2n-icx-xxv710.rst b/docs/cpta/ndrpdr_trending/l2-2n-icx-xxv710.rst new file mode 100644 index 0000000000..8f2b65b16d --- /dev/null +++ b/docs/cpta/ndrpdr_trending/l2-2n-icx-xxv710.rst @@ -0,0 +1,66 @@ +2n-icx-xxv710 +------------- + +64b-l2switching-base-scale-avf +``````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +64b-l2switching-base-scale-dpdk +``````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
diff --git a/docs/cpta/ndrpdr_trending/l2-3n-icx-xxv710.rst b/docs/cpta/ndrpdr_trending/l2-3n-icx-xxv710.rst new file mode 100644 index 0000000000..101239d70b --- /dev/null +++ b/docs/cpta/ndrpdr_trending/l2-3n-icx-xxv710.rst @@ -0,0 +1,33 @@ +3n-icx-xxv710 +------------- + +64b-l2switching-base +```````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
diff --git a/docs/cpta/ndrpdr_trending/l2.rst b/docs/cpta/ndrpdr_trending/l2.rst index a757fbf47f..e9f417c0e9 100644 --- a/docs/cpta/ndrpdr_trending/l2.rst +++ b/docs/cpta/ndrpdr_trending/l2.rst @@ -3,6 +3,8 @@ L2 Ethernet Switching .. toctree:: + l2-2n-icx-xxv710 + l2-3n-icx-xxv710 l2-2n-clx-xxv710 l2-2n-clx-x710 l2-2n-clx-cx556a diff --git a/docs/cpta/ndrpdr_trending/nat44-det-bidir-2n-icx-xxv710.rst b/docs/cpta/ndrpdr_trending/nat44-det-bidir-2n-icx-xxv710.rst new file mode 100644 index 0000000000..2de0a6653e --- /dev/null +++ b/docs/cpta/ndrpdr_trending/nat44-det-bidir-2n-icx-xxv710.rst @@ -0,0 +1,33 @@ +2n-icx-xxv710 +~~~~~~~~~~~~~ + +64b-nat44det-ip4routing-stl-bidir-avf +````````````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
diff --git a/docs/cpta/ndrpdr_trending/nat44-det-bidir.rst b/docs/cpta/ndrpdr_trending/nat44-det-bidir.rst index b917a1b0de..da1b61e1a5 100644 --- a/docs/cpta/ndrpdr_trending/nat44-det-bidir.rst +++ b/docs/cpta/ndrpdr_trending/nat44-det-bidir.rst @@ -3,5 +3,6 @@ Det BiDir .. toctree:: + nat44-det-bidir-2n-icx-xxv710 nat44-det-bidir-2n-clx-xxv710 nat44-det-bidir-2n-skx-xxv710 diff --git a/docs/cpta/ndrpdr_trending/nat44-ed-tcp-cps-2n-icx-xxv710.rst b/docs/cpta/ndrpdr_trending/nat44-ed-tcp-cps-2n-icx-xxv710.rst new file mode 100644 index 0000000000..8741029d11 --- /dev/null +++ b/docs/cpta/ndrpdr_trending/nat44-ed-tcp-cps-2n-icx-xxv710.rst @@ -0,0 +1,33 @@ +2n-icx-xxv710 +~~~~~~~~~~~~~ + +64b-nat44ed-ip4routing-tcp-stf-cps-avf +`````````````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
diff --git a/docs/cpta/ndrpdr_trending/nat44-ed-tcp-cps.rst b/docs/cpta/ndrpdr_trending/nat44-ed-tcp-cps.rst index 0a884f4f9f..9e3c744ad1 100644 --- a/docs/cpta/ndrpdr_trending/nat44-ed-tcp-cps.rst +++ b/docs/cpta/ndrpdr_trending/nat44-ed-tcp-cps.rst @@ -3,5 +3,6 @@ ED TCP CPS .. toctree:: + nat44-ed-tcp-cps-2n-icx-xxv710 nat44-ed-tcp-cps-2n-clx-xxv710 nat44-ed-tcp-cps-2n-skx-xxv710 diff --git a/docs/cpta/ndrpdr_trending/nat44-ed-tcp-tput-2n-icx-xxv710.rst b/docs/cpta/ndrpdr_trending/nat44-ed-tcp-tput-2n-icx-xxv710.rst new file mode 100644 index 0000000000..5da26f7b82 --- /dev/null +++ b/docs/cpta/ndrpdr_trending/nat44-ed-tcp-tput-2n-icx-xxv710.rst @@ -0,0 +1,33 @@ +2n-icx-xxv710 +~~~~~~~~~~~~~ + +64b-nat44ed-ip4routing-tcp-tput-avf +``````````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
diff --git a/docs/cpta/ndrpdr_trending/nat44-ed-tcp-tput.rst b/docs/cpta/ndrpdr_trending/nat44-ed-tcp-tput.rst index 89cf35a7da..22a9e93592 100644 --- a/docs/cpta/ndrpdr_trending/nat44-ed-tcp-tput.rst +++ b/docs/cpta/ndrpdr_trending/nat44-ed-tcp-tput.rst @@ -3,5 +3,6 @@ ED TCP TPUT .. toctree:: + nat44-ed-tcp-tput-2n-icx-xxv710 nat44-ed-tcp-tput-2n-clx-xxv710 nat44-ed-tcp-tput-2n-skx-xxv710 diff --git a/docs/cpta/ndrpdr_trending/nat44-ed-udp-cps-2n-icx-xxv710.rst b/docs/cpta/ndrpdr_trending/nat44-ed-udp-cps-2n-icx-xxv710.rst new file mode 100644 index 0000000000..d4c79835f9 --- /dev/null +++ b/docs/cpta/ndrpdr_trending/nat44-ed-udp-cps-2n-icx-xxv710.rst @@ -0,0 +1,33 @@ +2n-icx-xxv710 +~~~~~~~~~~~~~ + +64b-nat44ed-ip4routing-udp-stf-cps-avf +`````````````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
diff --git a/docs/cpta/ndrpdr_trending/nat44-ed-udp-cps.rst b/docs/cpta/ndrpdr_trending/nat44-ed-udp-cps.rst index 904290d4b9..8540fdfd12 100644 --- a/docs/cpta/ndrpdr_trending/nat44-ed-udp-cps.rst +++ b/docs/cpta/ndrpdr_trending/nat44-ed-udp-cps.rst @@ -3,5 +3,6 @@ ED UDP CPS .. toctree:: + nat44-ed-udp-cps-2n-icx-xxv710 nat44-ed-udp-cps-2n-clx-xxv710 nat44-ed-udp-cps-2n-skx-xxv710 diff --git a/docs/cpta/ndrpdr_trending/nat44-ed-udp-tput-2n-icx-xxv710.rst b/docs/cpta/ndrpdr_trending/nat44-ed-udp-tput-2n-icx-xxv710.rst new file mode 100644 index 0000000000..15ea35f62a --- /dev/null +++ b/docs/cpta/ndrpdr_trending/nat44-ed-udp-tput-2n-icx-xxv710.rst @@ -0,0 +1,33 @@ +2n-icx-xxv710 +~~~~~~~~~~~~~ + +64b-nat44ed-ip4routing-udp-tput-avf +``````````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
diff --git a/docs/cpta/ndrpdr_trending/nat44-ed-udp-tput.rst b/docs/cpta/ndrpdr_trending/nat44-ed-udp-tput.rst index 786b35d7f7..d611618e24 100644 --- a/docs/cpta/ndrpdr_trending/nat44-ed-udp-tput.rst +++ b/docs/cpta/ndrpdr_trending/nat44-ed-udp-tput.rst @@ -3,5 +3,6 @@ ED UDP TPUT .. toctree:: + nat44-ed-udp-tput-2n-icx-xxv710 nat44-ed-udp-tput-2n-clx-xxv710 nat44-ed-udp-tput-2n-skx-xxv710 diff --git a/docs/cpta/ndrpdr_trending/nat44-ed-unidir-2n-icx-xxv710.rst b/docs/cpta/ndrpdr_trending/nat44-ed-unidir-2n-icx-xxv710.rst new file mode 100644 index 0000000000..69cb136a15 --- /dev/null +++ b/docs/cpta/ndrpdr_trending/nat44-ed-unidir-2n-icx-xxv710.rst @@ -0,0 +1,33 @@ +2n-icx-xxv710 +~~~~~~~~~~~~~ + +64b-nat44ed-ip4routing-stl-unidir-avf +````````````````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
diff --git a/docs/cpta/ndrpdr_trending/nat44-ed-unidir.rst b/docs/cpta/ndrpdr_trending/nat44-ed-unidir.rst index 86b7dae710..072f9a1d9c 100644 --- a/docs/cpta/ndrpdr_trending/nat44-ed-unidir.rst +++ b/docs/cpta/ndrpdr_trending/nat44-ed-unidir.rst @@ -3,5 +3,6 @@ ED UniDir .. toctree:: + nat44-ed-unidir-2n-icx-xxv710 nat44-ed-unidir-2n-clx-xxv710 nat44-ed-unidir-2n-skx-xxv710 diff --git a/docs/cpta/ndrpdr_trending/srv6-3n-icx-xxv710.rst b/docs/cpta/ndrpdr_trending/srv6-3n-icx-xxv710.rst new file mode 100644 index 0000000000..ba037d2dc3 --- /dev/null +++ b/docs/cpta/ndrpdr_trending/srv6-3n-icx-xxv710.rst @@ -0,0 +1,33 @@ +3n-icx-xxv710 +------------- + +78b-srv6-ip6routing-base-avf +```````````````````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
diff --git a/docs/cpta/ndrpdr_trending/srv6.rst b/docs/cpta/ndrpdr_trending/srv6.rst index 7126f384d6..152bca3427 100644 --- a/docs/cpta/ndrpdr_trending/srv6.rst +++ b/docs/cpta/ndrpdr_trending/srv6.rst @@ -3,4 +3,5 @@ SRv6 Routing .. toctree:: + srv6-3n-icx-xxv710 srv6-3n-skx-xxv710 diff --git a/docs/cpta/ndrpdr_trending/vhost-2n-icx-xxv710.rst b/docs/cpta/ndrpdr_trending/vhost-2n-icx-xxv710.rst new file mode 100644 index 0000000000..359a87a39e --- /dev/null +++ b/docs/cpta/ndrpdr_trending/vhost-2n-icx-xxv710.rst @@ -0,0 +1,33 @@ +2n-icx-xxv710 +------------- + +64b-vhost-base +`````````````` + +2t1c-ndr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ +2t1c-pdr +:::::::: + +.. raw:: html + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
diff --git a/docs/cpta/ndrpdr_trending/vhost.rst b/docs/cpta/ndrpdr_trending/vhost.rst index 4531cacab1..ac9a835714 100644 --- a/docs/cpta/ndrpdr_trending/vhost.rst +++ b/docs/cpta/ndrpdr_trending/vhost.rst @@ -3,6 +3,7 @@ VMs vhost-user .. toctree:: + vhost-2n-icx-xxv710 vhost-2n-clx-xxv710 vhost-2n-clx-cx556a vhost-2n-skx-xxv710 diff --git a/docs/cpta/stats/dpdk_mrr.rst b/docs/cpta/stats/dpdk_mrr.rst index 9eeeaba92f..ff8f408956 100644 --- a/docs/cpta/stats/dpdk_mrr.rst +++ b/docs/cpta/stats/dpdk_mrr.rst @@ -1,6 +1,30 @@ DPDK MRR ======== +2n-icx +------ + +.. raw:: html + +
+ Links to builds: + csit-ref + +


+
+ +3n-icx +------ + +.. raw:: html + +
+ Links to builds: + csit-ref + +


+
+ 2n-clx ------ diff --git a/docs/cpta/stats/vpp_ndrpdr.rst b/docs/cpta/stats/vpp_ndrpdr.rst index 7cb6fe2248..ca278115a7 100644 --- a/docs/cpta/stats/vpp_ndrpdr.rst +++ b/docs/cpta/stats/vpp_ndrpdr.rst @@ -1,6 +1,30 @@ VPP NDRPDR ========== +2n-icx +------ + +.. raw:: html + +
+ Links to builds: + csit-ref + +


+
+ +3n-icx +------ + +.. raw:: html + +
+ Links to builds: + csit-ref + +


+
+ 2n-clx ------ diff --git a/docs/cpta/trending/dpdk-2n-clx-xxv710.rst b/docs/cpta/trending/dpdk-2n-clx-xxv710.rst index bb43418130..8ff66a9efc 100644 --- a/docs/cpta/trending/dpdk-2n-clx-xxv710.rst +++ b/docs/cpta/trending/dpdk-2n-clx-xxv710.rst @@ -1,12 +1,9 @@ 2n-clx-xxv710 ------------- + 64b-testpmd-l3fwd ````````````````` -.. - 2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr - 2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr - 2t1c :::: diff --git a/docs/cpta/trending/dpdk-2n-icx-xxv710.rst b/docs/cpta/trending/dpdk-2n-icx-xxv710.rst new file mode 100644 index 0000000000..0db4f0e8b3 --- /dev/null +++ b/docs/cpta/trending/dpdk-2n-icx-xxv710.rst @@ -0,0 +1,50 @@ +2n-icx-xxv710 +------------- + +64b-testpmd-l3fwd +````````````````` + +2t1c +:::: + +.. raw:: html + + + +
+ Links to builds: + dpdk-ref, + csit-ref + +


+
+ +4t2c +:::: + +.. raw:: html + + + +
+ Links to builds: + dpdk-ref, + csit-ref + +


+
+ +8t4c +:::: + +.. raw:: html + + + +
+ Links to builds: + dpdk-ref, + csit-ref + +


+
diff --git a/docs/cpta/trending/dpdk-3n-icx-xxv710.rst b/docs/cpta/trending/dpdk-3n-icx-xxv710.rst new file mode 100644 index 0000000000..21fd2d2dfe --- /dev/null +++ b/docs/cpta/trending/dpdk-3n-icx-xxv710.rst @@ -0,0 +1,50 @@ +3n-icx-xxv710 +------------- + +64b-testpmd-l3fwd +````````````````` + +2t1c +:::: + +.. raw:: html + + + +
+ Links to builds: + dpdk-ref, + csit-ref + +


+
+ +4t2c +:::: + +.. raw:: html + + + +
+ Links to builds: + dpdk-ref, + csit-ref + +


+
+ +8t4c +:::: + +.. raw:: html + + + +
+ Links to builds: + dpdk-ref, + csit-ref + +


+
diff --git a/docs/cpta/trending/dpdk.rst b/docs/cpta/trending/dpdk.rst index be903e947f..d2f388d59c 100644 --- a/docs/cpta/trending/dpdk.rst +++ b/docs/cpta/trending/dpdk.rst @@ -3,6 +3,8 @@ DPDK .. toctree:: + dpdk-2n-icx-xxv710 + dpdk-3n-icx-xxv710 dpdk-2n-skx-xxv710 dpdk-2n-skx-x710 dpdk-3n-skx-xxv710 diff --git a/resources/tools/presentation/specifications/trending/data_sets.yaml b/resources/tools/presentation/specifications/trending/data_sets.yaml index c4e0b3e6e7..8b9a641aaf 100644 --- a/resources/tools/presentation/specifications/trending/data_sets.yaml +++ b/resources/tools/presentation/specifications/trending/data_sets.yaml @@ -41,6 +41,12 @@ table-last-failed-tests-2n-aws: csit-vpp-perf-mrr-weekly-master-2n-aws: - "lastCompletedBuild" + table-last-failed-tests-2n-icx-ndrpdr: + csit-vpp-perf-ndrpdr-weekly-master-2n-icx: + - "lastCompletedBuild" + table-last-failed-tests-3n-icx-ndrpdr: + csit-vpp-perf-ndrpdr-weekly-master-3n-icx: + - "lastCompletedBuild" table-last-failed-tests-3n-skx-ndrpdr: csit-vpp-perf-ndrpdr-weekly-master-3n-skx: - "lastCompletedBuild" @@ -76,6 +82,12 @@ end: "lastCompletedBuild" max-builds: 180 + plot-performance-trending-dpdk-2n-icx: + csit-dpdk-perf-mrr-weekly-master-2n-icx: + start: 1 + end: "lastCompletedBuild" + max-builds: 26 + # 3n-icx plot-performance-trending-vpp-3n-icx: csit-vpp-perf-mrr-daily-master-3n-icx: @@ -83,6 +95,12 @@ end: "lastCompletedBuild" max-builds: 180 + plot-performance-trending-dpdk-3n-icx: + csit-dpdk-perf-mrr-weekly-master-3n-icx: + start: 1 + end: "lastCompletedBuild" + max-builds: 26 + # 3n-skx plot-performance-trending-all-3n-skx: csit-vpp-perf-mrr-daily-master-3n-skx: @@ -234,6 +252,18 @@ max-builds: 26 # NDRPDR + plot-ndrpdr-comparison-2n-icx: + csit-vpp-perf-ndrpdr-weekly-master-2n-icx: + start: 1 + end: "lastCompletedBuild" + max-builds: 26 + + plot-ndrpdr-comparison-3n-icx: + csit-vpp-perf-ndrpdr-weekly-master-3n-icx: + start: 1 + end: "lastCompletedBuild" + max-builds: 26 + plot-ndrpdr-comparison-2n-skx: csit-vpp-perf-ndrpdr-weekly-master-2n-skx: start: 76 @@ -252,6 +282,20 @@ end: "lastCompletedBuild" max-builds: 26 + table-ndrpdr-comparison-2n-icx: + csit-vpp-perf-ndrpdr-weekly-master-2n-icx: + start: 1 + end: "lastCompletedBuild" + max-builds: 26 + reverse: True # Must be reversed + + table-ndrpdr-comparison-3n-icx: + csit-vpp-perf-ndrpdr-weekly-master-3n-icx: + start: 1 + end: "lastCompletedBuild" + max-builds: 26 + reverse: True # Must be reversed + table-ndrpdr-comparison-2n-skx: csit-vpp-perf-ndrpdr-weekly-master-2n-skx: start: 76 diff --git a/resources/tools/presentation/specifications/trending/elements.yaml b/resources/tools/presentation/specifications/trending/elements.yaml index 8e5a73f5e7..ca382fa16e 100644 --- a/resources/tools/presentation/specifications/trending/elements.yaml +++ b/resources/tools/presentation/specifications/trending/elements.yaml @@ -10,6 +10,22 @@ layout: layout: "plot-statistics" +- type: "plot" + title: "Statistics: 2n-icx ndrpdr" + algorithm: "plot_statistics" + output-file: "{DIR[STATIC,VPP]}/stats-2n-icx-ndrpdr" + data: "plot-ndrpdr-comparison-2n-icx" + layout: + layout: "plot-statistics" + +- type: "plot" + title: "Statistics: DPDK 2n-icx mrr" + algorithm: "plot_statistics" + output-file: "{DIR[STATIC,VPP]}/stats-dpdk-2n-icx-mrr" + data: "plot-performance-trending-dpdk-2n-icx" + layout: + layout: "plot-statistics" + - type: "plot" title: "Statistics: 3n-icx mrr" algorithm: "plot_statistics" @@ -18,6 +34,22 @@ layout: layout: "plot-statistics" +- type: "plot" + title: "Statistics: 3n-icx ndrpdr" + algorithm: "plot_statistics" + output-file: "{DIR[STATIC,VPP]}/stats-3n-icx-ndrpdr" + data: "plot-ndrpdr-comparison-3n-icx" + layout: + layout: "plot-statistics" + +- type: "plot" + title: "Statistics: DPDK 3n-icx mrr" + algorithm: "plot_statistics" + output-file: "{DIR[STATIC,VPP]}/stats-dpdk-3n-icx-mrr" + data: "plot-performance-trending-dpdk-3n-icx" + layout: + layout: "plot-statistics" + - type: "plot" title: "Statistics: 3n-skx mrr" algorithm: "plot_statistics" @@ -182,6 +214,66 @@ ### T A B L E S ### ################################################################################ +# VPP NDRPDR weekly comparison 2n-icx-xxv710 2t1c ndr +- type: "table" + title: "VPP NDRPDR weekly comparison 2n-icx-xxv710 2t1c ndr" + algorithm: "table_weekly_comparison" + output-file: "{DIR[STATIC,VPP]}/ndrpdr-weekly-comp-2n-icx-2t1c-ndr" + include-tests: "NDR" # "PDR" | "NDR" | "MRR" + data: "table-ndrpdr-comparison-2n-icx" + filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'" + nr-of-data-columns: 3 + comparisons: + - reference: -3 + compare: -1 + - reference: -2 + compare: -1 + +# VPP NDRPDR weekly comparison 2n-icx-xxv710 2t1c pdr +- type: "table" + title: "VPP NDRPDR weekly comparison 2n-icx-xxv710 2t1c pdr" + algorithm: "table_weekly_comparison" + output-file: "{DIR[STATIC,VPP]}/ndrpdr-weekly-comp-2n-icx-2t1c-pdr" + include-tests: "PDR" # "PDR" | "NDR" | "MRR" + data: "table-ndrpdr-comparison-2n-icx" + filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'" + nr-of-data-columns: 3 + comparisons: + - reference: -3 + compare: -1 + - reference: -2 + compare: -1 + +# VPP NDRPDR weekly comparison 3n-icx-xxv710 2t1c ndr +- type: "table" + title: "VPP NDRPDR weekly comparison 3n-icx-xxv710 2t1c ndr" + algorithm: "table_weekly_comparison" + output-file: "{DIR[STATIC,VPP]}/ndrpdr-weekly-comp-3n-icx-2t1c-ndr" + include-tests: "NDR" # "PDR" | "NDR" | "MRR" + data: "table-ndrpdr-comparison-3n-icx" + filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'" + nr-of-data-columns: 3 + comparisons: + - reference: -3 + compare: -1 + - reference: -2 + compare: -1 + +# VPP NDRPDR weekly comparison 3n-icx-xxv710 2t1c pdr +- type: "table" + title: "VPP NDRPDR weekly comparison 3n-icx-xxv710 2t1c pdr" + algorithm: "table_weekly_comparison" + output-file: "{DIR[STATIC,VPP]}/ndrpdr-weekly-comp-3n-icx-2t1c-pdr" + include-tests: "PDR" # "PDR" | "NDR" | "MRR" + data: "table-ndrpdr-comparison-3n-icx" + filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'" + nr-of-data-columns: 3 + comparisons: + - reference: -3 + compare: -1 + - reference: -2 + compare: -1 + # VPP NDRPDR weekly comparison 2n-skx-xxv710 2t1c ndr - type: "table" title: "VPP NDRPDR weekly comparison 2n-skx-xxv710 2t1c ndr" @@ -430,6 +522,32 @@ - "status" - "msg" +- type: "table" + title: "Last failed tests (last builds) VPP 2n-icx-ndrpdr" + algorithm: "table_last_failed_tests" + output-file-ext: ".txt" + output-file: "{DIR[STATIC,VPP]}/last-failed-tests-vpp-2n-icx-ndrpdr" + data: "table-last-failed-tests-2n-icx-ndrpdr" + filter: "'NDRPDR'" + parameters: + - "name" + - "parent" + - "status" + - "msg" + +- type: "table" + title: "Last failed tests (last builds) VPP 3n-icx-ndrpdr" + algorithm: "table_last_failed_tests" + output-file-ext: ".txt" + output-file: "{DIR[STATIC,VPP]}/last-failed-tests-vpp-3n-icx-ndrpdr" + data: "table-last-failed-tests-3n-icx-ndrpdr" + filter: "'NDRPDR'" + parameters: + - "name" + - "parent" + - "status" + - "msg" + - type: "table" title: "Last failed tests (last builds) VPP 3n-skx-ndrpdr" algorithm: "table_last_failed_tests" @@ -4172,6 +4290,17 @@ - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Mrr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-mrr" layout: "plot-cpta" +# 2n-icx DPDK + + - title: "2n-icx-xxv710-64b-{core}-dpdk" + output-file-name: "2n-icx-xxv710-64b-{core}-dpdk" + data: "plot-performance-trending-dpdk-2n-icx" + core: ["2t1c", "4t2c", "8t4c"] + include: + - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-{core}-eth-l2xcbase-testpmd-mrr" + - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-{core}-ethip4-ip4base-l3fwd-mrr" + layout: "plot-cpta" + # 3n-icx - title: "3n-icx-xxv710-1518b-{core}-ipsec-aes128cbc-ip4routing-base-scale-sw-avf" @@ -4336,6 +4465,17 @@ - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Mrr.78B-{core}-avf-ethip6srhip6-ip6base-srv6proxy-stat-mrr" layout: "plot-cpta" +# 3n-icx DPDK + + - title: "3n-icx-xxv710-64b-{core}-dpdk" + output-file-name: "3n-icx-xxv710-64b-{core}-dpdk" + data: "plot-performance-trending-dpdk-3n-icx" + core: ["2t1c", "4t2c", "8t4c"] + include: + - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-mrr.64b-{core}-eth-l2xcbase-testpmd-mrr" + - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-mrr.64b-{core}-ethip4-ip4base-l3fwd-mrr" + layout: "plot-cpta" + # 2n-tx2 - title: "2n-tx2-xl710-64b-{core}-ipsec-base-scale-sw-policy-dpdk" @@ -5068,6 +5208,421 @@ - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr" layout: "plot-cpta" +# 2n-icx NDRPDR + + - title: "2n-icx-xxv710-64b-{core}-memif-base-{test_type}" + output-file-name: "2n-icx-xxv710-64b-{core}-memif-base-{test_type}" + data: "plot-ndrpdr-comparison-2n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr" + - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr" + - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr" + - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-ndrpdr.64B-{core}-eth-l2xcbase-eth-2memif-1dcr-ndrpdr" + - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr" + - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-ndrpdr.64B-{core}-ethip4-ip4base-eth-2memif-1dcr-ndrpdr" + layout: "plot-cpta" + + - title: "2n-icx-xxv710-64b-{core}-ip4-base-scale-avf-{test_type}" + output-file-name: "2n-icx-xxv710-64b-{core}-ip4-base-scale-avf-{test_type}" + data: "plot-ndrpdr-comparison-2n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-rnd-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-rnd-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-rnd-ndrpdr" + layout: "plot-cpta" + + - title: "2n-icx-xxv710-64b-{core}-ip4-base-scale-dpdk-{test_type}" + output-file-name: "2n-icx-xxv710-64b-{core}-ip4-base-scale-dpdk-{test_type}" + data: "plot-ndrpdr-comparison-2n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-ndrpdr.64B-{core}-ethip4-ip4scale20k-rnd-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-ndrpdr.64B-{core}-ethip4-ip4scale200k-rnd-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-ndrpdr.64B-{core}-ethip4-ip4scale2m-rnd-ndrpdr" + layout: "plot-cpta" + + - title: "2n-icx-xxv710-64b-{core}-ip4-base-scale-af_xdp-{test_type}" + output-file-name: "2n-icx-xxv710-64b-{core}-ip4-base-scale-af_xdp-{test_type}" + data: "plot-ndrpdr-comparison-2n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Af-Xdp-Ethip4-Ip4Base-ndrpdr.64B-{core}-af-xdp-ethip4-ip4base-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Af-Xdp-Ethip4-Ip4Scale20K-ndrpdr.64B-{core}-af-xdp-ethip4-ip4scale20k-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Af-Xdp-Ethip4-Ip4Scale20K-Rnd-ndrpdr.64B-{core}-af-xdp-ethip4-ip4scale20k-rnd-ndrpdr" + layout: "plot-cpta" + + - title: "2n-icx-xxv710-64b-{core}-ip4-features-avf-{test_type}" + output-file-name: "2n-icx-xxv710-64b-{core}-ip4-features-avf-{test_type}" + data: "plot-ndrpdr-comparison-2n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr" + layout: "plot-cpta" + + - title: "2n-icx-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}" + output-file-name: "2n-icx-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}" + data: "plot-ndrpdr-comparison-2n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Det-H1024-P63-S64512-ndrpdr.64B-{core}-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Det-H16384-P63-S1032192-ndrpdr.64B-{core}-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Det-H65536-P63-S4128758-ndrpdr.64B-{core}-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr" + layout: "plot-cpta" + + - title: "2n-icx-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}" + output-file-name: "2n-icx-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}" + data: "plot-ndrpdr-comparison-2n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Udir-ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr" + layout: "plot-cpta" + + - title: "2n-icx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}" + output-file-name: "2n-icx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}" + data: "plot-ndrpdr-comparison-2n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-H1024-P63-S64512-Cps-ndrpdr.64B-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-H16384-P63-S1032192-Cps-ndrpdr.64B-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-H65536-P63-S4128768-Cps-ndrpdr.64B-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Cps-ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Cps-ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Cps-ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr" + layout: "plot-cpta-cps" + + - title: "2n-icx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}" + output-file-name: "2n-icx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}" + data: "plot-ndrpdr-comparison-2n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Ip4Base-H1024-P63-S64512-Cps-ndrpdr.64B-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Ip4Base-H16384-P63-S1032192-Cps-ndrpdr.64B-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Ip4Base-H65536-P63-S4128768-Cps-ndrpdr.64B-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Cps-ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Cps-ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Cps-ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr" + layout: "plot-cpta-cps" + + - title: "2n-icx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}" + output-file-name: "2n-icx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}" + data: "plot-ndrpdr-comparison-2n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr" + layout: "plot-cpta" + + - title: "2n-icx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}" + output-file-name: "2n-icx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}" + data: "plot-ndrpdr-comparison-2n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr" + - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr" + layout: "plot-cpta" + + - title: "2n-icx-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}" + output-file-name: "2n-icx-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}" + data: "plot-ndrpdr-comparison-2n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr" + - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr" + - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr" + - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr" + - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr" + layout: "plot-cpta" + + - title: "2n-icx-xxv710-78b-{core}-ip6-base-scale-avf-{test_type}" + output-file-name: "2n-icx-xxv710-78b-{core}-ip6-base-scale-avf-{test_type}" + data: "plot-ndrpdr-comparison-2n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Rnd-ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-rnd-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Rnd-ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-rnd-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Rnd-ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-rnd-ndrpdr" + layout: "plot-cpta" + + - title: "2n-icx-xxv710-78b-{core}-ip6-base-scale-dpdk-{test_type}" + output-file-name: "2n-icx-xxv710-78b-{core}-ip6-base-scale-dpdk-{test_type}" + data: "plot-ndrpdr-comparison-2n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Rnd-ndrpdr.78B-{core}-ethip6-ip6scale20k-rnd-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Rnd-ndrpdr.78B-{core}-ethip6-ip6scale200k-rnd-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Rnd-ndrpdr.78B-{core}-ethip6-ip6scale2m-rnd-ndrpdr" + layout: "plot-cpta" + + - title: "2n-icx-xxv710-78b-{core}-ip6-base-scale-af_xdp-{test_type}" + output-file-name: "2n-icx-xxv710-78b-{core}-ip6-base-scale-af_xdp-{test_type}" + data: "plot-ndrpdr-comparison-2n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Af-Xdp-Ethip6-Ip6Base-ndrpdr.78B-{core}-af-xdp-ethip6-ip6base-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Af-Xdp-Ethip6-Ip6Scale20K-ndrpdr.78B-{core}-af-xdp-ethip6-ip6scale20k-ndrpdr" + - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Af-Xdp-Ethip6-Ip6Scale20K-Rnd-ndrpdr.78B-{core}-af-xdp-ethip6-ip6scale20k-rnd-ndrpdr" + layout: "plot-cpta" + + - title: "2n-icx-xxv710-64b-{core}-l2-base-scale-avf-{test_type}" + output-file-name: "2n-icx-xxv710-64b-{core}-l2-base-scale-avf-{test_type}" + data: "plot-ndrpdr-comparison-2n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-ndrpdr.64B-{core}-avf-eth-l2bdscale10kmaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-ndrpdr.64B-{core}-avf-eth-l2bdscale100kmaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-ndrpdr.64B-{core}-avf-eth-l2bdscale1mmaclrn-ndrpdr" + layout: "plot-cpta" + + - title: "2n-icx-xxv710-64b-{core}-l2-base-scale-dpdk-{test_type}" + output-file-name: "2n-icx-xxv710-64b-{core}-l2-base-scale-dpdk-{test_type}" + data: "plot-ndrpdr-comparison-2n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-ndrpdr.64B-{core}-eth-l2patch-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr" + layout: "plot-cpta" + + - title: "2n-icx-xxv710-64b-{core}-vhost-base-{test_type}" + output-file-name: "2n-icx-xxv710-64b-{core}-vhost-base-{test_type}" + data: "plot-ndrpdr-comparison-2n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr" + - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr" + - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr" + - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr" + - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr" + - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr" + layout: "plot-cpta" + +# 3n-icx NDRPDR + + - title: "3n-icx-xxv710-1518b-{core}-ipsec-aes128cbc-ip4routing-base-scale-sw-avf-{test_type}" + output-file-name: "3n-icx-xxv710-1518b-{core}-ipsec-aes128cbc-ip4routing-base-scale-sw-avf-{test_type}" + data: "plot-ndrpdr-comparison-3n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-ndrpdr.1518B-{core}-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr" + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec40Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-ndrpdr.1518B-{core}-avf-ethip4ipsec40tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr" + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-ndrpdr.1518B-{core}-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr" + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-ndrpdr.1518B-{core}-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr" + layout: "plot-cpta" + + - title: "3n-icx-xxv710-1518b-{core}-ipsec-aes256gcm-ip4routing-base-scale-sw-avf-{test_type}" + output-file-name: "3n-icx-xxv710-1518b-{core}-ipsec-aes256gcm-ip4routing-base-scale-sw-avf-{test_type}" + data: "plot-ndrpdr-comparison-3n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-ndrpdr.1518B-{core}-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr" + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec40Tnlsw-Ip4Base-Int-Aes256Gcm-ndrpdr.1518B-{core}-avf-ethip4ipsec40tnlsw-ip4base-int-aes256gcm-ndrpdr" + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-ndrpdr.1518B-{core}-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr" + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-ndrpdr.1518B-{core}-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr" + layout: "plot-cpta" + + - title: "3n-icx-xxv710-1518b-{core}-ipsec-ip4routing-base-scale-sw-dpdk-{test_type}" + output-file-name: "3n-icx-xxv710-1518b-{core}-ipsec-ip4routing-base-scale-sw-dpdk-{test_type}" + data: "plot-ndrpdr-comparison-3n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-ndrpdr.1518B-{core}-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr" + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec40Tnlsw-Ip4Base-Int-Aes256Gcm-ndrpdr.1518B-{core}-ethip4ipsec40tnlsw-ip4base-int-aes256gcm-ndrpdr" + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-ndrpdr.1518B-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr" + layout: "plot-cpta" + + - title: "3n-icx-xxv710-1518b-{core}-ipsec-scheduler-ip4routing-base-scale-sw-avf-{test_type}" + output-file-name: "3n-icx-xxv710-1518b-{core}-ipsec-scheduler-ip4routing-base-scale-sw-avf-{test_type}" + data: "plot-ndrpdr-comparison-3n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1Tnlswasync-Scheduler-Ip4Base-Int-Aes128Cbc-Hmac512Sha-ndrpdr.1518B-{core}-avf-ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha-ndrpdr" + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec8Tnlswasync-Scheduler-Ip4Base-Int-Aes128Cbc-Hmac512Sha-ndrpdr.1518B-{core}-avf-ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha-ndrpdr" + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1Tnlswasync-Scheduler-Ip4Base-Int-Aes256Gcm-ndrpdr.1518B-{core}-avf-ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes256gcm-ndrpdr" + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec8Tnlswasync-Scheduler-Ip4Base-Int-Aes256Gcm-ndrpdr.1518B-{core}-avf-ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes256gcm-ndrpdr" + layout: "plot-cpta" + + - title: "3n-icx-xxv710-1518b-{core}-ipsec-scheduler-ip4routing-base-scale-sw-dpdk-{test_type}" + output-file-name: "3n-icx-xxv710-1518b-{core}-ipsec-scheduler-ip4routing-base-scale-sw-dpdk-{test_type}" + data: "plot-ndrpdr-comparison-3n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1Tnlswasync-Scheduler-Ip4Base-Int-Aes256Gcm-ndrpdr.1518B-{core}-ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes256gcm-ndrpdr" + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec8Tnlswasync-Scheduler-Ip4Base-Int-Aes256Gcm-ndrpdr.1518B-{core}-ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes256gcm-ndrpdr" + layout: "plot-cpta" + + - title: "3n-icx-xxv710-imix-{core}-ipsec-aes128cbc-ip4routing-base-scale-sw-avf-{test_type}" + output-file-name: "3n-icx-xxv710-imix-{core}-ipsec-aes128cbc-ip4routing-base-scale-sw-avf-{test_type}" + data: "plot-ndrpdr-comparison-3n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-ndrpdr.imix-{core}-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr" + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec40Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-ndrpdr.imix-{core}-avf-ethip4ipsec40tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr" + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-ndrpdr.imix-{core}-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr" + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-ndrpdr.imix-{core}-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr" + layout: "plot-cpta" + + - title: "3n-icx-xxv710-imix-{core}-ipsec-aes256gcm-ip4routing-base-scale-sw-avf-{test_type}" + output-file-name: "3n-icx-xxv710-imix-{core}-ipsec-aes256gcm-ip4routing-base-scale-sw-avf-{test_type}" + data: "plot-ndrpdr-comparison-3n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-ndrpdr.imix-{core}-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr" + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec40Tnlsw-Ip4Base-Int-Aes256Gcm-ndrpdr.imix-{core}-avf-ethip4ipsec40tnlsw-ip4base-int-aes256gcm-ndrpdr" + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-ndrpdr.imix-{core}-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr" + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-ndrpdr.imix-{core}-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr" + layout: "plot-cpta" + + - title: "3n-icx-xxv710-imix-{core}-ipsec-ip4routing-base-scale-sw-dpdk-{test_type}" + output-file-name: "3n-icx-xxv710-imix-{core}-ipsec-ip4routing-base-scale-sw-dpdk-{test_type}" + data: "plot-ndrpdr-comparison-3n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-ndrpdr.imix-{core}-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr" + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec40Tnlsw-Ip4Base-Int-Aes256Gcm-ndrpdr.imix-{core}-ethip4ipsec40tnlsw-ip4base-int-aes256gcm-ndrpdr" + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-ndrpdr.imix-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr" + layout: "plot-cpta" + + - title: "3n-icx-xxv710-imix-{core}-ipsec-scheduler-ip4routing-base-scale-sw-avf-{test_type}" + output-file-name: "3n-icx-xxv710-imix-{core}-ipsec-scheduler-ip4routing-base-scale-sw-avf-{test_type}" + data: "plot-ndrpdr-comparison-3n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1Tnlswasync-Scheduler-Ip4Base-Int-Aes128Cbc-Hmac512Sha-ndrpdr.imix-{core}-avf-ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha-ndrpdr" + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec8Tnlswasync-Scheduler-Ip4Base-Int-Aes128Cbc-Hmac512Sha-ndrpdr.imix-{core}-avf-ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes128cbc-hmac512sha-ndrpdr" + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1Tnlswasync-Scheduler-Ip4Base-Int-Aes256Gcm-ndrpdr.imix-{core}-avf-ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes256gcm-ndrpdr" + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec8Tnlswasync-Scheduler-Ip4Base-Int-Aes256Gcm-ndrpdr.imix-{core}-avf-ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes256gcm-ndrpdr" + layout: "plot-cpta" + + - title: "3n-icx-xxv710-imix-{core}-ipsec-scheduler-ip4routing-base-scale-sw-dpdk-{test_type}" + output-file-name: "3n-icx-xxv710-imix-{core}-ipsec-scheduler-ip4routing-base-scale-sw-dpdk-{test_type}" + data: "plot-ndrpdr-comparison-3n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1Tnlswasync-Scheduler-Ip4Base-Int-Aes256Gcm-ndrpdr.imix-{core}-ethip4ipsec1tnlswasync-scheduler-ip4base-int-aes256gcm-ndrpdr" + - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec8Tnlswasync-Scheduler-Ip4Base-Int-Aes256Gcm-ndrpdr.imix-{core}-ethip4ipsec8tnlswasync-scheduler-ip4base-int-aes256gcm-ndrpdr" + layout: "plot-cpta" + + - title: "3n-icx-xxv710-64b-{core}-ip4-base-{test_type}" + output-file-name: "3n-icx-xxv710-64b-{core}-ip4-base-{test_type}" + data: "plot-ndrpdr-comparison-3n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr" + - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr" + layout: "plot-cpta" + + - title: "3n-icx-xxv710-64b-{core}-ip4-tunnels-base-{test_type}" + output-file-name: "3n-icx-xxv710-64b-{core}-ip4-tunnels-base-{test_type}" + data: "plot-ndrpdr-comparison-3n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Gtpusw-Ip4Base-ndrpdr.64B-{core}-avf-ethip4gtpusw-ip4base-ndrpdr" + - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-ndrpdr.64B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr" + - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-ndrpdr.64B-{core}-avf-ethip4vxlan-l2xcbase-ndrpdr" + - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Gtpusw-Ip4Base-ndrpdr.64B-{core}-ethip4gtpusw-ip4base-ndrpdr" + - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-ndrpdr.64B-{core}-ethip4vxlan-l2bdbasemaclrn-ndrpdr" + - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-ndrpdr.64B-{core}-ethip4vxlan-l2xcbase-ndrpdr" + layout: "plot-cpta" + + - title: "3n-icx-xxv710-78b-{core}-ip6-base-{test_type}" + output-file-name: "3n-icx-xxv710-78b-{core}-ip6-base-{test_type}" + data: "plot-ndrpdr-comparison-3n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr" + - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr" + layout: "plot-cpta" + + - title: "3n-icx-xxv710-64b-{core}-l2-base-{test_type}" + output-file-name: "3n-icx-xxv710-64b-{core}-l2-base-{test_type}" + data: "plot-ndrpdr-comparison-3n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr" + - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr" + - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr" + - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-ndrpdr.64B-{core}-eth-l2patch-ndrpdr" + - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr" + - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr" + layout: "plot-cpta" + + - title: "3n-icx-xxv710-78b-{core}-srv6-base-avf-{test_type}" + output-file-name: "3n-icx-xxv710-78b-{core}-srv6-base-avf-{test_type}" + data: "plot-ndrpdr-comparison-3n-icx" + core: ["2t1c", ] + test-type: ["ndr", "pdr"] + include: + - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-ndrpdr.78B-{core}-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr" + - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-ndrpdr.78B-{core}-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr" + - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-ndrpdr.78B-{core}-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr" + - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-ndrpdr.78B-{core}-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr" + - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-ndrpdr.78B-{core}-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr" + - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-ndrpdr.78B-{core}-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr" + layout: "plot-cpta" + # 2n-skx memif - title: "2n-skx-xxv710-64b-{core}-memif-base-avf-{test_type}" -- 2.16.6