aboutsummaryrefslogtreecommitdiffstats
path: root/resources
AgeCommit message (Collapse)AuthorFilesLines
2020-04-23FIX: Mellanox jumbo framesPeter Mikus2-34/+29
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I84b3c07e22a313e96ac59fc7818960c502507651
2020-04-23Performance: DPDK refactorPeter Mikus19-240/+1062
+ Rework BASH scripts (more code to python). + Move BASH into libraries. + Allows RDMA usage. + Fix 9000B tests. + Rename confusing l2fwd -> testpmd. + Fix suite setup. + Fix PCI whitelist to not accidentally pickup wrong interface. + Fix deprecated DPDK cli arguments. - MLX5 jumbo are disabled on NIC (i will increase separately). https://jenkins.fd.io/job/csit-dpdk-perf-verify-master-2n-clx/6/console (l3fwd still broken) - MLX5 IMIX seems to be some TRex issue with IMIX for mlx5 (i will handle separately) Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I31d1b67305fa247cb5e1f57e739d3ef30dc1a04b
2020-04-22FIX: NF_density MAC addressesPeter Mikus7-36/+36
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I0e773060c344fda7b06937a81a53863a96a4373a
2020-04-22Trending: Fixes in plots, dataTibor Frank1-105/+57
Change-Id: I91677a0f6e1c62633977c80fc8dec8019e580d0c Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-20Trending: Update graphs - dnvTibor Frank1-276/+104
Change-Id: Ib965b768f725a4d4bc09cb1f995a452ed6e64653 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-20FIX: NF_density testsPeter Mikus4-11/+13
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: Ic305d135b14697332436d6afd76173eff0c3874b
2020-04-20Report: Add 2n-skx Soak and Reconf testsTibor Frank1-83/+132
Change-Id: Ia1e658347051ea0476cbea76361783ab7f6d6d1d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-20Flag day: requirements for candidatesVratko Polak1-4/+8
Change-Id: I0446263333812a57a8d0f7f288044482bee04a14 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2020-03-31FIX: ip4Jan Gelety1-1/+1
Change-Id: I57fcb06c72caf517231f09478d9d6089d2f46af4 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-04-20Report: Configure report 2001.17Tibor Frank2-2/+2
Change-Id: I809ee89a5798c36d883fd49de75b6f67f1d336f8 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-20Report: Comparison tablesTibor Frank3-60/+56
Change-Id: I18df883d66932fdafba83fd1b831736c4cb9ffa9 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-17FIX: Proper NUMA computePeter Mikus2-1/+4
+ FIX for Vratko's FIX Change-Id: Ia6ff137120d84bdd2b9e02e3e935c62d1c732b7b Signed-off-by: Peter Mikus <pmikus@cisco.com>
2020-04-17Fix numa detectionVratko Polak1-1/+1
On 3n-hsw, xl-710 is numa 1. The old code returned 0, causing performance regression. Fixes: 14a71b74b414df7616ccb5ada3d50ecb90d96bae Change-Id: I81d3f711b6a37438f6411e29baafae9dec1c00a4 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2020-03-30API: Add collection for 26086/8Jan Gelety1-0/+245
Change-Id: I41867bdb395a72733c1f616b981e952087b017ef Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-04-17VPP-DEV API Coverages: IPSEC interfaceJan Gelety5-326/+927
+ some pylint fixies Change-Id: I650ce16282ae953a1a5ee96e810702c01f71efd6 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-04-16Do not set seeds in -rnd profilesVratko Polak3-12/+6
From trending it seems like TRex threads use thread-local PRNGs, resulting in multiple packets (one from each thread) for the same flow. Hopefully, without a seed set, each thread will pick a different seed. We are risking some threads will still pick the same seed occasionally, but I doubt TRex API has a better way to prevent this issue. Change-Id: Ie6ed42669d6e2463627760f89d2426d4e6bf0155 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2020-04-15Report: Current vs. PreviousTibor Frank1-8/+12
Change-Id: Ic6cdabf65846a0d7d1e38025a1a7459947aed385 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-15PAL: Integrate new comp tables 2Tibor Frank11-307/+839
Change-Id: Id7267f5ab13a362894c5fe5a2ae40d51d4b5a36d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-14rls2001 report: fix hoststack test packet sizesDave Wallace1-17/+17
Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: I4bd56d17b8f28ca40424067068384bae0447db4b
2020-03-29Update of VPP_STABLE_VER filesJan Gelety1-249/+2
- use new vpp ref build - ubuntu 18.04: 20.05-rc0~532-g4fde4ae03 - use new vpp ref build - centos7: 20.05-rc0~532_g4fde4ae~b9253 Change-Id: If6a5478ca9b89050beae8f2dc4ce4e91b328aa21 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-04-14FIX: RDMA typoPeter Mikus1-1/+1
Change-Id: Ie2f11cd5144daf249200fe07430b0809185bccce Signed-off-by: Peter Mikus <pmikus@cisco.com>
2020-04-14Report: Configure report 2001.16Tibor Frank2-2/+2
Change-Id: I909845026c0495db74e0ef82f17d7d14db2ac9d5 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-14PAL: Fix table data modelTibor Frank2-150/+150
Change-Id: I276f9bb6aaf03c897ef255d124a3204dee45abf6 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-09PAL: Integrate new comp tablesTibor Frank5-91/+517
Change-Id: Ibadf4fabb69bdd9d2412ed8f33c97ab12303800f Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-09Ansible: Kernel installationPeter Mikus11-3/+266
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: Iee65272169339ed0e5561cf3dee11567335b12be
2020-04-09Performance: FIX T-Rex configPeter Mikus2-3/+4
- MLX, ENA - Part I Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I9f4b407770515fe6009ef5dfdba2b27fa2ff654f
2020-04-09Report: Add dataTibor Frank1-340/+168
- hoststack - replace old 20001 with new 2001 Change-Id: Id1913527a0878b56fbb3c1372da6251cebd5e30b Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-08FIX: Add show log output when test failed.Peter Mikus2-1/+7
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I6bdce8156ba214be210c195a9f3effd718301a86
2020-03-29API: Add collection for 26256/7Jan Gelety1-4/+4
Change-Id: Ib5d8f9f0c8e8920a2d19e89d4d5518f4882ff32d Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-04-06Ansible: Speed up by pipeliningPeter Mikus1-2/+6
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I3ad5675cda017b3dcf8cba88d56d5d6c11184e20
2020-04-06FIX: Ansible LTS missing packagePeter Mikus1-1/+9
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I87020a6a26f54f9a1591a540f77f6469d75df007
2020-04-06Improve pf layerPeter Mikus27-1771/+1446
+ Merge single/double link + Introduce _pf{n}[0] variables so we can access physical function same way as virtual function + Cleanup code by moving complex logic to python + Prepare code for multiple vf functions Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: Ic2e74a38bfa146441357de8f0916aeb638941c49
2020-04-06Report: Configure report 2001.15Tibor Frank2-2/+2
Change-Id: I4926a15e0b89507aad89845e12385ba34adfd68d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-06Report: Add pdf versionTibor Frank1-2/+2
Change-Id: I3aba33e90fd99fd2277358f184a34d071ed4e805 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-03Trending: Update graphs - 3n-tshTibor Frank1-36/+79
Change-Id: I9b8377e336651f850d50d050471ebefd5647993d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-03Trending: Update graphs - 3n-hswTibor Frank1-6/+12
Change-Id: Iff28b68e4fb33b304433ada64ea6ef2d751e4c3f Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-02Fix: select correct oper branch checkout_csit_for_vppJan Gelety1-1/+4
Signed-off-by: Jan Gelety <jgelety@cisco.com> Change-Id: I2e72b7e136d3907a038cb7729c11d155a12c486f (cherry picked from commit 9e2e4eaa2c6854eee47f7057d16b75339f453f89)
2020-04-02Trending: Update graphs - 2n-clxTibor Frank3-99/+403
Change-Id: I05a61b075c467681f2e05b17f0245a5e77a911b5 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-02Report: HTML comparison tables.Tibor Frank3-40/+49
Change-Id: I144d1ee15505a9d08acdacb50f53df02420d60a8 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-02Report: Comparison tablesTibor Frank1-13/+13
Change-Id: Iafff8f88e1d54ede712d8fc3b4afa88172f599ab Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-01Tweak TRex cores and RDMA pps limitVratko Polak2-3/+7
The previous values lead to duration stretching, which affects MRR results (making receive rate bigger than it really is). + Move timestamp for starting of traffic, the previous position was too conservative. Change-Id: Ie983f0d3eacf56d57caa551d1b7fbb87ece6c158 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2020-04-01Report: Comparison html tablesTibor Frank1-8/+55
Change-Id: I901e20ec6bc7214bf3376a57aee3eba4149ec8a1 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-01Report: Comparisom tables - LegendTibor Frank2-36/+185
Change-Id: I9bea40d22f9a4aa4f5161f203ba5cc04685a8b19 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-01FIX: irqbalance settingsPeter Mikus2-0/+36
By default irqbalance should be honoring isolcpu settings but as of latest finding IRQs are distributed ad-hoc even if irqbalance is: - enabled: with default settings - disabled: by configuration - disabled: as a service - enabled: with incorrect mask This patch brings explicit configuration of IRQBALANCE_BANNED_CPUS with mask large enough to cover all cores and keeps IRQ to be processed by core 0. Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I0eb36d780feb284a5493e123acbf993a362ea9ec
2020-03-31Add disable_ra config to VPP device ansiblejuraj.linkes1-0/+20
Router advertisement from linux interfaces in VPP Device TGs could result in unsolicited packets arriving in DUT which would produce false negatives. Change-Id: I121a92310a8fe47f36e253656e126123704efc0a Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
2020-03-31SRv6: Make show command output visibleVratko Polak1-12/+3
Change-Id: Ie8764f1746fa51d8b6e8621db68ffd2966168a07 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2020-03-26API: Add collection for 25923/9Jan Gelety1-0/+247
Change-Id: I48da04747ffcbdb0b4452d11ee52204e966eb78b Signed-off-by: Jan Gelety <jgelety@cisco.com>
2020-03-30Trending: Update graphs - 3n-skxTibor Frank1-278/+454
Change-Id: I0698e7fa48b7fa199b886407c2e9c1bc5094e746 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-03-30Report: COnfigure reoirt 2001.14Tibor Frank2-2/+2
Change-Id: Ic899dbe5875238c36e83778c413c7943169ef8df Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-03-27CSIT-1597 API cleanup: aclJan Gelety2-292/+44
- cover API changes in VPP: https://gerrit.fd.io/r/c/vpp/+/26184 - update vpp stable to version 20.05-rc0~424 Change-Id: Ie621a29db25755151bfee76a045a423fd1267ada Signed-off-by: Jan Gelety <jgelety@cisco.com>