From 98f82b5dbcd16878b5ebc5e0cb1f6f2657d48c65 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 29 Nov 2021 06:37:15 +0100 Subject: [PATCH] Trending: Add ethip4ipsecNspe tests for 2n-tx2 Change-Id: I59315e7ab10b6773cc17c72bae7e73774755efb5 Signed-off-by: Tibor Frank --- docs/cpta/trending/ipsec-2n-tx2-xl710.rst | 66 +++++++++++++++++++--- resources/tools/presentation/generator_tables.py | 2 + .../specifications/trending/elements.yaml | 13 +++++ 3 files changed, 73 insertions(+), 8 deletions(-) diff --git a/docs/cpta/trending/ipsec-2n-tx2-xl710.rst b/docs/cpta/trending/ipsec-2n-tx2-xl710.rst index 13b317e2b0..8ffe589c9b 100644 --- a/docs/cpta/trending/ipsec-2n-tx2-xl710.rst +++ b/docs/cpta/trending/ipsec-2n-tx2-xl710.rst @@ -1,16 +1,66 @@ 2n-tx2-xl710 ------------ -64b-ipsec-ip4routing-base-scale-sw-policy -````````````````````````````````````````` + +64b-ipsec-spe-ip4routing-base-scale +``````````````````````````````````` + +1t1c +:::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


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


+
+ +4t4c +:::: + +.. raw:: html + + + +
+ Links to builds: + vpp-ref, + csit-ref + +


+
+ + +64b-ipsec-ip4routing-base-scale-sw +`````````````````````````````````` 1t1c :::: .. raw:: html - - + +
Links to builds: vpp-ref, @@ -24,8 +74,8 @@ .. raw:: html - - + +
Links to builds: vpp-ref, @@ -39,8 +89,8 @@ .. raw:: html - - + +
Links to builds: vpp-ref, diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 28f42ec089..917f0412f5 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -1279,6 +1279,8 @@ def _generate_url(testbed, test_name): bsf += u"-sw" elif u"hw" in test_name: bsf += u"-hw" + elif u"spe" in test_name: + bsf += u"-spe" elif u"ethip4vxlan" in test_name: domain = u"ip4_tunnels" elif u"ethip4udpgeneve" in test_name: diff --git a/resources/tools/presentation/specifications/trending/elements.yaml b/resources/tools/presentation/specifications/trending/elements.yaml index 9afd0e00ec..5648198e4c 100644 --- a/resources/tools/presentation/specifications/trending/elements.yaml +++ b/resources/tools/presentation/specifications/trending/elements.yaml @@ -3794,6 +3794,19 @@ - "Tests.Vpp.Perf.Crypto.2N1L-40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Policy-Aes128Cbc-Hmac512Sha-Udir-Mrr.64B-{core}-ethip4ipsec1000tnlsw-ip4base-policy-aes128cbc-hmac512sha-udir-mrr" layout: "plot-cpta" + - title: "2n-tx2-xl710-64b-{core}-ipsec-spe-base-scale-dpdk" + output-file-name: "2n-tx2-xl710-64b-{core}-ipsec-spe-base-scale-dpdk" + data: "plot-performance-trending-vpp-2n-tx2" + core: ["1t1c", "2t2c", "4t4c"] + include: + - "Tests.Vpp.Perf.Crypto.2N1L-40Ge2P1Xl710-Ethip4Ipsec1Spe-Ip4Base-Policy-Outbound-Nocrypto-Mrr.64B-{core}-ethip4ipsec1spe-ip4base-policy-outbound-nocrypto-mrr" + - "Tests.Vpp.Perf.Crypto.2N1L-40Ge2P1Xl710-Ethip4Ipsec1Spe-Cache-Ip4Base-Policy-Outbound-Nocrypto-Mrr.64B-{core}-ethip4ipsec1spe-cache-ip4base-policy-outbound-nocrypto-mrr" + - "Tests.Vpp.Perf.Crypto.2N1L-40Ge2P1Xl710-Ethip4Ipsec100Spe-Ip4Base-Policy-Outbound-Nocrypto-Mrr.64B-{core}-ethip4ipsec100spe-ip4base-policy-outbound-nocrypto-mrr" + - "Tests.Vpp.Perf.Crypto.2N1L-40Ge2P1Xl710-Ethip4Ipsec100Spe-Cache-Ip4Base-Policy-Outbound-Nocrypto-Mrr.64B-{core}-ethip4ipsec100spe-cache-ip4base-policy-outbound-nocrypto-mrr" + - "Tests.Vpp.Perf.Crypto.2N1L-40Ge2P1Xl710-Ethip4Ipsec1000Spe-Ip4Base-Policy-Outbound-Nocrypto-Mrr.64B-{core}-ethip4ipsec1000spe-ip4base-policy-outbound-nocrypto-mrr" + - "Tests.Vpp.Perf.Crypto.2N1L-40Ge2P1Xl710-Ethip4Ipsec1000Spe-Cache-Ip4Base-Policy-Outbound-Nocrypto-Mrr.64B-{core}-ethip4ipsec1000spe-cache-ip4base-policy-outbound-nocrypto-mrr" + layout: "plot-cpta" + - title: "2n-tx2-xl710-1518b-{core}-ipsec-base-scale-sw-cbc-dpdk" output-file-name: "2n-tx2-xl710-1518b-{core}-ipsec-base-scale-sw-cbc-dpdk" data: "plot-performance-trending-vpp-2n-tx2" -- 2.16.6