Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-09 | small fix for TUI (shows CPU util. in round up float) | imarom | 1 | -2/+5 | |
2016-05-09 | added duration to remote push | imarom | 4 | -24/+225 | |
2016-05-09 | PCAP refinement | imarom | 4 | -124/+137 | |
2016-05-09 | first remote PCAP push - draft | imarom | 5 | -9/+114 | |
2016-05-08 | add cache to CP | Hanoh Haim | 1 | -6/+19 | |
2016-05-03 | bp_sim: correct description of supported stateful layers | Yaroslav Brustinov | 1 | -1/+2 | |
main_dpdk: send bw_per_core with json, return back precision of low values jsonrpcserver: disable logging regression: use bw_per_core from cpp calculation correct test name for GA | |||||
2016-05-02 | two fixes: | imarom | 3 | -28/+42 | |
1. history traversal with lock when adding stats objects 2. sync with ports only when you acquire the port, reset does not sync with the streams | |||||
2016-05-02 | Python circular object reference - fix | imarom | 2 | -6/+8 | |
2016-04-29 | GA fix for python3 | Yaroslav Brustinov | 1 | -1/+1 | |
2016-04-29 | regression: add GA | Yaroslav Brustinov | 1 | -0/+295 | |
2016-04-27 | stateful api: fix filter max latency | Yaroslav Brustinov | 1 | -0/+1 | |
2016-04-26 | stateful api: fix filter max latency | Yaroslav Brustinov | 1 | -16/+14 | |
regression: fix bw_per_core at trex09 based on regression | |||||
2016-04-24 | stateful API: add get_ports_count based on result | Yaroslav Brustinov | 1 | -6/+18 | |
regression: be per core takes into account number of ports | |||||
2016-04-21 | stateful API: avoid zero division | Yaroslav Brustinov | 1 | -4/+7 | |
2016-04-21 | regression: fix functional filters test path | Yaroslav Brustinov | 2 | -17/+102 | |
stateful API: add get_files, get_files_list | |||||
2016-04-19 | minor fix to TUI with no ports | imarom | 1 | -23/+13 | |
2016-04-19 | Merge git://github.com/danklein10/trex-core into danklein10-master | imarom | 5 | -130/+209 | |
also adding some tweaks to the TUI Conflicts: scripts/automation/trex_control_plane/stl/console/trex_tui.py | |||||
2016-04-19 | All unit tests passes with both python 2 and python 3. | Dan Klein | 1 | -3/+51 | |
Added more documentation to the ToggleFilter class. | |||||
2016-04-18 | portattr console command fix | imarom | 1 | -4/+8 | |
2016-04-18 | minor fix | imarom | 2 | -1/+15 | |
2016-04-18 | support for reacquire command | imarom | 3 | -15/+70 | |
also better sync with the server about ownership of ports | |||||
2016-04-18 | simple intro while connecting to the server | imarom | 3 | -12/+35 | |
2016-04-17 | added example for get_warnings() | imarom | 1 | -0/+5 | |
2016-04-17 | TUI might crash - do not include unicode chars if stdout encoding is not | imarom | 2 | -4/+18 | |
'UTF-8' also, some fixes for the TUI port screen | |||||
2016-04-16 | python3 further fixes | Yaroslav Brustinov | 1 | -2/+2 | |
2016-04-14 | Merge remote-tracking branch 'origin/master' | Yaroslav Brustinov | 1 | -1/+1 | |
2016-04-14 | regression: add --python2 and --python3 to run_regression, if nothing ↵ | Yaroslav Brustinov | 3 | -3/+72 | |
provided, use python2. hltapi: fix bug of not reducing 4 bytes from produced packets because of fcs. doc: add trex_client package stl/stf example of running examples :) | |||||
2016-04-14 | by default TUI shows all ports - can be switched to owned by pressing | imarom | 1 | -1/+1 | |
'o' | |||||
2016-04-14 | fixed partial ports console | imarom | 5 | -92/+178 | |
2016-04-14 | quick fix for console | imarom | 1 | -1/+1 | |
partial ports still not work well | |||||
2016-04-14 | regression: python3 support | Yaroslav Brustinov | 4 | -24/+43 | |
2016-04-13 | support for partial port acquire on console | imarom | 4 | -23/+125 | |
--readonly, -a [ports], -f | |||||
2016-04-12 | added checks for warnings on examples | imarom | 7 | -157/+67 | |
2016-04-12 | events API and RX core util. | imarom | 5 | -56/+201 | |
2016-04-12 | hltapi: modify and remove traffic fixes | Yaroslav Brustinov | 4 | -41/+54 | |
2016-04-11 | hltapi stream stats, port tx/rx graphs at console | Yaroslav Brustinov | 7 | -218/+312 | |
2016-04-10 | Merge trex-197 bug fix | Hanoh Haim | 2 | -13/+137 | |
2016-04-10 | fix pkt size and speed in example stl_bi_dir_flow | Hanoh Haim | 2 | -4/+4 | |
2016-04-10 | multicore tests new goldens (because of phase) | imarom | 1 | -1/+1 | |
2016-04-10 | multicore scheduling | imarom | 1 | -13/+128 | |
2016-04-10 | activate client tests on all setups with restrictions | imarom | 1 | -0/+9 | |
2016-04-09 | basic modifications for TRex tui to support toggle filtering on ports | Dan Klein | 1 | -3/+14 | |
2016-04-09 | added multiple toggle option | Dan Klein | 1 | -2/+5 | |
all test passed! | |||||
2016-04-08 | added filters.py ToggleFilter functionality, and its test file | Dan Klein | 1 | -0/+86 | |
2016-04-04 | Merge branch 'master' of git://github.com/vakalapa/trex-core into ↵ | Hanoh Haim | 2 | -0/+256 | |
vakalapa-master | |||||
2016-04-04 | changed the trex server url | vakalapa | 2 | -2/+2 | |
2016-04-04 | Adding trex tcl client and example tcl script | vakalapa | 2 | -0/+256 | |
2016-04-04 | API classes (versions) | imarom | 7 | -38/+55 | |
2016-04-03 | remove timeouts from trex_client pkg tests, filter out 0.1% of highest ↵ | Yaroslav Brustinov | 3 | -26/+62 | |
latencies, increase priority of TRex process | |||||
2016-04-01 | typo | Yaroslav Brustinov | 1 | -1/+1 | |