aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/conf.py
AgeCommit message (Collapse)AuthorFilesLines
2020-12-14Report: Add dataTibor Frank1-1/+1
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I00de87ca81d344a153d40a34ca5505316983f076
2020-12-04Report: Configure 2009.50Tibor Frank1-1/+1
Change-Id: Ia8e71df86d561c1d9bc388fa6b70ef850c94e66e Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit d719a272815348bd9229c5cd280ecf39e862870b)
2020-11-26Report: Reorganize the NAT44 chaptersTibor Frank1-1/+1
- packet throughput - speed-up Change-Id: I5d49ae2da54170e48c51db47e035d2121471be0d Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 52e3b0f6b6b4f92c5ee5ecf003623cb59c798290)
2020-11-23Report: Configure rls2009.48Tibor Frank1-1/+1
Change-Id: Ib7c4bc51bea43dafa2bd788c709c800caeb75988 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit ef51e552aa2d0e134646d28aa3ada2da0d467f99)
2020-11-23Report: Add 2n-zn2Tibor Frank1-0/+5
Change-Id: Ifaba0d689a279ae650ae30531b21533cc6927262 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit f8b3d745368deb92af2b7ff70874e3b0ae80a0c7)
2020-11-12Report: Add NAT44 dataTibor Frank1-1/+1
- reorder NAT44 graphs Change-Id: Ied762a85fb1ee69c7d12971e3e15822571a18451 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 6328731a2778c864c6372296449a55dae79cd305)
2020-11-05Report: Configure rls2009.46Tibor Frank1-1/+1
Change-Id: I7886285de8edbf66e03e1b22d85c2e7a4c4d7224 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 20f419f950606f1848a81d815c251f8180867b50)
2020-10-28Report: Configure rls2009.45Tibor Frank1-1/+1
Change-Id: I8918f09411254b64abb65a165a0e284f735b306e Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 764041478f165644c0dea744bc4b2d976bb0b840)
2020-10-22Report: Configure 2009.44Tibor Frank1-1/+1
Change-Id: I7f7e50610e71af7f2b0dc1eed267a421ffd8aef0 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 1b25441a3d82a12d01334bd82795bd35a4f7c2e3)
2020-10-15Report: Configure Report 2009.43Tibor Frank1-1/+1
Change-Id: I16ce4e2146fa44eace76fb495cc6d007005c215f Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 61dbfbcc31de9f20738fc85e2ac87badfd3ed1db)
2020-10-09Report: Configure 2009.42Tibor Frank1-2/+2
Change-Id: Ic6f9ba720eb3ed964404789632278f211e576bb2 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 16fa258b5abcd0874159c0cd81add9acb64f0998)
2020-10-05Report: Add rls dataTibor Frank1-1/+1
Change-Id: I903075db92a71964f792d2de42a69ca93103e11d Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 6d2573c5cfa89389817eb672e7023c7b3b20d26f)
2020-09-29Report: Edit the configurationTibor Frank1-17/+17
Change-Id: I3a3317903ee6e22fa0fe7fff9bf7d0208b19c8ae Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit c4229710f97c1cc155a44d0c8d9cc3682900f6e2)
2020-09-28Report: Add RC2 dataTibor Frank1-1/+1
Change-Id: I6c4ae6b428571a392586f5b817c5392a0de8c727 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 6f8a69729c108b5efc7f36bc2daf5d71afd25196)
2020-09-21PAL: Fix show runtimeTibor Frank1-1/+1
Change-Id: Id42f087b2e3874a362f17596740feab6af8029d9 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 0df92678006f857a1ed051d9077868270ec1f543)
2020-09-10Report: Configure rls2009 ReportTibor Frank1-14/+14
Change-Id: I63c058e5fda100cce8e1b83acb8dfe988f1fd904 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit d3763454526d2886ce8d0210b788c1d90540e9aa)
2020-08-24T-Rex: 2.82, core pin, 8 workerspmikus1-1/+1
+ Bump T-Rex version. We need new features for ASTF test. + Apply core pining. Results in a more stable performance. + Tweak the number of T-Rex workers. + We need an even value to achieve ymmetric performance with pinning. + Value 8 was selected as a best compromise. This is a combination of 3 commits. This is the 1st commit message: T-Rex: 2.82 This is the commit message #2: Change Trex to CORE_MASK_PIN mode to improve performance https://trex-tgn.cisco.com/trex/doc/trex_stateless.html#_core_masking_per_interface Above link have below explaination, "When the profile is symmetric, performance can be improved by pinning half of the cores to port 0, and half of the cores to port 1, thus avoiding cache trashing and bouncing." The reason to change this is that to run CSIT with 100G NIC often failed with "TRex stateless runtime error timeout", it caused by Trex can not send enough traffic within the fixed duration. by change to CORE_MASK_PIN mode fix the issue. Not editing ASTF, as that supports different options. This is the commit message #3: Experiment: Vary number of TRex workers With CORE_MASK_PIN, we can get more predictable time distribution. Decided to use 8 workers, that gives good results both for high end (RDMA-core l2patch) and low end (vhost) tests. Change-Id: I5c61127799e0624464e960fcb980ad1c4058e744 Signed-off-by: pmikus <pmikus@cisco.com> Signed-off-by: Yulong Pei <yulong.pei@intel.com> Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2020-08-05Report 2005: Add data, configure rls2005.32Tibor Frank1-1/+1
Change-Id: I79129cac48c60a959e4dc1ebfc9d63b9b230e933 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-07-23Report 2005: Configure rls2005.31, add dataTibor Frank1-1/+1
Change-Id: I87e07e334783e10dc863194f240e5dbcbf141915 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-07-16Report 2005: Configure 2005.30, add dataTibor Frank1-1/+1
Change-Id: I33908f6967e89e894560fd5f63c57a76c110e9ab Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-07-13Docs: Update TRex informationVratko Polak1-1/+1
The previous was describing CSIT version 3. + Stateless profile is now under GPL directory. Change-Id: I9810ca224159053386557493eaf90b4aa682710e Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2020-07-13Report 2005: Configure rls2005.39Tibor Frank1-1/+1
Change-Id: I7ea2e004b79d47420f6a1e0beb88731529b03706 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-07-07Report: 2005: Add data, configure rls2005.28Tibor Frank1-1/+1
Change-Id: I686102fd7d17ad287ae890f1170ef7c78ff74a0d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-06-29Report 2005: Configure rls2005.27, add dataTibor Frank1-1/+1
Change-Id: I6a9911b500d40708e2570be9d83cdd860c677977 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-06-22Report: Add data, 2n-skx-nfv, configure 2005.26Tibor Frank1-1/+1
Change-Id: Ia00d19101e0521d89f23ee68be8e701b043a3a1e Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-06-18Report 2005: Add dataTibor Frank1-1/+1
Change-Id: I6b36e1c2fc42e37aa3cb42b79844c3581e17e430 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-06-15Report 2005: Add data, hide dpdk 3n-tshTibor Frank1-1/+1
Change-Id: Id2c83dc218ad766008f65e2ad218eb01444cde07 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-06-08Report 2005: Add data, configure 2005.24Tibor Frank1-1/+1
Change-Id: Iabd8dadda4ee7e0b9fc7044f4fc6addf8a106ab5 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-05-27Report: configure report rls2005Tibor Frank1-1/+1
Ticket: CSIT-1722 Type: feature Change-Id: I76f7f323f000cbfc802c6206b6232665bb88448c Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-05-25Report: Infra updatepmikus1-11/+10
Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Ie39585e88460d9a5e3764726d93dc065f5cbacfb
2020-05-15Report: Add data, configure 2001.21Tibor Frank1-1/+1
Change-Id: I8eb2b893989fa22282d4d940513a69e0c87bbfdb Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-05-11Report: Configure report 2001.20Tibor Frank1-1/+1
Change-Id: Ib0a3190dfd5b216aa9ff93d751fa48cd42cef88f Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-05-04Report: Configure report 2001.19Tibor Frank1-1/+1
Change-Id: I42d2723745a119667b8af2165fbd99dc4fe3cc3e Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-27Report: Configure Report 2001.18Tibor Frank1-1/+1
Change-Id: I7e3ed2a7ad75617be1ef5a80e345e7e62a6da3df Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-20Report: Configure report 2001.17Tibor Frank1-1/+1
Change-Id: I809ee89a5798c36d883fd49de75b6f67f1d336f8 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-14Report: Configure report 2001.16Tibor Frank1-1/+1
Change-Id: I909845026c0495db74e0ef82f17d7d14db2ac9d5 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-04-06Report: Configure report 2001.15Tibor Frank1-1/+1
Change-Id: I4926a15e0b89507aad89845e12385ba34adfd68d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-03-30Report: COnfigure reoirt 2001.14Tibor Frank1-1/+1
Change-Id: Ic899dbe5875238c36e83778c413c7943169ef8df Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-03-23Report: Configure Report 2001.13Tibor Frank1-1/+1
Change-Id: Id968c7351f995dde31c3832339496495999b5bce Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-03-11Report: Configure Report 2001.12Tibor Frank1-1/+1
Change-Id: I3d19380a12016ee65711d4e92c3cfbc109a2e18f Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-03-04Report: Configure Report 2001.11Tibor Frank1-1/+1
Change-Id: I5af4ef16464ee372d5ff9a41695870c22a3311bf Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-02-28Report: Configure Report 2001.10Tibor Frank1-1/+1
Change-Id: I0d7950b1c32633c0f67589fb9a7504726de6cfad Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-02-19Report: Configure 2001.09Tibor Frank1-1/+1
Change-Id: I4fed9ef09f80efaeac8860ced9a46ce9cb8d8629 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-02-17Report: Configure Report 2001.08Tibor Frank1-1/+1
Change-Id: Iaddad3362eb2aaf9ced78d3f30fe1f25f40a70ef Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-02-14Report: Fix previous version of dpdkTibor Frank1-1/+3
Change-Id: I5fa6041ff7896c38654ecca5fcdf9d637286d02a Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-02-07Report: Configure 2001-07Tibor Frank1-2/+2
Change-Id: I6323a3cf86bdebb6f1dc41a10fc840b5c80fab01 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-01-23Report: Add diagrams for testbedsTibor Frank1-1/+1
- Diagrams for testbeds: - 3n-dnv - 3n-tsh - 2n-clx - Replace s/Cascadelake/Cascade Lake Change-Id: I77e7659a0aba4766a28577f940b7e44e60cbd82d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-01-09Report: Configure Report 2001Tibor Frank1-27/+17
Change-Id: I5ef3c37cf329b76a1a7f94d60c3563872eef3c5d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2020-01-09DMM: RemoveTibor Frank1-6/+2
Change-Id: Ibbfbed79e473c804390802ae1ecd737b50c06aa3 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2019-12-03Python3: PALTibor Frank1-102/+103
- files renamed: - utils.py --> pal_utils.py - errors.py --> pal_errors.py - functions/methods renamed: - plot_service_density_reconf_box_name --> plot_nf_reconf_box_name - plot_performance_box_name --> plot_perf_box_name - plot_latency_error_bars_name --> plot_lat_err_bars_name - plot_throughput_speedup_analysis_name --> plot_tsa_name - plot_service_density_heatmap --> plot_nf_heatmap - table_performance_comparison --> table_perf_comparison - table_performance_comparison_nic --> table_perf_comparison_nic - table_performance_trending_dashboard_html --> table_perf_trending_dash_html - functions/methods removed: - plot_service_density_heatmap_compare - plot_throughput_speedup_analysis - plot_latency_error_bars - plot_soak_boxes - plot_soak_bars Change-Id: Icddc01d3ccb451abb92b9e5d912b642d01866033 Signed-off-by: Tibor Frank <tifrank@cisco.com>