aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content
AgeCommit message (Collapse)AuthorFilesLines
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 Frank79-2169/+700
Change-Id: I73d107f94b28b138f3350a9e1eedb0555583a9ca 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 sectionspmikus14-7/+342
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I46008fa035418fb4bc0445b43403847a1e6a288e
2023-03-16feat(docs): Fix images and ToCpmikus32-34/+3
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I4f2327c9dbbc3b2d652c9882c29573cfe4469c63
2023-03-15feat(docs): Add Methodologypmikus36-0/+3392
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I5b2e4c14cc258d821b630d2e54b23a8468820764
2023-03-15feat(docs): Code cleanuppmikus1-8/+8
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I312b7107b74229bbe318851c41e0de1747ffd83c
2023-03-15feat(docs): Hugopmikus28-0/+9005
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Id8b43ef1f31f39b19a0629c52581514fda278f3b