aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-11-09Report: Add dataTibor Frank2-4/+8
Change-Id: I21eedf3ecabe0672daaaf87819960cd986420fa0 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit c566bbd1d659ed022fea08f7bd38326661779c8c)
2021-11-09Report: 2n-icx: disable elements without dataTibor Frank1-272/+272
Change-Id: Id908e094129e6becd70a63667ebe61a6433db07e Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit b4bea99de7dce5f3fbfbdffdc29958f4d6dc5618)
2021-11-09Report: Add 2n-icx, part 2Tibor Frank64-706/+3821
- packet throughput - speedup - latency Change-Id: If871dcc1888e7a49ac2fd2ba8e3632a87fa035bc Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 814cbec925be525dc328374fee458d9207d3d5e3)
2021-11-09report: edits in aws methodology sectionMaciek Konstantynowicz4-119/+150
Edits include: - add description of used testbed topologies. - cleaned up references. - other editing nits. Change-Id: I43069541f3da8e844529a00a127fb1a360197647 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit 531215332c4b4374a5cd7e1317de506f59a7683a)
2021-11-09Report: Hide aws latencyTibor Frank3-4/+4
- it is not measured Change-Id: I1c3d2f629d8ed07a208c37a20642b0e6b336242e Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 0ab2529c2725c1475845666d4d6ea53882d1eed1)
2021-11-09Report: Add dataTibor Frank1-0/+12
Change-Id: Iec138a93b18f02046d7c13b7243463048ff695ee Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit c3fdcd39f617a8dffdd1be77ec9113759beeb008)
2021-11-08Report: Add aws latencyTibor Frank6-7/+71
Change-Id: I0780ddabce015cf1809ea178bf53ab9fc6e18f2d Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 49aad5d3e989a49ed33b8a583306041a3c4802e6)
2021-11-08Report: Add 2n-icx, part 1Tibor Frank3-281/+279
Change-Id: Idf1e56231afa14648d7c3db661eb9a04ef7a5c85 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 5efcddefdcdb47bb1d71a13a18188e539007cc3f)
2021-11-08Report: Remove tests removed by 34207Tibor Frank64-4639/+328
Change-Id: Ibe960b8dd4340c2c5b8a01fc490cab906dc330fd Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 4fd081896e3b2e344772184fbd00ae4a189ea875)
2021-11-08vpp_device: bind to vfio-pci before running testsJuraj Linkeš3-19/+111
In rare cases, binding the whole /dev/vfio folder will result in unusable VFs: notice dpdk EAL: Cannot open /dev/vfio/151: Device or resource busy [0], section 4.3.1. provides some clues as to what's going on and how to avoid the failure. Mounting /dev/vfio reset the file descriptors of all devices under /dev/vfio. Vfio-pci creates a device when an interface is bound to it. The rare failure then occurs when /dev/vfio is mounted while a process is using the file descriptors result in that process using invalid file descriptors (or file descriptors belonging to a different VF). Fix the issue by binding i40e and ice VFs to vfio-pci before containers are created and make sure that the VFs are not unbound later in testing. Only bind DUT VFs since the TG uses the kernel driver. [0]: https://connect.redhat.com/sites/default/files/2021-03/Cloud Native Network Function Requirements.pdf Ticket: CSIT-1794 Change-Id: I83db91b29d16669fb034b141ad247f6f796fdf64 Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2021-11-08Report: Add dataTibor Frank3-14/+52
Change-Id: I76a36cb19d6c121b1d668d1ff8f71085baa2ed2e Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 03e0de0418452c9904dafe74d86e36cf3c2a7289)
2021-11-05Report: Small edits in static content.Tibor Frank2-3/+9
Change-Id: I621e9818cb929c9558c38d41cb4804a19ed2a468 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 9dd388775bc42b334223b3a98909e9ee0e663dc7)
2021-11-05Report: Add dataTibor Frank1-12/+31
Change-Id: Ia1709ebd3543ac4ee5fa63cefa6b18411c3c58f6 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 5a33af45b4618f62ebc8ae131e550481beee2d21)
2021-11-04Report: update tablesTibor Frank2-128/+134
- statistics - latency comparison Change-Id: I84069c26e07ced08bad92e19e6cdb0953cd24d3b Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 4bc35be955ed767b4c50bf5676e9919fb4110833)
2021-11-04Report: Add dataTibor Frank2-14/+27
Change-Id: I9fce2c74eb564a80b7b7002538376ec6aefaeac2 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 902cea84c1688e998867f50f02f3e058e27467a0)
2021-11-03fix(Docs): Report section updatespmikus7-32/+23
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Icd04b75d320f067bd66402d5bb499070ee2768f3 (cherry picked from commit e6b2505e14723eaca82204f1f6ef25af4f3e77e7)
2021-11-03Report: Add rls dataTibor Frank6-350/+390
Change-Id: I7868b419fa47c6130826948bbdfbb288abb8d1e4 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit c4ef85bfbdcf2c73919d8d23a409f02edacf9973)
2021-11-03job_specs: add ipsec 40 tunnel sw tests for 3n-skx testbedsMaciek Konstantynowicz2-2/+44
Change-Id: I4bb79bf34f64b1096be9e81586d718dbe283b3cd Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit 8cbfb75d12b87fee16955e0937ea8127e5e1f996)
2021-11-03Re-adressing ipsec int tests to fit deployment in AWSMaros Mullner91-385/+385
Signed-off-by: Maros Mullner <maros.mullner@pantheon.tech> Change-Id: I83b00d56a50d98c36547621cb2f41cb3b2f35741 (cherry picked from commit 41bf12b9700f5fe8d7d1ccdd042705f33b19b064)
2021-11-03perf: remove depracted ipsec scale reconf test suitesMaciek Konstantynowicz30-5075/+0
Remaining ipsec reconf test suites for 40 tunnels include: - int-aes128cbc-hmac512sha - int-aes256gcm Change-Id: I9c5f549368595bb0cbd0d7e9918b7695184d31c4 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit 4b567a7fe17895812e1d4ac8327f08b8a1653bbb)
2021-11-03fix(Tests): Hoststack driverspmikus4-8/+0
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: If98f575503a59106fe8b94d5c683881412ea4f1c (cherry picked from commit f83793575f4d9ac462a70eb505b55463dab849df)
2021-11-02crypto: remove deprecated ipsec scale perf test suitesMaciek Konstantynowicz146-23984/+0
Remove following test suites: - ipsec tests - ethip4ipsectptlispgpe. - policy-aes128gcm. - policy-aes128cbc-hmac256sha. - policy-aes128cbc-hmac512sha. - int-aes128cbc-hmac256sha. - scale of - 400tnlsw. - 5000tnlsw. - 20000tnlsw. - 60000tnlsw. Change-Id: Ib4915213f6c440c70f9b17cbaac834245e51bd85 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit 282240ecada68e8a6811996057cfdae222fe1be2)
2021-11-02fix(autogen): VSAP testcase namingpmikus1-0/+1
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ic6d440ffdf7e27c9e6ce65605178163652758f77 (cherry picked from commit 79f23ad3f92341040762a9b0018557e03b306200)
2021-10-28fix(Autogen): VSAP driver combinationspmikus2-41/+47
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ieac8cd32009bebbd1a3324a81becfbf3abb814ab (cherry picked from commit 585b9d8bbf21b0c5a2d2c28809688563007760db)
2021-10-28Update VPP_STABLE_VER filesTibor Frank2-2/+2
Change-Id: Ie6eb285f2047c646953dfd20b87654ddf5d54ee7 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2021-10-27job_specs: remove nat44ed udp and tcp scale 16m session testsMaciek Konstantynowicz4-116/+20
Tests removed from 2n-clx and 2n-skx testbeds for mrr_daily and mlr_weekly performance jobs. Tests are failing due to slower session setup rate and very long ramp up time, too long to be accommodated by CSIT resources. Change-Id: Idac6920d971256553c7c843056c410bf9393b4a3 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit a67bec3e62cb239daa3a3991837b5495623fef77)
2021-10-27fix(docs): AWS job specspmikus6-13/+58
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I34b1475f0cabe8a6d9f260c77d5a3b10f7ead61c (cherry picked from commit 029bd28947704ab76983f48afec5646621a2b0fe)
2021-10-27Report: Add dataTibor Frank7-21/+13
Change-Id: I51e809322d652e1f410c5674883bdd86e730af41 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit d4bcfe35de5e9d1f99f8f56d958dc00d615e1a3f)
2021-10-27feat(Docs): Add AWS methodologypmikus6-53/+290
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I766c1b8ce85e174946503a3d65f8239d8fec1bcd (cherry picked from commit 6899ba7eda3cbc707c1391affa6c8c2e57f1ba61)
2021-10-27docs: TRex static documentationViliam Luc9-36/+169
Signed-off-by: Viliam Luc <vluc@cisco.com> Change-Id: I41233f7044574505f32f7425fd897bb3176ac839 (cherry picked from commit 23fa2a8925d65759bb14177b997b22f8a418e9ef)
2021-10-27fix(Infra): Move TB24 back into poolpmikus1-0/+0
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I75e18f898369b8426f465649d7ea2f5996b73881 (cherry picked from commit a3e84f61ed43d570f75eeb36c9cc207a85ee82a2)
2021-10-26feat(Docs): DPDK release notespmikus1-5/+1
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I3ffdf90227ab95a34a31c4e118350782f6bd1dea (cherry picked from commit 752abf48ea1c4b9c06b0bd11fec1cd5aafb5547c)
2021-10-26feat(Terraform): AWS IPv6 supportpmikus8-27/+156
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Id439c47c966657bcdf989a597537e4013d57dddf (cherry picked from commit ba8a0873a58b536b9476b90c578c587e97d6edb5)
2021-10-26Report: Modify aws graphsTibor Frank14-183/+358
Change-Id: I00e67793b33cd5b643759c93cdabda6c215f4824 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 8ff3473d6111784490c5622c52073dd9c749307f)
2021-10-25Report: Add dataTibor Frank4-13/+39
Change-Id: I8aca9720112cbd75a0a02b7adb4244e6ca3c66a4 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 8d45ae61e3e0a1a6199f0e645e3e66ab67965b67)
2021-10-25job-specs: Reduce nr of tests to shorten execution timeTibor Frank10-1034/+18
Removed tests from iterative job-specs (vpp-mlr-00.md and vpp-mrr-00.md): - 2n-clx: - IPv4: af-xdp ip4scale-200k, nat44ed udir except 64512 sessions, - IPv6: af-xdp ip6scale-200k, - l2: af-xdp, - 2n-skx: - IPv4: af-xdp ip4scale-200k, nat44ed udir except 64512 sessions, - IPv6: af-xdp ip6scale-200k, - L2: af-xdp, - 2n-zn2: - ip4scale-(2m,200k), - ip6scale-(2m,200k), - l2bdscale-1m, - all af-xdp - 3n-skx: - container memif - all - ip4scale-(2m,200k,20k), - ip6scale-(2m,200k,20k), - l2bdscale-(1m,100k,10k), - 3n-tsh: - container memif - all - ip4scale-(2m,200k,20k), - ip6scale-(2m,200k,20k), - l2bdscale-(1m,100k,10k) Suggestion: Keep coverage job-specs as they are now. Change-Id: I777f2984b9547406c77d588f663891e9120cf594 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 367b37eb0c0c846d21fb21da1c925f0d5762807c)
2021-10-22Report: Add dataTibor Frank2-14/+31
Change-Id: I58dbbc6020cd695dc8c81155636fb8375ecd78b8 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 41611cc9e2219eac69ffeb773ff7099f6378c1d2)
2021-10-21Trending: Fix spec fileTibor Frank1-4/+4
Change-Id: I1953944d1ab1accdc161855ffbf6039a2b8aa0ac Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 154f6b252a7ad410d59313e483f6a92df5bb32f5)
2021-10-21Trending: Add af_xdpTibor Frank41-232/+1343
Change-Id: Ia9193dbe8a1975b2df42ddb2eeecd845050c9fb8 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 4a9e9f98e9144d34aa01e95a8338bf23e46549c1)
2021-10-21Trending: Fix TRex graphs, remove VTSTibor Frank8-202/+16
Change-Id: I4c1ed83054d12b83f1a9a6a2d0081e7d037be2df Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit a505b3d02cb3dcba44096859287ee2df4ce878ab)
2021-10-21Report: Add dataTibor Frank1-0/+30
Change-Id: I7e32170c3ac5c22375c8cc885d992a0b221cce04 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 1f33e8ea73036e1790668b042d731b62de8aa1c3)
2021-10-21job-specs: Fix 2n-skx trex coverage job specTibor Frank1-32/+28
Change-Id: I84e998b8dc80b1def40b765325956c6c43e1c6b1 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 48363f5a9fd6ed677b5d30127b68c9177c5bf253)
2021-10-20fix(Terraform): Change AWS AZpmikus5-5/+9
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I19c160e40e01bd7f69c08188f61d2bcbc3fd4bcb
2021-10-20Fix: Do not touch PAPI history on bad DICT__nodesVratko Polak1-1/+6
Usually, DICT__nodes is populated from reserved topology yaml. But is some cases (doc generation, maybe pylint) there is no yaml. The proper fix is to never execute any business logic just when a module is imported. This is just a quick workaround. Ticket: CSIT-1793 Change-Id: I6d7250dc75d12baf120758ade8730af89431265a Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit b61c774897a6cce09bd597af6124831e8aea5e8c)
2021-10-20Report: Fix link to src code docTibor Frank1-1/+1
Change-Id: Ia60ea7623f1d229445fb025f807c5c4fd5209c0b Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 2f734f4ca633bd875066891caf39a28537321460)
2021-10-20doc gen: fix doc generatorViliam Luc10-111/+144
Change-Id: I75e836ce728fd333764f17d69813093cb947ef4f Signed-off-by: Viliam Luc <vluc@cisco.com> (cherry picked from commit 7089e466dfdcc58ebad94ce5fe65ddbbb8b78925)
2021-10-20Trendig: Fix processing of trex dataTibor Frank1-3/+11
Change-Id: I0ee22dc43d670ebea3dad930b79c2cda203083a3 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 4775366636f137998d7f878cfa0f75f658ae01de)
2021-10-20Report: Add dataTibor Frank1-15/+46
Change-Id: I1b04eae9bea538e1aada843341d90947ecf89c5a Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 2dcd81931886e8fea0c724d91f888aab9bfb24a8)
2021-10-19fix(Packer): AWS images bugspmikus4-121/+21
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I5bd759a71abf965374b2a6c8951eda75232fc9aa (cherry picked from commit 8f6c947912621fe8b8c870959e8025f0f3de5101)
2021-10-19fix(job_specs): Remove flow based testspmikus1-23/+23
+ Random tests starts to fail in vpp per patch jobs. + Investigation to take longer, so quick solution. Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I4f48c4cdccfcdc81072dcc91af8dc0776cd1312c (cherry picked from commit 33063b368ff0c1a00db84e2943d44861e3f7e457)