summaryrefslogtreecommitdiffstats
path: root/src/rpc-server/commands/trex_rpc_cmd_stream.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-03-30Supporting more flows in stateless flow stats, according to NIC type, and ↵Ido Barnea1-1/+1
running mode Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-01-24fix STL-85 GUI issueHanoh Haim1-2/+2
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-12-19changes from code reviewYaroslav Brustinov1-17/+12
Change-Id: I628608643d902bd6310b04b8036fc5f1fcc42309 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-11-24self code reviewimarom1-1/+2
Signed-off-by: imarom <imarom@cisco.com>
2016-11-22RX features - added timestamp to RX packetsimarom1-1/+2
Signed-off-by: imarom <imarom@cisco.com>
2016-09-30refactor limit splitHanoh Haim1-2/+2
2016-09-29Add FE Instruction to fix TCP/UDP Payload checksum using hardware offload engineHanoh Haim1-1/+14
2016-09-27fix regression issues with step/init valuesimarom1-5/+6
TODO: random limit currently does not support limit less than core count - it is possible to solve this by giving redundant cores the same seed and limit (currently it is blocked)
2016-09-25merge issues with rand limitimarom1-2/+10
2016-09-25split multicore - all tests passimarom1-7/+14
2016-09-25Splitter - padding for non circular VMsimarom1-0/+45
2016-09-25client var support split nowimarom1-10/+0
2016-09-13add python testHanoh Haim1-33/+49
2016-09-13add min/max to repeatable random instHanoh Haim1-0/+25
2016-09-12added minimum values for validate commandimarom1-1/+7
see https://trex-tgn.cisco.com/youtrack/issue/trex-243
2016-08-18core_mask backward compatability (for GUI)imarom1-1/+1
2016-08-15core mask - first phaseimarom1-4/+9
2016-05-18Regression tests working. Still missing python API to parse latency jsonIdo Barnea1-2/+6
2016-05-09fix cache splitterHanoh Haim1-1/+0
2016-05-08add cache to CPHanoh Haim1-0/+2
2016-05-08add cache capability to stateless node objectHanoh Haim1-0/+1
2016-03-31RX stats two stage API (stop and remove RX filters)imarom1-0/+21
2016-03-29fix GUI issue with zero mulHanoh Haim1-1/+5
2016-03-07changed rx stats to flow stats everywhereIdo Barnea1-2/+2
2016-03-07CRITICAL fix for packets less than 60 bytesimarom1-1/+1
2016-02-24Merge random_seed per streamHanoh Haim1-5/+10
2016-02-24add seed per streamHanoh Haim1-1/+1
2016-02-24RX - for not supported interfaces gives an error in JSONimarom1-5/+10
2016-02-24Merge GARP exampleHanoh Haim1-10/+3
2016-02-24Rx stat per flow. Low level working for xl710, and partly for i350.Ido Barnea1-3/+3
added full clone (with CP VM) to stream
2016-02-23sync streams and some other bugsimarom1-7/+0
2016-02-23add to mask instruction add_value fieldHanoh Haim1-0/+2
2016-02-23conflictsimarom1-1/+1
2016-02-23some mods to the rateimarom1-18/+22
2016-02-23rate is now backward compatiable to APIimarom1-4/+5
2016-02-23rate per streamimarom1-16/+29
2016-02-18add python profile for new write_mask commandHanoh Haim1-1/+22
2016-02-16step instruction supportHanoh Haim1-4/+7
2016-02-16add sanity check for flow_var instructionHanoh Haim1-0/+31
2016-02-16help was broken in the simulatorimarom1-13/+7
also some more bugs
2016-02-16cleanupHanoh Haim1-1/+0
2016-02-16add action counterHanoh Haim1-1/+9
2016-02-15add scapy layer for default macHanoh Haim1-0/+2
2016-02-10back to 'count' - as the DOC statesimarom1-1/+1
2016-02-01simulator support (API and profiles)imarom1-6/+6
2016-01-261. fixed failing regression testimarom1-11/+13
2. enabled STL nose tests 3. fixed packet size padding to 60
2016-01-26packet is now base64 encodedimarom1-4/+6
2016-01-24added support for L1 B/W checkimarom1-5/+8
both start/update now enforce this and it can be bypassed by providing 'force'
2016-01-24fixed issue trex-172: Console -m 100% is L2 and no L1imarom1-7/+9
http://trex-tgn.cisco.com/youtrack/issue/trex-172
2015-12-29trim packet size command worksHanoh Haim1-2/+15