aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-02-26De-duplicate unidirection supportVratko Polak2-346/+106
- Latency is now reported in both directions. -- For unidirection that means additional -1/-1/-1. + Changed function argument wrapping to save vertical space. + Changed trex command synthesys to save vertical space. + Fixed handling of command line arguments to avoid superfluous spaces. + More care distinguishing (0, 1) from (port_0, port_1). - Not renaming the original port arguments. Change-Id: I7b1736b594f6edea52eb07e5bc76ef52d0af92f8 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2019-02-26CSIT-1440: Re-organize graphs in reportTibor Frank28-2054/+1765
- latency - multi-core Change-Id: I8a0f51d51eb451f3c57c15579b4e775e0bffddab Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-02-26CSIT-1448 Ansible: Clean hugepage configurationPeter Mikus39-102/+388
Change-Id: I1e91d63bb5cd671d2d1d94f8711233bec0fe6505 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-02-25CSIT-1440: Re-organize graphs in reportTibor Frank15-2403/+2054
- Throughput Change-Id: Iab94a7c66d3483707ed99e49489ebf71947a4fca Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-02-25FIX: VPP PIDs can also be separated by spaces not only by line breaksJan Gelety1-6/+4
Change-Id: I6a5e8732be224927aa965cdf6b93998aa8699639 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2019-02-22CSIT-1437 Create portable host-setup documentPeter Mikus77-1199/+533
- Ansible simplified and optimalized - Porting global variables into single file - Rework the README.md - Tested outside LF environemnt Change-Id: I124cffa5c4510edf365e8b558da0c8c498f55d50 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-02-21Report: Configure for 1901.09Tibor Frank2-2/+2
Change-Id: Ief796f52c15a5c62962a82eea8f740ae17277638 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-02-21Report: Add dataTibor Frank2-3/+14
Change-Id: I9c03434f3f6b7acf22e9a4f58fe32b43a092f237 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-02-20Report: add dataTibor Frank4-22/+28
Change-Id: I7387bdea66f8ddc58740908b2c69fc6b27b2b01c Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-02-20Report: Remove NSH_SFCTibor Frank3-5/+4
Change-Id: I639eb5bfbff9a088b0d6b096bd10e82fd0824265 Signed-off-by: Tibor Frank <tifrank@cisco.com>
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>
2019-02-20Report: Add dataTibor Frank1-6/+13
- ligato Change-Id: I813ccf2528a542d772eccf658f2983af0ce7c303 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-02-20CSIT-1436: Add titles to plots in TrendingTibor Frank121-3780/+1794
CSIT-1435: Remove index from Trending Change-Id: I616b055d7ad12f241df5fa43fb121d20ef7d7e23 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-02-20FIX: Static variables all over the place for per patchPeter Mikus3-16/+31
- Incredible why is it so hard to write scripts not hardcoding anything. Change-Id: I48cf2cc3d25f9665a9ff7ca26756d3b70cdd2f9c Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-02-19CSIT-1419 Convert vpp-virl job to vpp-devicePeter Mikus3-71/+108
Change-Id: I5af6de4b96775a72855e1644ca4d8d9b4b2f9e25 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-02-19Allow more perftest strings in get_test_tag_stringVratko Polak1-4/+9
This is needed to support other TBs in perpatch job. Change-Id: I9de70e818a32fa9990d90cb14498a26570b774a4 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2019-02-19Ansible testbed setup for Taishan testbedStanislav Chlebec45-92/+245
Change-Id: I4b42aa5bf7635ade95f81c0c92a6ff1bf43d3fa0 Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech> Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
2019-02-19Adapt autogen for SFd testsVratko Polak79-45/+47
+ Make the skipping logic in autogen more flexible. + Do not emit 4c cases when there is too much VMs/containers. + Peter says the second -eth- should be renamed away from suites. + Regenerate suites so test case names match (new) suite names. Change-Id: I95ecc47ca07b8bae6693d5d4330811ff55672fc4 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2019-02-19Expose DPDK version into separate Variable filePeter Mikus2-3/+7
Change-Id: If9707297a430285a242c3dae49c216d952a9be12 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-02-19Report: Add dataTibor Frank5-332/+299
- ligato Change-Id: I52109c8a3a3b94d841f8b3eb12246e17761385ca Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-02-19Report: Configure 1901.08Tibor Frank3-3/+19
Change-Id: I00dfd25a369c8b9d86a0ac4eba7ad2efa570b1a4 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-02-18Bash style: Explain some rules for entry and libsVratko Polak1-1/+33
Change-Id: I694ef0c45dfa342651f078d13cc0f7eaaeff82e9 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2019-02-18Remove unused performance util keywordsVratko Polak1-71/+25
+ Added some TODOs. + Get Frame Size updates: ++ Renamed to Get Average Frame Size. ++ Called by Get Max Rate And Jumbo. ++ Moved to the top. Change-Id: I149831b630d4c0ae098f7189f2231b72c6fb7668 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2019-02-18Report: Add dataTibor Frank2-200/+219
Change-Id: I0879377a00ce11b092566717408886d82c5de847 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-02-18CSIT-1433: Add data sets to all tablesTibor Frank2-1843/+764
- Improving and simplifying the process of adding new data. Change-Id: I778af0274584b881de4e1f90f63cdc04d1b796bb 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>
2019-02-15CSIT-1135: Add bash code style guide documentVratko Polak2-1/+588
- The document is currently an orphan. Change-Id: I37377e2f7b5e928351336bd18ef037da4d3513fa Signed-off-by: Vratko Polak <vrpolak@cisco.com>
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>
2019-02-15Report: Add dataTibor Frank1-0/+4
Change-Id: I8b611488f5ff4395513b33c5f917c4f922f240c1 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-02-14Update 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>
2019-02-14Report: Add dataTibor Frank10-113/+287
Change-Id: I08d4773dadb702179f2ac9cb1a5151476878c261 Signed-off-by: Tibor Frank <tifrank@cisco.com>
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>
2019-02-14Report: Fix vpp-device picturesTibor Frank3-2431/+2453
Change-Id: I1ec9c1c70f639a8a5d616aa2381c4398e55d59d5 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-02-14CSIT-1426 Update main repo READMEPeter Mikus7-653/+219
Change-Id: Ibd10baca840c42cc6f27f0452a7162559a2b34ae Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-02-13Add 1-node ThuderX2 arm testbedjuraj.linkes1-22/+65
Change-Id: I5c7ad4ab7b8eff58ac25562852b8cccbfb28077b Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
2019-02-13Report: VPP_Device and VPP_func updateJan Gelety6-104/+2331
Change-Id: Ied18cef4519aff5ce56cb7548e3f97d89856de27 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2019-02-13Report: Add dataTibor Frank1-223/+182
Change-Id: I4428a987e8d16528e4507f2cff428461624995e7 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-02-13Report: Check graphsTibor Frank13-1640/+1628
Change-Id: I10e3beb91d446353633003126528881d194c5ade Signed-off-by: Tibor Frank <tifrank@cisco.com>
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>
2019-02-13FIX: Coredump packing combinationPeter Mikus1-3/+4
- Remove DIR Change-Id: Iba1b03d407e93d4e60fb49f6b50747de87f82ac7 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-02-13Apply minor improvements to methodology docsVratko Polak8-20/+19
Change-Id: Ice5625c2b04dce174b19748b0ccccdf813b66f2a Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2019-02-13Update report release notesPeter Mikus2-30/+4
Change-Id: Icfd16715a7f35f3fd52589c523cafca968523a8e Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-02-13FIX: Apply revert routing in case interfaces are revertedPeter Mikus1-0/+1
Change-Id: Iecd4606f000aa49a16a07fb02ae1b6f1c52a52d8 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-02-12Report: enable pdf versionTibor Frank1-5/+7
Change-Id: Ib909bd7c25ee80f5f83fa336e1f3a98500baf55c Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-02-12Report: Remove NSH, DNV, TCPTibor Frank5-28/+37
Change-Id: I6e11520ce178a9eb03a32cba0fb19ac81d87ce67 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-02-12Report: Add dataTibor Frank1-34/+47
Change-Id: I8bdd1d906e7bc75554f45b691e613de37155beb1 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-02-12Report: Add hover info to graph's descriptionsTibor Frank15-679/+238
Change-Id: I39e6b18d73bbd35eda50cdb8191f7762bbe965e5 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-02-12Report: Add DPDK comparisons for 2n-skxTibor Frank2-12/+226
Change-Id: Ic7e02886e26875e159886a08b733ce5fee5bef3b Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-02-12Bump DPDK to 19.02Peter Mikus1-1/+1
Change-Id: I9ea7b5104d3124dd6ae36fd91cf056ace9f93e3d Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-02-12Fix argument order in unidirection related KWsVratko Polak2-36/+38
The original unidirection Chhange [0] has changed the order, breaking some call sites. Also, use different indentation to save some vertical space. [0] https://gerrit.fd.io/r/#/c/16696/3/resources/libraries/python/TrafficGenerator.py@551 Change-Id: Ife9bd994da73f0afcd24fc16794f822a831c4353 Signed-off-by: Vratko Polak <vrpolak@cisco.com>