Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-26 | Merge branch 'master' into dan_stateless | 4 | -40/+326 | ||
# Conflicts (solved): # scripts/automation/trex_control_plane/client_utils/parsing_opts.py | |||||
2015-11-26 | Initial implementation of stats prompting | 9 | -44/+270 | ||
2015-11-26 | added support for 'update' | 2 | -11/+93 | ||
2015-11-25 | fixed a bug with default start command in the console | 3 | -3/+51 | ||
also added clear events and more types of events | |||||
2015-11-25 | added events log | 3 | -10/+42 | ||
2015-11-25 | support for "total" flag for start | 2 | -2/+15 | ||
also fixed a bug in mpps (trex console) | |||||
2015-11-25 | removed some garbage prints | 1 | -2/+0 | ||
2015-11-25 | added history command support - you can show the history or execute a ↵ | 2 | -2/+60 | ||
previous command | |||||
2015-11-24 | added support for percentage on start | 2 | -10/+25 | ||
also added info about the correct interface driver and speed from DPDK layer | |||||
2015-11-24 | Merge branch 'master' of ↵ | 3 | -0/+140 | ||
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core | |||||
2015-11-24 | minor console fix | 1 | -2/+2 | ||
2015-11-23 | add stream graph + support for console to use any of the following | 1 | -13/+51 | ||
bps, kbps, mbps, gbps, pps, kpps, mbps percentage is not working yet | |||||
2015-11-23 | add pause/resume into the console | 3 | -0/+140 | ||
2015-11-22 | TUI back online | 3 | -15/+24 | ||
2015-11-19 | full async DP stop support | 2 | -14/+43 | ||
2015-11-19 | Merge branch 'master' of ↵ | 3 | -42/+90 | ||
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core | |||||
2015-11-19 | History feature is DONE | 2 | -39/+68 | ||
Fixed bugs Cleaned code, more like PEP8 | |||||
2015-11-17 | minor bug in wait cmd | 1 | -1/+1 | ||
2015-11-16 | created general trex console class | 3 | -3/+22 | ||
added dynamic server async support fixed bugs | |||||
2015-11-15 | added duration to the RPC server (and all the way to the DP) | 2 | -9/+13 | ||
*STILL NEEDS FIXING THE DP STOP SCHED MESSAGE" | |||||
2015-11-15 | few fixes to ZMQ client (timeout values) | 3 | -29/+32 | ||
2015-11-15 | clean shell / client | 3 | -137/+268 | ||
added script for run | |||||
2015-11-13 | Merge branch 'rpc_intg1' of ↵ | 2 | -5/+6 | ||
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into rpc_intg1 | |||||
2015-11-13 | few mods | 3 | -34/+42 | ||
few fixes TUI is not working yet... need to fix more stuff a checkpoint for now | |||||
2015-11-12 | modifying stateless client to a simpler lightweight module | 3 | -272/+144 | ||
2015-11-12 | DRAFT - only for internal purpose | 3 | -658/+515 | ||
2015-11-12 | refactor stream object | 2 | -5/+6 | ||
2015-11-11 | lightweight console | 5 | -954/+1284 | ||
2015-11-10 | Major progress in parsing, not stable yet | 3 | -130/+488 | ||
Most advanced: start, stop functionality | |||||
2015-11-09 | Merge branch 'rpc_intg1' of ↵ | 2 | -3/+120 | ||
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into rpc_intg1 | |||||
2015-11-09 | moved logic to the port class | 1 | -0/+3 | ||
also implemented the state machine for CP port | |||||
2015-11-09 | Merge branch 'rpc_intg1' | 11 | -650/+1839 | ||
2015-11-08 | code review notes: | 1 | -2/+2 | ||
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 | |||||
2015-11-07 | Merge remote-tracking branch 'origin/rpc_intg1' into rpc_intg1 | 4 | -45/+98 | ||
2015-11-07 | Extended line parsing options, didn't apply all changes on console YET | 4 | -93/+222 | ||
2015-11-05 | Merge branch 'rpc_intg1' of ↵ | 1 | -1/+46 | ||
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into rpc_intg1 | |||||
2015-11-05 | bug fixes in status window | 4 | -45/+98 | ||
2015-11-05 | added custom line parsing class and methods | 1 | -1/+46 | ||
2015-11-04 | new format for the status per port | 1 | -12/+33 | ||
2015-11-04 | some fields were missing from the ZMQ publisher | 2 | -8/+15 | ||
2015-11-03 | Merge remote-tracking branch 'origin/rpc_intg1' into rpc_intg1 | 2 | -37/+47 | ||
2015-11-03 | updated sync_client | 1 | -3/+15 | ||
2015-11-03 | fields for specific ports on the status screen | 2 | -37/+47 | ||
2015-11-03 | first commit for advnaced options | 6 | -8/+18 | ||
2015-11-03 | Added parsing file for console advanced options | 1 | -0/+1 | ||
2015-11-02 | few bug fixes for last commit | 3 | -11/+34 | ||
2015-11-02 | status is back online + ZMQ async stats | 4 | -155/+335 | ||
2015-11-01 | added support for a new RPC command : sync_user | 1 | -2/+2 | ||
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 | 1 | -2/+3 | ||
2015-10-29 | Fixed verbose mode | 2 | -54/+79 | ||
More stability fixes removed irrelevand methods |