aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2021-07-26Trending: Save latency data in csv filesTibor Frank2-15/+9
Change-Id: I397dc1711f52324c158c775522cfef3044724ad7 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit a4fe771848907ee4a551cf06432f1ec6da496608)
2021-07-26Report: configure rls2106.30Tibor Frank1-1/+8
Change-Id: If1af4d7c5865a7466eda5c2de18d07ff9491d458 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 53e6c3440afd81d1504db75e7fa8d09229641079)
2021-07-26Report: Add af-xdp dataTibor Frank10-6/+1233
Change-Id: I8beef5f0072e0c52476a8053f26640c537422a63 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit e8b47c3df7529a6c087fb7639684f180dad8c03d)
2021-07-22Report: Add af-xdpTibor Frank46-167/+1277
- elements(tput, speed-up) - static content (tput, speedup) - data - Latency Change-Id: I793fd4e6e6b189d93a267635b8bf07baad19accd Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit c5b94383d2eb8ea33413296a3295759b84915546)
2021-07-22Report: IPsec udir methodologyJuraj Linkeš1-11/+34
Update IPsec uni-directional tests methodology. Remove Deep SPD Policy section as these tests are not in the report. Change-Id: Idca538a03a05e12130c7d786c098b218fa88f7ef Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech> (cherry picked from commit dea4d7ff2a1b662cde1587b3a8d6c3d832f4920e)
2021-07-22Trending: Add graph with statisticsTibor Frank4-0/+218
- x-axis: time [MM-DD] - y-axis: nr of passed/failed tests - y-axis: build duration Change-Id: I269af5a728a32d02ffcdecc7e25138ad1a183c4b Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit d8fc1521b8def68adc8f4a390aa2d25db806ea4f)
2021-07-21job_specs: 2n-tx2 add af_xdp tests to report_iterative, daily and weekly jobsMaciek Konstantynowicz2-5/+123
- Testbeds covered: 2-node ThunderX2 testbeds. - NICs covered: xl710. Change-Id: Ibff19986168a2da87398709b8ec19b4b1f777fe7 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit 44a77d78e272d95e055b6d596c122f4825a9072a)
2021-07-21job_specs: 2n-skx add af_xdp tests to report_iterative, daily and weekly jobsMaciek Konstantynowicz2-4/+200
- Testbeds covered: 2-node Skylake testbeds. - NICs covered: x710, xxv710. Change-Id: I7747b5680cef05dad92788652c55f180fd93a5d1 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit f5ba2f7100d73e009252782492fef289f2fc4947)
2021-07-21job_specs: 2n-zn2 add af_xdp tests to report_iterative, daily and weekly jobsMaciek Konstantynowicz2-5/+200
- Testbeds covered: 2-node Zen2 testbeds. - NICs covered: x710, xxv710. Change-Id: Ie5cd2374dd81bc2fa59400bb8af91dcbf6efb9bf Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit b9ad36b5f2090a60177d8e38a091dacb7a00e953)
2021-07-21FIX: Testbed driver and firmware versionspmikus3-24/+23
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I2bb08a3cd7f2138ab98b3c4dacdd1dc46ac8b523 (cherry picked from commit 9479510935a273730ace23481f19706cefbce437)
2021-07-19job-spec: Fix af-xdp mlr iterative job specTibor Frank1-69/+69
Change-Id: I012d504309eea97edac7f11bd22935bb8325f988 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit f71dd880aa5f5cd2ffc5bab83bd9307b17a6af6c)
2021-07-16job_specs: 2n-clx add af_xdp tests to report_iterative, daily and weekly jobsMaciek Konstantynowicz2-7/+201
- Testbeds covered: 2-node Cascadelake testbeds only. - NICs covered: x710, xxv710 only. Change-Id: I3548990a27e5a47b1749bf235da526b3fe2b4353 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit 5576796f38aeab2016ed6a01a859f2df6737677c)
2021-07-15Report: Remove missing latency graphsTibor Frank10-301/+315
- they were not generated as the tests failed - Fixed legend in dpdk comparison tables Change-Id: Idd57c1702c883d4f6ece470310e823f5885a9bce Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 8c4e9c508d9bf53eb5c6cc8bc531215825c800e1)
2021-07-15Report: Configure rls2106.29, add dataTibor Frank1-0/+14
Change-Id: Ib51ee05d67a5a6506367b9f194441be50f360d38 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 149b1109affae3e54157e3c38db97f376d27328b)
2021-07-14Report: Add per thread resources allocation methodologypmikus2-0/+103
Per thread resources include: - pcores and lcores. - RxQs. - TxQs. Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I64b418a99673bf05b37a9e97be4aaa80e4ffb835 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit 8cd8790583b4d56985c486489327c92e6a9464a0)
2021-07-14report: update to rls notes and add methodology sections TODO placeholdersMaciek Konstantynowicz4-25/+86
- Update VPP and DPDK rls notes. - Added methodology sections TODO placeholders - IPsec with Async Crypto Feature Workers - IPsec Uni-Directional Tests - IPsec Deep SPD Policy Tests - GTPU Tunnels Change-Id: Ibfb937f193cce3a6576ac64cf00ad2e1b4bc3868 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit d9bb63c2d9f126800f69bd53fca5d42fd2beb739)
2021-07-13Report: Fix links to graphs in hoststack sectionTibor Frank2-2/+2
Change-Id: If75297ecb4c55b2a1c40dffbe354d77c537e905f Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit a841b190f7e448e8c30883e43eb3e6bcecc7788a)
2021-07-13Hoststack report contentDave Wallace7-23/+138
- Methodology section - Align dynamic content structure with methodology section Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: I852c0f8147947dd8418de5fc2fdbd16a1c1e2057 (cherry picked from commit c77930b44bd1a35786a4b843bb75a9cbc8741b4b)
2021-07-13job-spec: Add hoststack and vsapTibor Frank3-2/+127
+ hoststack + vsap (cps, rps) + add e810cq to common.sh Change-Id: I2e897597d13e488f7324a7b91826ca32fd93c84f Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit e77fa027ad2a541e53d92743d8477d3aecf944e2)
2021-07-13report: add 2n-icx and 3n-icx testbed documentationMaciek Konstantynowicz5-9/+4829
Add: - Physical testbeds description in Introduction. - Add physical topology diagrams. - VPP pre-release 21.06 version used in Intel labs for CSIT tests. Change-Id: I3c17402de8c657f66ea840c9d8692212cbf0501a Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit f85930d7b1e3cda191a2e60cbc4e64d93c5fd139)
2021-07-08job_specs: 3n-tsh reduce number of report coverage testsMaciek Konstantynowicz18-480/+31
Remove: - All vts tests, obsolete use cases. - dot1q tests apart from dot1q-l2bd, superfluous combinations. - -100flows, -100kflows in all acl tests. Change-Id: Ib359c08366768f362c70c184707ab9fde46e1930 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit 43f0eca4e9581f26180dfee360554157b56e484f)
2021-07-08job_specs: 3n-dnv reduce number of report coverage testsMaciek Konstantynowicz10-59/+9
Remove: - All vts tests, obsolete use cases. - dot1q tests apart from dot1q-l2bd, superfluous combinations. Change-Id: Icd9aa0b0807b16efc26fc94d6633ab61a6c47d9a Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit 7a551264705ea0d069fe18345c90d89b44a59def)
2021-07-08job_specs: 2n-zn2 reduce number of report coverage testsMaciek Konstantynowicz17-336/+15
Remove: - All vts tests, obsolete use cases. - dot1q tests apart from dot1q-l2bd, superfluous combinations. - nat44 -pps tests, replaced by -tput tests. - nat44 h1-p1-s1 single session tests, unessential combination. - nat44 h4096-p63-s258048 tests, non-essential scale combination. Change-Id: Ia67492b2fd132a64f05a1e8de4cfc136a015fef3 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit 58edde117f1c2bd758cb77a6b19fb1e275bcbfe6)
2021-07-08job_specs: 3n-skx reduce number of report coverage testsMaciek Konstantynowicz37-1686/+60
Remove: - All vts tests, obsolete use cases. - dot1q tests apart from dot1q-l2bd, superfluous combinations. - -100flows, -100kflows in all acl tests. Change-Id: I3525987726c347be5ffca03dbb82c2b1cf675c2b Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit e9786cb012939d822ef1fc5c59e4763fc8cbee42)
2021-07-08job_specs: 2n-tx2 reduce number of report coverage testsMaciek Konstantynowicz14-311/+49
Remove: - All vts tests, obsolete use cases. - dot1q tests apart from dot1q-l2bd, superfluous combinations. - nat44 -pps tests, replaced by -tput tests. - nat44 h1-p1-s1 single session tests, unessential combination. - nat44 h4096-p63-s258048 tests, non-essential scale combination. Change-Id: Ia2187fa0ba9c8836840aa2fb7d0c335a3b0d91b1 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit 2d994d6853ecf9675152a725333ce7e52eb6ad3a)
2021-07-08job_specs: 2n-skx reduce number of report coverage testsMaciek Konstantynowicz19-766/+89
Remove: - All vts tests, obsolete use cases. - dot1q tests apart from dot1q-l2bd, superfluous combinations. - nat44 -pps tests, replaced by -tput tests. - nat44 h1-p1-s1 single session tests, unessential combination. - nat44 h4096-p63-s258048 tests, non-essential scale combination. Change-Id: Iae8612bd09980350b0cf5eb90ea4833296c73fc8 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit 9182f99fe55e8009836c77df11cb3e3b58fefacc)
2021-07-08job_specs: 2n-dnv reduce number of report coverage testsMaciek Konstantynowicz6-39/+6
Remove: - All vts tests, obsolete use cases. - dot1q tests apart from dot1q-l2bd, superfluous combinations. Change-Id: Ifb7d256ea0ff4afe18f80baf1e9058d3775e85d4 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit cd3392cf61fd23b333581dc111fe040fd72de77f)
2021-07-08job_specs: reduce number of report coverage tests for ipsecMaciek Konstantynowicz8-597/+23
Remove: - ipsec tests - ethip4ipsectptlispgpe. - policy-aes128gcm. - policy-aes128cbc-hmac256sha. - policy-aes128cbc-hmac512sha. - int-aes128cbc-hmac256sha. - scale of - 400tnlsw. - 5000tnlsw. - 20000tnlsw. - 60000tnlsw. Change-Id: I1443f35b7bf852fd665e8856d05bf04b9827913f Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit e75e2f7a9b2fa73718f8a4a5a31fbe56b234f820)
2021-07-07job_specs: 2n-clx reduce number of report coverage testsMaciek Konstantynowicz19-727/+94
Remove: - All vts tests, obsolete use cases. - dot1q tests apart from dot1q-l2bd, superfluous combinations. - nat44 -pps tests, replaced by -tput tests. - nat44 h1-p1-s1 single session tests, unessential combination. - nat44 h4096-p63-s258048 tests, non-essential scale combination. Change-Id: I2e2ff96dd727977f55e38f7a388f1afe68096aa9 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit 88dd453ccd24b70752c7498b81101a97fc777043)
2021-07-07Report: Publish icx resultsTibor Frank28-666/+803
Change-Id: Iea22c61f97e62743b4a99b961290a7f722496162 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 5af912d1cebf5545c6f7de2bba75d51d828b4554)
2021-07-06Docs: DPDK release notespmikus1-0/+10
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ie7c009d541fbedf7513b7decac9839eb4a98e520 (cherry picked from commit fccc65f1f48d3beb6ce749af4663589fa0484b24)
2021-07-06Docs: Update release notespmikus1-2/+2
- Add AVF issue. Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ic0830df665de20466c7bd4ab80b3ea597005b4e1 (cherry picked from commit b059d0c7892e8a54010005949ba365f1a68e856e)
2021-07-01Report: Add gtpu testsTibor Frank1-35/+34
Change-Id: I0c48f48a927bb75554f0d9eca4f32f0a3dc30d20 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 5f1007cce8831017fd2be1f38a6ad023c349019a)
2021-06-30Report: Implement changes from job-specsTibor Frank101-5265/+236
Change-Id: Id9497ae02eb47fed40b9e4c33b98a81c34b71964 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 6c8ba1c706a4e9e467ab5e2a4b676b9016f9e610)
2021-06-16Report: disable reconf plotsTibor Frank1-13/+13
Change-Id: I983d521142b5725aab43d20a1bf9c8837c0e23af Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit ceeb134057e915d81366fab71e40e23e665bde90)
2021-06-16Report: Add vsapTibor Frank3-7/+185
Change-Id: I3e8719ab2da0d9b4ae1b24c6b8479724064c8dce Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit bb1a7058e8bbcbe998fdfd8dd5ed46e13fb90db7)
2021-06-15Report: Update Infra sectionspmikus24-1203/+1156
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I14aa6f64b2621ad306e1cd79fafefe94dd1ed85a (cherry picked from commit 2072a56eeca53f00cff1b5d888d24f7271ae1fb4)
2021-06-14Report: Add RC1 dataTibor Frank4-21/+17
Change-Id: I8bb69b896438c84cdd280e781697773b8cf91475 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 6726e389d87ebd601a4f4d083833c9f04f573d75)
2021-06-10FIX: Pylint reducepmikus1-1/+1
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I909942dbb920df7f0fe15c0c92cda92c3cd8d8ad (cherry picked from commit 7829fea4a2c8936513fa95215b7d84997f814a69)
2021-06-10Infra: vpp_device -> Ubuntu 20.04pmikus1-2/+10
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: If24c385b93e1ba310ea258984c97494b4cab467c (cherry picked from commit f754eac4faf76fdbffac648769c03f5668f9f6a2)
2021-06-10Add gtpu sw performance test casesxinfeng zhao2-1/+13
Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com> Reviewed-by: Yulong Pei <yulong.pei@intel.com> Change-Id: Ibe4420529192559a3cdbb84e0a67859750a9e0d5 (cherry picked from commit 75fe508bc9e03291977c1a28ca0adc31c3149df9)
2021-06-10Infra: Decommission 3n-hsw - docspmikus4-1127/+50
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I782fbf2d495b915cda6c25b36ffc00e8abce32f7 (cherry picked from commit dc85fa13993efce22191b41e3696301f1477fd7c)
2021-06-04Report: Add dpdk dataTibor Frank2-1/+3
Change-Id: Iad97217b99b25f14a85c98348d49339a4be8cec7 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit b6a7e10e30191532940c243bf75b80c9a14cd85f)
2021-06-04job_specs: reduce number of weekly ndrpdr testsMaciek Konstantynowicz6-754/+108
Remove: - All vts tests, obsolete use cases. - dot1q tests apart from dot1q-l2bd, superfluous combinations. - nat44 tests - -pps tests, replaced by -tput tests. - h1-p1-s1 single session tests, unessential combination. - h4096-p63-s258048 tests, unessential scale combination. - ipsec tests - ethip4ipsectptlispgpe. - policy-aes128gcm. - policy-aes128cbc-hmac256sha. - policy-aes128cbc-hmac512sha. - int-aes128cbc-hmac256sha. - scale of - 400tnlsw. - 5000tnlsw. - 20000tnlsw. - 60000tnlsw. Change-Id: I269878218f1ff61e58f9a2d669ebdba7c8dffdbf Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit 5468f3b23b892541026ab29aa37b5131e7e30a82)
2021-06-04job_specs: reduce number of daily mrr testsMaciek Konstantynowicz6-660/+18
Remove: - All vts tests, obsolete use cases. - dot1q tests apart from dot1q-l2bd, superfluous combinations. - nat44 tests - -pps tests, replaced by -tput tests. - h1-p1-s1 single session tests, unessential combination. - h4096-p63-s258048 tests, unessential scale combination. - ipsec tests - ethip4ipsectptlispgpe. - policy-aes128gcm. - policy-aes128cbc-hmac256sha. - policy-aes128cbc-hmac512sha. - int-aes128cbc-hmac256sha. - scale of - 400tnlsw. - 5000tnlsw. - 20000tnlsw. - 60000tnlsw. Change-Id: Iccce3e20299b4ac771228a6878b4f0961b0186de Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit 24cd371f21d6ba370b0c6f4acee6f8cbd2ea49f7)
2021-06-03Trending: Partially remove 3n-hswTibor Frank4-61/+1
Change-Id: I2f08d455a51f3b891b38ad82bfac47dd7b9921c5 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 9ab83131443469ebced0c3ac34c17a385bb9cdaf)
2021-06-02Report: Replace links to jobs by links to logsTibor Frank87-259/+319
Change-Id: I4e44eced6ab2199f070b38a13060f4e0b7a2ef7f Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 3faf5e9192489b8f850757d6179311a59243a95b)
2021-06-02Hsw deprecation: Delete 3n-hsw job specsVratko Polak47-3803/+3
+ Verify jobs remain available for 3n-hsw. - PAL edits are independent, will be done elsewhere. - Autogen edits to come later. Change-Id: I2d0d1b15cbe49627fa9c5188c70f94156b438b77 Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit 640f4ceb3de5d8ab94493cfde785caed453254bf)
2021-06-02Report: Configure reportTibor Frank108-6132/+102
+ 2101 --> 2106 + remove 3n-hsw + unify data sets + configure data sets - implement changes from job-specs Change-Id: I200e7a80ebf88864ce4a7a2134f5251b557f6a3a Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit c10980893443b59c464deb6cd0d66d5be972593f)
2021-05-31Framework: Telemetry retakepmikus1-0/+503
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I2f019a083916aec9f7816266f6ad5b92dcc31fa0 (cherry picked from commit d255d2545ee6cdc871bc35314fad72c3c48b225b)