Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-07 | Merge | Hanoh Haim | 12 | -670/+846 | |
2016-01-07 | basic enic support- still has issues | Hanoh Haim | 1 | -1/+30 | |
2016-01-07 | simulation bug - mbuf refinc | imarom | 2 | -5/+13 | |
2016-01-07 | Added --send-debug-pkt | Ido Barnea | 5 | -605/+559 | |
Moved code from main_dpdk.cpp to new files. | |||||
2016-01-07 | stateless sim dry was "too much" dry - no only I/O is skipped | imarom | 3 | -14/+43 | |
2016-01-07 | first bug caught by the simulator - memory leak | imarom | 2 | -0/+7 | |
2016-01-07 | yet another stateless simulation phase | imarom | 5 | -18/+100 | |
2016-01-07 | more options to the stateless simulation | imarom | 5 | -44/+140 | |
2016-01-05 | Merge branch 'random_pkt' | Hanoh Haim | 14 | -99/+668 | |
2016-01-05 | stateful load 9k packets | Hanoh Haim | 1 | -4/+1 | |
2016-01-05 | 9k packet size does not work for VMXNET3 | Hanoh Haim | 2 | -3/+8 | |
2016-01-05 | random 9k works on 10gb nics | Hanoh Haim | 2 | -3/+5 | |
2016-01-05 | stateless sim - core_index and all cores simulation | imarom | 5 | -46/+117 | |
2016-01-04 | some additions to the stateless simulation mode | imarom | 6 | -39/+158 | |
2016-01-04 | a script to inject simulation stateless files | imarom | 2 | -1/+47 | |
2016-01-04 | simulation end to end | imarom | 18 | -652/+1162 | |
2016-01-04 | Fixing 40G stuck input queue issue | Ido Barnea | 1 | -52/+38 | |
2015-12-29 | trim packet size command works | Hanoh Haim | 4 | -6/+24 | |
2015-12-28 | fix simulation stats | Hanoh Haim | 1 | -5/+5 | |
2015-12-28 | maximum packet size support 9k - simulation | Hanoh Haim | 11 | -87/+634 | |
2015-12-28 | Better error message when user gives too big -c arg | Ido Barnea | 1 | -2/+54 | |
2015-12-27 | Added README to dpdk dir | Ido Barnea | 1 | -0/+3 | |
2015-12-27 | No flow control disabling for 40G. | Ido Barnea | 1 | -15/+17 | |
Add DPDK version to help string. | |||||
2015-12-27 | Full support dpdk 22. | Ido Barnea | 1 | -89/+75 | |
2015-12-27 | Changes only to DPDK files: dpdk22 40G fixes for TTL and ip_protocol match ↵ | Ido Barnea | 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. | Ido Barnea | 653 | -145660/+96435 | |
40G and 10G filters do not work yet. | |||||
2015-12-24 | merge vm random support | Hanoh Haim | 12 | -276/+867 | |
2015-12-24 | add refresh option to stream - should be enabled by stream bit | Hanoh Haim | 2 | -0/+21 | |
2015-12-24 | improve multi-core random VM support | Hanoh Haim | 6 | -26/+237 | |
2015-12-24 | fix display of huge positive number of drops (due to casting from negative ↵ | Yaroslav Brustinov | 1 | -2/+9 | |
to unsinged) | |||||
2015-12-23 | connected control plane to split | imarom | 5 | -59/+121 | |
2015-12-23 | support for client var split | imarom | 7 | -37/+144 | |
2015-12-23 | VM wrap around issue | imarom | 1 | -32/+40 | |
2015-12-23 | some fixes to the VM and the splitter | imarom | 4 | -78/+172 | |
2015-12-23 | support for VM split - 1st phase | imarom | 11 | -201/+517 | |
2015-12-21 | CRASH: uninit var at stateless port object | imarom | 1 | -0/+2 | |
2015-12-21 | latency.cpp: update ports stats at CLatencyManager::update, instead of ↵ | Yaroslav Brustinov | 1 | -1/+5 | |
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 | add tuple gen command and yaml example | Hanoh Haim | 3 | -2/+32 | |
2015-12-15 | Merging lastest 'master' to side branch 'vm' | imarom | 7 | -5/+24 | |
Conflicts: scripts/automation/trex_control_plane/console/trex_console.py | |||||
2015-12-15 | VM: connected control plane to DP | imarom | 12 | -92/+118 | |
2015-12-15 | refactor the vm_tests | Hanoh Haim | 1 | -98/+33 | |
2015-12-15 | fix ubuntu compiler warnings | Hanoh Haim | 3 | -4/+11 | |
2015-12-15 | first test works | Hanoh Haim | 6 | -44/+180 | |
2015-12-15 | check VmDp object | Hanoh Haim | 1 | -0/+77 | |
2015-12-15 | check max packet update | Hanoh Haim | 2 | -4/+122 | |
2015-12-15 | fixing crash in ipv6 rx-check mode | Ido Barnea | 1 | -0/+2 | |
2015-12-15 | moved all return code values to RC types (better for batch rc) | imarom | 2 | -1/+13 | |
also few fixes | |||||
2015-12-14 | bugs fixes | imarom | 4 | -4/+9 | |
1. ignore your own force acquire of ports 2. TUI fixes | |||||
2015-12-14 | fix merge issues | Hanoh Haim | 1 | -10/+12 | |
2015-12-14 | merge from master | Hanoh Haim | 29 | -1978/+2638 | |