Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-04 | trex_client: sample each second | Yaroslav Brustinov | 7 | -225/+362 | |
stateful result object: add method to get avg value at steady state regression: add -t flag to run specific test by name (without file and class) update trex07 benchmarks | |||||
2016-06-23 | regression functional test stl_basic_tests: add error message to assert | Yaroslav Brustinov | 1 | -3/+3 | |
2016-06-23 | Merge branch 'master' into cpu_per_core | Yaroslav Brustinov | 100 | -878/+3352 | |
Conflicts: scripts/automation/trex_control_plane/server/singleton_daemon.py | |||||
2016-06-23 | daemons logger: create log dir if does not exist | Yaroslav Brustinov | 1 | -6/+5 | |
2016-06-23 | small changes to 365826c5db225f21283c48eebc8de62b89fbfa24, so it will be ↵ | Ido Barnea | 3 | -30/+35 | |
easy to merge with later DPDK versions | |||||
2016-06-23 | get_stats documentation | Ido Barnea | 2 | -6/+151 | |
2016-06-22 | minor | Hanoh Haim | 1 | -1/+1 | |
2016-06-22 | fix 9k regression test for XL710 DA2 NIC | Hanoh Haim | 1 | -3/+18 | |
2016-06-22 | Merge regression tests | Hanoh Haim | 15 | -46/+133 | |
2016-06-22 | add latency regression test - XL710/82599 setups | Hanoh Haim | 1 | -2/+129 | |
2016-06-22 | STL Python API stats - add histogram key if it's absent | Yaroslav Brustinov | 1 | -0/+1 | |
2016-06-22 | REGRESSION: disable electric fence for now | imarom | 1 | -1/+2 | |
2016-06-22 | FLOW_STATS: extract start_stream from the compiler to start_traffic | imarom | 5 | -23/+91 | |
2016-06-22 | adding flow stat profiles to simulator tests | Ido Barnea | 5 | -15/+25 | |
2016-06-22 | typo at last commit | Yaroslav Brustinov | 1 | -1/+1 | |
2016-06-21 | api: add passing of additional arguments to TRex | Yaroslav Brustinov | 3 | -7/+14 | |
2016-06-21 | fix i40e Intel latency issue using 2 Qset and BW limit to 99.9% see more ↵ | Hanoh Haim | 3 | -2/+90 | |
trex-214 issue | |||||
2016-06-21 | Merge to master | Hanoh Haim | 34 | -126/+162 | |
2016-06-21 | profile fixes | Ido Barnea | 27 | -91/+109 | |
2016-06-21 | --debug-image flag fix bug | Yaroslav Brustinov | 1 | -1/+1 | |
2016-06-21 | WATCHDOG: reading the counter for the main loop is probably better with | imarom | 1 | -1/+3 | |
a lock | |||||
2016-06-20 | bug: multiplier can be string or unicode | imarom | 4 | -29/+25 | |
2016-06-20 | Adding verify_stream in flow_stat.cpp | Ido Barnea | 2 | -4/+24 | |
2016-06-20 | Merge minor | Hanoh Haim | 6 | -17/+29 | |
2016-06-20 | minor remove sim help | Hanoh Haim | 1 | -12/+3 | |
2016-06-20 | fix: --no-watchdog did not work | imarom | 1 | -2/+2 | |
2016-06-20 | more granular lock for RPC server | imarom | 1 | -6/+7 | |
avoid a bigger jitter for ASYNC thread because of lock | |||||
2016-06-20 | regression: add flag to run with debug image | Yaroslav Brustinov | 4 | -9/+20 | |
2016-06-20 | Add 4 bytes for each packet rx/tx bytes in flow stats, to artificially count ↵ | Ido Barnea | 4 | -6/+6 | |
ethernet CRC | |||||
2016-06-20 | WATCHDOG: using exit() might get stuck because it deallocates memory | imarom | 1 | -2/+2 | |
on an already unstable state - need to use abort or C++ exceptions which uses abort | |||||
2016-06-20 | only latency streams might get the graph to crash while calculating | imarom | 1 | -1/+1 | |
duration (because latency is considered a fixed DC and not a real event) | |||||
2016-06-20 | WATCHDOG - refactor due to trex-211 | imarom | 14 | -266/+234 | |
2016-06-20 | regression: fix nose represenation of errors in setUpModule | Yaroslav Brustinov | 1 | -1/+5 | |
2016-06-20 | better support for latency with field engine + some order with mbuf functions | Ido Barnea | 10 | -185/+209 | |
2016-06-19 | Merge latency profiles | Hanoh Haim | 4 | -82/+61 | |
2016-06-19 | update latency profile | Hanoh Haim | 3 | -5/+32 | |
2016-06-19 | add advance cfg files | Hanoh Haim | 2 | -0/+38 | |
2016-06-17 | master_daemon: show better status of executed command | Yaroslav Brustinov | 2 | -7/+10 | |
2016-06-17 | add ctrl+c as first try to kill daemons/TRex. | Yaroslav Brustinov | 4 | -76/+52 | |
master daemon change directory to "/" to deal with case it's directory was deleted and update_trex() was used. remove check connection to daemons as part of init of client (can be done manually per needed daemon) | |||||
2016-06-17 | XL710/X710 include 4 byte CRC for port stats | Hanoh Haim | 1 | -2/+2 | |
2016-06-16 | Merge | Hanoh Haim | 1 | -1/+17 | |
2016-06-16 | fix python doc strings | Hanoh Haim | 1 | -1/+17 | |
2016-06-14 | coverity fixes | Ido Barnea | 5 | -17/+11 | |
2016-06-14 | add simple script for testing crash | Hanoh Haim | 1 | -0/+150 | |
2016-06-14 | add some gdb scripts | Hanoh Haim | 4 | -0/+43 | |
2016-06-14 | add EF only to debug image in default | Hanoh Haim | 1 | -1/+18 | |
2016-06-14 | fix typo | Hanoh Haim | 1 | -1/+1 | |
2016-06-14 | add ef code, not connected yet | Hanoh Haim | 6 | -0/+1615 | |
2016-06-14 | disable WD due to crash trex-210 | Hanoh Haim | 1 | -1/+2 | |
2016-06-10 | master daemon logger fixes | Yaroslav Brustinov | 1 | -10/+8 | |