Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-28 | dpdk_setup_ports.py: fix add of help in case of "t-rex-64 --help" | Yaroslav Brustinov | 1 | -0/+1 | |
dpdk_setup_ports.py: fix warning of TRex is already running if different NICs are being used singleton_daemon.py: fix error socket in use immediately after check if in use trex-console: fix crash in case of "tui --help" trex-console: try-catch commands instead of crashing add async notification on port status/atttibutes change add port xstats support add description of interfaces main_dpdk.cpp: fix --client_cfg not working with Python API Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-09-13 | typo | Yaroslav Brustinov | 1 | -6/+8 | |
2016-09-13 | dpdk Python scripts small fixes | Yaroslav Brustinov | 1 | -0/+1 | |
ensure log dir exists for trex daemon regression: add trex24 setup Sphinx docs remove "capture" tag for compatibility with 1.2 version | |||||
2016-08-03 | stf daemon: add support for zipped zmq | Yaroslav Brustinov | 2 | -6/+42 | |
2016-08-02 | stf daemon another python3 fix | Yaroslav Brustinov | 1 | -1/+1 | |
2016-08-01 | Python3 support for Stateful daemon | Yaroslav Brustinov | 5 | -34/+60 | |
Python 3.5 support in ZMQ Verify ZMQ health in Stateful daemon Add get_trex_config() command to Stateful daemon Strip debug info on Python ZMQ .so files | |||||
2016-06-23 | daemons logger: create log dir if does not exist | Yaroslav Brustinov | 1 | -6/+5 | |
2016-06-21 | api: add passing of additional arguments to TRex | Yaroslav Brustinov | 1 | -3/+5 | |
2016-06-20 | regression: add flag to run with debug image | Yaroslav Brustinov | 1 | -4/+5 | |
2016-06-17 | master_daemon: show better status of executed command | Yaroslav Brustinov | 1 | -1/+1 | |
2016-06-17 | add ctrl+c as first try to kill daemons/TRex. | Yaroslav Brustinov | 2 | -31/+19 | |
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-09 | fix TRex output not redirected | Yaroslav Brustinov | 2 | -46/+47 | |
2016-06-06 | daemons fixes | Yaroslav Brustinov | 3 | -27/+16 | |
2016-06-05 | singleton_daemon:verify RPC connectivity, shutdown the socket for immediate ↵ | Yaroslav Brustinov | 1 | -9/+31 | |
close | |||||
2016-05-31 | SingletonDaemon restart fix return value | Yaroslav Brustinov | 1 | -1/+1 | |
2016-05-28 | master_daemon & other daemons updates | Yaroslav Brustinov | 2 | -0/+164 | |
2016-05-27 | fix bug: value of argument 1.0 was counted as "True" and not being added | Yaroslav Brustinov | 1 | -3/+4 | |
2016-05-23 | replace t-rex to TRex | Yaroslav Brustinov | 1 | -4/+4 | |
regression: instead of checking map and reconnecting for eact STL test, do in only for those with disconnect (+revert of commit 0f8e6065f467703b1461e87c3912f8d4bd616807) | |||||
2016-05-13 | add master daemon | Yaroslav Brustinov | 5 | -289/+102 | |
2016-04-21 | regression: fix functional filters test path | Yaroslav Brustinov | 1 | -15/+51 | |
stateful API: add get_files, get_files_list | |||||
2016-04-03 | remove timeouts from trex_client pkg tests, filter out 0.1% of highest ↵ | Yaroslav Brustinov | 1 | -3/+12 | |
latencies, increase priority of TRex process | |||||
2016-03-27 | regression: fix failing on positive return status of server | Yaroslav Brustinov | 1 | -2/+2 | |
2016-03-22 | stateful server zmq import fix. TODO: check zmq per platform/py_version | Yaroslav Brustinov | 1 | -1/+1 | |
2015-12-27 | updated server pacakges include for ZMQ | imarom | 1 | -4/+8 | |
2015-12-15 | TRex API: increase timeout (from 30 to 40) of waiting for TRex to change ↵ | Yaroslav Brustinov | 1 | -1/+1 | |
state from Starting to Idle or Running. | |||||
2015-12-13 | python API: determine TRex version in more robust way | Yaroslav Brustinov | 1 | -4/+7 | |
2015-12-08 | Fix to documentation of python function generate_run_cmd | Ido Barnea | 1 | -4/+5 | |
2015-11-28 | restore comment | Yaroslav Brustinov | 1 | -0/+1 | |
2015-11-28 | fix second try of running daemon: second daemonize_parser() ruins input args | Yaroslav Brustinov | 2 | -11/+6 | |
2015-10-27 | fix call ./t-rex-64 --help for getting version | Yaroslav Brustinov | 1 | -3/+5 | |
2015-10-26 | API add: get_trex_log(), get_trex_daemon_log(), get_trex_version() | Yaroslav Brustinov | 1 | -0/+43 | |
2015-10-14 | Fixed trex bugs in Ubuntu disctribution (Firing trex-daemon server) and ↵ | Dan Klein | 2 | -10/+21 | |
unresolved domain name handling. | |||||
2015-10-12 | merged with master | Dan Klein | 1 | -1/+1 | |
2015-10-06 | Merge branch 'master' into dan_stateless | Dan Klein | 5 | -68/+68 | |
2015-08-27 | progress in packet builder module | Dan Klein | 1 | -1/+1 | |
2015-08-26 | Merge branch 'master' into dan_stateless | Dan Klein | 1 | -2/+1 | |
2015-08-26 | Rearranged files and external libraries in two different locations, one for ↵ | Dan Klein | 1 | -2/+1 | |
cpp (trex-core/external_libs) and one for python (trex-core/scripts/external_libs) | |||||
2015-08-24 | Merge branch 'master' into dan_stateless | Dan Klein | 3 | -75/+40 | |
2015-08-24 | Changes location of console and fixed dependencies | Dan Klein | 2 | -12/+9 | |
2015-08-24 | Fixed dependencies of Control Plane to use external_lib sources | Dan Klein | 2 | -20/+20 | |
2015-08-24 | Initial push to external_lib migration | Dan Klein | 1 | -45/+13 | |
2015-08-23 | Added dkpt package, created basic shell for packetGen usage | Dan Klein | 1 | -1/+1 | |
2015-06-24 | first version | Hanoh Haim | 8 | -0/+1059 | |