Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-10 | Merge branch 'master' of https://github.com/danklein10/trex-core into ↵ | 9 | -33/+337 | ||
danklein10-master | |||||
2016-01-10 | regression: kiwi02 update benchmark | 1 | -1/+1 | ||
2016-01-09 | kiwi02 update benchmark | 4 | -11/+12 | ||
disable VM latenct check, max exceeds 100ms, avg can reach 150ms disable temporary jumbo with router | |||||
2016-01-08 | ws_main.py: don't expect for env. vars if building local package | 1 | -2/+2 | ||
regression: increase maximal allowed latency to 100ms on VM (50ms is not enough) | |||||
2016-01-08 | building: add pkg option with --pkg-dir and --pkg-file arguments (./b pkg ↵ | 7 | -29/+109 | ||
--pkg-dir ...) for building TRex package regression: add jumbo packets test high latency fails test and not only print add maximal and minimal expected CPU utilization aggregate results: remove tracebacks at usual errors in tests move TRex info from setups info to top (its now common to all setups) save last good commit hash | |||||
2016-01-08 | minor updates | 2 | -9/+19 | ||
2016-01-08 | Merge branch 'dan_stateless' | 9 | -32/+326 | ||
Added the support for "streams" command Missing: 1. "--full" output 2. sync with server after crash 3. merging output for identical port streams | |||||
2016-01-07 | Working version of streams view in TRex console. | 9 | -55/+302 | ||
TODO: sync when console crashes isn't integrated yet | |||||
2016-01-07 | first bug caught by the simulator - memory leak | 1 | -7/+17 | ||
2016-01-07 | yet another stateless simulation phase | 1 | -1/+7 | ||
2016-01-07 | more options to the stateless simulation | 1 | -58/+84 | ||
2016-01-06 | regression: take new path of setups | 1 | -2/+2 | ||
2016-01-06 | regression: move setups configuration to trex-core repo | 20 | -2/+1570 | ||
2016-01-06 | regression: add empty file to commit empty reports dir | 1 | -0/+0 | ||
2016-01-06 | regression: move style.css inside aggregate_results.py | 2 | -56/+58 | ||
2016-01-05 | Merge branch 'random_pkt' | 12 | -9/+160 | ||
2016-01-05 | stateful load 9k packets | 1 | -0/+70 | ||
2016-01-05 | random 9k works on 10gb nics | 6 | -1/+85 | ||
2016-01-05 | stateless sim - core_index and all cores simulation | 1 | -7/+70 | ||
2016-01-05 | Merge remote-tracking branch 'origin/master' | 3 | -0/+267 | ||
2016-01-05 | move regression to trex-core | 120 | -1206/+21467 | ||
slight fixes of hltapi + vm in packet builder update yaml lib version from 3.01 to 3.11 | |||||
2016-01-04 | Merge branch 'master' into dan_stateless | 320 | -1141/+68090 | ||
2016-01-04 | updated stats | 1 | -2/+46 | ||
2016-01-04 | some additions to the stateless simulation mode | 2 | -3/+63 | ||
2016-01-04 | a script to inject simulation stateless files | 2 | -0/+207 | ||
2015-12-29 | trim packet size command works | 1 | -8/+5 | ||
2015-12-28 | maximum packet size support 9k - simulation | 4 | -0/+0 | ||
2015-12-27 | updated server pacakges include for ZMQ | 1 | -4/+8 | ||
2015-12-27 | .so files for ZMQ build were missing, git ignores those files by default | 20 | -0/+0 | ||
2015-12-27 | another missing file for bp-sim | 1 | -0/+0 | ||
2015-12-27 | script to support CEL python | 1 | -1/+30 | ||
2015-12-27 | provide a CEL 5.9 a way to run trex-console | 275 | -2/+62944 | ||
2015-12-24 | merge vm random support | 26 | -1135/+4592 | ||
2015-12-24 | improve multi-core random VM support | 4 | -0/+187 | ||
2015-12-24 | some TUI tweaks | 3 | -20/+60 | ||
2015-12-24 | CPU util beautification | 3 | -10/+97 | ||
PPS total is only TX now and not TX + RX | |||||
2015-12-23 | problem in the yaml file | 1 | -1/+1 | ||
2015-12-23 | connected control plane to split | 14 | -1115/+4445 | ||
2015-12-23 | some fixes to the VM and the splitter | 9 | -0/+0 | ||
2015-12-23 | support for VM split - 1st phase | 2 | -0/+0 | ||
2015-12-21 | CRASH: uninit var at stateless port object | 1 | -0/+0 | ||
2015-12-21 | trex_client.py: maximal latency should not include c-max-*, only max-* | 1 | -2/+2 | ||
2015-12-21 | latency.cpp: update ports stats at CLatencyManager::update, instead of ↵ | 1 | -0/+63 | ||
CCPortLatency::DumpShort Python API added: * is_idle(): determine if TRex is in idle state * sample_x_seconds(): sample TRex for given number of seconds, useful for changing device (router etc.) config afterwards. | |||||
2015-12-16 | minor | 1 | -1/+1 | ||
2015-12-16 | add tuple gen command and yaml example | 3 | -3/+77 | ||
2015-12-16 | Merge branch 'master' of ↵ | 1 | -10/+10 | ||
csi-sceasr-b33:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into vm | |||||
2015-12-16 | Merge from master | 4 | -6/+29 | ||
2015-12-16 | typo | 1 | -1/+1 | ||
2015-12-16 | trex_client.py: increase timeout by '-k' argument seconds, as it leaves TRex ↵ | 1 | -1/+3 | ||
in 'Starting' state. | |||||
2015-12-16 | cleaned the code a little, added load_packet_from_pcap into packet builder ↵ | 3 | -5/+26 | ||
functionality. |