Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-30 | another vm test | Hanoh Haim | 1 | -0/+100 | |
2015-11-30 | vm mode works - first test | Hanoh Haim | 1 | -0/+54 | |
2015-11-26 | Hanoch's review - changed update model to differential | imarom | 1 | -6/+10 | |
also, graph is calculated on demand and once for each update | |||||
2015-11-24 | Merge branch 'master' of ↵ | imarom | 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 | imarom | 1 | -3/+125 | |
2015-11-23 | add stream graph + support for console to use any of the following | imarom | 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 | Hanoh Haim | 1 | -0/+73 | |
2015-11-22 | fix stop on duration per port | Hanoh Haim | 1 | -0/+253 | |
2015-11-21 | add back to back test of DP | Hanoh Haim | 1 | -2/+229 | |
2015-11-19 | BUG: didn't do all the states per port on the DP - now fixed | imarom | 1 | -10/+10 | |
2015-11-19 | full async DP stop support | imarom | 1 | -4/+117 | |
2015-11-19 | Merge branch 'master' of ↵ | imarom | 1 | -0/+83 | |
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core | |||||
2015-11-19 | Merge branch 'master' of ↵ | imarom | 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 | Hanoh Haim | 1 | -0/+83 | |
2015-11-19 | another stream program tests | Hanoh Haim | 1 | -0/+69 | |
2015-11-19 | another stream program tests | Hanoh Haim | 1 | -1/+62 | |
2015-11-19 | add a test for stream program | Hanoh Haim | 1 | -0/+63 | |
2015-11-18 | add support for a program of streams. refactor the dp code | Hanoh Haim | 1 | -5/+54 | |
2015-11-16 | basic compiler checks | imarom | 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) | imarom | 1 | -10/+5 | |
*STILL NEEDS FIXING THE DP STOP SCHED MESSAGE" | |||||
2015-11-12 | refactor stream object | Hanoh Haim | 1 | -8/+26 | |
2015-11-11 | add support for multi-burst | Hanoh Haim | 1 | -26/+298 | |
2015-11-11 | fix duration for stl tests | Hanoh Haim | 1 | -4/+4 | |
2015-11-11 | remove default duration | Hanoh Haim | 1 | -1/+2 | |
2015-11-11 | add first stl test and cleanup valgrind | Hanoh Haim | 1 | -256/+104 | |
2015-11-09 | moved logic to the port class | imarom | 1 | -0/+101 | |
also implemented the state machine for CP port | |||||
2015-11-08 | fixed all warnings | imarom | 2 | -11/+3 | |
now compiles with -Wall -Werror | |||||
2015-10-26 | RPC control plane now integarted with DPDK | imarom | 1 | -1/+8 | |
2015-10-19 | Merge branch 'rpc' -> add support for interactive mode | Hanoh Haim | 1 | -8/+1 | |
2015-10-15 | Merge from tuple_gen_phase2 | Hanoh Haim | 1 | -1/+3 | |
2015-10-09 | code update after review | root | 1 | -0/+2 | |
2015-10-08 | fixed some bugs in the async server | imarom | 1 | -9/+1 | |
also added affinity to the stateless main object | |||||
2015-10-07 | added async publisher to the RPC server | imarom | 1 | -2/+3 | |
2015-10-01 | Code change according to code review comments after Tuple Generator phase 2 ↵ | wenxian li | 1 | -1/+1 | |
commit. | |||||
2015-09-21 | some minor fixes | imarom | 1 | -1/+1 | |
2015-09-20 | Merge branch 'master' of ↵ | Hanoh Haim | 2 | -84/+785 | |
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into wen | |||||
2015-09-17 | Merge branch 'master' into rpc | imarom | 1 | -0/+353 | |
2015-09-17 | moved 'owning states' to port granularity instead of machine | imarom | 1 | -37/+45 | |
2015-09-17 | added more tests | imarom | 1 | -12/+82 | |
2015-09-16 | enabled all warnings for the mock RPC server target | imarom | 1 | -0/+61 | |
2015-09-16 | added many tests to the RPC server | imarom | 1 | -101/+254 | |
also, few tweaks for handling RPC server errors | |||||
2015-09-10 | Merge branch 'master' of ↵ | Hanoh Haim | 1 | -6/+75 | |
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core Conflicts: linux/ws_main.py | |||||
2015-09-10 | WIP | Hanoh Haim | 1 | -2/+3 | |
2015-09-10 | WIP | Hanoh Haim | 1 | -0/+352 | |
2015-09-09 | added ownership to RPC server | imarom | 1 | -35/+91 | |
2015-09-08 | Merge branch 'master' of https://github.com/wofanli/trex-core into wen | Hanoh Haim | 1 | -191/+216 | |
2015-09-08 | Merge remote-tracking branch | Wenxian Li | 1 | -0/+242 | |
Conflicts: linux/b linux/ws_main.py linux_dpdk/ws_main.py src/bp_sim.h | |||||
2015-09-08 | tuple generator phase 3.1, support random, support per template ↵ | Wenxian Li | 1 | -191/+216 | |
client/server generator, Dynamic sellection of client type Signed-off-by: Wenxian Li <wenxianl@cisco.com> | |||||
2015-09-07 | added VM support to the streams and RPC parser | imarom | 1 | -0/+1 | |
2015-09-06 | added more commands to RPC server | imarom | 1 | -6/+74 | |