Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-26 | Hanoch's review - changed update model to differential | imarom | 1 | -21/+23 | |
also, graph is calculated on demand and once for each update | |||||
2015-11-26 | added support for 'update' | imarom | 1 | -10/+39 | |
2015-11-25 | support for "total" flag for start | imarom | 1 | -9/+5 | |
also fixed a bug in mpps (trex console) | |||||
2015-11-24 | added support for percentage on start | imarom | 1 | -2/+24 | |
also added info about the correct interface driver and speed from DPDK layer | |||||
2015-11-23 | add stream graph + support for console to use any of the following | imarom | 1 | -2/+22 | |
bps, kbps, mbps, gbps, pps, kpps, mbps percentage is not working yet | |||||
2015-11-16 | basic compiler checks | imarom | 1 | -1/+5 | |
added checks against: 1. duplicate stream IDs 2. pointing to non existent streams 3. 'dead streams' - unreachable by any other stream | |||||
2015-11-15 | Merge branch 'rpc_intg1' | imarom | 2 | -4/+5 | |
2015-11-15 | added duration to the RPC server (and all the way to the DP) | imarom | 2 | -4/+5 | |
*STILL NEEDS FIXING THE DP STOP SCHED MESSAGE" | |||||
2015-11-12 | fix version.h issue | Hanoh Haim | 1 | -2/+2 | |
2015-11-12 | refactor stream object | Hanoh Haim | 1 | -4/+10 | |
2015-11-11 | lightweight console | imarom | 1 | -1/+1 | |
2015-11-10 | added "update" command | imarom | 2 | -1/+2 | |
2015-11-09 | moved logic to the port class | imarom | 4 | -49/+150 | |
also implemented the state machine for CP port | |||||
2015-11-09 | DPDK target is now built with -Wall -Werror | imarom | 1 | -4/+4 | |
(with few expections) on both Fedora 18 and Ubunutu | |||||
2015-11-05 | bug fixes in status window | imarom | 3 | -4/+53 | |
2015-11-01 | added support for a new RPC command : sync_user | imarom | 3 | -0/+43 | |
provides a way to sync a console / GUI to the server for a specific user | |||||
2015-11-01 | added support for 'mul' field in start_traffic RPC command | imarom | 2 | -2/+3 | |
2015-10-28 | moved all stream compiling phase to a new file | imarom | 1 | -1/+1 | |
trex_streams_compiler.cpp | |||||
2015-10-27 | working cont. stream on 1 core | imarom | 1 | -1/+1 | |
2015-10-26 | RPC control plane now integarted with DPDK | imarom | 4 | -36/+36 | |
2015-10-20 | Merge branch 'master' into master-demo + | Dan Klein | 10 | -107/+208 | |
working demo of loading a YAML, and attaching it to server | |||||
2015-10-19 | fix flow_var_name -> name | Hanoh Haim | 1 | -1/+1 | |
2015-10-11 | DP cores now inject a single packet as a dummy to see stats | imarom | 7 | -102/+34 | |
2015-10-08 | first integration with DPDK layer | imarom | 2 | -2/+5 | |
2015-10-08 | fixed some bugs in the async server | imarom | 4 | -23/+35 | |
also added affinity to the stateless main object | |||||
2015-10-08 | some file renaming | imarom | 5 | -6/+6 | |
2015-10-07 | added async publisher to the RPC server | imarom | 8 | -23/+47 | |
2015-09-29 | just a checkpoint on async server | imarom | 3 | -9/+139 | |
2015-09-24 | some improvements to the console | imarom | 1 | -9/+9 | |
2015-09-21 | checkpoint - added stats and some python code | imarom | 3 | -16/+43 | |
2015-09-17 | moved 'owning states' to port granularity instead of machine | imarom | 6 | -74/+58 | |
2015-09-17 | added more tests | imarom | 2 | -1/+3 | |
2015-09-16 | enabled all warnings for the mock RPC server target | imarom | 2 | -2/+3 | |
2015-09-16 | added many tests to the RPC server | imarom | 9 | -81/+224 | |
also, few tweaks for handling RPC server errors | |||||
2015-09-09 | added ownership to RPC server | imarom | 8 | -20/+165 | |
2015-09-07 | added VM support to the streams and RPC parser | imarom | 4 | -1/+184 | |
2015-09-06 | added more commands to RPC server | imarom | 4 | -11/+135 | |
2015-09-06 | trex stateless changed to singleton. | imarom | 7 | -20/+99 | |
added some more commands (remove all, get list of streams) | |||||
2015-09-03 | added pretty printer for the mock server on C++ | imarom | 5 | -2/+48 | |
2015-09-03 | changed Is field name to isg | imarom | 1 | -1/+1 | |
2015-09-01 | fix for building on csi-trex-05 (ubunutu) | imarom | 1 | -1/+0 | |
2015-09-01 | draft | imarom | 4 | -11/+46 | |
2015-09-01 | draft | imarom | 1 | -11/+14 | |
2015-08-31 | ...draft... | imarom | 8 | -68/+176 | |
2015-08-31 | SOOO DRAFT.... | imarom | 5 | -125/+210 | |
2015-08-30 | draft | imarom | 4 | -1/+127 | |
2015-08-24 | syntatic sugar for adding cmds | imarom | 2 | -54/+21 | |
2015-08-24 | moved files to be on a single directory | imarom | 16 | -0/+0 | |
2015-08-24 | parsing enhancment | imarom | 9 | -83/+299 | |
2015-08-20 | few python changes | imarom | 1 | -0/+1 | |