summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2015-11-19support debug logs in case of dpdk debug imageHanoh Haim3-3/+7
2015-11-19another small testHanoh Haim1-0/+83
2015-11-19another stream program testsHanoh Haim2-1/+70
2015-11-19another stream program testsHanoh Haim1-1/+62
2015-11-19 minor typo fixHanoh Haim2-32/+27
2015-11-19add a test for stream programHanoh Haim2-3/+67
2015-11-18add support for a program of streams. refactor the dp codeHanoh Haim13-79/+774
2015-11-16Merge from masterHanoh Haim12-53/+546
2015-11-16 clean termination - stateless and stateful - fix pure virtual function errorHanoh Haim7-1/+114
2015-11-16basic compiler checksimarom5-16/+525
added checks against: 1. duplicate stream IDs 2. pointing to non existent streams 3. 'dead streams' - unreachable by any other stream
2015-11-15Merge branch 'rpc_intg1'imarom11-37/+21
2015-11-15added duration to the RPC server (and all the way to the DP)imarom11-37/+21
*STILL NEEDS FIXING THE DP STOP SCHED MESSAGE"
2015-11-15Merge from rpc_intg1Hanoh Haim1-6/+6
2015-11-13Merge branch 'rpc_intg1' of ↵imarom21-444/+931
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into rpc_intg1
2015-11-12DRAFT - only for internal purposeimarom1-6/+6
2015-11-12fix version.h issueHanoh Haim1-2/+2
2015-11-12refactor stream objectHanoh Haim8-86/+132
2015-11-11add support for multi-burstHanoh Haim8-103/+464
2015-11-11fix duration for stl testsHanoh Haim5-13/+24
2015-11-11 remove default durationHanoh Haim2-2/+3
2015-11-11Merge first stateless testHanoh Haim5-4/+11
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