diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-11-29 06:37:15 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-11-29 06:41:42 +0100 |
commit | 98f82b5dbcd16878b5ebc5e0cb1f6f2657d48c65 (patch) | |
tree | 87124a1502c30deb8922f1841c76bdc042b39743 | |
parent | 3ac75d07fb2a5f5adda7872ad0905fcca5b3e559 (diff) |
Trending: Add ethip4ipsecNspe tests for 2n-tx2
Change-Id: I59315e7ab10b6773cc17c72bae7e73774755efb5
Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r-- | docs/cpta/trending/ipsec-2n-tx2-xl710.rst | 66 | ||||
-rw-r--r-- | resources/tools/presentation/generator_tables.py | 2 | ||||
-rw-r--r-- | resources/tools/presentation/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 + + <a name="64b-1t1c-base-spe"></a> + <a name="64b-1t1c-scale-spe"></a> + <center> + Links to builds: + <a href="https://packagecloud.io/app/fdio/master/search?dist=ubuntu%2Fbionic" target="_blank">vpp-ref</a>, + <a href="https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-2n-tx2" target="_blank">csit-ref</a> + <iframe width="1100" height="800" frameborder="0" scrolling="no" src="../_static/vpp/2n-tx2-xl710-64b-1t1c-ipsec-spe-base-scale-dpdk.html"></iframe> + <p><br></p> + </center> + +2t2c +:::: + +.. raw:: html + + <a name="64b-2t2c-base-spe"></a> + <a name="64b-2t2c-scale-spe"></a> + <center> + Links to builds: + <a href="https://packagecloud.io/app/fdio/master/search?dist=ubuntu%2Fbionic" target="_blank">vpp-ref</a>, + <a href="https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-2n-tx2" target="_blank">csit-ref</a> + <iframe width="1100" height="800" frameborder="0" scrolling="no" src="../_static/vpp/2n-tx2-xl710-64b-2t2c-ipsec-ipsec-spe-base-scale-dpdk.html"></iframe> + <p><br></p> + </center> + +4t4c +:::: + +.. raw:: html + + <a name="64b-4t4c-base-spe"></a> + <a name="64b-4t4c-scale-spe"></a> + <center> + Links to builds: + <a href="https://packagecloud.io/app/fdio/master/search?dist=ubuntu%2Fbionic" target="_blank">vpp-ref</a>, + <a href="https://jenkins.fd.io/view/csit/job/csit-vpp-perf-mrr-daily-master-2n-tx2" target="_blank">csit-ref</a> + <iframe width="1100" height="800" frameborder="0" scrolling="no" src="../_static/vpp/2n-tx2-xl710-64b-4t4c-ipsec-ipsec-spe-base-scale-dpdk.html"></iframe> + <p><br></p> + </center> + + +64b-ipsec-ip4routing-base-scale-sw +`````````````````````````````````` 1t1c :::: .. raw:: html - <a name="64b-1t1c-base-sw-policy"></a> - <a name="64b-1t1c-scale-sw-policy"></a> + <a name="64b-1t1c-base-sw"></a> + <a name="64b-1t1c-scale-sw"></a> <center> Links to builds: <a href="https://packagecloud.io/app/fdio/master/search?dist=ubuntu%2Fbionic" target="_blank">vpp-ref</a>, @@ -24,8 +74,8 @@ .. raw:: html - <a name="64b-2t2c-base-sw-policy"></a> - <a name="64b-2t2c-scale-sw-policy"></a> + <a name="64b-2t2c-base-sw"></a> + <a name="64b-2t2c-scale-sw"></a> <center> Links to builds: <a href="https://packagecloud.io/app/fdio/master/search?dist=ubuntu%2Fbionic" target="_blank">vpp-ref</a>, @@ -39,8 +89,8 @@ .. raw:: html - <a name="64b-4t4c-base-sw-policy"></a> - <a name="64b-4t4c-scale-sw-policy"></a> + <a name="64b-4t4c-base-sw"></a> + <a name="64b-4t4c-scale-sw"></a> <center> Links to builds: <a href="https://packagecloud.io/app/fdio/master/search?dist=ubuntu%2Fbionic" target="_blank">vpp-ref</a>, 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" |