Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-14 | coverity fixes | 1 | -1/+1 | ||
2016-06-02 | watchdog phase 2 | 1 | -0/+9 | ||
2016-05-18 | unit tests + simulator work | 1 | -183/+200 | ||
2016-05-10 | cpu% without tsc | 1 | -1/+4 | ||
2016-05-10 | merge from master | 1 | -264/+149 | ||
2016-05-10 | refactor the schduler to be with minimum TSC instructions | 1 | -0/+291 | ||
2016-05-09 | PCAP remote gtests | 1 | -18/+49 | ||
2016-05-09 | PCAP remote code review fixes | 1 | -85/+106 | ||
2016-05-09 | PCAP refinement | 1 | -9/+6 | ||
2016-05-09 | first remote PCAP push - draft | 1 | -61/+81 | ||
2016-05-08 | add cache to CP | 1 | -9/+15 | ||
2016-05-08 | add cache capability to stateless node object | 1 | -3/+17 | ||
2016-05-03 | bp_sim: correct description of supported stateful layers | 1 | -2/+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-04-10 | memory error on simulation | 1 | -1/+6 | ||
2016-04-10 | Merge trex-197 bug fix | 1 | -1/+5 | ||
2016-04-10 | fix trex-197 | 1 | -2/+71 | ||
2016-04-10 | NULL stream and multi core better support for streams | 1 | -1/+5 | ||
2016-03-23 | 10G and VM work | 1 | -1/+6 | ||
2016-03-03 | changing "latency" to "rx" + rx core options logic fix | 1 | -26/+26 | ||
indentation fix, whitespace cleanup | |||||
2016-02-23 | some mods to the rate | 1 | -1/+4 | ||
2016-02-15 | add support for dp mac replace mode-golden were changed | 1 | -0/+12 | ||
2016-02-01 | Merge from origin | 1 | -6/+15 | ||
2016-02-01 | fix for http://trex-tgn.cisco.com/youtrack/issue/trex-174 | 1 | -6/+15 | ||
2016-02-01 | trex-173, remove support for one-app-server in global configuration. | 1 | -6/+4 | ||
2016-01-19 | Adding option to pass NAT info in TCP ACK of first SYN | 1 | -78/+113 | ||
2016-01-07 | stateless sim dry was "too much" dry - no only I/O is skipped | 1 | -12/+6 | ||
2016-01-07 | yet another stateless simulation phase | 1 | -0/+2 | ||
2016-01-07 | more options to the stateless simulation | 1 | -4/+1 | ||
2016-01-05 | Merge branch 'random_pkt' | 1 | -14/+32 | ||
2016-01-05 | stateful load 9k packets | 1 | -4/+1 | ||
2016-01-05 | 9k packet size does not work for VMXNET3 | 1 | -2/+2 | ||
2016-01-05 | stateless sim - core_index and all cores simulation | 1 | -7/+18 | ||
2016-01-04 | simulation end to end | 1 | -4/+9 | ||
2015-12-28 | maximum packet size support 9k - simulation | 1 | -11/+32 | ||
2015-12-15 | Merging lastest 'master' to side branch 'vm' | 1 | -0/+2 | ||
Conflicts: scripts/automation/trex_control_plane/console/trex_console.py | |||||
2015-12-15 | fixing crash in ipv6 rx-check mode | 1 | -0/+2 | ||
2015-12-14 | merge from master | 1 | -897/+3 | ||
2015-12-01 | Added ICMP latency packet modes | 1 | -897/+3 | ||
2015-11-30 | vm mode works - first test | 1 | -4/+15 | ||
2015-11-22 | fix stop on duration per port | 1 | -2/+3 | ||
2015-11-19 | support debug logs in case of dpdk debug image | 1 | -1/+5 | ||
2015-11-19 | minor typo fix | 1 | -4/+4 | ||
2015-11-18 | add support for a program of streams. refactor the dp code | 1 | -5/+39 | ||
2015-11-16 | clean termination - stateless and stateful - fix pure virtual function error | 1 | -1/+7 | ||
2015-11-11 | add support for multi-burst | 1 | -1/+0 | ||
2015-11-11 | add first stl test and cleanup valgrind | 1 | -48/+126 | ||
2015-11-09 | DPDK target is now built with -Wall -Werror | 1 | -4/+8 | ||
(with few expections) on both Fedora 18 and Ubunutu | |||||
2015-11-08 | tests golden were updated because main loop | 1 | -6/+5 | ||
exit model has changed (sometimes one more packet was written to the dump file) | |||||
2015-11-08 | fixed all warnings | 1 | -37/+45 | ||
now compiles with -Wall -Werror | |||||
2015-11-08 | code review notes: | 1 | -20/+38 | ||
1. performance improvement for stateless DP core object (direct object) 2. exit scheduler loop is now using a scheduled message and not IF 3. duration for inifinite is negative number 4. fixed stop_traffic scheduled node time |