summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2015-11-11add first stl test and cleanup valgrindHanoh Haim16-344/+412
2015-11-11a bug causing rate to be sqaureimarom1-1/+5
2015-11-11lightweight consoleimarom2-2/+4
2015-11-10added "update" commandimarom2-1/+2
2015-11-09moved logic to the port classimarom7-106/+465
also implemented the state machine for CP port
2015-11-09DPDK target is now built with -Wall -Werrorimarom4-60/+85
(with few expections) on both Fedora 18 and Ubunutu
2015-11-08ubunutu compiler warningimarom1-1/+1
2015-11-08tests golden were updated because main loopimarom2-6/+6
exit model has changed (sometimes one more packet was written to the dump file)
2015-11-08fixed all warningsimarom17-92/+114
now compiles with -Wall -Werror
2015-11-08code review notes:imarom5-33/+66
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-05fix normal trexHanoh Haim1-1/+3
2015-11-05bug fixes in status windowimarom3-4/+53
2015-11-04some fields were missing from the ZMQ publisherimarom1-10/+33
2015-11-03support for multicoreimarom5-1/+66
2015-11-03now support multiple interfaces / portsimarom11-25/+116
2015-11-02status is back online + ZMQ async statsimarom1-1/+7
2015-11-01added support for a new RPC command : sync_userimarom5-0/+51
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 commandimarom6-8/+10
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-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-28compiler missing filesimarom2-0/+149
2015-10-28moved all stream compiling phase to a new fileimarom7-94/+60
trex_streams_compiler.cpp
2015-10-28support for multiple streamsimarom8-51/+120
2015-10-27working cont. stream on 1 coreimarom13-91/+519
2015-10-26few breakage to the test simulationimarom2-4/+1
2015-10-26Merge branch 'rpc_intg1' of ↵imarom7-139/+369
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into rpc_intg1
2015-10-26RPC control plane now integarted with DPDKimarom17-586/+497
2015-10-26stateless dp works with static packetHanoh Haim7-90/+337
2015-10-25add stateless io objectHanoh Haim2-53/+36
2015-10-25cp works now. no DP, no RPC integrationHanoh Haim3-45/+14
2015-10-25first versionHanoh Haim5-86/+161
2015-10-20Merge remote-tracking branch 'origin/master'Dan Klein1-54/+58
2015-10-20merge tuple_gen loader fixHanoh Haim1-54/+58
2015-10-20minorwenxian li1-1/+1
2015-10-20clean up the codewenxian li1-29/+23
2015-10-20minor changewenxian li1-13/+5
2015-10-20trex-131wenxian li2-88/+85
2015-10-20Merge branch 'master' into master-demo +Dan Klein32-742/+1726
working demo of loading a YAML, and attaching it to server
2015-10-19fix new compiler warning issue in statelessHanoh Haim2-0/+5
2015-10-19fix flow_var_name -> nameHanoh Haim1-1/+1
2015-10-19Merge branch 'rpc' -> add support for interactive modeHanoh Haim26-354/+1321
2015-10-18another small fix for trex-130Hanoh Haim4-176/+117
2015-10-18 fix trex-130 issueHanoh Haim1-33/+31
2015-10-15Merge from tuple_gen_phase2Hanoh Haim7-176/+249
2015-10-11DP cores now inject a single packet as a dummy to see statsimarom17-56/+316
2015-10-11some DP base filesimarom6-12/+104
2015-10-09minor changeroot1-14/+14
2015-10-09code update after reviewroot3-186/+216