Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 ↵ | 2 | -1/+68 | ||
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-20 | Merge branch 'master' into dan_stateless | 80 | -3962/+39063 | ||
2015-12-16 | minor | 1 | -1/+1 | ||
2015-12-16 | add tuple gen command and yaml example | 7 | -6/+110 | ||
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. | |||||
2015-12-16 | Latest dpdk_nic_bind.py from dpdk upstream | 1 | -10/+10 | ||
2015-12-15 | simple playground YAML file for VM | 1 | -0/+31 | ||
2015-12-15 | Merging lastest 'master' to side branch 'vm' | 16 | -134/+190 | ||
Conflicts: scripts/automation/trex_control_plane/console/trex_console.py | |||||
2015-12-15 | VM: connected control plane to DP | 14 | -93/+125 | ||
2015-12-15 | TRex API: increase timeout (from 30 to 40) of waiting for TRex to change ↵ | 2 | -3/+3 | ||
state from Starting to Idle or Running. | |||||
2015-12-15 | refactor the vm_tests | 3 | -98/+33 | ||
2015-12-15 | fix ubuntu compiler warnings | 3 | -4/+11 | ||
2015-12-15 | first test works | 7 | -44/+180 | ||
2015-12-15 | check VmDp object | 1 | -0/+77 | ||
2015-12-15 | vm version | 1 | -1/+1 | ||
2015-12-15 | check max packet update | 2 | -4/+122 | ||
2015-12-15 | fixing crash in ipv6 rx-check mode | 1 | -0/+2 | ||
2015-12-15 | moved all return code values to RC types (better for batch rc) | 8 | -114/+123 | ||
also few fixes | |||||
2015-12-14 | bugs fixes | 8 | -18/+66 | ||
1. ignore your own force acquire of ports 2. TUI fixes | |||||
2015-12-14 | fix merge issues | 1 | -10/+12 | ||
2015-12-14 | merge from master | 65 | -3625/+36898 | ||
2015-12-14 | a minor fix | 1 | -0/+0 | ||
2015-12-14 | add client command | 7 | -15/+514 | ||
2015-12-14 | Merge branch 'rx_check' | 2 | -5/+7 | ||
2015-12-14 | publish rx_check counters via ZMQ even with iom=0 | 2 | -5/+7 | ||
2015-12-14 | TUI v2.0 - now no flickering, state machine for lost of connectivity | 8 | -42/+181 | ||
and TUI can be started in xterm using tui -x | |||||
2015-12-14 | vm - check ipv4 fix checksum | 3 | -90/+301 | ||
2015-12-14 | big edian support another test | 1 | -4/+4 | ||
2015-12-14 | big edian support | 3 | -10/+206 | ||
2015-12-13 | Merge branch 'get_logs_and_version' | 2 | -6/+11 | ||
2015-12-13 | python API: determine TRex version in more robust way | 2 | -6/+11 | ||
2015-12-13 | test inc8 | 1 | -0/+78 | ||
2015-12-13 | add commands | 3 | -16/+281 | ||
2015-12-13 | Merge branch 'master' into get_logs_and_version | 159 | -4586/+46589 | ||
2015-12-13 | compile a program | 3 | -47/+427 | ||
2015-12-13 | minor | 2 | -2/+22 | ||
2015-12-13 | add git sha to version | 3 | -1/+22 | ||
2015-12-10 | 1.82 | 1 | -1/+2 | ||
2015-12-10 | add dns without delay | 1 | -0/+23 | ||
2015-12-10 | added a "--tui" feature to the console | 2 | -28/+56 | ||
it opens in read only mode and runs the TUI | |||||
2015-12-10 | removed session id - not necessary | 9 | -32/+23 | ||
2015-12-09 | read only support | 15 | -697/+967 | ||
2015-12-08 | some modifications to the tables | 4 | -22/+91 | ||
added clear stats as well | |||||
2015-12-08 | dynamic commands on TUI | 2 | -14/+75 | ||
2015-12-08 | a minor fix to the TUI (pause/resume all ports) | 2 | -10/+34 | ||