aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-08-03Report: Configure 2106.31, fix latencyTibor Frank6-71/+88
Change-Id: I6f9e3cc3b79be84acb6b5619016a9aa7d4296e02 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-08-03RCA: Add CSIT-1789 as a known issueVratko Polak1-0/+4
Change-Id: Ia01eddc69f64d7f4360cda7a612b5b8fae2c41b4 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2021-08-02Report: Add Latency comparison tablesTibor Frank3-8/+781
Change-Id: I6774383eef9839352ed3924e7482177fd85b34e6 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-08-02FIX: init_interface driver and sr-iovJuraj Linkeš2-49/+28
Add checks for not unbinding a driver that is not bound and not trying to remove VFs from interfaces not supporting SR-IOV. Change-Id: Iae7ce37aabeadbb541fe9eac8b83b4ee18d028e6 Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2021-08-02FIX: init interfaces for rdma-core driverJuraj Linkeš1-0/+4
We're only initializing interfaces for avf and af_xdp VPP drivers. This causes issues for the rdma-core driver when the underlying mlnx kernel driver is not bound. Fix this so that all interfaces are properly bound to the kernel driver required by rdma-core. Change-Id: I204309a9bb61b56b96497a287178f0b1efe2f362 Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2021-08-02Update VPP_STABLE_VER filesTibor Frank1-1/+1
Change-Id: I58d6d5b86516ee81c9fca0ce4738b695ca4ba1e1 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-07-28PAL: Add s3-logspmikus4-0/+24
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ia8cc2c59a84a61263b2cf88af16f6fd7bad637a8
2021-07-28CSIT-1782: 4c AVF tests are failingpmikus1-2/+13
+ Implement temporary ugly workaround as I cannot do driver upgrade now after discussions with PTL. Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I400e3b61bd831b9c9820b1fab8852118f2d48f0e
2021-07-28IPsec: add nth matching SPD entry outbound TCsJuraj Linkeš12-107/+1550
Add testcases with plain ipv4 forwarding with 1, 10, 100 and 1000 SPD entries on outbound traffic in both directions both directions. Only match the last SPD entry and process others before the matching entry. Add testcases only without flow cache optimization. Refactor the Python functions that add SPD entries: - Unify the args in functions that add one and multiple entries. - For multiple entries, add the ability to pass an object that will handle how values in each iteration (i.e. for each entry) are modified. Change-Id: I061922eec6acc75a4e115202c07e72d89bf1f4d3 Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2021-07-28Infra: upgrade monitoring solutionpmikus12-206/+164
+ bump versions - remove cadvisor Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I3de95531f1b09f7254152254e92f225dde653e45
2021-07-28Report: Add rls dataTibor Frank1-5/+10
Change-Id: I2ad71d35bb2503adbe10cf3e7982e883339a4fee Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-07-27FIX: Executable bit for ansible pluginpmikus1-3/+5
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I2416a9682710441d098acfff50e943ac3f788500
2021-07-27Report: Add rls dataTibor Frank1-1/+2
Change-Id: Ia101a6d412473d957a81d794f34f1c1d2ad58abb Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-07-26Ansible: fix multiple shell commandsJuraj Linkeš3-3/+15
Ansible passes "&&" as arguments to the command being called, which prevents us from using it for calling multiple commands in one ansible task. Fix by replacing this with "with_items". Change-Id: Ie07a1b1969bda9569cf82ef0741ec52260e2c736 Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2021-07-26Update VPP_STABLE_VER filesTibor Frank1-1/+1
Change-Id: I1a70a930709da39bceb0bc6d77402bb40a6368d1 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-07-26Infra: Terraform add ansible plugin initpmikus1-0/+10
+ Manual override Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: If296d28dc3eaa023c935a0887a14ac10e83076ba
2021-07-26Trending: Save latency data in csv filesTibor Frank5-18/+69
Change-Id: I397dc1711f52324c158c775522cfef3044724ad7 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-07-26Report: configure rls2106.30Tibor Frank3-3/+10
Change-Id: If1af4d7c5865a7466eda5c2de18d07ff9491d458 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-07-26Report: Add af-xdp dataTibor Frank12-56/+1254
Change-Id: I8beef5f0072e0c52476a8053f26640c537422a63 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-07-26Docs: Firmware upgrades on TG nodespmikus3-22/+23
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Id6460d17d4811038ed1246570b7641a90804ee03
2021-07-23Ansible: iavf driver installJuraj Linkeš8-38/+53
* move iavf driver install from vpp_device to intel role * differentiate the names of tasks of various drivers to get better ansible logs * add .5 sleep when creating VFs with iavf to avoid improper init * fix install commands * add XL710QDA2 NIC to supported i40e NICs Change-Id: Id50e1552a322b9473e58222bfed3405d2d73c824 Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2021-07-23Trending: Add exception handling for anomalies classificationTibor Frank2-1/+9
Change-Id: I6f2ee7552c513ccf2fa453f143dd52ea880bd412 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-07-22Report: Add rls dataTibor Frank1-0/+1
Change-Id: Id234d16ebbca84b663f23d295accddaf8c045417 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-07-22Report: Add af-xdpTibor Frank48-306/+1864
- elements(tput, speed-up) - static content (tput, speedup) - data - Latency Change-Id: I793fd4e6e6b189d93a267635b8bf07baad19accd Signed-off-by: Tibor Frank <tifrank@cisco.com>
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>
2021-07-22Infra: Add mnaser ssh-keypmikus22-1/+22
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ia4869d0fecb68dc828ad3732dbfe0279afeba648
2021-07-22Trending: Add graph with statisticsTibor Frank10-228/+678
- 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>
2021-07-22Framework: increase framework setup timeoutJuraj Linkeš1-1/+1
With increasing number of tests the amount of time needed to extract the framework also increases. Double the timeout to leave some headroom as well. Change-Id: Ia012272a9a33f2d5d346277cc982e10603a4d3db Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2021-07-21Update VPP_STABLE_VER filesTibor Frank1-1/+1
Change-Id: I03478151d4d9e0a0c47edb155abade8fdbf01455 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-07-21Perf: Enable af_xdp for Intel x500 seriespmikus1-2/+3
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: If45e592aeade12fe643791b431adc860a745be3d
2021-07-21Ansible: i40e driver installpmikus4-104/+143
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ib0e1b37e3d920f8d9a9e88896b6898fe13e4acba
2021-07-21Perf: Enable af_xdp for Intel x500 seriespmikus1-2/+2
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I331fe9134c62594189ca231349ab4c5ba43b51e5
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>
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>
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>
2021-07-21FIX: Testbed driver and firmware versionspmikus3-24/+23
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I2bb08a3cd7f2138ab98b3c4dacdd1dc46ac8b523
2021-07-20FIX: Mellanoxpmikus1-5/+6
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I6aba0123c1f79e5c2acbac07503f74fc0050f472
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>
2021-07-19Report: Add rls dataTibor Frank2-0/+20
Change-Id: I9c81563c904b02c5ca6ede5dc3d0922851c11ae4 Signed-off-by: Tibor Frank <tifrank@cisco.com>
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>
2021-07-15Report: Remove missing latency graphsTibor Frank12-401/+418
- 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>
2021-07-15Report: Configure rls2106.29, add dataTibor Frank4-2/+25
Change-Id: Ib51ee05d67a5a6506367b9f194441be50f360d38 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-07-15FIX: Typo's in perf suitespmikus28-28/+28
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I770bb2114d92bda4ab2408be9b075263c1cd2223
2021-07-14Report: Add rls dataTibor Frank1-0/+1
Change-Id: I013515f98c3aaa4b347d61dd2c815f2ac67d56f0 Signed-off-by: Tibor Frank <tifrank@cisco.com>
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>
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>
2021-07-14Report: Add data, set archiving and pdf versionTibor Frank2-3/+5
Change-Id: Iaa1ef8bd12f536723d6894fbf86acfe280929ade Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-07-14Report: Add rls dataTibor Frank2-9/+25
Change-Id: I6a133fd2fe99ec851d2eb0c5b5cc52a5169522c3 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-07-13Report: Fix links to graphs in hoststack sectionTibor Frank2-2/+2
Change-Id: If75297ecb4c55b2a1c40dffbe354d77c537e905f Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-07-13Report: Add rls dataTibor Frank2-4/+10
Change-Id: I0167c72751aa5deae576335bbf91f62557ea8526 Signed-off-by: Tibor Frank <tifrank@cisco.com>