aboutsummaryrefslogtreecommitdiffstats
path: root/resources
AgeCommit message (Collapse)AuthorFilesLines
2023-01-25fix(core): common.shpmikus1-0/+1
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Iab5e8c21e4defb92e257459a64101a6f19609917
2023-01-25fix(report): Dataset used in TRex perf changesTibor Frank1-16/+16
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Iccb3f11216d2d9c9ba6aa15ec7c77ae58dffff89
2023-01-25Report: Add Trex comparisonsTibor Frank3-2/+103
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Id6e0c66bc1b09f546ae047840cfeeb68012a982c
2023-01-25Report: Add curr vs prev comp for 3n-snrTibor Frank2-89/+335
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I68e8b5961091169e862b16c71791d0f9295151de
2023-01-25Report: Add rc1 dataTibor Frank2-30/+30
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I7a79422b70aee1ac05f4b8a7257ff2fa5946e5f3
2023-01-24Report: Configure rls2302.rc1Tibor Frank5-2469/+1825
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I2b4ff328de320aa58ae36e88f4a8e6c3dc1d72f3
2023-01-24Tune host stack performance testsFilip Tehlar5-39/+151
* remove evt_qs_memfd_seg and evt_qs_seg_size as they are obsolete * use app socket api instead of vpp's api * apply rx and tx descriptors constraints * increase event queue size for nginx tests Signed-off-by: Filip Tehlar <ftehlar@cisco.com> Change-Id: Ie7ac12b8f587e0b1962884127e8eb68a4e588aee Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2023-01-23fix(core): Telemetry for iperf3pmikus1-1/+2
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I16469204c9bb9d521f0ca01bc3ed21ecba2d8824
2023-01-20fix(core): AB librarypmikus1-29/+29
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Ib79a3f010abd28a57248c03ca62e8070df000c77
2023-01-19Add 40k tunnels ipsec policy mode with fastpath enabled test suiteYulong Pei2-6/+11
In order to compare performance number with existed routing based ipip interface mode 40k tunnels ipsec test. Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com> Signed-off-by: Yulong Pei <yulong.pei@intel.com> Change-Id: I94816a8c18f08b539114d6ca9d4e1218a2b6ea5f
2023-01-18fix(core): Handle hoststack exceptionspmikus1-3/+6
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I28295ee6e64ab9674449a98e8d036b39d3d538bf
2023-01-17feat(model): Simplify logicpmikus5-93/+16
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I461899d72e92e5c5db9f64261206ec0e6704e0c8
2023-01-16feat(papi): wipe remains of VATVratko Polak40-680/+10
- Some older documentation files are not updated yet. Change-Id: If1717e12308f0e2e76c10024e6eebe68ddeddc9f Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2023-01-16feat(papi): switch TestConfig from vat to async PAPIVratko Polak1-114/+1
Change-Id: I5b3ee68c8155e62ca6c68e84132d78af0615ee4d Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2023-01-16feat(papi): switch ipsec from vat to async papiVratko Polak2-347/+84
+ Move papi_exec resource out of for loops. Change-Id: I39d75ad2552986f82f7e2c8e3aae2fbc07f042e0 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2023-01-16feat(papi): switch ip from vat to async papiVratko Polak1-47/+0
Change-Id: I3ecad09d2659124a6c07d642a453845ed1779258 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2023-01-16feat(papi): add async mode, use it in scale callsVratko Polak7-174/+418
+ Introduce two explicit handling modes to save memory in scale test. + Connect in async mode for both handling modes (to avoid reconnects). + Support both pre- and post-37758 VPP PAPI async behavior. + Use control-ping in dumps to emulate sync mode. + Do not use it for single reply to avoid VPP-2033. + Fix call sites to get their replies with correct handling mode. + Drain enqueued replies to avoid subsequent errors. + Retry if read returns None too early. + Update docstrings. - Complexity issues reported by pylint postponed, needs larger refactor. - Explicit replace of VAT is done in subsequent changes. Ticket: CSIT-1547 CSIT-1671 Change-Id: I3c63fa5c578975cc4dd7fce0babe3ab04ec15ed3 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2023-01-16style(papi): reformat code before real changesVratko Polak1-111/+144
Used black (with line length overridden to 80). Also manually removed u from inside f strigs. Change-Id: I5be354e744a697ac68f781b08159de6d1fbdc07e Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2023-01-12fix(perpatch): do not expect output_rawVratko Polak1-4/+3
Fixes: bfbdfaedb044b7643b81f47e76285baedfee9e25 Change-Id: Iaefff972d6d47ccdd34b2ccb150375d084df6d93 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2023-01-12feat(core): Add mlx5_core driver testspmikus2-3/+36
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I23f2ab678e6666a1423620fa373261d822030bc8
2023-01-11fix(core): Remove some Focal leftoverspmikus1-7/+2
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I1c7df34cfb78cf767081acea435dc205b3f44a15
2023-01-11feat(model): Hoststack typepmikus5-125/+151
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Ia7eefc28645c78ad346d294099ef6258faa9814f
2023-01-09fix(core): DPDK stuffpmikus1-3/+4
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I276cbfe4f761ddb4ccc652a276be2614adc6117e
2023-01-05Report: Remove DNV testbedsTibor Frank27-1858/+34
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Id54919579a245ef9f44a9599b8e2d4f3bd320e84
2022-12-15feat(core): DNV decommissionpmikus2-41/+0
- Static content will be removed separately Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I0992e941e1c24552837eaf7e8d3f6564b3cb21c8
2022-12-12fix(core): Telemetry oloadpmikus3-16/+16
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I1c13afd8cb377c76d65f7099b9652b96613ad087
2022-12-09feat(model): Reconf typepmikus3-7/+42
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Ibfab25ee82eaa207987f4070cf2386ea9d0781cd
2022-12-06feat(telemetry): Add telemetry exportpmikus16-750/+452
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Ibb8a59fd4e08bc736494c7ab18e689a55f7a98dc
2022-12-06feat(model): Cleanup and introduce telemetrypmikus14-787/+484
- Due to divergence from original design path the RAW was never consumed. It adds too much code complexity and requires processing on both storage and compute. Removing entirely to make modeling efficient. - log (apparently SSH) section will never be consumed in the way it is coded in model. This section is also not part of model schema itself due to the point above. - Introducing telemetry section that is going to carry telemetry items required for CDash. Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I7e0256c6c9715de8ee559eed29dce96329aac97d
2022-11-29fix(report): use the usual ASTF order also for DNVVratko Polak1-4/+4
Change-Id: Iba13c94debf36b4ba5ff7b30ba4fece8d744640f Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-11-23Fix: Nginx check simplifiedViliam Luc2-11/+5
Signed-off-by: Viliam Luc <vluc@cisco.com> Change-Id: Icd8a5e892bb2c31c01851f731482c692cea4d70a
2022-11-22Report: Configure 2210.47Tibor Frank2-2/+2
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Id2504802568129951743e231cc1ac26df4e801cf
2022-11-22Report: FixesTibor Frank1-4/+4
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I31e71d7281547e968482588cf583e4d752707428
2022-11-21Fix: when collected telemetry data are brokenViliam Luc1-6/+6
Signed-off-by: Viliam Luc <vluc@cisco.com> Change-Id: Ibf9cf8d56fcddd3d83f25294dffaac7449bf3088
2022-11-16Report: Add rls data, NAT44 ED TCP tput for 2n-dnvTibor Frank2-6/+72
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I5271663ae073d38520581f732afcbeb2f7006651
2022-11-15Report: Add release dataTibor Frank1-0/+25
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Iec46eb9ae7da4179a863ab28e8ff98626a491808
2022-11-14Report: Add release dataTibor Frank2-514/+520
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Id0060056d5fff5bd6f36dec90e649734ad64b946
2022-11-11Report: Add 3n-icx wireguard latency, add rls dataTibor Frank3-348/+360
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Ic4237034cf0753602be8fcc12a98afeacbee8f1c
2022-11-10Report: Add wireguard testsTibor Frank3-2/+182
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I07748424c20b64e62f215223fdbb8408e5cf7be5
2022-11-09Report: Disable archiving the xml filesTibor Frank1-1/+1
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Id7fedf6ea02790b6d7615e219af5f05f22f2176e
2022-11-09Report: Final clean-upTibor Frank3-28/+60
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I396b394aed58da29e6873e36c1cdcb323b3cf474
2022-11-08Report: Fix typo in elements.yamlTibor Frank1-1/+1
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Ice91b91b4bfe91854c5a41292696da006f360858
2022-11-08Report: Add rls dataTibor Frank2-5/+8
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I7d22528d1845bcc65570bd5f8de4de1cb1b2ce7d
2022-11-08Report: Add release data, trex coverageTibor Frank4-18/+66
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I40fd7691548a1d6fcdf906ba5c899241dbb7c001
2022-11-08Report: Add 3n-alt comparison tablesTibor Frank2-2/+352
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I80dafb4843af2d817f5c294ffca269817f55dcdb
2022-11-07Report: Add release dataTibor Frank2-10/+94
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Ifd7332c3c2d6e0722d17f51fe15a9aab1f41b721
2022-11-07telemetry: small fixesViliam Luc4-89/+74
- removed remnant debugging code + fix compatibility with Metric naming convention + fix failures when perf-stat command returns wrong data + better handling when perf-stat command fails Signed-off-by: Viliam Luc <vluc@cisco.com> Change-Id: I23a064ed09c8cf0394abb5306fb04f4e33c20aa4
2022-11-04Report: Add release dataTibor Frank1-1/+14
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I07e254d26a6ea81342ab7c0987ed3591dd0815c2
2022-11-03Report: Add release dataTibor Frank1-3/+21
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Idcfdb8406b5d0f76898be8488d30be95331aae0f
2022-11-02Report: Add release dataTibor Frank2-167/+237
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Icdca915b9dda8fdc3d4728ac8080713f638ffe06