Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-18 | Regression tests working. Still missing python API to parse latency json | 1 | -2/+6 | ||
2016-05-09 | fix cache splitter | 1 | -1/+0 | ||
2016-05-08 | add cache to CP | 1 | -0/+2 | ||
2016-05-08 | add cache capability to stateless node object | 1 | -0/+1 | ||
2016-03-31 | RX stats two stage API (stop and remove RX filters) | 1 | -0/+21 | ||
2016-03-29 | fix GUI issue with zero mul | 1 | -1/+5 | ||
2016-03-07 | changed rx stats to flow stats everywhere | 1 | -2/+2 | ||
2016-03-07 | CRITICAL fix for packets less than 60 bytes | 1 | -1/+1 | ||
2016-02-24 | Merge random_seed per stream | 1 | -5/+10 | ||
2016-02-24 | add seed per stream | 1 | -1/+1 | ||
2016-02-24 | RX - for not supported interfaces gives an error in JSON | 1 | -5/+10 | ||
2016-02-24 | Merge GARP example | 1 | -10/+3 | ||
2016-02-24 | Rx stat per flow. Low level working for xl710, and partly for i350. | 1 | -3/+3 | ||
added full clone (with CP VM) to stream | |||||
2016-02-23 | sync streams and some other bugs | 1 | -7/+0 | ||
2016-02-23 | add to mask instruction add_value field | 1 | -0/+2 | ||
2016-02-23 | conflicts | 1 | -1/+1 | ||
2016-02-23 | some mods to the rate | 1 | -18/+22 | ||
2016-02-23 | rate is now backward compatiable to API | 1 | -4/+5 | ||
2016-02-23 | rate per stream | 1 | -16/+29 | ||
2016-02-18 | add python profile for new write_mask command | 1 | -1/+22 | ||
2016-02-16 | step instruction support | 1 | -4/+7 | ||
2016-02-16 | add sanity check for flow_var instruction | 1 | -0/+31 | ||
2016-02-16 | help was broken in the simulator | 1 | -13/+7 | ||
also some more bugs | |||||
2016-02-16 | cleanup | 1 | -1/+0 | ||
2016-02-16 | add action counter | 1 | -1/+9 | ||
2016-02-15 | add scapy layer for default mac | 1 | -0/+2 | ||
2016-02-10 | back to 'count' - as the DOC states | 1 | -1/+1 | ||
2016-02-01 | simulator support (API and profiles) | 1 | -6/+6 | ||
2016-01-26 | 1. fixed failing regression test | 1 | -11/+13 | ||
2. enabled STL nose tests 3. fixed packet size padding to 60 | |||||
2016-01-26 | packet is now base64 encoded | 1 | -4/+6 | ||
2016-01-24 | added support for L1 B/W check | 1 | -5/+8 | ||
both start/update now enforce this and it can be bypassed by providing 'force' | |||||
2016-01-24 | fixed issue trex-172: Console -m 100% is L2 and no L1 | 1 | -7/+9 | ||
http://trex-tgn.cisco.com/youtrack/issue/trex-172 | |||||
2015-12-29 | trim packet size command works | 1 | -2/+15 | ||
2015-12-23 | connected control plane to split | 1 | -3/+17 | ||
2015-12-23 | support for VM split - 1st phase | 1 | -2/+1 | ||
2015-12-16 | add tuple gen command and yaml example | 1 | -1/+27 | ||
2015-12-15 | Merging lastest 'master' to side branch 'vm' | 1 | -1/+1 | ||
Conflicts: scripts/automation/trex_control_plane/console/trex_console.py | |||||
2015-12-15 | VM: connected control plane to DP | 1 | -41/+3 | ||
2015-12-15 | moved all return code values to RC types (better for batch rc) | 1 | -1/+1 | ||
also few fixes | |||||
2015-12-07 | added 'dry' option to start command | 1 | -0/+1 | ||
this enables showing a profile map before starting | |||||
2015-12-06 | various fixes (each one is a minor one) | 1 | -100/+83 | ||
2015-12-01 | 1. fixed ZMQ message limitation | 1 | -8/+8 | ||
2. added some scale yamls for IMIX (300 streams, 1000 streams) 3. return objects are always complex objects (not strings) - for backward compatability 4. some minor adjustments to ZMQ socket timeouts | |||||
2015-11-29 | support for update +/- request | 1 | -36/+12 | ||
2015-11-26 | Hanoch's review - changed update model to differential | 1 | -21/+23 | ||
also, graph is calculated on demand and once for each update | |||||
2015-11-26 | added support for 'update' | 1 | -10/+39 | ||
2015-11-25 | support for "total" flag for start | 1 | -9/+5 | ||
also fixed a bug in mpps (trex console) | |||||
2015-11-23 | add stream graph + support for console to use any of the following | 1 | -2/+22 | ||
bps, kbps, mbps, gbps, pps, kpps, mbps percentage is not working yet | |||||
2015-11-16 | basic compiler checks | 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 | added duration to the RPC server (and all the way to the DP) | 1 | -3/+4 | ||
*STILL NEEDS FIXING THE DP STOP SCHED MESSAGE" | |||||
2015-11-12 | refactor stream object | 1 | -4/+10 | ||