Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-23 | minor update for the stats doc | 1 | -10/+12 | ||
2016-06-23 | regression functional test stl_basic_tests: add error message to assert | 1 | -3/+3 | ||
2016-06-23 | Merge filter a test | 6 | -42/+191 | ||
2016-06-23 | skip 9k_latency test until defect will be solved | 1 | -7/+5 | ||
2016-06-23 | Merge branch 'master' into cpu_per_core | 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 | 1 | -6/+5 | ||
2016-06-23 | small changes to 365826c5db225f21283c48eebc8de62b89fbfa24, so it will be ↵ | 3 | -30/+35 | ||
easy to merge with later DPDK versions | |||||
2016-06-23 | get_stats documentation | 2 | -6/+151 | ||
2016-06-22 | minor | 1 | -1/+1 | ||
2016-06-22 | fix 9k regression test for XL710 DA2 NIC | 1 | -3/+18 | ||
2016-06-22 | Merge regression tests | 15 | -46/+133 | ||
2016-06-22 | add latency regression test - XL710/82599 setups | 1 | -2/+129 | ||
2016-06-22 | STL Python API stats - add histogram key if it's absent | 1 | -0/+1 | ||
2016-06-22 | REGRESSION: disable electric fence for now | 1 | -1/+2 | ||
2016-06-22 | FLOW_STATS: extract start_stream from the compiler to start_traffic | 5 | -23/+91 | ||
2016-06-22 | adding flow stat profiles to simulator tests | 5 | -15/+25 | ||
2016-06-22 | typo at last commit | 1 | -1/+1 | ||
2016-06-21 | api: add passing of additional arguments to TRex | 3 | -7/+14 | ||
2016-06-21 | fix i40e Intel latency issue using 2 Qset and BW limit to 99.9% see more ↵ | 3 | -2/+90 | ||
trex-214 issue | |||||
2016-06-21 | Merge to master | 34 | -126/+162 | ||
2016-06-21 | profile fixes | 27 | -91/+109 | ||
2016-06-21 | --debug-image flag fix bug | 1 | -1/+1 | ||
2016-06-21 | WATCHDOG: reading the counter for the main loop is probably better with | 1 | -1/+3 | ||
a lock | |||||
2016-06-20 | bug: multiplier can be string or unicode | 4 | -29/+25 | ||
2016-06-20 | Adding verify_stream in flow_stat.cpp | 2 | -4/+24 | ||
2016-06-20 | Merge minor | 6 | -17/+29 | ||
2016-06-20 | minor remove sim help | 1 | -12/+3 | ||
2016-06-20 | fix: --no-watchdog did not work | 1 | -2/+2 | ||
2016-06-20 | more granular lock for RPC server | 1 | -6/+7 | ||
avoid a bigger jitter for ASYNC thread because of lock | |||||
2016-06-20 | regression: add flag to run with debug image | 4 | -9/+20 | ||
2016-06-20 | Add 4 bytes for each packet rx/tx bytes in flow stats, to artificially count ↵ | 4 | -6/+6 | ||
ethernet CRC | |||||
2016-06-20 | WATCHDOG: using exit() might get stuck because it deallocates memory | 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 | 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 | 14 | -266/+234 | ||
2016-06-20 | regression: fix nose represenation of errors in setUpModule | 1 | -1/+5 | ||
2016-06-20 | better support for latency with field engine + some order with mbuf functions | 10 | -185/+209 | ||
2016-06-19 | Merge latency profiles | 4 | -82/+61 | ||
2016-06-19 | update latency profile | 3 | -5/+32 | ||
2016-06-19 | add advance cfg files | 2 | -0/+38 | ||
2016-06-17 | master_daemon: show better status of executed command | 2 | -7/+10 | ||
2016-06-17 | add ctrl+c as first try to kill daemons/TRex. | 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 | 1 | -2/+2 | ||
2016-06-16 | Merge | 1 | -1/+17 | ||
2016-06-16 | fix python doc strings | 1 | -1/+17 | ||
2016-06-14 | coverity fixes | 5 | -17/+11 | ||
2016-06-14 | add simple script for testing crash | 1 | -0/+150 | ||
2016-06-14 | add some gdb scripts | 4 | -0/+43 | ||
2016-06-14 | add EF only to debug image in default | 1 | -1/+18 | ||
2016-06-14 | fix typo | 1 | -1/+1 | ||
2016-06-14 | add ef code, not connected yet | 6 | -0/+1615 | ||