aboutsummaryrefslogtreecommitdiffstats
path: root/resources
AgeCommit message (Collapse)AuthorFilesLines
2023-05-05fix(core): Add vpp log pathpmikus1-0/+3
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I76e47610a0caa8af8e48a295ce08e799280404be
2023-05-05fix(core): Move log files to defaultpmikus1-5/+1
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Ie88729cbd3916372cdbf5769974654edf066d5d7
2023-05-05feat(core): Remove some dead codepmikus1-29/+0
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: If90e443a2d60459c6cbc6a85ba619e72242318a5
2023-05-05fix(core): Code stylingpmikus1-16/+20
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I76907c214cfae76c3d101ebd14813fd3a77504f8
2023-05-05fix(core): vppctl pathpmikus1-2/+2
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Ia6778b0c49906a686427b9c1ca7f5658e8993e63
2023-05-02C-Docs: Set the version of hugo-book themeTibor Frank1-1/+4
Change-Id: Ic8daac7dfc10788baa44d3cf8cf587296ec5070d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2023-04-20job-specs: Reduce iterative, add e810cq to coverageTibor Frank99-6657/+5720
- iterative, daily MRR, weekly NDRPDR: - reduce* tests with xxv710 NIC for TBs: - 2n-icx - reduction from 480 to 303 tests - 3n-icx - reduction from 441 to 306 tests - 2n-clx - reduction from 504 to 444 tests - add tests tests with e810cq NIC for TB to ensure test coverage: - 2n-clx - coverage: - add tests with e810cq NIC for TBs: - 2n-icx - 3n-icx - 2n-clx - reduce* tests with xxv710 NIC for TBs: - 2n-icx - 3n-icx - 2n-clx * Used the same approach as it was used for x710 some time ago: - keep only base tests, prefer avf driver. Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I63e950e1a5df18e5f7992aa7805b9b202ee75eb5
2023-04-20Add 100k tunnels ipsec policy mode with fastpath enabled test suiteYulong Pei2-25/+57
Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com> Signed-off-by: Yulong Pei <yulong.pei@intel.com> Change-Id: I3708253adf4c7421ff48eee6aefb735b39726359
2023-04-19fix(core): wrong to unbind driver if pci device in unbinded driver stateYulong Pei1-2/+4
Signed-off-by: Yulong Pei <yulong.pei@intel.com> Change-Id: I7515bf952f8b6dbae180726da6a8bd4821c7af26
2023-04-19fix(jobspec): Use mlx5_core instead of avf for cx7Vratko Polak2-184/+184
Mellanox cards do not support AVF driver, and rdma_core driver had worse performace. Change-Id: I619301b6ed4966f9a69274d514cca21511a2cc72 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2023-04-18fix(api): bump messages to 23.02 usageVratko Polak4-16/+18
New features are generally not used in CSIT, but some edits in code are needed to continue using defaults. 3 messages have newer versions: * bridge_domain_add_del_v2 * ipsec_spd_entry_add_del_v2 * lb_add_del_vip_v2 Change-Id: Ibcc089ccbf933c019b5e7188c06ef229e68d39a8 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2023-04-05fix(telemetry): Enable MRRpmikus1-1/+1
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I11896900a73f97194a2935202343dc28756cbb28
2023-04-03Enable IPsec policy fast path inboundYulong Pei2-3/+24
This will greatly improve the performance of IPsec policy cases Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com> Signed-off-by: Yulong Pei <yulong.pei@intel.com> Change-Id: Ib42b5650791be7fcc8649873eaf12616aeba5aec
2023-04-03remove dpdk_nic_bind.py dependencyYulong Pei2-27/+22
dpdk_nic_bind.py from <trex>/scripts/ is out of date, often bumped into errors when using it to bind nic port, e.g. /usr/bin/python3 dpdk_nic_bind.py --bind=vfio-pci 0000:ca:00.0 /opt/trex-core-3.00/scripts/dpdk_nic_bind.py:40: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives   from distutils.util import strtobool Error: bind failed for 0000:ca:00.0 - Cannot bind to driver vfio-pci so remove dpdk_nic_bind.py dependency in csit. Signed-off-by: Yulong Pei <yulong.pei@intel.com> Change-Id: I5a3f641cd77d339aa7a213f410ce2efe7c322b8a Signed-off-by: Yulong Pei <yulong.pei@intel.com>
2023-03-29feat(job_specs): Update 2n-spr jobspmikus21-0/+1317
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I97e2cbe12f14fc90a074cdfbf662b60b2b217647
2023-03-29feat(job_specs): Update 2n-spr daily jobspmikus7-43/+538
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I09cb0934cfe57dcd5fcca1199cc974b5ecfbed8f
2023-03-29feat(job_specs): Update 2n-spr daily jobspmikus4-21/+367
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Ib1fd6c2e3bea90124b5ff91409e4dfeaed162cb6
2023-03-28feat(core): Add 2n-spr topologypmikus2-0/+7
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I3f7efcbfc82f683e7afc986d00fa71ae7413d93d
2023-03-27fix(core): Adopt to executor changespmikus1-4/+2
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I206118daa0383e8a7d160aaf1c3dd53fc3ab9279
2023-03-24fix(bootstrap): EB deploypmikus2-13/+14
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I44fd0fd94ba91758cfa37b11cba44955a0b24f72
2023-03-24Report: Fix bug in 3n-alt comparison tablesTibor Frank1-4/+4
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Ie80b69ba97e5434b72b1cf42aaa2f787dab870c6
2023-03-21fix(core): Arch detectionpmikus1-3/+13
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Ife3aed308cac696876316e4ad17f17e7993f96d0
2023-03-21feat(core): Fix arch detectionpmikus1-4/+16
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I4dcb0034b8f914b7863ac8ddede4d644d64c2d47
2023-03-20feat(bootstrap): CDash CIpmikus8-301/+349
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Ia9f5b1c9036b9f09c4d9bb041a41e9b49d2ead7f
2023-03-13feat(model): Move schema to resourcespmikus2-1/+750
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I905921cc93436c0e0f1c22dfbdc2af62f4b04ac0
2023-03-13feat(docs): Move job_specs to resourcespmikus277-5/+22844
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Iee0ded1f2fb43a09a7a1d61f593f4e92ead3dbb3
2023-03-09Report: Add rls dataTibor Frank2-8/+8
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I4eea313430d448928d68e554a00c7a78e3864020
2023-03-08Report: Disable archiving of input filesTibor Frank1-1/+1
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I4d6a4c2a4670fe2f942921c888efa99c8c8dbf57
2023-03-08Report: Add rls dataTibor Frank2-13/+31
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I51498c2f115484eeeb15b36411ae62fa0c11a356
2023-03-07Report: Enable archiving of input filesTibor Frank1-1/+1
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I2990a9c91892c7c690f2da377dc698d4acf0d620
2023-03-07Report: fixesTibor Frank2-6/+7
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Ie4e3b49f8e26a4381260ba4aeef5540a35c4c15a
2023-03-07Report: Enable pdfTibor Frank1-2/+2
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Ic0d614257995e441ac617ac9ad1032c1d3c86b63
2023-03-07Report: Add release dataTibor Frank1-0/+6
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I87f6cf93ebb03299d69b6cb8691dd66184744ab9
2023-03-06Report: Add data, graphs, remove oper dataTibor Frank2-19/+75
- Add release data - Add ipsec-3n-icx-e810xxv tput and speedup - Remove operational data - no data available Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I86cc20a219f9e0f2a13cb67f77208d63b0180dd0
2023-03-06Report: Add release dataTibor Frank1-7/+16
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I91428ea138ee1fac1d17d6e0791e7c76a30a3322
2023-03-05Report: Add rls dataTibor Frank1-6/+92
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I1b2e99969069f2b00129fd72caa952c73d4bdda1
2023-03-03Report: Add rls dataTibor Frank2-8/+256
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Iba36f4e4b06ece31c3b7d4e408c0982f39df7525
2023-03-03Report: Add rls dataTibor Frank2-4/+37
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I65280548b3b889e88367291059a991c1c92689e2
2023-03-02Report: Add release dataTibor Frank1-2/+46
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Ia763ae7fd73a3e36322429afc6f67c7070b5252b
2023-03-01Report: Add rls dataTibor Frank1-7/+32
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I49e22986fbfc4a372537b3eb674cfa37ac8cf5e4
2023-02-28Report: Add release dataTibor Frank1-0/+25
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I257e5962b2adbb4e968db51c58bf4379cbd6921d
2023-02-27Report: Add release dataTibor Frank2-3/+10
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I94868a21f41f31cf30547fed1986a123286b5f27
2023-02-27Report: Add release dataTibor Frank2-161/+141
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Ifebc3c5842c0c8a0a3deeedf3113d5874d603c76
2023-02-24Fix: detaches the attached XDP/BPF program before af_xdp test runYulong Pei2-0/+17
When call create af_xdp interface api, it will load default xdp program (xsk_def_prog.o) on the NIC interface, the program will be unloaded when call delete af_xdp interface api, but current csit config did not call delete api for af_xdp test cases, that will cause af_xdp test case fails to run on Intel E810 NIC when the interface already have xdp program attached, so this patch is to fix this issue by to detach any attached XDP/BPF program on the interface before af_xdp test case run. Signed-off-by: Yulong Pei <yulong.pei@intel.com> Change-Id: I1a557b4c4a7e88c5715cec771a001df29ac4ae6f Signed-off-by: Yulong Pei <yulong.pei@intel.com>
2023-02-23fix(core): SPR includepmikus1-0/+4
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I3308f12046dfeed7db872a3a901806acf81cdb15
2023-02-22fix(core): log but not export from teardownpmikus3-6/+12
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I0f5f1000f55110455e86db4c461fba3c87fb198e
2023-02-20feat(telemetry): Data compresspmikus2-1/+8
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I652844e722e24cb49f09a3f30aabe3103e271079
2023-02-17Report: Add rc2 dataTibor Frank1-1/+5
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I6d1c72083a788ed1c10b79aece3b657495763816
2023-02-16fix(bootstrap): per-patch perf: apply zn2 trex fixVratko Polak1-1/+2
+ per_patch_device does not need that call (yet). Change-Id: I4c85a038962a2cfea3fa91bb4a3c37a8348132ca Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2023-02-15Report: Add rc2 dataTibor Frank1-3/+5
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I2de2301f1a691ccb628b5d0f3480edb27a6f57b9