Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-28 | add bcov utility for coverity | 1 | -0/+32 | ||
2015-12-28 | fix gitignore | 2 | -0/+67 | ||
2015-12-28 | Merge | 1 | -0/+134 | ||
2015-12-28 | add coverity script | 1 | -0/+134 | ||
2015-12-27 | add YouTrack info | 1 | -0/+4 | ||
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 | Added README to dpdk dir | 1 | -0/+3 | ||
2015-12-27 | No flow control disabling for 40G. | 1 | -15/+17 | ||
Add DPDK version to help string. | |||||
2015-12-27 | Full support dpdk 22. | 1 | -89/+75 | ||
2015-12-27 | Changes only to DPDK files: dpdk22 40G fixes for TTL and ip_protocol match ↵ | 7 | -10/+104 | ||
and IPv6 support + TX hang issue fix | |||||
2015-12-27 | Adding dpdk 2.2 instead of dpdk 1.8 and making changes to make compilation work. | 655 | -145860/+96684 | ||
40G and 10G filters do not work yet. | |||||
2015-12-27 | another missing file for bp-sim | 1 | -0/+0 | ||
2015-12-27 | file was deleted accidently - libzmq.so from external_libs C++ | 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 | 276 | -2/+62944 | ||
2015-12-24 | merge vm random support | 43 | -1412/+5466 | ||
2015-12-24 | add refresh option to stream - should be enabled by stream bit | 2 | -0/+21 | ||
2015-12-24 | improve multi-core random VM support | 11 | -26/+425 | ||
2015-12-24 | some TUI tweaks | 3 | -20/+60 | ||
2015-12-24 | fix display of huge positive number of drops (due to casting from negative ↵ | 1 | -2/+9 | ||
to unsinged) | |||||
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 | some debug files to help build fast | 2 | -0/+4 | ||
2015-12-23 | connected control plane to split | 19 | -1174/+4566 | ||
2015-12-23 | support for client var split | 7 | -37/+144 | ||
2015-12-23 | VM wrap around issue | 1 | -32/+40 | ||
2015-12-23 | some fixes to the VM and the splitter | 13 | -78/+172 | ||
2015-12-23 | support for VM split - 1st phase | 15 | -201/+519 | ||
2015-12-21 | Merge | 4 | -3/+72 | ||
2015-12-21 | add gdb file to pkg | 1 | -0/+1 | ||
2015-12-21 | CRASH: uninit var at stateless port object | 2 | -0/+2 | ||
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-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 | ||