aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2022-08-08Revert "job-spec: Add VSAP and Hoststack to weekly and coverage"Peter Mikus4-54/+18
This reverts commit dc200e7f96297b3bccecb88b4e951b142617734b. Reason for revert: This is breaking results due to test_type variable set to vsap without supporting model and results itself. It makes the output not usable for trending. Change-Id: I1c4fee87e9bcaed6fc010ebbf570f65208519fad Signed-off-by: Peter Mikus <peter.mikus@protonmail.ch>
2022-08-04fix(doc): IP addressesPeter Mikus3-26/+26
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: Ibfc7fe47ff091b9b734f72857313455c922b6888
2022-08-04feat(infra): Migrate ARM nomad to JammyPeter Mikus2-4/+4
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I600d5ecc725f8e82219feed2abcdeaa43e78a30b
2022-08-03feat(infra): Remove decommissioned serversPeter Mikus3-60/+0
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I641af1bb944592ad454eb9f54cffe9f3d0b872bb
2022-08-03feat(pxe): Migrate Ubuntu Jammy I.Peter Mikus3-54/+46
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I8f79882fce6375a55d67167781fc6b4212934e06
2022-08-02job-spec: Add VSAP and Hoststack to weekly and coverageTibor Frank4-18/+54
- VSAP: run on 2n-clx - Hoststack: run on 3n-icx Change-Id: I9fb54353b0cb61192769eb46e5e8e6849f6f8887 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-02Trending: Prepare static content for the new UTITibor Frank8-450/+30
- Chapter "jenkins jobs": deleted, the neccesary information is in "Performance Tests". - Chapter "perpatch_performance_tests": deleted, should be somewhere else. - Chapter "testbed_hw_configuration": no information was there for years. - Chapter "performance_tests": deleted. - Other chapters: Edited, updated, simplyfied. Change-Id: I04dffffea1200a9bf792458022ce868021c94745 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-01Report: Add 2n-tx2 LXC/DRC Container Memif graphsTibor Frank7-1/+240
- Packet Throughput - Speedup Multi-Core - Packet Latency Change-Id: Ia98a44a5fad8676832d8c5beb687e1fd68e30d41 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-27Report: NAT44 udp tput graphsTibor Frank6-258/+0
Change-Id: Ia5108792ec32d8c2ff68bba953c77be536aba379 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-26fix(report): update the text part of release notesVratko Polak3-35/+6
Change-Id: I7c5b95b3b547f4d9a9359b0c688d621c3709b6f1 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-07-26Report: Add NAT44 testsTibor Frank15-53/+313
Change-Id: I757331b2c1fafe80f1e0e7cf10db5690912823f5 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-25feat(jobspec): improve tput selectionVratko Polak8-120/+96
+ Revert bad edit on 2n-dnv, add 1518b back. + Add 1c ip4base tput everywhere nat44ed tput is tested. + Both tcp and udp. + Use only 1c tests for ip4base tput. + Use the same selection in mrr as in mlr. - 2n-tx2 and 2n-zn2 still have no ASTF tests. - ASTF tests still only tested on xxv710, no 100ge tests yet. Change-Id: I0bfc1fa372c5020f1a6f2f4564c4b44f578ac328 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-07-20fix(jobspec): switch tcp tput back to 100bVratko Polak15-180/+180
Change-Id: Id16649044ac0385d55766197fb921c38009c0da8 Ticket: CSIT-1830 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-07-20fix(astf): avoid issues in pps tputVratko Polak1-0/+16
When more than 1 data packet is sent in the same chunk, TRex is sometimes not fully deterministic in its usage of delayed ACKs. This changes the "application protocol" to sent 5 chunks (1 data packet each), c2s and s2c interleaved, so each subsequent chunk acts as an ACK. The overall packet count remains the same, and even though this interleaved way may be more demanding on TRex CPU, preliminary results show NAT performance is still well below ip4base performance. As a side effect, the interleaved way seems to work also for 100B data frames, so we are avoiding two issues at once. Ticket: CSIT-1846 Ticket: CSIT-1830 Change-Id: Ia4dcfa7c89f2c08fc32bd6118e2e009316b33c25 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-07-15feat(report): add two more RCA itemsVratko Polak1-0/+8
Change-Id: I14cb6411351ac38f976e4bfc18e13b50728c0f59 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-07-14feat(report): add RCA items to release notesVratko Polak1-3/+11
Change-Id: I6ba7ef6ddb61871d62a65fbad21da8d53bd1a073 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-07-14Report: Add release dataTibor Frank2-5/+20
Change-Id: I09db00af2ab898d53343167092478f4c2beb3583 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-13feat(docs): Update 3n-snr job_specsPeter Mikus41-121/+969
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I1c7ef573038514f1be08ddfc9220df94101c16fb
2022-07-13Report: Add rls data, fixesTibor Frank2-1/+15
Change-Id: I2639ac5e124ed3c74f92b417e057d1a4e5bd9825 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-12Report: FixesTibor Frank1-3/+3
Change-Id: I9a7b26d2f129a1e8e6a251099a0b9ba3f72b8a4e Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-11Report: fixesTibor Frank11-301/+138
Change-Id: I126628ce86999bda15e9c441168711fa44bcb105 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-11docs(report): Release notes 22.06 minor updateViliam Luc2-31/+5
Signed-off-by: Viliam Luc <vluc@cisco.com> Change-Id: Iada54e78e833fc4e869981dd8192c7b1446e5a4e
2022-07-08docs(report): Release notes 22.06 updatedViliam Luc2-43/+63
Signed-off-by: Viliam Luc <vluc@cisco.com> Change-Id: I74a9ce97c4cfed7b3c14b3c88bd7330a988c6cf1
2022-07-08docs(report): Environment updatePeter Mikus1-1/+3
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: Iac1823253e3e91de17d6bdde98168ec51b32f5f9
2022-07-08Report: update 3n-alt TG NICs and add pictureJuraj Linkeš2-2/+1137
Change-Id: I69f48c7c3e74d272da5b784e2cf82e5e4971b705 Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2022-07-07Trending: Add 3n-icx-e810xxv gtpu testsTibor Frank4-0/+82
Change-Id: I897bc3bf118054174a23fe9f7d549d64b714d787 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-07Report: Add 3n-icx-e810xxv gtpu testsTibor Frank4-0/+144
Change-Id: I622cbc879e432111f68e4fd9a4dde493f362cba3 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-07Report: Add release dataTibor Frank1-3/+3
Change-Id: If9d60c0b063c520400b028efe46991f4e546920f Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-06Report: Add Hoststack and VSAP comparison tablesTibor Frank1-0/+18
Change-Id: Ic4f2fa308c24952694430c72c673c82e0b9cc997 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-06Report: Add rls dataTibor Frank1-1/+1
Change-Id: I8891fcfec6cd5805c1be802aa0b47c978e0c3982 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-01Report: Comparison tablesTibor Frank15-467/+0
- normalization - table headers - legend Change-Id: Ie095a84b7a62481d01fa5ece7c9da7f320d6d5c9 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-01docs(report): Update some infra sectionsPeter Mikus2-2/+6
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I4e7b1b35c3a7036a55d1a78addfde0eebfe7f1be
2022-07-01Report: add 3n-alt static contentJuraj Linkeš12-11/+190
Also unify the order of testbeds in documents where 3n-alt appears. Change-Id: I571dc1a2f87f45c4039080b28cfbeeb09d8d990e Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2022-07-01Fix typo in aws_ami.rstVratko Polak1-1/+1
Change-Id: I501d892c89c6db81e5daf946b357889f7af44631 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-06-30feat(infra): Add SNRPeter Mikus1-27/+33
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I4e39a59a192682c4bd9ebc7fa81ac727b55cf8e4
2022-06-30lab: update 3n-alt docsJuraj Linkeš2-96/+101
Change-Id: I6c77f633bfcae3b342d211a6b6379acb2f1adb6a Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2022-06-30job-spec: Reduce number of iterative tests for 2n-clxTibor Frank2-16/+0
- For e810cq remove dpdk-vfio-pci L2 100k and 1M scale tests Change-Id: Icded4fdca2720fad7f51cd072ed72fc4a1b4742d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-30feat(doc): update ASTF related methodologyVratko Polak4-121/+159
Also added some TODOs for future methodology improvements. Some of them will addressed in subsequent changes soon, but not sure yet which ones exactly. Change-Id: Ib827371b7d7a598c5fa6ab41fb7e48c73185844f Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-06-30feat(methodology): add methodology for autogenVratko Polak2-0/+140
Change-Id: I416c4120f2d7e05582a1f4fc529dfc86a09a7788 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-06-30job_specs: add wireguard perf tests to regressionYulong Pei2-0/+8
Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com> Signed-off-by: Yulong Pei <yulong.pei@intel.com> Change-Id: I9e499df973fd9990ab02fe7008d12e78b2ab089f
2022-06-30job_specs: add IPsec perf tests and GTPU perf tests to regressionYulong Pei3-0/+114
Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com> Signed-off-by: Yulong Pei <yulong.pei@intel.com> Change-Id: If70f910003d8208e08d4dc101ac70b33e7e4162b
2022-06-29job-spec: Reduce number of iterative tests for 2n-clxTibor Frank2-42/+2
- For e810cq use the same dpdk-vfio-pci tests as for xxv710 Change-Id: I5857332fa8f2256b293efd610902d30a015e716d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-28Report: Add normalized comp tabels - static contentTibor Frank15-0/+467
Change-Id: I0a9782248fee91f3db2fb5db00c800c7e5447f32 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-27Report: Add VSAP testsTibor Frank1-30/+169
Change-Id: If0ebb92ded94bf2b0cf8ad0d17ac2b0bd6d165a3 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-23Report: Add rc2 dataTibor Frank2-7/+7
Change-Id: Ia8a81135cb0dbd3b2f8877de66a5d9ed3f6e8309 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-22Report: Add 2n-clx-e810cq latencyTibor Frank14-17/+1073
Change-Id: I5674d40362ea958c34845c22c1b5fd090d08be83 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-22feat(doc): Infra updatesPeter Mikus1-0/+3
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I208fc73382754d3182f6f7eedc1a46ae72ef6aa2
2022-06-21Report: ComparisonsTibor Frank12-31/+101
Change-Id: Icbb4709c84b66251438b73d109606977527c6c88 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-21Report: Add 2n-clx-e810cqTibor Frank20-1/+1064
Change-Id: I4c7f37d77a9b8bda17eb3fb0b9a5bf468f1fd853 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-21feat(pxe): Add ICXPeter Mikus2-18/+18
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I4e3ec03a87f356c0e588011b848f8dd4ab7f30aa