summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-11-12refactor stream objectHanoh Haim10-91/+138
2015-11-11add clean gtest scriptHanoh Haim2-0/+10
2015-11-11add support for multi-burstHanoh Haim13-103/+464
2015-11-11fix duration for stl testsHanoh Haim6-13/+24
2015-11-11 remove default durationHanoh Haim2-2/+3
2015-11-11Merge first stateless testHanoh Haim10-958/+1295
2015-11-11add first stl test and cleanup valgrindHanoh Haim17-349/+426
2015-11-11a bug causing rate to be sqaureimarom1-1/+5
2015-11-11lightweight consoleimarom7-956/+1288
2015-11-10Merge branch 'rpc_intg1' of ↵imarom3-130/+488
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into rpc_intg1
2015-11-10added "update" commandimarom2-1/+2
2015-11-10Major progress in parsing, not stable yetDan Klein3-130/+488
Most advanced: start, stop functionality
2015-11-09Merge branch 'rpc_intg1' of ↵imarom3-3/+162
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into rpc_intg1
2015-11-09moved logic to the port classimarom8-106/+468
also implemented the state machine for CP port
2015-11-09Merge branch 'rpc_intg1'Hanoh Haim86-1707/+4214
2015-11-09Merge branch intg1Hanoh Haim51-282/+499
2015-11-09add many client exampleHanoh Haim1-0/+42
2015-11-09DPDK target is now built with -Wall -Werrorimarom5-60/+91
(with few expections) on both Fedora 18 and Ubunutu
2015-11-08ubunutu compiler warningimarom1-1/+1
2015-11-08tests golden were updated because main loopimarom24-6/+6
exit model has changed (sometimes one more packet was written to the dump file)
2015-11-08fixed all warningsimarom18-95/+119
now compiles with -Wall -Werror
2015-11-08code review notes:imarom6-35/+68
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-07Merge remote-tracking branch 'origin/rpc_intg1' into rpc_intg1Dan Klein9-51/+155
2015-11-07Extended line parsing options, didn't apply all changes on console YETDan Klein4-93/+222
2015-11-05fix normal trexHanoh Haim2-2/+4
2015-11-05Merge branch 'rpc_intg1' of ↵imarom1-1/+46
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into rpc_intg1
2015-11-05bug fixes in status windowimarom7-49/+151
2015-11-05added custom line parsing class and methodsDan Klein1-1/+46
2015-11-04new format for the status per portimarom1-12/+33
2015-11-04some fields were missing from the ZMQ publisherimarom3-18/+48
2015-11-03support for multicoreimarom5-1/+66
2015-11-03now support multiple interfaces / portsimarom11-25/+116
2015-11-03Merge remote-tracking branch 'origin/rpc_intg1' into rpc_intg1Dan Klein2-37/+47
2015-11-03updated sync_clientDan Klein1-3/+15
2015-11-03fields for specific ports on the status screenimarom2-37/+47
2015-11-03Merge branch 'rpc_intg1' into dan_statelessDan Klein45-1045/+2218
2015-11-03first commit for advnaced optionsDan Klein6-8/+18
2015-11-03Added parsing file for console advanced optionsDan Klein1-0/+1
2015-11-02few bug fixes for last commitimarom3-11/+34
2015-11-02status is back online + ZMQ async statsimarom5-156/+342
2015-11-01added support for a new RPC command : sync_userimarom6-2/+53
provides a way to sync a console / GUI to the server for a specific user
2015-11-01added support for 'mul' field in start_traffic RPC commandimarom7-10/+13
2015-11-01stateless cores starts on IDLE - and starts the scheduler only whenimarom8-93/+102
traffic is being transmitted if the traffic stops completely on the core - back to IDLE state
2015-11-01DP stop message now disables only port related nodesimarom9-14/+40
and not all of them
2015-10-29Hanoch's review comments #1 : fixed performancei issueimarom6-107/+122
with the stateless node
2015-10-29Merge branch 'dan_stateless' into rpc_intg1imarom2-54/+79
2015-10-29Merge branch 'dan_stateless' of ↵imarom9-402/+1081
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into rpc_intg1
2015-10-29some bug fixes:imarom5-18/+51
1. added a active bit to all the active nodes - when a stop arrives it invalidates them for next time 2. some small flag issues in the stateless port
2015-10-29Fixed verbose modeDan Klein2-54/+79
More stability fixes removed irrelevand methods
2015-10-29Awesome working start/stop traffic consoleDan Klein3-69/+105
Fixed more stability issues :) Ready for merging.