aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2019-03-05Report: Add LB DataTibor Frank1-0/+5
- Change the version to 1901.10 Change-Id: I4a976a55b375a00fe3498ef26e676ce9410ff7f2 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-02-28Add tox.ini and few checker scriptsVratko Polak1-0/+712
(cherry-pick from master, also pasted current bash code style) The plan is to change csit-validate-pylint-master job to fail if (and only if) tox fails. This will allow us to easily add checks, with or without the voting power. Each check produces log (ignored in .gitignore) the voting job can archive. + Made autogen quiet by default, to avoid spam in autogen checker. + Unified the way direct csit subdirectories are git-ignored. Change-Id: I6477b1ef7da6d3e30f68c5850d04900cc52f431e Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2019-02-28Report: Remove disabled models from specificationTibor Frank2-3/+9
Change-Id: Ief23b6c9a2f94af2473772c29bb3c4636ea5a1d5 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 7a369b106a32b6fddc9ebd624f1a51ae7132d418)
2019-02-26CSIT-1440: Re-organize graphs in reportTibor Frank3-61/+62
- fixes Change-Id: I4b960651570c9c1174637a8c043f5ced3ce79538 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit a920af7936e6b1ee29a954e40f8029a6cc411c95)
2019-02-26FIX: Hardware sections - reportPeter Mikus7-728/+302
Change-Id: I4a64f87fe43eb94841c55d63a7befff0d2c2a477 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-02-26Report: Remove TCP/IPTibor Frank3-3/+11
Change-Id: I9d3c8272654bb5c4c8ebe1a07e9a1d8d9d173407 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 2fa35251cfc73e148bb4b21ba3928fac3a1a2b4e)
2019-02-26CSIT-1440: Re-organize graphs in reportTibor Frank31-513/+597
- fixes Change-Id: I5e4c1f96ab12b7732f29083ff070861eae984ca6 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 104a6ebb0878563c847f46dce52dd150c7fdb60a)
2019-02-26CSIT-1440: Re-organize graphs in reportTibor Frank26-550/+148
- latency - multi-core Change-Id: I8a0f51d51eb451f3c57c15579b4e775e0bffddab Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 53f44d52b513fae893e7774d77e3cff160ed9abe)
2019-02-25CSIT-1440: Re-organize graphs in reportTibor Frank13-595/+122
- Throughput Change-Id: Iab94a7c66d3483707ed99e49489ebf71947a4fca Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit cf260b77de34ac29e115ed9137904205d9f60ffc)
2019-02-21Report: Add dataTibor Frank1-0/+5
Change-Id: I9c03434f3f6b7acf22e9a4f58fe32b43a092f237 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 824f831ce6a1dd3ed3e9fa4820215ca3c51ffd60)
2019-02-20Report: add dataTibor Frank3-21/+23
Change-Id: I7387bdea66f8ddc58740908b2c69fc6b27b2b01c Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit feec48e01c729f4c719c1947429e1d0c3b0fcccb)
2019-02-20Report: Remove NSH_SFCTibor Frank3-5/+4
Change-Id: I639eb5bfbff9a088b0d6b096bd10e82fd0824265 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 857828c169ce6cdfda06e82978de8562f6bb743c)
2019-02-20CSIT-1438: Remove Denverton from ReportTibor Frank5-43/+8
- The files are kept, what if ... Change-Id: I7533e46e41e3e0a43e3b8e36b07b2f2536002712 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 94f675829cc82bd511b0b4eabeca5f8f27e2e411)
2019-02-20CSIT-1436: Add titles to plots in TrendingTibor Frank117-2726/+684
CSIT-1435: Remove index from Trending Change-Id: I616b055d7ad12f241df5fa43fb121d20ef7d7e23 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 223516c8592161568843cb1c19c009411f476f24)
2019-02-19Report: Add dataTibor Frank4-11/+5
- ligato Change-Id: I52109c8a3a3b94d841f8b3eb12246e17761385ca Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit e0e76e6ac30312d84424023a76d612606e0040d4)
2019-02-19Report: Configure 1901.08Tibor Frank1-0/+16
Change-Id: I00dfd25a369c8b9d86a0ac4eba7ad2efa570b1a4 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-02-18Doc: Methodology update for /new/ trendingVratko Polak1-54/+68
Change-Id: Ibaf4594589cb7bcf1ad236c99f03a9f18b579a74 Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit 1aeacc2c1efb0ce39c2d0789ec04a694a0943ba7)
2019-02-15Improve PLRsearch graphical exampleVratko Polak4-2024/+7021
+ Two graphs now. + Larger font in graphs. + More descriptions within graphs. + Text before graphs explaining what is shown. Change-Id: I1da6b55abe7380b61988e03d83f34f7f991085d6 Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit cc5914d182053c300785771860424ae2d76a50c9)
2019-02-15Update soak results pageVratko Polak2-6/+9
+ Link to methodology (instead telling readers to search there). + Explain low amount of test results shown. + Clarify that y-axis shows an estimated interval (not direct measurement). Change-Id: I4d9132fa102624a38d52f0e52dd12e834bd1350f Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit b039eae431ce144b4d5e9ec05eeafbdea557d755)
2019-02-14Report: Add dataTibor Frank9-7/+34
Change-Id: I08d4773dadb702179f2ac9cb1a5151476878c261 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 2174b86fe2a4af763384d5ab12f6ee645586d56f)
2019-02-14Update PLRsearch methodology.Vratko Polak2-20/+2042
+ Add a graphical example. + Change title underlying characters. + Fix incorrect formulations in Caveats. Change-Id: I3409f539973601433e6b8630f7ed10a4dd9d6154 Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit 8940a28e292d715c92f46d7a509d9e4ac0b18f2a)
2019-02-14Report: Fix vpp-device picturesTibor Frank3-2431/+2453
Change-Id: I1ec9c1c70f639a8a5d616aa2381c4398e55d59d5 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 295553e33d059532cd7c91409e9c38687c003af2)
2019-02-13Report: VPP_Device and VPP_func updateJan Gelety6-104/+2331
Change-Id: Ied18cef4519aff5ce56cb7548e3f97d89856de27 Signed-off-by: Jan Gelety <jgelety@cisco.com> (cherry picked from commit 2940a1320ed51266855b15efe539046adb6f53ad)
2019-02-13Report: Check graphsTibor Frank12-947/+935
Change-Id: I10e3beb91d446353633003126528881d194c5ade Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 4872837cf072de7e4242a2fa0be85a27a1d9e4b7)
2019-02-13Add methodology document for PLRsearchVratko Polak2-0/+358
Remaining TODOs are present as comments, so they are not visible in the rendered version. Change-Id: I47fc183dab442f8b1ee806631a9abd5193cd1833 Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit 971d0585f457e733a82349443ae2ff1cb39b5e11)
2019-02-13Apply minor improvements to methodology docsVratko Polak8-20/+19
Change-Id: Ice5625c2b04dce174b19748b0ccccdf813b66f2a Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit bbfcee8d3cf51ec01d269245970ef41bb072c580)
2019-02-13Update report release notesPeter Mikus2-30/+4
Change-Id: Icfd16715a7f35f3fd52589c523cafca968523a8e Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit 014e8469963fbc300a4d4f1863357c85ad35a1f3)
2019-02-12Report: Remove NSH, DNV, TCPTibor Frank5-28/+37
Change-Id: I6e11520ce178a9eb03a32cba0fb19ac81d87ce67 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 30271f9f5149d789535afdd5cfd42f30eac360c9)
2019-02-12Report: Add hover info to graph's descriptionsTibor Frank15-679/+238
Change-Id: I39e6b18d73bbd35eda50cdb8191f7762bbe965e5 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit b21dc3f42eb5cd77277ef44912cdb7c1f0acbff7)
2019-02-12Report: Add DPDK comparisons for 2n-skxTibor Frank1-0/+23
Change-Id: Ic7e02886e26875e159886a08b733ce5fee5bef3b Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 201be740d4dc17a9eea94ee97494929703c8534b)
2019-02-11CSIT-1430 Update release notesPeter Mikus6-74/+53
Change-Id: Id67de7b23d48509b3118d24b6d054b8d50a3d0ec Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit 4c8b382e0034ed2660d749cbd01d5b304aeb54bc)
2019-02-11Report: Remove indexTibor Frank170-5437/+1382
Change-Id: I477711ef75e07db26e36b3567883f9a7feb45a09 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 53310a9c512daecbe20a45eb48f5167ea5a6a8b2)
2019-02-11Report: Add NFV testsTibor Frank4-52/+712
Change-Id: Ib996b4929fb4e31eceb475691dc7517a9144f0b3 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit adab3cb4d5abc7f555f40b5f268fb611a77cace5)
2019-02-11Report: HC Release notesTibor Frank1-5/+2
Change-Id: If1e892781b1c6814bbded00d0d5e708f9f716d6d Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 56d7e2d16c14e3c63de44828cba4169ca03e6a1d)
2019-02-08Report: Add dataTibor Frank5-13/+13
Change-Id: I72a970ded531398d4ca465d2310f7c0b98508f12 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit ee375b76cdab4939fafbd5d9c52ceed176afb343)
2019-02-06Report: methodology section, added nfv service density.Maciek Konstantynowicz2-0/+107
Change-Id: Ia5f3a8befd5a9cc6c4b644ddd785e21f11b1c156 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit 1eb5821ae2975d69d1c655049db02348bb79a5ca)
2019-02-05CSIT-1420: Split methodology section to more filesTibor Frank20-922/+1579
Change-Id: I861e578434abdf72244d684fca8cfd66e1db9c28 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 124101d22151239b0411a73ae4d2bf8d70970937)
2019-02-04CSIT-1417: Prepare data sets for Report 1901Tibor Frank1-0/+4
Change-Id: If0553ac84d1414e7fd3c82d4a7a9511fbbc0986a Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 8e144056d6aaf83315df1dc4e2ea12f5f0c1e0ec)
2019-02-04CSIT-1397: Create Heatmap graphsTibor Frank6-13/+15
- colorscales Change-Id: I86e72432ffa850e76aed6d061461519c5f095a1f Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 9510e2ca6dbca1ab16b9db8054e9968facf4b699)
2019-02-04Report: Add NF service density and soak tests to static content.Tibor Frank6-0/+486
Change-Id: I8f81fc906245e6f5afd4f24ff034f28b95a2ad46 Signed-off-by: Tibor Frank <tifrank@cisco.com> Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit d3a748d5088d0023f8a96404d4c84deab588a3b1)
2019-01-31report: Methodology section, added forwarded modes, tunnel encaps and features.Maciek Konstantynowicz1-0/+211
Change-Id: Idfc575be1549a1ae41a2c384ca582e5a891ff899 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit d90c2c87f2738cab2e9a4eca4058b379dd8d4dc8)
2019-01-29Add 2n1l-10ge2p1x710-eth-l2xcbase-eth-2vhostvr1024-1vm-soakTibor Frank1-0/+4
Change-Id: I6a045225b0ff3cc4cd9880ee05861fd7bf36c61a Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit e4293ce7243c222d0eb65b46bac2c3ba59dc7e5e)
2019-01-23Updated RF tag documentation file with svc density tags, other minor edits.Maciek Konstantynowicz1-47/+60
Change-Id: Iece74d5e7e380db344005a6035252bbe18925646 Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com> (cherry picked from commit 12b5c1d2de914e8aabb62587028e4e92fd298173)
2019-01-21Report: Reset the Report History to the initial versionTibor Frank1-90/+2
Change-Id: I9bf1647de0b4f42c5ef0e80cf3b5dc2e968cc605 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit fe92deb7c2707d4a96a894a0efe2391c962f1147)
2019-01-21CSIT-1406: Configure PAL to generate 1901 ReportTibor Frank2-2/+2
Change-Id: I2faf542970d9be54945a2f9fdaf0577bdfbd6d24 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 4fba3998e586334ea0663ff401e36971249b191c)
2019-01-21CSIT-1395: Create comparison tables for NICsTibor Frank3-3/+142
Change-Id: Ib8583041a0d16a6242160b4f51eae973ef33504f Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit bec963c7d97302d7a0e41d38a5eec1ff5e518067)
2019-01-21CSIT-1390 Implement multichain configuration for l2bd with vhost/l3fwd.Peter Mikus1-0/+21
Change-Id: I36ab0bc7c9eada4c3f7bb5cb8f53de7d267ff910 Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit 88e6c1f979f530397a0743e4300d42faf9b538f5)
2019-01-14CSIT-1402: Add VICs to trendingTibor Frank3-0/+126
Change-Id: Ia854d9888130cf7b3df81644bc953e5524976dbc Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-01-14CSIT-1400: Prepare and publish 1810.03 ReportTibor Frank2-0/+8
Change-Id: I63d989921e6dd2604adfbb93dc95a6de95c2f25d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-01-11Markdown doc with FD.io CSIT physical lab design for Hsw.Maciek Konstantynowicz1-0/+1781
Change-Id: Icf3eabe120a7d3c8ba93b347fca20c05fc360f5e Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>