Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-28 | maximum packet size support 9k - simulation | 1 | -0/+198 | ||
2015-12-24 | merge vm random support | 1 | -97/+195 | ||
2015-12-24 | improve multi-core random VM support | 1 | -9/+141 | ||
2015-12-23 | connected control plane to split | 1 | -13/+13 | ||
2015-12-23 | support for client var split | 1 | -33/+72 | ||
2015-12-23 | some fixes to the VM and the splitter | 1 | -68/+140 | ||
2015-12-23 | support for VM split - 1st phase | 1 | -84/+74 | ||
2015-12-15 | VM: connected control plane to DP | 1 | -17/+18 | ||
2015-12-15 | refactor the vm_tests | 1 | -98/+33 | ||
2015-12-15 | fix ubuntu compiler warnings | 1 | -3/+1 | ||
2015-12-15 | first test works | 1 | -34/+43 | ||
2015-12-15 | check VmDp object | 1 | -0/+77 | ||
2015-12-15 | check max packet update | 1 | -3/+6 | ||
2015-12-14 | fix merge issues | 1 | -10/+12 | ||
2015-12-14 | merge from master | 1 | -117/+87 | ||
2015-12-14 | add client command | 1 | -1/+200 | ||
2015-12-14 | vm - check ipv4 fix checksum | 1 | -90/+300 | ||
2015-12-14 | big edian support another test | 1 | -4/+4 | ||
2015-12-14 | big edian support | 1 | -0/+171 | ||
2015-12-13 | test inc8 | 1 | -0/+78 | ||
2015-12-13 | add commands | 1 | -1/+8 | ||
2015-12-13 | compile a program | 1 | -7/+4 | ||
2015-12-13 | minor | 1 | -0/+19 | ||
2015-12-06 | moved gtest to new compile API | 1 | -117/+87 | ||
2015-12-01 | vm compiler v0 | 1 | -0/+32 | ||
2015-11-30 | another vm test | 1 | -0/+100 | ||
2015-11-30 | vm mode works - first test | 1 | -0/+54 | ||
2015-11-26 | Hanoch's review - changed update model to differential | 1 | -6/+10 | ||
also, graph is calculated on demand and once for each update | |||||
2015-11-24 | Merge branch 'master' of ↵ | 1 | -0/+326 | ||
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core | |||||
2015-11-24 | bug fixes for the graph | 1 | -3/+125 | ||
2015-11-23 | add stream graph + support for console to use any of the following | 1 | -0/+53 | ||
bps, kbps, mbps, gbps, pps, kpps, mbps percentage is not working yet | |||||
2015-11-22 | dp support for pause/resume only continues is supported | 1 | -0/+73 | ||
2015-11-22 | fix stop on duration per port | 1 | -0/+253 | ||
2015-11-21 | add back to back test of DP | 1 | -2/+229 | ||
2015-11-19 | BUG: didn't do all the states per port on the DP - now fixed | 1 | -10/+10 | ||
2015-11-19 | full async DP stop support | 1 | -4/+117 | ||
2015-11-19 | Merge branch 'master' of ↵ | 1 | -0/+83 | ||
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core | |||||
2015-11-19 | Merge branch 'master' of ↵ | 1 | -10/+252 | ||
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core Conflicts: src/stateless/cp/trex_streams_compiler.h src/stateless/dp/trex_stateless_dp_core.cpp src/stateless/dp/trex_stateless_dp_core.h src/stateless/messaging/trex_stateless_messaging.cpp src/stateless/messaging/trex_stateless_messaging.h | |||||
2015-11-19 | another small test | 1 | -0/+83 | ||
2015-11-19 | another stream program tests | 1 | -0/+69 | ||
2015-11-19 | another stream program tests | 1 | -1/+62 | ||
2015-11-19 | add a test for stream program | 1 | -0/+63 | ||
2015-11-18 | add support for a program of streams. refactor the dp code | 1 | -5/+54 | ||
2015-11-16 | basic compiler checks | 1 | -3/+197 | ||
added checks against: 1. duplicate stream IDs 2. pointing to non existent streams 3. 'dead streams' - unreachable by any other stream | |||||
2015-11-15 | added duration to the RPC server (and all the way to the DP) | 1 | -10/+5 | ||
*STILL NEEDS FIXING THE DP STOP SCHED MESSAGE" | |||||
2015-11-12 | refactor stream object | 1 | -8/+26 | ||
2015-11-11 | add support for multi-burst | 1 | -26/+298 | ||
2015-11-11 | fix duration for stl tests | 1 | -4/+4 | ||
2015-11-11 | remove default duration | 1 | -1/+2 | ||
2015-11-11 | add first stl test and cleanup valgrind | 1 | -256/+104 | ||