aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2023-06-21docs(infra): Correctionspmikus4-25/+25
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I16e633d52699d0f83ed07edbb394c23d501a2c72
2023-06-21C-Docs: Fix internal linksTibor Frank13-84/+85
Change-Id: I2843788e91d16ce2b7a2283817bf3f44421aca67 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2023-06-19C-Docs: Fixes and improvmentsTibor Frank17-49/+134
Change-Id: I167720869e15236fde76a91559c17bf94f0ed68d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2023-06-14C-Docs: fixesTibor Frank2-9/+9
Change-Id: Ie3bf396e1c9f4670aeb22ca423ebc6dbfd950f0f Signed-off-by: Tibor Frank <tifrank@cisco.com>
2023-06-14feat(methodology): add file for reassembly testsVratko Polak1-0/+48
Change-Id: Ib2f5d7440a9e6ad7914d80dcd8e67cb725e70212 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2023-06-12feat(infra): Add Mellanox CX6 to 3n-icxpmikus1-18/+18
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Ic13b8cd3f2976c66d8956f0cee0784c3bae12a65
2023-06-12C-Docs: C-Dash - StructureTibor Frank4-0/+107
Change-Id: I368e1f69a118ac4bbcb0d1f052fd8e0ce60dd2a5 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2023-06-06docs(infra): Fixing typospmikus1-16/+16
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Ibbe8a346f9c1b9beb5ffa5a6b6029ad9153b9c9f
2023-06-06docs(infra): HW versionpmikus5-3/+20
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Iff29f4d1059b91a653c5befb6999900ae3065a21
2023-06-01docs(infra): Add CX7 and CX6 cardspmikus1-56/+116
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I06cb1356626f55b9de901ca72b194db1a46b7efa
2023-05-31docs: 3n-alt mlx cx6 lab specJuraj Linkeš1-27/+59
Change-Id: If81a1f4a1244748343293f99c865697341508399 Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
2023-05-29docs(var): Next releasepmikus1-6/+6
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I5cd45dd59f13e1ca942f44341b5f37e257c2b51e
2023-05-29docs(infra): Remove one NIC from SPRpmikus1-2/+0
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I707b9e332ede082afbe33f8bcb101b88dcbe4a58
2023-05-24feat(reassembly): add few suites for ip reassemblyVratko Polak1-0/+4
In tunneling scenarios, VPP needs to reassembly packet fragments before decapsulation. Conveniently, VPP also fragments the packets after encapsulation (at least for some encapsulation protocols) if they do not fit into MTU. So this change adds few suites, adapted from existing 3-node ones which additionally lower MTU on DUT1-DUT2 link. The intended packet size is 1518B. 64B packets will fit, and most of IMIX packets will also fit without fragmentation. VPP refuses to reassembly 9000B packets as they have too many fragments. + Add a keyword so suites need only one additional line of code. + Add new test tag REASSEMBLY for the added suites. + Tell autogen the one soak test case for reaseembly should be 1518B. - It is possible to increase fragment limit for 9000B, not done yet. - Ipsec policy suites are added but they should not be used. - VPP does fragmentation twice (before and after encapsulation). - VPP does not perform reassembly (only last fragment is decrypted). - TRex does not realize the packet from VPP is only a fragment. - The result is false pass with unfairly good performance. + Suites still included, to simplify verifying VPP fixes for the above. Change-Id: If33c60d767fea161d9e4ffabb8ded3d81c8f39ed Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2023-05-23fix(infra): 3na-spr follow uppmikus1-13/+13
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I210a76e9cd9215deafc8cb5d448eb72e0ea3c451
2023-05-11docs(infra): Firmware trackingpmikus4-21/+21
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I2f45b022bed2e7a11d6566ec407063415c08ef8f
2023-05-10C-Docs: Review, edit, add parts of the documentationTibor Frank4-75/+96
Change-Id: I83c3d93c6d71f3d9d03078d405bea9ef29392089 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2023-05-09C-Docs: New structureTibor Frank641-86871/+702
Change-Id: I73d107f94b28b138f3350a9e1eedb0555583a9ca Signed-off-by: Tibor Frank <tifrank@cisco.com>
2023-05-02C-Docs: Set the version of hugo-book themeTibor Frank2-4/+0
Change-Id: Ic8daac7dfc10788baa44d3cf8cf587296ec5070d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2023-04-28fix(docs): Infra wiring of tb22pmikus1-4/+4
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I5ee86afe597e65223e4974c325f15c675df2da1b
2023-03-30fix(docs): Infra inventorypmikus1-20/+20
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I6ce59fdf78943c0df6e4f337a4227dcca633de0d
2023-03-28feat(core): Add 2n-spr topologypmikus1-15/+15
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I3f7efcbfc82f683e7afc986d00fa71ae7413d93d
2023-03-27feat(docs): Update Infrastructurepmikus7-122/+2310
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I0044e305dfe3fbd76f0e0f0f261e107b0f134650
2023-03-23feat(docs): Add missing infra sectionspmikus20-7/+4691
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I46008fa035418fb4bc0445b43403847a1e6a288e
2023-03-16feat(docs): Fix images and ToCpmikus34-38/+5
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I4f2327c9dbbc3b2d652c9882c29573cfe4469c63
2023-03-15feat(docs): Add Methodologypmikus38-0/+14963
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I5b2e4c14cc258d821b630d2e54b23a8468820764
2023-03-15feat(docs): Code cleanuppmikus2-11/+8
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I312b7107b74229bbe318851c41e0de1747ffd83c
2023-03-15feat(docs): Hugopmikus56-1379/+15365
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Id8b43ef1f31f39b19a0629c52581514fda278f3b
2023-03-14fix(report): Update RCA item titleVratko Polak1-1/+1
Change-Id: Ic18acf987c023bd1c95063671c6d909e35ba1f9b Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2023-03-13feat(model): Move schema to resourcespmikus2-824/+0
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I905921cc93436c0e0f1c22dfbdc2af62f4b04ac0
2023-03-13feat(docs): Move job_specs to resourcespmikus277-22843/+2
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Iee0ded1f2fb43a09a7a1d61f593f4e92ead3dbb3
2023-03-09Report: Add rls dataTibor Frank1-0/+6
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I4eea313430d448928d68e554a00c7a78e3864020
2023-03-08docs: lab spec update with 2n-spr wiringMaciek Konstantynowicz1-6/+18
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> Change-Id: If9faabdc4af3ae3a5633006c5a7c580d7c3d13fd
2023-03-08feat(docs): Add SPRpmikus3-137/+845
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I9d82f780196d9d525d184bf26d13eb955b0684c8
2023-03-08fix(report): Update known issuesVratko Polak2-40/+38
Change-Id: I0b1bf7bfbc6dc02bb2de44df08e226379ee210fb Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2023-03-07report: update dpdk and trex rls notesMaciek Konstantynowicz2-21/+7
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> Change-Id: I283096f7110ec0ffd3b25886ee573339ba69d1de
2023-03-07Report: fixesTibor Frank13-339/+351
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Ie4e3b49f8e26a4381260ba4aeef5540a35c4c15a
2023-03-06Report: Add data, graphs, remove oper dataTibor Frank8-258/+494
- 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-03Report: Add rls dataTibor Frank1-0/+42
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Iba36f4e4b06ece31c3b7d4e408c0982f39df7525
2023-03-03report: update VPP rls notes sectionMaciek Konstantynowicz1-33/+21
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> Change-Id: Id3f0337d2bd80f26cd6e53eb15eca0b24e716dc8 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
2023-02-27Report: Add release dataTibor Frank1-1/+1
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Ifebc3c5842c0c8a0a3deeedf3113d5874d603c76
2023-02-23feat(docs): Add SPR wiringpmikus1-9/+82
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I6dd06e66ecf790130d7ed9da792068d239ea02db
2023-02-23feat(docs): Add SPR inventory typespmikus3-203/+174
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I8c2e50b937bbd0c9f15b9dbd7cf198ceb367f14c
2023-02-21docs: add SPR perf server types to testbed specificationsMaciek Konstantynowicz1-8/+145
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> Change-Id: I1c61edab22bceb8288a2a1a0ffadb462348195a0 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
2023-02-21feat(infra): IPAM update ahead of SPRpmikus2-0/+64
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I18ab8244001ab6d40328a86044faa8f5bf52cae9
2023-02-20feat(telemetry): Data compresspmikus2-3/+3
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I652844e722e24cb49f09a3f30aabe3103e271079
2023-02-15update regression mrr for gtpu testYulong Pei1-5/+5
Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com> Signed-off-by: Yulong Pei <yulong.pei@intel.com> Change-Id: I07f1938852eafe43801e2c1e9b0018ce5fd755f9
2023-02-13update regression for gtpu and wireguard testYulong Pei3-4/+126
Signed-off-by: xinfeng zhao <xinfengx.zhao@intel.com> Signed-off-by: Yulong Pei <yulong.pei@intel.com> Change-Id: I241fbbf63050e8c05ece86e8dc8a6aed15a26677
2023-02-13Report: Add vpp-device-1n-tx2Tibor Frank10-30/+62
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Ic0fb5fc3ba52524d8796ba4f47f36ea3992705be
2023-02-13Report: Add rc2 dataTibor Frank1-1/+1
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I8f4f493a3dc52ce067fc5d94972b0a06f20a227e